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 fails to 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.

GCC was built with

CFLAGS=\'-O\' \
  /sloth/delay/tbox/cvs/egcs/configure --target=powerpc-eabisim --prefix=/sloth/delay/objs/H-sparc-sun-solaris2.5.1 \
    --enable-checking=misc,gc
make

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 -DCROSS_COMPILE -DIN_GCC  -DSVR4  -O  -DHAVE_CONFIG_H  -o g77 gcc.o g77spec.o g77version.o \
   version.o prefix.o intl.o  obstack.o alloca.o       ../libiberty/libiberty.a; \
else true; fi
if [ -f lang-f77 ]; then \
  rm -f g77-cross; \
  cp g77 g77-cross; \
else true; fi
rm -f gcj-cross
cp gcj gcj-cross
/sloth/delay/tbox/build/texinfo/makeinfo/makeinfo   -I/sloth/delay/tbox/cvs/egcs/gcc -o cpp.info /sloth/delay/tbox/cvs/egcs/gcc/cpp.texi
Making info file `cpp.info' from `/sloth/delay/tbox/cvs/egcs/gcc/cpp.texi'.
/sloth/delay/tbox/build/texinfo/makeinfo/makeinfo   -I/sloth/delay/tbox/cvs/egcs/gcc -o gcc.info /sloth/delay/tbox/cvs/egcs/gcc/gcc.texi
/sloth/delay/tbox/cvs/egcs/gcc/gcc.texi:187: No matching `@end ifnottex'.
/sloth/delay/tbox/cvs/egcs/gcc/gcc.texi:212: Unmatched `@end'.
makeinfo: Removing output file `gcc.info' due to errors; use --force to preserve.
Making info file `gcc.info' from `/sloth/delay/tbox/cvs/egcs/gcc/gcc.texi'.
make[1]: *** [gcc.info] Error 2
make[1]: Leaving directory `/sloth/delay/tbox/build/gcc'
make: *** [all-gcc] Error 2
+ exit 1
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/ChangeLog	Fri Apr 28 13:05:26 2000
+++ egcs/gcc/ChangeLog	Fri Apr 28 15:35:26 2000
@@ -1,3 +1,34 @@
+Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
+
+	* gcc.texi: Fixes for makeinfo 4.0 --html.
+
+2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
+
+	* pcp.h: Delete file.
+
+2000-04-28  Kazu Hirata  <kazu@hxi.com>
+
+	* h8300.c (function_epilogue): Clean up flags when the last insn
+	in a function is a barrier.
+
+2000-04-28  Chris Demetriou  <cgd@sibyte.com>
+
+	* configure.in (sparc-hal-solaris2*): protect [] glob from
+	my expansion.
+	(mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
+	rather than hard-coded constants in target_cpu_default2.
+	* configure: Regenerate.
+
+2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
+
+	* tree.c (get_callee_fndecl): Extract the initial value from
+	a readonly decl.
+
+2000-04-28  Richard Henderson  <rth@cygnus.com>
+
+	* varasm.c (record_constant_1): Record the CODE_LABEL when
+	taking the address of a LABEL_REF.
+
 2000-04-28  Richard Henderson  <rth@cygnus.com>
 	    Jan Hubicka  <jh@suse.cz>
 
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/cp/ChangeLog	Fri Apr 28 01:05:26 2000
+++ egcs/gcc/cp/ChangeLog	Fri Apr 28 15:35:28 2000
@@ -1,3 +1,12 @@
+2000-04-28  Cosmin Truta  <cosmint@cs.ubbcluj.ro>
+
+	* decl.c (grok_op_properties): Add an extra check of argtypes.
+
+2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
+
+	* optimize.c (initialize_inlined_parameters): Call 
+	c_apply_type_quals_to_decl.  Set DECL_INITIAL.
+
 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
 
 	* optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

cosmint@cs.ubbcluj.ro
espie@cvs.openbsd.org
kazu@hxi.com
zack@wolery.cumb.org

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