1. 30 Sep, 2005 5 commits
  2. 29 Sep, 2005 18 commits
  3. 28 Sep, 2005 12 commits
  4. 27 Sep, 2005 5 commits
    • re PR c++/22147 (ICE in get_bindings) · c43e95f8
      	PR c++/22147
      	* name-lookup.c (maybe_process_template_type_declaration): Don't
      	treat forward declarations of classes as templates just because
      	we're processing_template_decl.
      	* pt.c (tsubst_decl): Clear DECL_TEMPLATE_INFO for friend
      	functions.
      
      	PR c++/22147
      	* g++.dg/template/friend37.C: New test.
      	* g++.dg/parse/crash28.C: Adjust error markers.
      
      From-SVN: r104713
      Mark Mitchell committed
    • re PR fortran/18518 (equivalenced variables are not saved) · 57f0d086
      	PR fortran/18518
      	* trans-common.c (build_equiv_decl): Add IS_SAVED argument.
      	If it is true, set TREE_STATIC on the decl.
      	(create_common): If any symbol in equivalence has SAVE attribute,
      	pass true as last argument to build_equiv_decl.
      
      	* gfortran.fortran-torture/execute/save_2.f90: New decl.
      
      From-SVN: r104712
      Jakub Jelinek committed
    • re PR tree-optimization/23625 (ICE: in bsi_after_labels, at tree-flow-inline.h:758) · 93954fcc
      PR tree-optimization/23625
           * tree-flow-inline.h (bsi_after_labels): Remove, first statement is
           LABEL_EXPR, assertion check.
      
           * gcc.dg/PR23625.c: New test.
      
      From-SVN: r104711
      Devang Patel committed
    • re PR target/23552 (FAIL: gfortran.dg/large_real_kind_1.f90) · 118ea208
      	PR target/23552
      	* acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE): New.
      	(LIBGFOR_CHECK_FOR_BROKEN_ISNAN): New.
      	(LIBGFOR_CHECK_FOR_BROKEN_FPCLASSIFY): New.
      	* configure.ac (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE): Add use.
      	(LIBGFOR_CHECK_FOR_BROKEN_ISNAN): Add use.
      	(LIBGFOR_CHECK_FOR_BROKEN_FPCLASSIFY): Add use.
      	* configure: Regenerate.
      	* config.h.in: Regenerate.
      	* libgfortan.h (isfinite): undef if broken, set if needed.
      	(isnan): undef if broken, set if needed.
              (fpclassify): undef if broken, set if needed.
      	* io/write.c: Remove TODO comment about working isfinite.
      	* intrinsics/c99_functions.c (round): Use isfinite instead
      	of fpclassify.
      	* intrinsics/c99_functions.c (roundf): Ditto.
      
      From-SVN: r104710
      Steve Ellcey committed
    • optabs.c (no_conflict_move_test): Check if a result of a to-be-moved insn would… · ca7a5aec
      optabs.c (no_conflict_move_test): Check if a result of a to-be-moved insn would be clobbered by an originally...
      
      	* optabs.c (no_conflict_move_test): Check if a result of a
      	to-be-moved insn would be clobbered by an originally
      	preceding insn.
      
      From-SVN: r104709
      J"orn Rennecke committed