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]

IRIX - many thanks


Hi,

thanks to all who've helped so that the 19991025 snapshot does compile
again on IRIX (first since 19990907).

Perhaps sometimes gcc will even compile (with -O3)
struct {
  unsigned __sigbits[4];
} signal_setmask() {}
 
void handler() {
  signal_setmask();           
}  

which currently still kills the compiler on IRIX. But that's just a
nuisance.

Thanks,
Helmut Jarausch.


-- 
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]