This is the mail archive of the gcc-bugs@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]

Re: egcs-1.0.3: Internal compiler error [Resent]


>>>>> " " == Alexandre Oliva <oliva@dcc.unicamp.br> writes:

 > Steffen Zahn <zahn@berlin.snafu.de> writes:
>> g++ -O2 -Wall -DNDEBUG -DNWARN -fomit-frame-pointer
>> -fexpensive-optimizations -ffast-math -funroll-loops
>> -malign-loops=2 -malign-jumps=2 -malign-functions=2 -mpentium
>> -D_REENTRANT -I..  -c x.C

>> Output: MLPVertexArray.C: In method `bool
>> MLPVertexArray::_serialRead(class XDRFile *)': MLPVertexArray.C:64:
>> Internal compiler error.  MLPVertexArray.C:64: Please submit a full
>> bug report to `egcs-bugs@cygnus.com'.

 > This problem is fixed in the latest snapshot of egcs.

That is true, egcs-19980608 fixes this problem, but creates
other problems: undefined reference to `__eh_pc'

I get that when I link programs compiled with egcs-19980608
together with some older libraries compiled with egcs release 1.0.3.

One is for example /usr/local/lib/libgltt.a , /usr/local/lib/libgltt.so
(written in C++). Maybe a recompile of the libs referencing __eh_pc will help.

Best regards
    Steffen

-- 
home email:  user@domain where domain=berlin.snafu.de, user=zahn
Use of my address for unsolicited commercial advertising is forbidden.
      2^3021377 - 1     |     "Where do you want to crash today?"


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