[Bug c++/103922] fconcepts syntax cause g++ to stop checking access modifiers

2022-01-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103922 --- Comment #3 from Jonathan Wakely --- Yes, this was fixed by r276764 which is the big rewrite: "Update the concepts implementation to conform to C++20."

[Bug c++/103922] fconcepts syntax cause g++ to stop checking access modifiers

2022-01-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103922 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Target Milestone|---

[Bug c++/103922] fconcepts syntax cause g++ to stop checking access modifiers

2022-01-05 Thread kessido at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103922 --- Comment #1 from Ido Kessler --- (In reply to Ido Kessler from comment #0) > As far as I could verify this has not been mention anywhere. > > Versions: g++-9 (all versions I tried). Was fixed in g++-10. > Compiler flags: -fconcepts -std=c++1