[Bug c/53083] gcc bug in moving from the SSE registers back onto the heap.
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed May 16 06:36:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53083
--- Comment #9 from Uros Bizjak <ubizjak at gmail dot com> 2012-05-16 06:33:35 UTC ---
(In reply to comment #8)
> > I've tried to take the source-file in question (miarc.c) and make something
> > self-contained, but I was unable to make it work due to this being an internal
> > xorg-file, apparently using and depending on internal headers. If you have any
> > pointers on how to tackle such a situation to convert it to something
> > selfcontained I'd be happy to try it out.
>
> First, prepare some test input and call failing function. Compare its result
> with some reference result and abort () if the result is not expected. The
> preprocessed file is self-contained, so you could just compile it and link into
> executable.
You can obtain reference result by running the function, compiled with
non-failing compile flags.
More information about the Gcc-bugs
mailing list