[Bug target/86007] precompiled header on bdver2 with -march=native triggers a "created and used with differing settings of '-mlwp'" warning, intermittently

2022-07-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86007 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/86007] precompiled header on bdver2 with -march=native triggers a "created and used with differing settings of '-mlwp'" warning, intermittently

2022-07-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86007 --- Comment #5 from Andrew Pinski --- (In reply to Ștefan Talpalaru from comment #4) > Mystery solved: half the CPU cores report LWP as disabled, the other half as > enabled. That has to be a kernel issue and not a GCC issue

[Bug target/86007] precompiled header on bdver2 with -march=native triggers a "created and used with differing settings of '-mlwp'" warning, intermittently

2022-07-06 Thread stefantalpalaru at yahoo dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86007 --- Comment #4 from Ștefan Talpalaru --- Mystery solved: half the CPU cores report LWP as disabled, the other half as enabled. Both at boot, as seen with "grep -E '(core id|lwp)' /proc/cpuinfo" and afterwards, using the CPUID instruction:

[Bug target/86007] precompiled header on bdver2 with -march=native triggers a "created and used with differing settings of '-mlwp'" warning, intermittently

2018-08-30 Thread stefantalpalaru at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86007 --- Comment #3 from Ștefan Talpalaru --- The problem persists in 8.2.0 and in current trunk. You need to run that command a hundred of times or so, on a Piledriver, to replicate it: for i in `seq 1 100`; do gcc -S t.c -march=native -v 2>&1 |

[Bug target/86007] precompiled header on bdver2 with -march=native triggers a "created and used with differing settings of '-mlwp'" warning, intermittently

2018-06-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86007 Richard Biener changed: What|Removed |Added Target||x86_64-*-*, i?86-*-*