[Bug c++/60512] would be useful if gcc implemented __has_feature similarly to clang

2023-12-11 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60512 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug c++/60512] would be useful if gcc implemented __has_feature similarly to clang

2023-11-27 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60512 Alex Coplan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/60512] would be useful if gcc implemented __has_feature similarly to clang

2023-11-27 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60512 --- Comment #22 from GCC Commits --- The master branch has been updated by Alex Coplan : https://gcc.gnu.org/g:06280a906cb3dc80cf5e07cf3335b758848d488d commit r14-5873-g06280a906cb3dc80cf5e07cf3335b758848d488d Author: Alex Coplan Date: Fri M

[Bug c++/60512] would be useful if gcc implemented __has_feature similarly to clang

2023-05-09 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60512 --- Comment #21 from Alex Coplan --- (In reply to Iain Sandoe from comment #17) > > heh, despite that I've not done anything to it since 2019 actually it builds > and the tests pass - at least for C. Anyway, see what you think and how it > line

[Bug c++/60512] would be useful if gcc implemented __has_feature similarly to clang

2023-05-09 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60512 --- Comment #20 from Iain Sandoe --- although, I guess, we could have one table and somehow include the target in predicates if appropriate...

[Bug c++/60512] would be useful if gcc implemented __has_feature similarly to clang

2023-05-09 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60512 --- Comment #19 from Iain Sandoe --- (In reply to Alex Coplan from comment #18) > (In reply to Iain Sandoe from comment #16) > > > > AFAIR the main blocker to progress was trying to decide how to represent the > > target/language/language versio

[Bug c++/60512] would be useful if gcc implemented __has_feature similarly to clang

2023-05-09 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60512 --- Comment #18 from Alex Coplan --- (In reply to Iain Sandoe from comment #16) > > AFAIR the main blocker to progress was trying to decide how to represent the > target/language/language version dependencies of the features and extensions > (th