This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -mfpmath=sse -mno-80387 troubles


On Thu, 27 Jan 2005 14:17:14 +0100, Uros Bizjak <uros@kss-loka.si> wrote:
> In latest CVS, these problems should be fixed. Please try to compile
> your code with the latest CVS gcc, and if it still crashes, please file
> a bugreport. If you spot an x87 constant, please add a testcase to
> PR19653. However ...
I've given the latest cvs (as of today, right now) a try.
No more inapropriate 387 use in the middle of SSE stuff and
performance are back within ICC range (give or take 5%) without
-mno-80387.

With -mno-80387 there's no ICE anymore, that's the good news, but the
binary spits some frames as expected and then only black ones; it's
not a straight dead lock or crash. I seriously doubt that switch
uncovers a bug in my code and i'll put the blame on the code gen.
My first pass to isolate the problem failed, i'll try harder to see
what went wrong.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]