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.

Reply via email to