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]

GCC build failure, HEAD@174319 on native


With your recent patch, GCC HEAD revision 174319 had problems on:
native: build (about the same as the previous build)
Attached is build output for those targets.
The previous build was of revision 174315.

Log information for changes since the last build:
------------------------------------------------------------------------
r174317 | jason | 2011-05-26 21:01:46 -0700 (Thu, 26 May 2011) | 6 lines
Changed paths:
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/cp-tree.h
   M /trunk/gcc/cp/decl.c
   M /trunk/gcc/cp/pt.c
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/g++.dg/cpp0x/auto7.C
   M /trunk/gcc/testsuite/g++.dg/template/crash50.C
   M /trunk/gcc/testsuite/g++.dg/template/static9.C
   M /trunk/gcc/testsuite/g++.old-deja/g++.ext/memconst.C

	PR c++/47956
	* decl.c (check_static_variable_definition): Now static.
	(cp_finish_decl): Call it here.
	(grokdeclarator): Not here.
	* pt.c (instantiate_class_template_1): Or here.
	* cp-tree.h: Don't declare it.
------------------------------------------------------------------------
r174318 | jason | 2011-05-26 21:01:56 -0700 (Thu, 26 May 2011) | 3 lines
Changed paths:
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/pt.c

	DR 1004
	* pt.c (convert_template_argument): Don't complain about using
	injected-class-name as template template argument.
------------------------------------------------------------------------
r174319 | jason | 2011-05-26 21:04:40 -0700 (Thu, 26 May 2011) | 4 lines
Changed paths:
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/friend.c
   M /trunk/gcc/cp/parser.c
   M /trunk/gcc/cp/pt.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/g++.dg/cpp0x/friend1.C
   A /trunk/gcc/testsuite/g++.dg/cpp0x/friend2.C

	PR c++/47721
	* parser.c (cp_parser_member_declaration): Allow friend T.
	* friend.c (make_friend_class): Ignore non-classes.
	* pt.c (instantiate_class_template_1): Handle TEMPLATE_TYPE_PARM.
------------------------------------------------------------------------

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

Attachment: native-log.txt
Description: Text document

-- 
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]