[Bug c++/107278] fails to correctly parse template default function declarations.

2022-10-16 Thread ky4ct at arrl dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107278 Jonathan changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #8 from Jonathan --- Pro

[Bug c++/107278] fails to correctly parse template default function declarations.

2022-10-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107278 --- Comment #7 from Andrew Pinski --- (In reply to Andrew Pinski from comment #6) > Dup of bug 103593. > > CWG2237 is the defect report #. >From that defect report: ``` (Note that this resolution is a change for C++20, NOT a defect report agai

[Bug c++/107278] fails to correctly parse template default function declarations.

2022-10-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107278 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/107278] fails to correctly parse template default function declarations.

2022-10-16 Thread ky4ct at arrl dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107278 --- Comment #5 from Jonathan --- (In reply to Andrew Pinski from comment #4) > Clang might not implement the defect report after all ... This is why I asked for a link to it so I could understand this issue at its core; at any rate, thanks for

[Bug c++/107278] fails to correctly parse template default function declarations.

2022-10-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107278 --- Comment #4 from Andrew Pinski --- Clang might not implement the defect report after all ...

[Bug c++/107278] fails to correctly parse template default function declarations.

2022-10-16 Thread ky4ct at arrl dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107278 --- Comment #3 from Jonathan --- (In reply to Andrew Pinski from comment #1) > Iirc there was a defect report against the c++ standard here and you should > just foo instead of foo kd5eax@KY4CT CLANG64 ~ $ cat test.cpp template class foo {

[Bug c++/107278] fails to correctly parse template default function declarations.

2022-10-16 Thread ky4ct at arrl dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107278 --- Comment #2 from Jonathan --- (In reply to Andrew Pinski from comment #1) > Iirc there was a defect report against the c++ standard here and you should > just foo instead of foo kd5eax@KY4CT CLANG64 ~ $ cat test.cpp template class foo {

[Bug c++/107278] fails to correctly parse template default function declarations.

2022-10-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107278 --- Comment #1 from Andrew Pinski --- Iirc there was a defect report against the c++ standard here and you should just foo instead of foo