This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/4490] ICE with -m128bit-long-double
- From: "wilson at tuliptree dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jun 2003 23:34:23 -0000
- Subject: [Bug optimization/4490] ICE with -m128bit-long-double
- References: <20011006034602.4490.georg@steffers.org>
- 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=4490
------- Additional Comments From wilson@tuliptree.org 2003-06-02 23:34 -------
It appears that this can be fixed by changing all of the XFmode patterns with
!TARGET_64BIT in the condition to instead use !TARGET_128BIT_LONG_DOUBLE in the
condition.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.