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@166732 regression


With your recent patch, GCC HEAD revision 166732 had problems on:
native: regress-7 (1 NEW failures)
The previous build was of revision 166731.

Regressions for native:
old   g++.sum g++.dg/other/i386-2.C
old   g++.sum g++.dg/other/i386-3.C
old   g++.sum g++.dg/torture/pr34850.C
fixed gcc.sum c-c++-common/raw-string-8.c
fixed gcc.sum gcc.dg/cpp/direct2.c
fixed gcc.sum gcc.dg/cpp/direct2s.c
fixed gcc.sum gcc.dg/dfp/constants-c99.c
fixed gcc.sum gcc.dg/dfp/keywords-c99.c
fixed gcc.sum gcc.dg/gomp/pr34607.c
old   gcc.sum gcc.dg/guality/pr43479.c
NEW   gcc.sum gcc.dg/nofixed-point-2.c
old   gcc.sum gcc.dg/pr14963.c
fixed gcc.sum gcc.dg/pr35746.c
old   gcc.sum gcc.target/i386/pr38240.c

Log information for changes since the last build:
------------------------------------------------------------------------
r166732 | bonzini | 2010-11-14 05:10:41 -0800 (Sun, 14 Nov 2010) | 13 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/c-decl.c
   M /trunk/gcc/c-parser.c

2010-11-13  Paolo Bonzini  <bonzini@gnu.org>

	PR c/46462
	* c-decl.c (declspecs_add_type): Make variables with error types
	integers.
	* c-parser.c (c_parser_next_tokens_start_declaration): Two IDs
	do not start a declaration before an Objective-C foreach.
	(c_parser_declaration_or_fndef): Improve recovery after unknown
	type name.
	(c_parser_for_statement): Hoist entrance of "foreach context"
	before ifs, add corresponding reset where it was missing.  Do
	not set objc_could_be_foreach_context for C.

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

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]