[Bug c++/104347] internal compiler error- default template arguments - missing angle brackets

2022-02-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104347 --- Comment #5 from Andrew Pinski --- Oh clang does not implement alias deduction even in C++20 mode. So yes this is still valid C++20.

[Bug c++/104347] internal compiler error- default template arguments - missing angle brackets

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

[Bug c++/104347] internal compiler error- default template arguments - missing angle brackets

2022-02-03 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104347 Martin Liška changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/104347] internal compiler error- default template arguments - missing angle brackets

2022-02-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104347 Andrew Pinski changed: What|Removed |Added Keywords||needs-bisection See Also|

[Bug c++/104347] internal compiler error- default template arguments - missing angle brackets

2022-02-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104347 --- Comment #1 from Andrew Pinski --- So the trunk, GCC is able to compile this. clang gives the following error though: :328:11: error: alias template 'SISpeed' requires template arguments; argument deduction only allowed for class templates