This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Gcc is broken on ia64
- From: "H. J. Lu" <hjl at lucon dot org>
- To: nathan at codesourcery dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 2 Nov 2004 10:56:45 -0800
- Subject: Gcc is broken on ia64
Gcc is broken by
http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00039.html
I got
/net/gnu/export/gnu/src/gcc/gcc/gcc/flow.c: In function
`init_propagate_block_info':
/net/gnu/export/gnu/src/gcc/gcc/gcc/flow.c:1852: void value not ignored
as it ought to be
make[1]: *** [flow.o] Error 1
That piece of code is protected by HAVE_conditional_execution.
H.J.