https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78213
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |build, ice-on-valid-code Summary|-fself-test fails on |[7 Regression] -fself-test |aarch64 |fails on aarch64 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- /f on a reg does not mean frame related. Rather it means: REG_POINTER (x) Nonzero in a reg if the register holds a pointer. Stored in the frame_related field and printed as â/fâ. (In reply to ktkachov from comment #1) > Since -fself-test was introduced for GCC 7.0 it's not really a regression It is a regression since it was run during bootstrap or at least it was ...