This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/26734] New: GCC cannot bootstrap on IA64 HP-UX
- From: "sje at cup dot hp dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Mar 2006 20:52:25 -0000
- Subject: [Bug target/26734] New: GCC cannot bootstrap on IA64 HP-UX
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.
--
Summary: GCC cannot bootstrap on IA64 HP-UX
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: sje at cup dot hp dot com
GCC host triplet: ia64-hp-hpux11.23
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26734