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]

GCC build failed with your patch.


(This is an automated message.)

With your recent patch, GCC does not compile.  The last 20 or so
lines of the build output are attached.  Also attached is a diff of
the ChangeLog entries since the last time the regression tests passed,
on 2000-06-28T21:50:00Z.

The last time the regression tests were run, GCC did not compile either,
so the problem might not be caused by your patch.

For more information, see <http://www.cygnus.com/~geoffk/gcc-regression/>.

If it seems that you have been sent this mail incorrectly---that is,
if you did not recently check in a change to GCC---please
contact Geoffrey Keating <geoffk@cygnus.com>.  The script that
extracts e-mail addresses from ChangeLog entries is not completely
reliable.
gcc -c -DCROSS_COMPILE -DIN_GCC  -DSVR4  -g -O2  -DHAVE_CONFIG_H    -I. -I/sloth/delay/tbox/cvs/egcs/gcc -I/sloth/delay/tbox/cvs/egcs/gcc/config -I/sloth/delay/tbox/cvs/egcs/gcc/../include /sloth/delay/tbox/cvs/egcs/gcc/rtl.c
/sloth/delay/tbox/cvs/egcs/gcc/rtl.c: In function `fatal_with_file_and_line':
/sloth/delay/tbox/cvs/egcs/gcc/rtl.c:706: warning: passing arg 2 of `vfprintf' makes pointer from integer without a cast
/sloth/delay/tbox/cvs/egcs/gcc/rtl.c:722: warning: passing arg 2 of `fprintf' makes pointer from integer without a cast
gcc -c -DCROSS_COMPILE -DIN_GCC  -DSVR4  -g -O2  -DHAVE_CONFIG_H    -I. -I/sloth/delay/tbox/cvs/egcs/gcc -I/sloth/delay/tbox/cvs/egcs/gcc/config -I/sloth/delay/tbox/cvs/egcs/gcc/../include /sloth/delay/tbox/cvs/egcs/gcc/bitmap.c
gcc -c -DCROSS_COMPILE -DIN_GCC  -DSVR4  -g -O2  -DHAVE_CONFIG_H    -I. -I/sloth/delay/tbox/cvs/egcs/gcc -I/sloth/delay/tbox/cvs/egcs/gcc/config -I/sloth/delay/tbox/cvs/egcs/gcc/../include /sloth/delay/tbox/cvs/egcs/gcc/ggc-none.c
gcc -c -DCROSS_COMPILE -DIN_GCC  -DSVR4  -g -O2  -DHAVE_CONFIG_H    -I. -I/sloth/delay/tbox/cvs/egcs/gcc -I/sloth/delay/tbox/cvs/egcs/gcc/config -I/sloth/delay/tbox/cvs/egcs/gcc/../include /sloth/delay/tbox/cvs/egcs/gcc/gensupport.c
gcc -c -DCROSS_COMPILE -DIN_GCC  -DSVR4  -g -O2  -DHAVE_CONFIG_H    -I. -I/sloth/delay/tbox/cvs/egcs/gcc -I/sloth/delay/tbox/cvs/egcs/gcc/config -I/sloth/delay/tbox/cvs/egcs/gcc/../include /sloth/delay/tbox/cvs/egcs/gcc/print-rtl.c
gcc -c -DCROSS_COMPILE -DIN_GCC  -DSVR4  -g -O2  -DHAVE_CONFIG_H    -I. -I/sloth/delay/tbox/cvs/egcs/gcc -I/sloth/delay/tbox/cvs/egcs/gcc/config -I/sloth/delay/tbox/cvs/egcs/gcc/../include /sloth/delay/tbox/cvs/egcs/gcc/errors.c
gcc -DCROSS_COMPILE -DIN_GCC  -DSVR4  -g -O2  -DHAVE_CONFIG_H  -o genattr \
 genattr.o rtl.o bitmap.o ggc-none.o gensupport.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
Undefined			first referenced
 symbol  			    in file
_                                   rtl.o
ld: fatal: Symbol referencing errors. No output written to genattr
collect2: ld returned 1 exit status
make[1]: *** [genattr] Error 1
make[1]: Leaving directory `/sloth/delay/tbox/build/gcc'
make: *** [all-gcc] Error 2
+ exit 1
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/ChangeLog	Wed Jun 28 14:50:35 2000
+++ egcs/gcc/ChangeLog	Wed Jun 28 20:20:14 2000
@@ -1,3 +1,35 @@
+Wed Jun 28 21:09:33 2000   Raja R Harinath <harinath@cs.umn.edu>
+
+	* dbxout.c (dbxout_symbol, case RESULT_DECL, VAR_DECL): Use
+	DECL_CONTEXT, not DECL_FIELD_CONTEXT.
+
+2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+	* flow.c (flow_depth_first_order_compute): Fix algorithm.
+
+2000-06-28  Philipp Thomas  <pthomas@suse.de>
+
+	* c-decl.c : Mark strings for translation.
+	(parmlist_tags_warning): Use distinct messages instead
+	of conditional expressions.
+	* diagnostic.c (v_message_with_decl): Mark string for translation.
+	* gcc.c: Mark messages for translation.
+	(display_help): Combine messages into one string where necessary.
+	* mips-tfile: Add intl.h. Mark messages for translation.
+	* rtl.c (fatal_with_file_and_line): Modify function for NLS. Mark
+	messages for translation.
+	* timevar.c: Mark messages for translation.
+	* tlink.c: Likewise.
+	* toplev.c: Likewise.
+
+Wed Jun 28 15:39:26 2000  Donn Terry (donnte@microsoft.com)
+
+	* i386-interix.h (STRIP_NAME_ENCODING): Declare _new_name properly.
+
+	* alpha/alpha-interix.h: Delete redundant -Asystem(interix),
+	use -isystem instead of -idirafter.
+	* i386/i386-interix.h: Likewise.
+
 2000-06-28  Jason Merrill  <jason@redhat.com>
 
 	* dwarf2out.c (output_loc_operands): Don't support >1 byte output
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/testsuite/ChangeLog	Wed Jun 28 14:50:40 2000
+++ egcs/gcc/testsuite/ChangeLog	Wed Jun 28 20:20:15 2000
@@ -1,5 +1,44 @@
 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
 
