https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80088
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- I can't reproduce with gcc 5 x86_64-linux -> armv7hl-linux-gnu cross (target attribute isn't supported on arm, does Ubuntu have some backports thereof?) Even in the current gcc-5-branch I see only i386, rs6000 and nios2 ports with target attrbute support. And on the trunk, again using a cross-compiler, I don't get ICE either (though the attribute is supported there also on aarch64, arm and s390 in addition to the above 3). So, is there any upstream gcc you can reproduce it on? If not, file it with ubuntu.