[Bug c++/65396] Function template default template arguments not merged

2022-03-09 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65396 Patrick Palka changed: What|Removed |Added Target Milestone|--- |12.0 Status|ASSIGNED

[Bug c++/65396] Function template default template arguments not merged

2022-03-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65396 --- Comment #10 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:fe548eb8436f3906e6a3c6e3e8707d24e60ec0fa commit r12-7562-gfe548eb8436f3906e6a3c6e3e8707d24e60ec0fa Author: Patrick Palka Date:

[Bug c++/65396] Function template default template arguments not merged

2022-03-03 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65396 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org

[Bug c++/65396] Function template default template arguments not merged

2021-09-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65396 --- Comment #9 from Andrew Pinski --- Another simplified testcase: template void f(); template void f() {} int main() { f(); }

[Bug c++/65396] Function template default template arguments not merged

2021-09-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65396 Andrew Pinski changed: What|Removed |Added CC||sp2danny at gmail dot com --- Comment

[Bug c++/65396] Function template default template arguments not merged

2021-08-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65396 --- Comment #7 from Andrew Pinski --- The testcase from PR 93415 shows this can produce wrong code too: template void f (int); template void f (int) {} template void f (char) { __builtin_abort (); } int main () { f (0); return 0; }

[Bug c++/65396] Function template default template arguments not merged

2021-08-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65396 Andrew Pinski changed: What|Removed |Added CC||Predelnik at gmail dot com --- Comment

[Bug c++/65396] Function template default template arguments not merged

2021-08-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65396 Andrew Pinski changed: What|Removed |Added CC||devgs at ukr dot net --- Comment #5

[Bug c++/65396] Function template default template arguments not merged

2019-01-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65396 Jonathan Wakely changed: What|Removed |Added Last reconfirmed|2016-01-24 00:00:00 |2019-1-16 --- Comment #4 from

[Bug c++/65396] Function template default template arguments not merged

2019-01-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65396 Jonathan Wakely changed: What|Removed |Added CC||barry.revzin at gmail dot com ---

[Bug c++/65396] Function template default template arguments not merged

2016-08-14 Thread arthur.j.odwyer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65396 Arthur O'Dwyer changed: What|Removed |Added CC||arthur.j.odwyer at gmail dot com ---

[Bug c++/65396] Function template default template arguments not merged

2015-03-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65396 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid