[Bug testsuite/97680] [11 Regression] new test case c-c++-common/zero-scratch-regs-10.c in r11-4578 has excess errors
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 26 12:17:01 GMT 2021
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.
More information about the Gcc-bugs
mailing list