NEW GCC build failure, HEAD@191883 on native

GCC regression tester regress@geoffk.org
Mon Oct 1 05:52:00 GMT 2012


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

Log information for changes since the last build:
------------------------------------------------------------------------
r191883 | singhai | 2012-09-30 22:43:06 -0700 (Sun, 30 Sep 2012) | 51 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/Makefile.in
   M /trunk/gcc/c/ChangeLog
   M /trunk/gcc/c/c-decl.c
   M /trunk/gcc/c-family/c-ada-spec.c
   M /trunk/gcc/common.opt
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/decl2.c
   M /trunk/gcc/doc/invoke.texi
   M /trunk/gcc/dumpfile.h
   M /trunk/gcc/flag-types.h
   M /trunk/gcc/opts-global.c
   M /trunk/gcc/opts.c
   M /trunk/gcc/passes.c
   M /trunk/gcc/statistics.c
   M /trunk/gcc/testsuite/gcc.target/i386/vect-double-1.c
   M /trunk/gcc/tree-dump.c
   M /trunk/gcc/tree-dump.h
   M /trunk/gcc/tree-parloops.c
   M /trunk/gcc/tree-vect-data-refs.c
   M /trunk/gcc/tree-vect-loop-manip.c
   M /trunk/gcc/tree-vect-loop.c
   M /trunk/gcc/tree-vect-patterns.c
   M /trunk/gcc/tree-vect-slp.c
   M /trunk/gcc/tree-vect-stmts.c
   M /trunk/gcc/tree-vectorizer.c
   M /trunk/gcc/tree-vectorizer.h

2012-09-30  Sharad Singhai  <singhai@google.com>

	* doc/invoke.texi: Add documentation for the new option.
	* tree-dump.c: Move general dump file related functionality into
	dumpfile.c. Remove unneeded headers.
	* tree-dump.h: Move function declarations into dumpfile.h.
	* dumpfile.h: Include "line-map.h". Add defines for MSG flags.
	(struct dump_file_info): Move here from tree-dump.c.  Rename flags
	to pflags, state to pstate, stream to pstream, filename to
	pfilename. All callers updated. Add alt_flags, alt_state,
	alt_filenmae, alt_stream.
	* tree-vectorizer.c: Include "dumpfile.h". Remove vect_dump.
	(vect_set_dump_settings): Remove.
	(vect_print_dump_info): Ditto.
	* tree-vectorizer.h: Remove declaration of vect_dump and
	vect_print_dump_info.
	* tree-vect-loop.c: Include "dumpfile.h". Use new dump style.
	* tree-vect-data-refs.c: Ditto.
	* tree-vect-stmts.c: Ditto.
	* tree-vect-slp.c: Ditto.
	* tree-vect-patterns.c: Ditto.
	* tree-vect-loop-manip.c: Ditto.
	* testsuite/gcc.target/i386/vect-double-1.c: Fix test.
	* opts.c (vect_set_verbosity_level): Remove.
	(common_handle_option): Handle -fopt-info flag. Deprecate
	-ftree-vectorizer-verbose.
	* tree-parloops.c (gather_scalar_reductions): Remove reference to
	vect_dump.
	* flag-types.h: Remove vect_verbosity_levels.
	* common.opt: Add -fopt-info. Deprecate -ftree-vectorizer-verbose.
	* opts-global.c (dump_remap_tree_vectorizer_verbose): New
	function.
	(handle_common_deferred_options): Handle -fopt-info and
	-ftree-vectorizer-verbose.
	* Makefile.in: Add dumpfile.o.
	(tree-dump.o): Update dependencies.
	(tree-vect-loop.o): Ditto.
	(tree-vect-loop-manip.o): Ditto.
	(tree-vect-slp.o): Ditto.
	(tree-vect-stmts.o): Ditto.
	(tree-vectorizer.o): Ditto.
	(opts.o): Ditto.
	* passes.c (finish_optimization_passes): Instead of using
	dump_begin/dump_end, use dump_start/dump_finish. Do not use dump_file.
	(pass_init_dump_file): Ditto.
	* c-decl.c (c_write_global_declarations): Use a different method
	to determine if the dump has ben initialized.
	* decl2.c (cp_write_global_declarations): Use a different method
	to determine if the dump has ben initialized.


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

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

-------------- next part --------------
/bin/sh /home/regress/tbox/svn-gcc/gcc/../move-if-change tmp-mlib.h multilib.h
/bin/sh /home/regress/tbox/svn-gcc/gcc/../move-if-change tmp-all-tree.def all-tree.def
/bin/sh /home/regress/tbox/svn-gcc/gcc/../move-if-change tmp-specs.h specs.h
echo timestamp > s-mlib
echo "g++   -g -DIN_GCC   -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -fno-common  -DHAVE_CONFIG_H " > checksum-options.tmp \
	&& /home/regress/tbox/svn-gcc/gcc/../move-if-change checksum-options.tmp checksum-options
make[3]: *** No rule to make target `dumpfile.c', needed by `dumpfile.o'.  Stop.
make[3]: *** Waiting for unfinished jobs....
echo timestamp > s-alltree
echo timestamp > s-specs
/bin/sh /home/regress/tbox/svn-gcc/gcc/../move-if-change tmp-optionlist optionlist
echo timestamp > s-options
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