[Bug c++/109506] [10/11/12/13 regression] -fchecking=2 causes some template constructor not be instantiated when used with NSDMI

2023-05-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109506 --- Comment #12 from CVS Commits --- The releases/gcc-13 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:f077b784a6e6876682606bd788ac77a698b81016 commit r13-7300-gf077b784a6e6876682606bd788ac77a698b81016 Author: Patrick Palka

[Bug c++/109506] [10/11/12/13 regression] -fchecking=2 causes some template constructor not be instantiated when used with NSDMI

2023-04-14 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109506 --- Comment #9 from Sam James --- I violated my own rule, by the way, by not saying the origin. This was found by sultan in Gentoo when building Chromium (112, I think).

[Bug c++/109506] [10/11/12/13 regression] -fchecking=2 causes some template constructor not be instantiated when used with NSDMI

2023-04-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109506 --- Comment #8 from Andrew Pinski --- build_non_dependent_expr has the only code which does: flag_checking > 1

[Bug c++/109506] [10/11/12/13 regression] -fchecking=2 causes some template constructor not be instantiated when used with NSDMI

2023-04-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109506 --- Comment #7 from Andrew Pinski --- >This works with 12 and Arsen reports that an earlier 13 is ok, but not had a >chance to bisect yet. Just a quick note on why Arsen could not reproduce it in an earlier 13, he was using --enable-checking=y

[Bug c++/109506] [10/11/12/13 regression] -fchecking=2 causes some template constructor not be instantiated when used with NSDMI

2023-04-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109506 Andrew Pinski changed: What|Removed |Added Summary|[13 regression] 'error: |[10/11/12/13 regression]