https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64930

James Greenhalgh <jgreenhalgh at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jgreenhalgh at gcc dot gnu.org

--- Comment #4 from James Greenhalgh <jgreenhalgh at gcc dot gnu.org> ---
This is just the PowerPC equivalent of the FAILs we started seeing on
AArch64/ARM for the same reason (consume promoted to acquire).

Over on the AArch64/ARM side, Mike Stump mentioned that he would prefer the
now-failing search for consume semantics to be marked XFAIL, rather than for us
to update the testcase to reflect the promotion.

https://gcc.gnu.org/ml/gcc-patches/2015-01/msg02517.html

I'm not sure if that changes the approach you want to take for PowerPC,
personally I don't have an opinion either way.

Reply via email to