[Bug target/112777] [14 Regression] profiled bootstrap fails on powerpc-linux-gnu, undefined references to __atomic_fetch_add_8

2023-12-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112777 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug target/112777] [14 Regression] profiled bootstrap fails on powerpc-linux-gnu, undefined references to __atomic_fetch_add_8

2023-12-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112777 --- Comment #4 from GCC Commits --- The master branch has been updated by Sebastian Huber : https://gcc.gnu.org/g:4b8078142ee816e2bd484358b935ba1116ed9931 commit r14-6046-g4b8078142ee816e2bd484358b935ba1116ed9931 Author: Sebastian Huber Date:

[Bug target/112777] [14 Regression] profiled bootstrap fails on powerpc-linux-gnu, undefined references to __atomic_fetch_add_8

2023-11-30 Thread sebastian.huber--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112777 --- Comment #3 from Sebastian Huber --- I think the issue is in c-cppbuiltin.cc: builtin_define_with_int_value ("__LIBGCC_HAVE_LIBATOMIC", targetm.have_libatomic); Which is used in libgcov.h like this

[Bug target/112777] [14 Regression] profiled bootstrap fails on powerpc-linux-gnu, undefined references to __atomic_fetch_add_8

2023-11-30 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112777 --- Comment #2 from Matthias Klose --- that commit was from 20231123, my build is from 20231130, so it includes this patch.

[Bug target/112777] [14 Regression] profiled bootstrap fails on powerpc-linux-gnu, undefined references to __atomic_fetch_add_8

2023-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112777 Richard Biener changed: What|Removed |Added Target Milestone|--- |14.0 --- Comment #1 from Richard Biene