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]

egcs-971114 failure on alphaev5-unknown-linux-gnulibc1


When compiling a non-trivial C++ program with egcs on the alpha, I
get a number of errors of the form:

Auxiliary/Integer.o: In function `Unsigned4::Mul(Unsigned4 const &) const':
Integer.C(.rodata+0x3d8): undefined reference to `$92192'
Integer.C(.rodata+0x3dc): undefined reference to `$92208'
Integer.C(.rodata+0x3e0): undefined reference to `$92208'
Integer.C(.rodata+0x3e4): undefined reference to `$92208'
Integer.C(.rodata+0x3e8): undefined reference to `$92208'
Integer.C(.rodata+0x3ec): undefined reference to `$92208'
Auxiliary/Integer.o(.rodata+0x3f0):Integer.C: more undefined references to `$92208' follow

both with (-O2 -finline-functions) and without (-g) optimization.

I'll investigate further when I have the time.

        - Cotton


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