[Bug target/78213] [7 Regression] -fself-test fails on aarch64
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Nov 4 15:46:00 GMT 2016
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 ...
More information about the Gcc-bugs
mailing list