[Bug c++/102161] New: Compiler crashes when taking the address of an enum

2021-09-01 Thread meinaccountnr2 at web dot de via Gcc-bugs
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: meinaccountnr2 at web dot de Target Milestone: --- The compiler crashes on this code: template struct a {}; template struct b {}; struct s{ enum enu {a}; }; using T = b<{&s::enu}>; gcc 10.1 https://god

[Bug c++/68884] template of value template crashes the compiler

2015-12-13 Thread meinaccountnr2 at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884 --- Comment #3 from meinaccountnr2 at web dot de --- Created attachment 37023 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37023&action=edit ubuntu crash report

[Bug c++/68884] template of value template crashes the compiler

2015-12-13 Thread meinaccountnr2 at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884 --- Comment #2 from meinaccountnr2 at web dot de --- Created attachment 37022 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37022&action=edit Preprocessed source

[Bug c++/68884] template of value template crashes the compiler

2015-12-13 Thread meinaccountnr2 at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884 --- Comment #1 from meinaccountnr2 at web dot de --- Created attachment 37021 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37021&action=edit console output

[Bug c++/68884] New: template of value template crashes the compiler

2015-12-13 Thread meinaccountnr2 at web dot de
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: meinaccountnr2 at web dot de Target Milestone: --- Created attachment 37020 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37020&action=edit source compiling the following code crashes the compiler: