[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: "cpuid

[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 | gre

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

2018-05-31 Thread stefantalpalaru at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86007 --- Comment #1 from Ștefan Talpalaru --- The patch that fixes #85591 doesn't fix this problem.

[Bug target/85591] __builtin_cpu_is() is not detecting bdver2 with Model = 0x02

2018-05-31 Thread stefantalpalaru at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85591 --- Comment #3 from Ștefan Talpalaru --- I applied the patch to gcc-8.1.0 and it fixes the problem on my CPU.

[Bug target/85591] __builtin_cpu_is() is not detecting bdver2 with Model = 0x02

2018-05-30 Thread stefantalpalaru at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85591 --- Comment #1 from Ștefan Talpalaru --- I can confirm this on an FX-8320E.

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

2018-05-30 Thread stefantalpalaru at yahoo dot com
Product: gcc Version: 8.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: pch Assignee: unassigned at gcc dot gnu.org Reporter: stefantalpalaru at yahoo dot com Target Milestone: --- I came upon this b

[Bug lto/85759] ICE output_profile_summary, at lto-cgraph.c:706 using -profile-use

2018-05-29 Thread stefantalpalaru at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85759 --- Comment #18 from Stefan Talpalaru --- Another clue emerged: the ICE appears only when the same source file is compiled multiple times. When building the extensions, Python replaces the boring Makefile with its own "distutils" build tool that

[Bug lto/85759] ICE output_profile_summary, at lto-cgraph.c:706 using -profile-use

2018-05-28 Thread stefantalpalaru at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85759 Stefan Talpalaru changed: What|Removed |Added CC||stefantalpalaru at yahoo dot com