[Bug c/107947] __has_c_attribute incorrectly identifies attribute as supported

2022-12-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107947 Andrew Pinski changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment

[Bug c/107947] __has_c_attribute incorrectly identifies attribute as supported

2022-12-01 Thread eggert at cs dot ucla.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107947 --- Comment #5 from eggert at cs dot ucla.edu --- Thanks for reporting the conformance bug in TZDB. I fixed it in the TZDB development repository here: https://github.com/eggert/tz/commit/9cfe9507fcc22cd4a0c4da486ea1c7f0de6b075f and the fix

[Bug c/107947] __has_c_attribute incorrectly identifies attribute as supported

2022-12-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107947 --- Comment #4 from Andrew Pinski --- To expand on the invalid placement of the attribute, the C++ front-end also rejects it and also see PR 101682 which is also asking about it, gnulib was broken at one point. I did find that clang accepts

[Bug c/107947] __has_c_attribute incorrectly identifies attribute as supported

2022-12-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107947 --- Comment #3 from Jonathan Wakely --- (In reply to WANG Xuerui from comment #0) > I haven't bisected yet but can help doing so if necessary. Bisection shows that it changed with r13-2976 which is the commit that added support for the

[Bug c/107947] __has_c_attribute incorrectly identifies attribute as supported

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

[Bug c/107947] __has_c_attribute incorrectly identifies attribute as supported

2022-12-01 Thread xen0n at gentoo dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107947 --- Comment #1 from WANG Xuerui --- The corresponding Gentoo bug is at https://bugs.gentoo.org/883719.