This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


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

alpha problems with 2.0.104 and egcs 1.1


Hi,

Just a warning that egcs 1.1 seems to miscompile elf/dlsym.c on Alpha with the 
default optimisation settings.  This causes programs using dynamic linking to 
dump core (the problem seems to be that the compiler fails to notice that a 
function call clobbers the return address that's held in a register).  
Compiling with -O0 seems OK.  

I'm not sure whether egcs 1.1.1 is the same.  I'll check later and send a 
report to the egcs people if so.

p.




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