emit_cmp_insn in alpha
Jim Wilson
wilson@tuliptree.org
Mon May 12 16:02:00 GMT 2003
On Sun, 2003-05-11 at 01:31, Hilmi Ozdoganoglu wrote:
> cc: Error: ../../src/gcc-3.0.3/gcc/cp/decl.c, line 528: In this statement,
> "(cfun&&((struct cp_language_function
> ...)(cfun->language))->bindings?((struct cp_language_function
> ...)(cfun->language))->bindings:scope_chain->bindings)" is not an lvalue,
> but occurs in a context that requires one. (needlvalue)
It looks like you typed "make all" instead of "make bootstrap". The C++
front end is written in GNU C, and will only compile with gcc. This
happens automatically if you use make bootstrap. If you use make all,
you end up trying to compile it with the system compiler, which doesn't
work (unless the system compiler is gcc).
Jim
More information about the Gcc
mailing list