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 17:50:26 2000
@@ -1,3 +1,30 @@
+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
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

m.hayes@elec.canterbury.ac.nz

2000-06-29T00:50:00Z 2000-06-29T00:53:09Z build

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