https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115001
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-12-09 CC| |burnus at gcc dot gnu.org, | |jakub at gcc dot gnu.org Summary|[14/15 Regression] |[14 Regression] pr109062.c |pr109062.c fails on hybrid |fails on hybrid Intel CPU |Intel CPU | Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- https://gcc.gnu.org/g:51147890383b89947c673ffd8d7c2cbd675261bd commit r15-5101-g51147890383b89947c673ffd8d7c2cbd675261bd Author: Tobias Burnus <tbur...@baylibre.com> Date: Mon Nov 11 17:22:20 2024 +0100 libgomp.c-c++-common/pr109062.c: Fix expected spin count for hybrid x86 On my system with E and P cores (hybrid) x86, the spincount is by default 1 and not 300000, cf. PR109812 and r14-4571-ge1e127de18dbee. Hence, this commit updates the expected value of the testcase to also accept omp_display_env showing "GOMP_SPINCOUNT = '1'" - but only for x86-64, which might be hybrid. libgomp/ChangeLog: * testsuite/libgomp.c-c++-common/pr109062.c: Update dg-output to also accept GOMP_SPINCOUNT = 1 for x86-64. fixed this on the trunk.