This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: parse.c build failure from gcc-head on Alpha.



George France writes:

> Is this a problem in parse.y that is creating something in parse.c
> that gcc-2.95.3 can not digest or a problem in gcc-2.95.3 on alpha??

No matter how wrong the input is, the compiler shouldn't loop
forever. It's a problem with gcc-2.95.3 (possibly only on alpha?)

> Any ideas or suggestions would be appreciated.

It looks like you can use different (and sometimes newer) compilers.
But you can try to run what causes the infinite loop (most likely
cc1?) running gcc -v -c ... and then run the guilty invokation through
gdb and interrupt the execution when you're entering the infinite
loop. Then you'll see where (and maybe why) the problem is happening...

./A


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