https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79598
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This is not a bug as your inline-asm is incorrect for PIE code.
g++ t88.cc -fPIE -pie
is able to reproduce on x86_64 targets where PIE is not default.
