NEW GCC build failure, HEAD@186751 on native

GCC regression tester regress@geoffk.org
Tue Apr 24 07:49:00 GMT 2012


With your recent patch, GCC HEAD revision 186751 had problems on:
native: build (NEW build failure)
Attached is build output for those targets.
The previous build was of revision 186740.

Log information for changes since the last build:
------------------------------------------------------------------------
r186741 | jakub | 2012-04-23 23:03:43 -0700 (Mon, 23 Apr 2012) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/varasm.c

	PR middle-end/52999
	* varasm.c (get_section): Don't ICE for section conflicts with
	built-in section kinds.

------------------------------------------------------------------------
r186742 | jakub | 2012-04-23 23:07:30 -0700 (Mon, 23 Apr 2012) | 7 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.c-torture/execute/pr53084.c
   M /trunk/gcc/varasm.c

	PR middle-end/53084
	* varasm.c (compute_reloc_for_constant): Handle ADDR_EXPR
	of MEM_REF.
	(output_addressed_constants): Likewise.

	* gcc.c-torture/execute/pr53084.c: New test.

------------------------------------------------------------------------
r186744 | naveenh | 2012-04-23 23:10:14 -0700 (Mon, 23 Apr 2012) | 1 line
Changed paths:
   M /trunk/gcc/config/h8300/h8300.md

Use braced string notation where applicable for h8300.md
------------------------------------------------------------------------
r186747 | naveenh | 2012-04-23 23:59:57 -0700 (Mon, 23 Apr 2012) | 1 line
Changed paths:
   M /trunk/gcc/config/v850/v850.md

Use braced string notation where applicable for v850.md
------------------------------------------------------------------------
r186748 | krebbel | 2012-04-24 00:01:52 -0700 (Tue, 24 Apr 2012) | 12 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/s390/s390.c
   M /trunk/gcc/gcse.c
   M /trunk/gcc/recog.c
   M /trunk/gcc/recog.h

2012-04-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* recog.c (insn_invalid_p): Add IN_GROUP parameter and use
	validate_change to add clobbers if IN_GROUP is nonzero.
	(verify_changes): Call insn_invalid_p with IN_GROUP set to true.
	* recog.h (insn_invalid_p): Add IN_GROUP parameter to function
	prototype.
	* gcse.c (process_insert_insn): Call insn_invalid_p with IN_GROUP
	set to false.
	* config/s390/s390.c (insn_invalid_p): Likewise.


------------------------------------------------------------------------
r186749 | pinskia | 2012-04-24 00:05:09 -0700 (Tue, 24 Apr 2012) | 18 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/tree-ssa/andor-3.c
   A /trunk/gcc/testsuite/gcc.dg/tree-ssa/andor-4.c
   A /trunk/gcc/testsuite/gcc.dg/tree-ssa/andor-5.c
   M /trunk/gcc/tree-ssa-forwprop.c


2012-04-24  Andrew Pinski  <apinski@cavium.com>

	PR tree-opt/33512
	* tree-ssa-forwprop.c (defcodefor_name): New function.
	(simplify_bitwise_binary): Use defcodefor_name instead of manually
	Simplify "( X | Y) & X" to X and "( X & Y) | X" to X.
	Simplify "(~X | Y) & X" to "X & Y" and
	"(~X & Y) | X" to "X | Y".

2012-04-24  Andrew Pinski  <apinski@cavium.com>

	PR tree-opt/33512
	* gcc.dg/tree-ssa/andor-3.c: New testcase.
	* gcc.dg/tree-ssa/andor-4.c: New testcase.
	* gcc.dg/tree-ssa/andor-5.c: New testcase.


------------------------------------------------------------------------
r186750 | manu | 2012-04-24 00:22:41 -0700 (Tue, 24 Apr 2012) | 6 lines
Changed paths:
   M /trunk/contrib/ChangeLog
   M /trunk/contrib/compare_tests

2012-04-23  Manuel L?\195?\179pez-Ib?\195?\161?\195?\177ez  <manu@gcc.gnu.org>

