This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

1 new GCC HEAD@144538 regression


With your recent patch, GCC HEAD revision 144538 had problems on:
native: regress-1 (previously the build failed)
The previous build was of revision 144527.

Regressions for native:
NEW   libjava.sum Thread_Sleep_2

Log information for changes since the last build:
------------------------------------------------------------------------
r144529 | hubicka | 2009-03-01 10:47:08 -0800 (Sun, 01 Mar 2009) | 20 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/dwarf2out.c
   M /trunk/gcc/tree-inline.c
   M /trunk/gcc/tree-ssa-live.c
   M /trunk/gcc/tree.h


	PR debug/39267
	* tree.h (BLOCK_NONLOCALIZED_VARS, BLOCK_NUM_NONLOCALIZED_VARS,
	BLOCK_NONLOCALIZED_VAR): New macros.
	(tree_block): Add nonlocalized_vars.
	* dwarf2out.c (gen_formal_parameter_die, gen_variable_die, gen_decl_die): Add
	origin argument; allow generation of die with origin at hand only.
	(gen_member_die, gen_type_die_with_usage, force_decl_die,
	declare_in_namespace, gen_namescpace_die, dwarf2out_decl): Update use of gen_*.
	(gen_block_die): Fix checking for unused blocks.
	(process_scope_var): Break out from .... ; work with origins only.
	(decls_for_scope) ... here; process nonlocalized list.
	(dwarf2out_ignore_block): Look for nonlocalized vars.
	* tree-ssa-live.c (remove_unused_scope_block_p): Look for nonlocalized vars.
	(dump_scope_block): Dump them.
	* tree-inline.c (remap_decls): Handle nonlocalized vars.
	(remap_block): Likewise.
	(can_be_nonlocal): New predicate.
	(copy_bind_expr, copy_gimple_bind): Update use of remap_block.

------------------------------------------------------------------------
r144530 | ebotcazou | 2009-03-01 11:01:14 -0800 (Sun, 01 Mar 2009) | 1 line
Changed paths:
   M /trunk/gcc/ChangeLog

Fix long lines.
------------------------------------------------------------------------
r144531 | rguenth | 2009-03-01 12:49:14 -0800 (Sun, 01 Mar 2009) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/omp-low.c

2009-03-01  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/39331
	* omp-low.c (lower_send_shared_vars): Do not receive new
	values for the reference of DECL_BY_REFERENCE parms or results.

------------------------------------------------------------------------
r144532 | uros | 2009-03-01 13:30:24 -0800 (Sun, 01 Mar 2009) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/i386/i386.h

	* config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Do not
	shadow "i" variable.


------------------------------------------------------------------------
r144533 | uros | 2009-03-01 13:58:31 -0800 (Sun, 01 Mar 2009) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/i386/i386.h

        * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Use defined
        names instead of magic constants for REX SSE registers.


------------------------------------------------------------------------
r144534 | ebotcazou | 2009-03-01 15:04:50 -0800 (Sun, 01 Mar 2009) | 1 line
Changed paths:
   M /trunk/gcc/ada/ChangeLog

Fix latest entry.
------------------------------------------------------------------------
r144538 | gccadmin | 2009-03-01 16:16:44 -0800 (Sun, 01 Mar 2009) | 1 line
Changed paths:
   M /trunk/gcc/DATESTAMP

Daily bump.
------------------------------------------------------------------------

For more information, see <http://gcc.gnu.org/regtest/HEAD/>.

-- 
Geoffrey Keating <geoffk@apple.com> 
(via an automated GCC regression-testing script.)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]