GCC build failure, HEAD@174319 on native

regress regress@apple.com
Fri May 27 04:31:00 GMT 2011


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/>.

-------------- next part --------------
# Early copyback; see "all" above for the rationale.  The
# early copy is necessary so that the gcc -B options find
# the right startup files when linking shared libgcc.
/bin/sh /Users/regress/tbox/svn-gcc/libgcc/../mkinstalldirs ../../.././gcc/ppc64
parts="crt2.o crt3.o";				\
	for file in $parts; do					\
	  rm -f ../../.././gcc/ppc64/$file;		\
	  /usr/bin/install -c -m 644 $file ../../.././gcc/ppc64/;	\
	  case $file in 					\
	    *.a)						\
	      ranlib -c ../../.././gcc/ppc64/$file ;;	\
	  esac;							\
	done
make[4]: *** [multi-do] Error 1
make[3]: *** [all-multi] Error 2
make[2]: *** [all-stage1-target-libgcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [bootstrap] Error 2
+ '[' -s .bad_compare ']'
+ exit 1
-------------- next part --------------

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


More information about the Gcc-regression mailing list