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]

5 new GCC HEAD@187635 regressions


With your recent patch, GCC HEAD revision 187635 had problems on:
native: regress-11 (5 NEW failures)
The previous build was of revision 187632.

Regressions for native:
old   g++.sum g++.dg/other/anon5.C
old   g++.sum g++.dg/torture/pr46154.C
NEW   g++.sum g++.old-deja/g++.brendan/template30.C
NEW   g++.sum g++.old-deja/g++.brendan/template31.C
NEW   g++.sum g++.old-deja/g++.brendan/template4.C
NEW   gcc.sum gcc.c-torture/execute/931031-1.c
NEW   gcc.sum gcc.c-torture/execute/931102-1.c
old   gcc.sum gcc.dg/torture/tls/thr-init-1.c
old   gcc.sum gcc.dg/torture/tls/thr-init-2.c
old   gcc.sum gcc.dg/torture/tls/tls-test.c
old   gfortran.sum gfortran.dg/lto/pr45586

Log information for changes since the last build:
------------------------------------------------------------------------
r187633 | steven | 2012-05-17 10:54:52 -0700 (Thu, 17 May 2012) | 12 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/regstat.c

	PR rtl-optimization/53125
	* regstat.c (regstat_bb_compute_ri): Take new local_live_last_luid
	argument.  Simplify calculation of REG_LIVE_LENGTH for regnos that
	die in the basic block.  Correctly top off REG_FREQ and
	REG_FREQ_CALLS_CROSSED.
	Remove do_not_gen.
	(regstat_compute_ri): Allocate and free local_live_last_luid.
	Remove do_not_gen.
	(regstat_bb_compute_calls_crossed): Correctly top off
	REG_FREQ_CALLS_CROSSED.


------------------------------------------------------------------------
r187634 | paolo | 2012-05-17 11:54:37 -0700 (Thu, 17 May 2012) | 26 lines
Changed paths:
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/parser.c
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/c-c++-common/raw-string-3.c
   M /trunk/gcc/testsuite/c-c++-common/raw-string-4.c
   A /trunk/gcc/testsuite/g++.dg/cpp0x/error8.C
   M /trunk/gcc/testsuite/g++.dg/ext/utf-cxx98.C
   M /trunk/gcc/testsuite/g++.dg/ext/utf-dflt.C
   M /trunk/gcc/testsuite/g++.dg/ext/utf-dflt2.C
   M /trunk/gcc/testsuite/g++.dg/ext/utf-gnuxx98.C
   A /trunk/gcc/testsuite/g++.dg/parse/error49.C

/cp
2012-05-17  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/39681
	* parser.c (cp_parser_new_type_id): Early return error_mark_node
	if the cp_parser_type_specifier_seq call has type_specifier_seq.type
	error_mark_node; tidy.
	(cp_parser_new_expression): Always initialize nelts to NULL_TREE to
	avoid uninitialized warnings.
	(cp_parser_init_declarator, cp_parser_late_parse_one_default_arg):
	Call cp_parser_skip_to_end_of_statement if cp_parser_initializer
	returns error_mark_node.

/testsuite
2012-05-17  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/39681
	* g++.dg/parse/error48.C: New.
	* g++.dg/cpp0x/error8.C: Likewise.
	* g++.dg/ext/utf-cxx98.C: Adjust dg-error directive.
	* g++.dg/ext/utf-dflt2.C: Likewise.
	* g++.dg/ext/utf-gnuxx98.C: Likewise.
	* g++.dg/ext/utf-dflt.C: Likewise.
	* c-c++-common/raw-string-3.c: Likewise.
	* c-c++-common/raw-string-4.c: Likewise.

------------------------------------------------------------------------
r187635 | paolo | 2012-05-17 11:56:06 -0700 (Thu, 17 May 2012) | 5 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog

2012-05-17  Paolo Carlini  <paolo.carlini@oracle.com>

    	* Fix typo in the last ChangeLog entry.


------------------------------------------------------------------------

For more information, see <http://glutton.geoffk.org/HEAD/>.

-- 
Geoffrey Keating <geoffk@geoffk.org> 
(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]