This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/71918] Internal compiler error: Illegal instruction


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71918

--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Markus Trippelsdorf from comment #11)
> The issue can be fixed by a microcode/bios update. 
> So it is clearly an Intel bug and I don't think anything should change for
> gcc.

The wrong cpuid reporting sure.  What I meant was that there are still CPUs
that claim to be Haswell or Skylake, yet they don't support the ISAs GCC
includes under the corresponding -march= option. Looking in detail on the
Skylake based Pentium or Celeron, they don't even have AVX, so clearly users
just must not consider them anything more than a mere westmere or something
similar.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]