------- 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