1. 21 Mar, 2005 9 commits
    • remove conflict indicators · e6058208
      From-SVN: r96790
      Nathan Sidwell committed
    • re PR other/20564 (gcov default behaviour changed) · f5d39c3d
      	PR other/20564
      	* gcov.c (output_lines): Only output function block summary when
      	outputting branch information.
      	* doc/gcov.texi: Document format of preamble and additional block
      	information lines.
      
      From-SVN: r96788
      Nathan Sidwell committed
    • re PR c++/20461 (ICE at "class 'C' does not have any field named 'f'" error) · e1283056
      2005-03-21  Paolo Carlini  <pcarlini@suse.de>
      
      	PR c++/20461
      	* g++.dg/parse/crash24.C: New test.
      
      	PR c++/20536
      	* g++.dg/parse/crash25.C: New test.
      
      2005-03-21  Paolo Carlini  <pcarlini@suse.de>
      
      	PR c++/20147
      	* g++.dg/ext/stmtexpr4.C: New test.
      
      From-SVN: r96785
      Paolo Carlini committed
    • re PR c++/20461 (ICE at "class 'C' does not have any field named 'f'" error) · 72e4661a
      2005-03-21  Paolo Carlini  <pcarlini@suse.de>
      
      	PR c++/20461
      	PR c++/20536
      	* init.c (emit_mem_initializers): Don't crash on undefined
      	types.
      
      2005-03-21  Paolo Carlini  <pcarlini@suse.de>
      
      	PR c++/20147
      	* semantics.c (finish_stmt_expr_expr): Return immediately
      	if error_operand_p (expr).
      
      From-SVN: r96784
      Paolo Carlini committed
    • Oops - forgot to include ChangeLog entry for m32r patch · a16095f6
      From-SVN: r96782
      Kazu Hirata committed
    • libgcc2.h (LIBGCC2_HAS_SF_MODE): New macro. · cfa7bd9c
      	* libgcc2.h (LIBGCC2_HAS_SF_MODE): New macro.
      	(LIBGCC2_HAS_DF_MODE, LIBGCC2_HAS_TF_MODE, LIBGCC2_HAS_XF_MODE): Make
      	the defaults false if BITS_PER_UNIT != 8.
      	(SFtype, SCtype, __fixsfdi, __floatdisf, __fixunssfSI, __fixunssfDI)
      	(__powisf2, __divsc3, __mulsc3): Guard with LIBGCC2_HAS_SF_MODE rather
      	than BITS_PER_UNIT != 8.
      	(L_fixdfdi, L_fixsfdi, L_fixtfdi, L_fixunsdfdi, L_fixunsdfsi)
      	(L_fixunssfdi, L_fixunssfsi, L_fixunstfdi, L_fixunsxfdi, L_fixunsxfsi)
      	(L_fixxfdi, L_floatdidf, L_floatdisf, L_floatditf, L_floatdixf): Remove
      	#undefs.
      	* libgcc2.c (__fixunssfDI, __fixsfdi, __floatdisf, __fixunssfSI)
      	(__powisf2, __divsc3, __mulsc3): Guard with LIBGCC2_HAS_SF_MODE.
      
      From-SVN: r96778
      Richard Sandiford committed
    • re PR middle-end/20539 (ICE in simplify_subreg, at simplify-rtx.c:3674) · 90ec750d
      
      	PR middle-end/20539
      	* fold-const.c (fold_binary): Fix type mismatch between
      	TRUTH_{AND,OR,XOR}_EXPR nodes an their operands' types.
      	(fold_binary) <TRUTH_XOR_EXPR>: Avoid calling invert_truthvalue
      	for non-truth-valued expressions.
      
      	* c-common.c (c_common_truthvalue_conversion): Handle ERROR_MARK
      	and FUNCTION_DECL in the main switch.
      	<TRUTH_ANDIF_EXPR, TRUTH_ORIF_EXPR, TRUTH_AND_EXPR, TRUTH_OR_EXPR,
      	TRUTH_XOR_EXPR>: When changing the result type of these tree nodes,
      	we also need to convert their operands to match.
      	<TRUTH_NOT_EXPR>: Likewise.
      
      	* gcc.c-torture/compile/pr13066-1.c: New test case.
      	* gcc.c-torture/compile/pr20539-1.c: Likewise.
      	* g++.dg/opt/pr13066-1.C: Likewise.
      
      From-SVN: r96777
      Roger Sayle committed
    • c-common.c (lvalue_or_else): Replace by lvalue_error; only give diagnostic… · 37dc0d8d
      c-common.c (lvalue_or_else): Replace by lvalue_error; only give diagnostic without checking whether an lvalue.
      
      	* c-common.c (lvalue_or_else): Replace by lvalue_error; only give
      	diagnostic without checking whether an lvalue.
      	* c-common.h (lvalue_p): Remove.
      	(enum lvalue_use): Update comment.
      	(lvalue_or_else): Replace by lvalue_error.
      	* c-typeck.c (lvalue_p): Make static.
      	(lvalue_or_else): New.  Call lvalue_error.
      
      cp:
      	* cp-tree.h (lvalue_or_else, lvalue_p): New.
      	* typeck.c (lvalue_or_else): New.  Call lvalue_error.
      
      From-SVN: r96776
      Joseph Myers committed
    • Daily bump. · 5aff4147
      [[Split portion of a mixed commit.]]
      
      From-SVN: r96774.2
      GCC Administrator committed
  2. 20 Mar, 2005 11 commits
  3. 19 Mar, 2005 18 commits
  4. 18 Mar, 2005 2 commits