This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/32348] ICE on valid code
- From: "joseph at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jun 2007 23:26:10 -0000
- Subject: [Bug target/32348] ICE on valid code
- References: <bug-32348-12262@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from joseph at codesourcery dot com 2007-06-14 23:26 -------
Subject: Re: New: ICE on valid code
On Thu, 14 Jun 2007, edmar at freescale dot com wrote:
> Gcc version 4.2.0 configured for e500v2, i.e.:
> --target=powerpc-unknown-linux-gnuspe --enable-e500_double
>
> ICE occurs during build of eglic-2.5.
glibc for Power requires IBM long double, and IBM long double for E500 is
not supported by unmodified FSF GCC 4.2 (since my patch to add the support
was large and depended on changes to target-independent RTL parts of the
compiler that were potentially risky to other targets - and indeed did
need followup patches to fix problems with other targets that showed up
when those changes went on mainline).
If you are using a compiler with all the relevant changes backported, then
GCC Bugzilla isn't the right place to report bugs in it. Of course, if
the bug still applies when building glibc (2.6 or later in order to work
with newer GCC) with current unmodified GCC trunk, then report it here as
a bug against trunk.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32348