[Bug c++/105606] [12 Regression] std::pair with nested struct and NSDMI and -std=c++20

2023-09-27 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105606 --- Comment #7 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:3ba882c7b51ab1f14c62c748e989415834ccd9ce commit r14-4293-g3ba882c7b51ab1f14c62c748e989415834ccd9ce Author: Jakub Jelinek Date:

[Bug c++/105606] [12 Regression] std::pair with nested struct and NSDMI and -std=c++20

2022-05-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105606 --- Comment #6 from Andrew Pinski --- (In reply to Joel Johnson from comment #4) > > Wait you didn't mention you needed -std=c++20 to get the failure. > > Ah indeed, my apologies! > > I'm unable to reproduce the Clang failure using

[Bug c++/105606] [12 Regression] std::pair with nested struct and NSDMI and -std=c++20

2022-05-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105606 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug c++/105606] [12 Regression] std::pair with nested struct and NSDMI and -std=c++20

2022-05-15 Thread mrjoel at lixil dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105606 --- Comment #4 from Joel Johnson --- > Wait you didn't mention you needed -std=c++20 to get the failure. Ah indeed, my apologies! I'm unable to reproduce the Clang failure using -std=c++20, at least in a quick godbolt check at