contrib/
	* compare_tests: Append '/' to make 'find' traverse
	symlinked directories.

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

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

-------------- next part --------------
gcc -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -Wc++-compat -fno-common  -DHAVE_CONFIG_H -I. -I. -I/home/regress/tbox/svn-gcc/gcc -I/home/regress/tbox/svn-gcc/gcc/. -I/home/regress/tbox/svn-gcc/gcc/../include -I/home/regress/tbox/svn-gcc/gcc/../libcpp/include  -I/home/regress/tbox/svn-gcc/gcc/../libdecnumber -I/home/regress/tbox/svn-gcc/gcc/../libdecnumber/bid -I../libdecnumber    /home/regress/tbox/svn-gcc/gcc/tree-ssa-dse.c -o tree-ssa-dse.o
gcc -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -Wc++-compat -fno-common  -DHAVE_CONFIG_H -I. -I. -I/home/regress/tbox/svn-gcc/gcc -I/home/regress/tbox/svn-gcc/gcc/. -I/home/regress/tbox/svn-gcc/gcc/../include -I/home/regress/tbox/svn-gcc/gcc/../libcpp/include  -I/home/regress/tbox/svn-gcc/gcc/../libdecnumber -I/home/regress/tbox/svn-gcc/gcc/../libdecnumber/bid -I../libdecnumber    /home/regress/tbox/svn-gcc/gcc/tree-ssa-forwprop.c -o tree-ssa-forwprop.o
gcc -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -Wc++-compat -fno-common  -DHAVE_CONFIG_H -I. -I. -I/home/regress/tbox/svn-gcc/gcc -I/home/regress/tbox/svn-gcc/gcc/. -I/home/regress/tbox/svn-gcc/gcc/../include -I/home/regress/tbox/svn-gcc/gcc/../libcpp/include  -I/home/regress/tbox/svn-gcc/gcc/../libdecnumber -I/home/regress/tbox/svn-gcc/gcc/../libdecnumber/bid -I../libdecnumber    /home/regress/tbox/svn-gcc/gcc/tree-ssa-ifcombine.c -o tree-ssa-ifcombine.o
gcc -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -Wc++-compat -fno-common  -DHAVE_CONFIG_H -I. -I. -I/home/regress/tbox/svn-gcc/gcc -I/home/regress/tbox/svn-gcc/gcc/. -I/home/regress/tbox/svn-gcc/gcc/../include -I/home/regress/tbox/svn-gcc/gcc/../libcpp/include  -I/home/regress/tbox/svn-gcc/gcc/../libdecnumber -I/home/regress/tbox/svn-gcc/gcc/../libdecnumber/bid -I../libdecnumber    /home/regress/tbox/svn-gcc/gcc/tree-ssa-live.c -o tree-ssa-live.o
/home/regress/tbox/svn-gcc/gcc/tree-ssa-forwprop.c: In function 'simplify_bitwise_binary':
/home/regress/tbox/svn-gcc/gcc/tree-ssa-forwprop.c:1916: error: 'def1' undeclared (first use in this function)
/home/regress/tbox/svn-gcc/gcc/tree-ssa-forwprop.c:1916: error: (Each undeclared identifier is reported only once
/home/regress/tbox/svn-gcc/gcc/tree-ssa-forwprop.c:1916: error: for each function it appears in.)
/home/regress/tbox/svn-gcc/gcc/tree-ssa-forwprop.c:1917: error: 'def2' undeclared (first use in this function)
make[3]: *** [tree-ssa-forwprop.o] Error 1
make[3]: *** Waiting for unfinished jobs....
rm cpp.pod gfdl.pod gcov.pod fsf-funding.pod gcc.pod
make[3]: Leaving directory `/home/regress/tbox/native/build/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/home/regress/tbox/native/build'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/regress/tbox/native/build'
make: *** [bootstrap] Error 2
+ '[' -s .bad_compare ']'
+ exit 1
-------------- next part --------------

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


More information about the Gcc-regression mailing list