------- Comment #1 from mkuvyrkov at gcc dot gnu dot org 2006-03-17 21:16 ------- (In reply to comment #0) > The compiler builds but when it tries to build libgcc I get a bunch of ICEs. > Here is a small test case that will not compile with -O2 on ia64-hp-hpux11.23 > with the ToT compiler: > > extern int c; > long long __negti2 () { return (-c); } > > I believe the problem is due to the IA64 speculation changes that Maxim > checked > in.
Unfortunately, I don't have access to HP-UX and the bug doesn't appear on ia64-linux, so can you please provide some more information for the failure like backtrace. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26734