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]

egcs-19990718 still bogus on IRIX6.5.3


Hi,

just want to report that egcs-19990718 is still broken on IRIX6.5.3

Alexandre Oliva has isolated the bug to

struct {
  unsigned __sigbits[4];
} signal_setmask() {}
 
void handler() {
  signal_setmask();           
}  

which crashes gcc when compiled with -O3 (but not with -O3 -fno-inline)

Sorry if that's (still) known

-- 
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany


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