http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54970
Steven Bosscher <steven at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |steven at gcc dot gnu.org
--- Comment #8 from Steven Bosscher <steven at gcc dot gnu.org> 2013-03-12
18:55:19 UTC ---
(In reply to comment #7)
> The stores are of course optimized away, everywhere, that is the point
> of the testcase.
I am talking about the debug_stmts for the stores, sorry if that was not
clear. On x86_64 the test case passes, but on powerpc64 esra does something
it doesn't do on x86_64 and it makes the test case fail. Is there a known
bug for that already, also?
This is 176 FAILs on powerpc64. If it's "supposed to not work" there, then
the test case should be XFAIL'ed there.