https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107997
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |10.1.0, 11.1.0, 12.2.0
Known to work| |9.1.0
Keywords| |ice-checking
Target|powerpc64-linux |x86_64-linux-gnu
| |powerpc64-linux
Summary|[13 Regression] |[10/11/12/13 Regression]
|r13-4389-gfd8dd6c0384969 |r13-4389-gfd8dd6c0384969
|probably uncovered an issue |probably uncovered an issue
|building the Linux kernel |building the Linux kernel
Target Milestone|13.0 |10.5
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
With the reduced testcase in comment #5 (with a `;` add after `l2:` to allow
compiling with older gcc), the ICE is there for GCC 10+ (with -fchecking).
GCC 9 didn't ICE nor did it place gimple after the `asm goto`.