[Bug c++/105233] Incorrect "alignment not an integer constant" error in alignas with template parameter dependent argument

2022-04-13 Thread Jonathan.Strobl at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105233 --- Comment #9 from Jonathan Strobl --- Thanks a lot for fixing this so quickly! Here's my two cents about whether to special-case attribute aligned or whether to make a general solution: aligned isn't the only attribute that's affected. It'd a

[Bug c++/105233] New: Incorrect "alignment not an integer constant" error in alignas with template parameter dependent argument

2022-04-11 Thread Jonathan.Strobl at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105233 Bug ID: 105233 Summary: Incorrect "alignment not an integer constant" error in alignas with template parameter dependent argument Product: gcc Version: 11.2.0 Status: UN

[Bug c++/97900] g++ crashes when instantiating a templated function with a template-type vector parameter

2020-11-18 Thread Jonathan.Strobl at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97900 --- Comment #1 from Jonathan Strobl --- Created attachment 49593 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49593&action=edit gcc -v and crash output Attaching the output seems to have failed last time. Here it is.

[Bug c++/97900] New: g++ crashes when instantiating a templated function with a template-type vector parameter

2020-11-18 Thread Jonathan.Strobl at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97900 Bug ID: 97900 Summary: g++ crashes when instantiating a templated function with a template-type vector parameter Product: gcc Version: 10.2.0 Status: UNCONFIRMED