aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Collapse)AuthorFilesLines
2005-09-18* Make-lang.in: Make check-fortran alias for check-gfortran.Francois-Xavier Coudert2-0/+5
From-SVN: r104406
2005-09-18* calls.c (flags_from_decl_or_type): Do not set ECF_LIBCALL_BLOCK.Jan Hubicka2-3/+7
From-SVN: r104405
2005-09-18varasm.c (output_constant): Do not abort on conversions to union types ↵Eric Botcazou2-2/+10
between different sizes. * varasm.c (output_constant): Do not abort on conversions to union types between different sizes. From-SVN: r104404
2005-09-18re PR fortran/19181 (ICE and segmentation fault with pointer member in user ↵Paul Thomas2-0/+37
defined type) 2005-09-18 Paul Thomas <pault@gcc.gnu.org> PR fortran/19181 * gfortran.dg/derived_pointer_null_1.f90: New test. From-SVN: r104403
2005-09-18re PR middle-end/23944 (segv in fold_indirect_ref_1 in fold-const.c:11505)Richard Guenther4-1/+17
2005-09-18 Richard Guenther <rguenther@suse.de> PR middle-end/23944 * gimplify.c (fold_indirect_ref_rhs): Fix thinko in fallback. * gcc.c-torture/compile/pr23944.c: New testcase. From-SVN: r104402
2005-09-18module.c (read_module): Add missed line from last patch.Andreas Jaeger2-0/+5
2005-09-18 Andreas Jaeger <aj@suse.de> * module.c (read_module): Add missed line from last patch. From-SVN: r104391
2005-09-18re PR fortran/15975 ([4.0 only] ICE in trans-array.c pointer array ↵Erik Edelmann4-1/+33
initialization stuff) 2005-09-18 Erik Edelmann <erik.edelmann@iki.fi> PR fortran/15975 * resolve.c (resolve_symbol): Don't assign default initializer to pointers. 2005-09-18 Erik Edelmann <erik.edelmann@iki.fi> PR fortran/15975 * gfortran.dg/der_pointer_2.f90: New test. From-SVN: r104389
2005-09-18re PR fortran/16861 ([4.0 only] segfault with doubly used module)Paul Thomas4-6/+58
2005-09-18 Paul Thomas <pault@gcc.gnu.org> PR fortran/16861 * module.c (read_module): Give symbols from module procedures different true_name entries to those from the module proper. 2005-09-18 Paul Thomas <pault@gcc.gnu.org> PR fortran/16861 * gfortran.dg/nested_modules_2.f90: New test. From-SVN: r104388
2005-09-18Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r104385.2
2005-09-18fpgnuib.c (__floatsidf): Don't rely on signed overflow.Paul Brook2-1/+5
2005-09-18 Paul Brook <paul@codesourcery.com> * config/m68k/fpgnuib.c (__floatsidf): Don't rely on signed overflow. From-SVN: r104383
2005-09-17tree-pass.h, [...]: Revert last change.Richard Henderson6-27/+12
* tree-pass.h, tree-flow.h, tree-ssa-dce.c: Revert last change. * tree-ssa-loop.c (pass_vect_dce): Remove. * passes.c (init_optimization_passes): Add pass_dce as a sub-pass of pass_vectorize. From-SVN: r104382
2005-09-17Add comment to expand_mult max_cost change.David Edelsohn1-4/+8
From-SVN: r104379
2005-09-17re PR c++/18368 (C++ error message regression)Volker Reichelt2-0/+14
PR c++/18368 * g++.dg/other/semicolon.C: New test. From-SVN: r104378
2005-09-17tree-pass.h (pass_vect_dce): Declare.Richard Henderson6-40/+72
* tree-pass.h (pass_vect_dce): Declare. * passes.c (init_optimization_passes): Add it. * tree-flow.h (tree_ssa_dce): Declare. * tree-ssa-dce.c (tree_ssa_dce): Export. * tree-ssa-loop.c (tree_vectorize): Move current_loops check ... (gate_tree_vectorize): ... here. (pass_vect_dce): New. From-SVN: r104376
2005-09-17except.c (struct eh_status): Turn region_array into vec.Jan Hubicka2-38/+82
2005-09-17 Jan Hubicka <jh@suse.cz> * except.c (struct eh_status): Turn region_array into vec. (expand_resx_expr, collect_eh_region_array, remove_unreachable_regions, convert_from_eh_region_ranges, find_exception_handler_labels, current_function_has_exception_handlers, assign_filter_values, build_post_landing_pads, dw2_build_landing_pads, sjlj_find_directly_reachable_regions, sjlj_mark_call_sites, sjlj_emit_dispatch_table, remove_eh_handler, for_each_eh_region, foreach_reachable_handler, can_throw_internal_1, convert_to_eh_region_ranges, verify_eh_tree): Update uses of region_array. (duplicate_eh_region_1): Update region_array. (duplicate_eh_regions): Resize region_array and avoid recomputing. From-SVN: r104375
2005-09-17re PR middle-end/22067 (Inconsistent multiply by immediate)David Edelsohn2-2/+9
PR middle-end/22067 * expmed.c (expand_mult): Substitute simple register for op0 when computing max_cost. From-SVN: r104373
2005-09-17re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert20-5421/+9417
PR fortran/15586 * arith.c (gfc_arith_error): Add translation support for error messages. * array.c (gfc_match_array_ref): Likewise. (gfc_match_array_spec): Likewise. * check.c (must_be): Add msgid convention to third argument. (same_type_check): Add translation support for error message. (rank_check): Likewise. (kind_value_check): Likewise. (gfc_check_associated): Correct typo. (gfc_check_reshape): Add translation support for error message. (gfc_check_spread): Likewise. * error.c (error_printf): Add nocmsgid convention to argument. (gfc_warning, gfc_notify_std, gfc_warning_now, gfc_warning_check) (gfc_error, gfc_error_now): Likewise. (gfc_status): Add cmsgid convention to argument. * expr.c (gfc_extract_int): Add translation support for error messages. (gfc_check_conformance): Add msgid convention to argument. (gfc_check_pointer_assign): Correct tabbing. * gfortran.h: Include intl.h header. Remove prototype for gfc_article. * gfortranspec.c: Include intl.h header. (lang_specific_driver): Add translation support for --version. * io.c (check_format): Add translation support for error message. (format_item_1): Likewise. (data_desc): Likewise. * matchexp.c: Likewise. * misc.c (gfc_article): Remove function. * module.c (bad_module): Use msgid convention. Add translation support for error messages. (require_atom): Add translation support for error messages. * parse.c (gfc_ascii_statement): Likewise. (gfc_state_name): Likewise. * primary.c (match_boz_constant): Reorganise error messages for translations. * resolve.c (resolve_entries): Likewise. (resolve_operator): Add translation support for error messages. (gfc_resolve_expr): Use msgid convention. Reorganise error messages for translations. (resolve_symbol): Add translation support for error messages. * symbol.c (gfc_add_procedure): Remove use of gfc_article function. * trans-const.c (gfc_build_string_const): Use msgid convention. * exgettext: Add a new nocmsgid convention for arguments that should be marked as no-c-format. * gcc.pot: Regenerate. From-SVN: r104372
2005-09-17expr.c (emit_move_via_integer): Add force argument, pass it on to ↵Richard Henderson3-10/+37
emit_move_change_mode. * expr.c (emit_move_via_integer): Add force argument, pass it on to emit_move_change_mode. Update callers. (emit_move_complex): Pass true to new force argument. * function.c (expand_function_end): Move expand_eh_return call earlier. Merge sub-word complex values into a pseudo before copying to the return hard register. From-SVN: r104371
2005-09-17varasm.c (output_constant): Do not abort on VIEW_CONVERT_EXPRs between ↵Eric Botcazou2-2/+8
different sizes. * varasm.c (output_constant): Do not abort on VIEW_CONVERT_EXPRs between different sizes. From-SVN: r104368
2005-09-17Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r104364.2
2005-09-17huge-val1.C: Disable tests on values of HUGE_VAL...Joseph Myers2-0/+7
* g++.dg/warn/huge-val1.C: Disable tests on values of HUGE_VAL, HUGE_VALF and HUGE_VALL unless __GLIBC__ is defined. From-SVN: r104361
2005-09-16re PR c++/23914 (further 'non-constant' template argument case exposed by Boost)Mark Mitchell4-0/+26
PR c++/23914 * parser.c (cp_parser_enclosed_template_argument_list): Make sure skip_evaluation is false when processing template arguments. PR c++/23914 * g++.dg/template/static18.C: New test. From-SVN: r104350
2005-09-16re PR c++/21514 ([DR 488] templates and anonymous enum)Mark Mitchell5-12/+24
PR c++/21514 * pt.c (check_instantiated_args): Treat uses of anonymous types as causing type-deduction failure. PR c++/21514 * g++.dg/template/crash19.C: Remove dg-error marker. * g++.dg/template/local4.C: New test. From-SVN: r104344
2005-09-16re PR middle-end/23903 (Duplicate dump file numbers)Paolo Bonzini2-4/+9
2005-09-16 Paolo Bonzini <bonzini@gnu.org> PR 23903 * passes.c (init_optimization_passes): Register dump files for IPA passes first. From-SVN: r104343
2005-09-16s390-protos.h (s390_overlap_p): Prototype added.Andreas Krebbel4-0/+59
2005-09-16 Andreas Krebbel <krebbel1@de.ibm.com> * config/s390/s390-protos.h (s390_overlap_p): Prototype added. * config/s390/s390.c (s390_overlap_p): New function. * config/s390/s390.md ("*mvc" peephole2, "*nc" peephole2, "*oc" peephole2, "*xc" peephole2): Added overlap check to the peephole2 condition. From-SVN: r104342
2005-09-16ipa-pure-const.c (static_execute): Free auxiliar information.Richard Guenther4-0/+12
2005-09-16 Richard Guenther <rguenther@suse.de> * ipa-pure-const.c (static_execute): Free auxiliar information. * ipa-type-escape.c (discover_unique_type): Free temporary key. * tree-vrp.c (remove_range_assertions): Free blocks_visited sbitmap. From-SVN: r104341
2005-09-16re PR c++/23357 (ICE with __alignof__ on template arguments)Jason Merrill3-2/+15
PR c++/23357 * cp-tree.def (SIZEOF_EXPR, ALIGNOF_EXPR): Change code class to tcc_expression. From-SVN: r104340
2005-09-16re PR fortran/23906 (inappropriate branch condition in function ↵Paul Brook4-2/+24
"transform_sections" in "dependency.c") 2005-09-16 Paul Brook <paul@codesourcery.com> PR fortran/23906 fortran/ * dependency.c (transform_sections): Divide by correct value. Elaborate comment. testsuite/ * gfortran.dg/dependency_1.f90: New test. From-SVN: r104339
2005-09-16re PR c++/23896 (boost::tie() = std::pair doesn't compile)Mark Mitchell4-5/+37
PR c++/23896 * pt.c (tsubst_aggr_type): Make sure skip_evaluation is false when processing template arguments. PR c++/23896 * g++.dg/template/static17.C: New test. From-SVN: r104336
2005-09-16Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r104333.2
2005-09-15* config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo.DJ Delorie2-1/+5
From-SVN: r104328
2005-09-15optabs.c (expand_binop): Use swap_commutative_operands_with_target to order ↵Paolo Bonzini2-11/+30
operands. 2005-09-15 Paolo Bonzini <bonzini@gnu.org> * optabs.c (expand_binop): Use swap_commutative_operands_with_target to order operands. (swap_commutative_operands_with_target): New. From-SVN: r104324
2005-09-15re PR target/23139 (-pedantic -ffast-math breaks working code)Joseph Myers2-0/+36
fixincludes: PR c++/23139 * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New fixes. * fixincl.x: Regenerate. * tests/base/bits/huge_val.h: New file. gcc/testsuite: * g++.dg/warn/huge-val1.C: New test. From-SVN: r104315
2005-09-15tree-data-ref.c (analyze_array_indexes): Add estimate_only parameter.Daniel Berlin4-10/+35
2005-09-15 Daniel Berlin <dberlin@dberlin.org> * tree-data-ref.c (analyze_array_indexes): Add estimate_only parameter. Update callers. (estimate_iters_using_array): New function. * tree-data-ref.h (estimate_iters_using_array): Prototype * tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined): Use estimate_iters_using_array instead of analyze_array. From-SVN: r104312
2005-09-15* pt.c (check_explicit_instantiation_namespace): Fix typo.Mark Mitchell2-1/+3
From-SVN: r104311
2005-09-15re PR c++/13140 (declaration in global namespace, definition inside named or ↵Mark Mitchell7-7/+144
anon namespace) PR c++/13140 * decl.c (check_class_member_definition_namespace): New function. (grokfndecl): Use it. (grokvardecl): Likewise. (grokdecl): Improve documentation. * pt.c (check_explicit_instantiation_namespace): New function. (register_specialization): Call check_specialization_namespace when replacing an implicitly instantiated function. (check_explicit_specialization): Ensure that DECL_CONTEXT is set correctly for namespace-scope specializations. (do_decl_instantiation): Use check_explicit_instantiation_namespace. (do_type_instantiation): Likewise. PR c++/13140 * g++.dg/parse/class2.C: New test. * g++.dg/template/explicit8.C: Likewise. * g++.dg/template/spec25.C: Likewise. * testsuite/testsuite_character.h: Specialize character<> templates in __gnu_cxx, not in __gnu_test. From-SVN: r104310
2005-09-15re PR java/23891 (Problem folding static fields across packages)Bryce McKinlay4-35/+36
2005-09-14 Bryce McKinlay <mckinlay@redhat.com> PR java/23891 * parse.y (maybe_create_class_interface_decl): Set TYPE_PACKAGE for the newly created type. Set import lists here, not in create_class. (jdep_resolve_class): Set current_class. (do_resolve_class): Use current_class's TYPE_PACKAGE to determine the current package context, not ctxp->package. (cicp_cache): Removed. (class_in_current_package): Simplify implementation using TYPE_PACKAGE. * jcf-parse.c (give_name_to_class): Set TYPE_PACKAGE. * java-tree.h (TYPE_PACKAGE): New macro. (struct lang_type): New member 'package'. From-SVN: r104305
2005-09-15re PR c++/23725 (Error message regression with g++.dg/inherit/using4.C)Nathan Sidwell2-1/+6
PR c++/23725 * error.c (dump_decl): <USING_DECL case> Use USING_DECL_SCOPE. From-SVN: r104302
2005-09-15tree-nested.c (get_frame_type): Mark the "non-local frame structure" as ↵Eric Botcazou2-0/+13
addressable. * tree-nested.c (get_frame_type): Mark the "non-local frame structure" as addressable. From-SVN: r104300
2005-09-15* tree-vrp.c (vrp_int_const_binop <MINUS_EXPR>): Handle 0 - -INF.Michael Matz2-2/+8
From-SVN: r104298
2005-09-15re PR tree-optimization/23835 (-O3 compile takes two times longer)Daniel Berlin2-55/+66
2005-09-14 Daniel Berlin <dberlin@dberlin.org> PR tree-optimization/23835 * tree-ssa-alias.c (sort_pointers_by_pt_vars): New function. (create_name_tags): Rewrite to be not O(num_ssa_names^2). From-SVN: r104296
2005-09-15Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r104289.2
2005-09-14vect.md (addv2sf3, subv2sf3): Rewrite as expand.Richard Henderson2-10/+81
* config/ia64/vect.md (addv2sf3, subv2sf3): Rewrite as expand. (addv2sf3_1, addv2sf3_2, subv2sf3_1, subv2sf3_2): New. From-SVN: r104287
2005-09-14i386.c (contains_128bit_aligned_vector_p): Add break in the ARRAY_TYPE case.Andrew Pinski2-0/+6
2005-09-14 Andrew Pinski <pinskia@physics.uc.edu> * config/i386/i386.c (contains_128bit_aligned_vector_p): Add break in the ARRAY_TYPE case. From-SVN: r104286
2005-09-14re PR tree-optimization/23584 (ipa-pure-const pass ignores dereferencing a ↵Josh Conner2-0/+26
volatile pointer type) PR middle-end/23584 * gcc.dg/pr23584.c: New test. From-SVN: r104284
2005-09-14PR fortran/21875 Internal Unit Array I/O, NISTJerry DeLisle6-0/+119
2005-09-14 Jerry DeLisle <jvdelisle@verizon.net> PR fortran/21875 Internal Unit Array I/O, NIST * gfortran.dg/arrayio_1.f90: New test. * gfortran.dg/arrayio_1.f90: New test. * gfortran.dg/arrayio_1.f90: New test. * gfortran.dg/arrayio_1.f90: New test. * gfortran.dg/arrayio_1.f90: New test. From-SVN: r104278
2005-09-14PR fortran/21875 Internal Unit Array I/O, NISTPaul Thomas2-2/+72
2005-09-14 Paul Thomas <pault@gcc.gnu.org> PR fortran/21875 Internal Unit Array I/O, NIST * fortran/trans-io.c (gfc_build_io_library_fndecls): Add field for array descriptor to IOPARM structure. * fortran/trans-io.c (set_internal_unit): New function to generate code to store the character (array) and the character length for an internal unit. * fortran/trans-io (build_dt): Use the new function set_internal_unit. From-SVN: r104277
2005-09-14* tree.c (substitute_in_expr, case 4): New case, for ARRAY_REF.Eric Botcazou2-1/+19
From-SVN: r104271
2005-09-14re PR middle-end/22480 (ICE in convert_move, at expr.c:390 with ↵Uros Bizjak5-3/+89
-ftree-vectorize) 2005-09-14 Uros Bizjak <uros@kss-loka.si> PR middle-end/22480 * tree-vect-transform.c (vectorizable_operation): Return false for scalar shift operations and for vector shift operations with non-invariant shift arguments. Use scalar tree operand op1 as a shift operand when vector shift insn pattern uses scalar shift operand. * Makefile.in (tree-vect-transform.o): Depend on recog.h. From-SVN: r104264
2005-09-14gimplify.c (gimplify_init_ctor_eval): Don't discard a zero-sized value if it ↵Olivier Hainque2-1/+11
has side-effects. * gimplify.c (gimplify_init_ctor_eval): Don't discard a zero-sized value if it has side-effects. From-SVN: r104262