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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|powerpc64*-linux-gnu,powerp |arm
                   |c-apple-darwin, arm         |

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
Meanwhile the testcase has

/* { dg-skip-if "not implemented" { powerpc*-*-* } } */

but it will still fail on all targets but x86_64 (and now powerpc).  Qinzhao,
what's the list of targets this is supported?

We could add a

/* { dg-final { dg-message "sorry, unimplemented" { target { ! { .... } } } }
*/

or so to make the sorry expected.

Reply via email to