+	Rearrange lots of files, removing entirely the
+	gcc.c-torture/special, gcc.c-torture/code-quality, and gcc.failure
+	directories.
+
+	* Deleted files:
+	gcc.c-torture/code_quality/code_quality.exp
+	gcc.c-torture/special/special.exp
+	gcc.failure/failure.exp
+	gcc.failure/940409-1.x
+	gcc.c-torture/compile/961203-1.x
+
+	* New files:
+	gcc.misc-tests/linkage.exp
+	gcc.c-torture/execute/920730-1t.c
+	gcc.c-torture/execute/920730-1t.x
+	gcc.c-torture/compile/920520-1.x
+	gcc.c-torture/compile/920521-1.x
+	gcc.c-torture/compile/981006-1.x
+	gcc.c-torture/execute/eeprof-1.x
+
+	* Moved files (possibly with modifications to fit a new harness):
+	Old name				New name
+	gcc.c-torture/code_quality/920608-1.c	gcc.c-torture/compile/920608-1.c
+	gcc.c-torture/special/920413-1.c	gcc.dg/920413-1.c
+	gcc.c-torture/special/920520-1.c	gcc.c-torture/compile/920520-1.c
+	gcc.c-torture/special/920521-1.c	gcc.c-torture/compile/920521-1.c
+	gcc.c-torture/special/920717-x.c	gcc.misc-tests/linkage-x.c
+	gcc.c-torture/special/920717-y.c	gcc.misc-tests/linkage-y.c
+	gcc.c-torture/special/920730-1.c	gcc.c-torture/execute/920730-1.c
+	gcc.c-torture/special/930510-1.c	gcc.dg/cpp/19930510-1.c
+	gcc.c-torture/special/951130-1.c	gcc.dg/951130-1.c
+	gcc.c-torture/special/960224-1.c	gcc.dg/cpp/19960224-1.c
+	gcc.c-torture/special/960224-2.c	gcc.dg/cpp/19960224-2.c
+	gcc.c-torture/special/981006-1.c	gcc.c-torture/compile/981006-1.c
+	gcc.c-torture/special/eeprof-1.c	gcc.c-torture/execute/eeprof-1.c
+	gcc.failure/940409-1.c			gcc.dg/940409-1.c
+
+2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
+
 	* c-torture/compile/961203-1.x: Delete.
 
 	* gcc.misc-tests/acker1.c: Report failure.  Use return from main,
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

harinath@cs.umn.edu
zack@wolery.cumb.org

2000-06-29T03:20:00Z 2000-06-29T03:23:00Z build

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]