This is the mail archive of the gcc@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]
Other format: [Raw text]

[3.5-tree-ssa] off cvs build fails in cgraph.c


This started in the last few days:

rm -rf gcc-mudflap
mkdir gcc-mudflap
cd gcc-mudflap
../gcc/configure \
        --prefix=/usr/local/gcc-mudflap \
        --enable-languages=c
make bootstrap

...
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-p
rototypes -pedantic -Wno-long-long -fno-common   -DHAVE_CONFIG_H    -I.
-I. -I..
/../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include
-I../../gcc/gcc/../libb
anshee/libcompat -I../../gcc/gcc/../libbanshee
-I../../gcc/gcc/../libbanshee/poi
nts-to  ../../gcc/gcc/cgraph.c -o cgraph.o
../../gcc/gcc/cgraph.c: In function
`cgraph_function_possibly_inlined_p':
../../gcc/gcc/cgraph.c:683: incompatible types in return
../../gcc/gcc/cgraph.c:684: warning: control reaches end of non-void
function
make[2]: *** [cgraph.o] Error 1
make[2]: Leaving directory `/data2/data1/gcc/gcc-mudflap/gcc'

I should also mention that I see this during a checkout:
	cvs server: duplicate key found for `y'
whatever that means.

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>


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