1. 27 Nov, 2002 2 commits
    • expr.c (gen_group_rtx, [...]): New functions. · 084a1106
      	* expr.c (gen_group_rtx, emit_group_move): New functions.
      	* expr.h (gen_group_rtx, emit_group_move): Prototype.
      	* function.c (expand_function_start): Use gen_group_rtx to create a
      	PARALLEL rtx to hold the return value when the real return rtx is a
      	PARALLEL.
      	(expand_function_end): Use emit_group_move to move the return value
      	from a PARALLEL to the real return registers.
      	* rtl.h (REG_FUNCTION_VALUE_P): Allow function values to be returned
      	in PARALLELs.
      
      From-SVN: r59554
      John David Anglin committed
    • Index: cp/ChangeLog · a16f2357
      2002-11-26  Geoffrey Keating  <geoffk@apple.com>
      
      	* decl.c (check_initializer): Don't error on initialisation of
      	a scalar with a brace-enclosed expression.
      
      Index: testsuite/ChangeLog
      2002-11-26  Geoffrey Keating  <geoffk@apple.com>
      
      	* g++.dg/init/brace2.C: New test.
      	* g++.old-deja/g++.mike/p9129.C: Correct.
      
      From-SVN: r59553
      Geoffrey Keating committed
  2. 26 Nov, 2002 31 commits
  3. 25 Nov, 2002 7 commits