[Bug target/109007] building for POWER8 leaks into POWER9 ISA with g++ 11.3 (cross-compiler on x86_64 host)

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 3 20:24:03 GMT 2023


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2023-03-03

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The easiest way to figure out what the instruction is failing is run qemu with
gdb stub turned on and connect to it with gdb and then continue and gdb should
stop on the illegal instruction.


More information about the Gcc-bugs mailing list