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
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
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
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
: 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: