This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/11848] internal compiler error for -mlong-double-128
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Aug 2003 18:50:54 -0000
- Subject: [Bug target/11848] internal compiler error for -mlong-double-128
- References: <20030807184326.11848.gcc@microbizz.nl>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11848
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|c |target
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2003-08-07 18:50:53
date| |
------- Additional Comments From pinskia at physics dot uc dot edu 2003-08-07 18:50 -------
I can confirm this on the mainline (20030806) but I think the problem is that powerpc-darwin does
not support 128bit long double's, I think the fix is to add TARGET_MACHO to the support where
TARGET_AIX is, but I do not know this for sure.