------- Comment #1 from joseph at codesourcery dot com 2006-12-19 18:16 ------- Subject: Re: New: [4.1 branch] ICE on valid code
On Tue, 19 Dec 2006, edmar at freescale dot com wrote: > ./include -fPIC -specs=ldblspecs -g -DHAVE_GTHR_DEFAULT -DIN_LIBGC What's in ldblspecs? If it's built by an unmodified t-ppccomm, and so -mlong-double-128 is being passed to cc1, that's never worked for E500 (v1 or v2) as it would result in a libgcc with undefined references to TFmode functions. I.e., building a functional libgcc for E500 has needed a modified t-ppccomm (to avoid passing -mlong-double-128) ever since 4.1, and will continue to do so until my long double support patch (now being tested for mainline) goes in. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30259