This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
Re: GCC build failed for native with your patch on 2003-07-09T01:19:54Z.
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: gcc-regression at gcc dot gnu dot org
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>, jh at suse dot cz, roger at eyesopen dot com
- Date: Tue, 8 Jul 2003 22:15:35 -0400
- Subject: Re: GCC build failed for native with your patch on 2003-07-09T01:19:54Z.
Bootstrap failure caused by another of Jan Hubicka's patches:
+Wed Jul 9 03:00:10 CEST 2003 Jan Hubicka <jh@suse.cz>
+
+ * cgraph.c (cgraph_node_name): New function.
+ (dump_cgraph): Use it.
+ * cgraph.h (cgraph_dump_file): Declare.
+ (cgraph_node_name): Declare.
+ * cgraphunit.c: Include timevar.h
+ (cgraph_finalize_compilation_unit): Use timevar; reorganize dumps.
+ (cgraph_optimize_function): Use TV_INTEGRATION.
+ (cgraph_mark_local_functions): reorganize dumps.
+ (cgraph_mark_functions_to_inline_once): Likewise.
+ (cgraph_optimize): Likewise; use timevar.
+ * timevar.def (TV_CGRAPH, TV_CGRAPHOPT): New.
+ * toplev.c (dump_file_index): Add DFI_cgraph.
+ (dump_file_info): Likewise.
+ (cgraph_dump_file): New global variable.
+ (do_compile): Open and close cgraph dump.
+ * invoke.texi (-d): Document new flag; renumber.
Looks like litem should just be item.
Error:
makeinfo --split-size=5000000 -I
/Users/regress/tbox/cvs-gcc/gcc/gcc/doc -I
/Users/regress/tbox/cvs-gcc/gcc/gcc/doc/include \
-o /Users/regress/tbox/cvs-gcc/gcc/gcc/doc/gcc.info
/Users/regress/tbox/cvs-gcc/gcc/gcc/doc/gcc.texi
/Users/regress/tbox/cvs-gcc/gcc/gcc/doc/invoke.texi:3220: Unknown
command `litem'.
makeinfo: Removing output file
`/Users/regress/tbox/cvs-gcc/gcc/gcc/doc/gcc.info' due to errors; use
--force to preserve.
Thanks,
Andrew Pinski
On Tuesday, Jul 8, 2003, at 21:37 US/Eastern, GCC regression checker
wrote:
With your recent patch, GCC does not compile on:
native
Attached is build output for those targets.
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://gcc.gnu.org/regtest/.
<ChangeLog.diff><native-log.txt>--
Geoffrey Keating <geoffk@apple.com>
(via an automated GCC regression-testing script.)