https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116600
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- >From the dump file: ``` Inconsistent CFI state! SHOULD have: .cfi_def_cfa 31, 32 .cfi_offset 29, -32 .cfi_offset 30, -24 DO have: .cfi_def_cfa 31, 32 .cfi_offset 19, -16 .cfi_offset 29, -32 .cfi_offset 30, -24 ``` as I mentioned it is the x19 restore which is causing the issue.