Steve Ellcey - Re: PATCH COMMITTED: First lower-subreg patch (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing 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] |
Other format: | [Raw text] |
- From: Steve Ellcey
- To: iant at google dot com
- Cc: gcc-patches at gcc dot gnu dot org, dave dot anglin at nrc-cnrc dot gc dot ca
- Date: Fri, 2 Feb 2007 14:19:21 -0800 (PST)
- Subject: Re: PATCH COMMITTED: First lower-subreg patch
Ian,
I am having a bootstrap failure on the PA64 platform (hppa64-hp-hpux11.11) with this patch. I have verified the failure starts with version 121453 and the symptoms are that I cannot compile the following test program:
typedef float TFtype __attribute__ ((mode (TF)));
TFtype __powitf2 (TFtype x) { return 1/x; }
$ obj_gcc/gcc/cc1 -quiet -O2 x.c x.c: In function '__powitf2': x.c:3: internal compiler error: in invalidate, at cse.c:1831
The failure does not happen with the PA32 HP-UX target (or the IA64 HP-UX target). If there is more information I can provide to help figure out what is going on here I would be happy to provide it.
Steve Ellcey sje@cup.hp.com
- Follow-Ups:
- Re: PATCH COMMITTED: First lower-subreg patch
* From: Andrew Pinski
- Re: PATCH COMMITTED: First lower-subreg patch
- References:
- PATCH COMMITTED: First lower-subreg patch
* From: Ian Lance Taylor
- PATCH COMMITTED: First lower-subreg patch
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |