[Bug target/79260] [7 Regression] missing header files for plugins: arm-isa.h, arm-flags.h
ktkachov at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 30 14:34:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79260
ktkachov at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2017-01-30
CC| |ktkachov at gcc dot gnu.org
Ever confirmed|0 |1
Known to fail| |7.0
--- Comment #1 from ktkachov at gcc dot gnu.org ---
Confirmed.
Build an arm cross-compiler with --enable-plugin
configure the kernel with
make ARCH=arm defconfig
then manually edit the .config to set
CONFIG_GCC_PLUGINS=y
then build
make ARCH=arm -j<n> all
and it will soon fail.
More information about the Gcc-bugs
mailing list