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]

Re: emit_cmp_insn in alpha


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



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