Assignee: unassigned at gcc dot gnu.org
Reporter: christoph.hoeger at celeraone dot com
CC: marxin at gcc dot gnu.org
Target Milestone: ---
Created attachment 47629
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47629&action=edit
test
The following crash occur
++
Assignee: unassigned at gcc dot gnu.org
Reporter: christoph.hoeger at celeraone dot com
Target Milestone: ---
Created attachment 46529
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46529&action=edit
Automatically generated preprocessed output
In the example bel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91023
--- Comment #1 from Christoph Höger ---
Since it might help investigating the issue, here is a workaround:
#include
#include
template
struct Foo
{
};
template
std::optional>
parse_variant(const Foo &... variants)
{
return {};
}
struc
Priority: P3
Component: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: christoph.hoeger at celeraone dot com
Target Milestone: ---
Created attachment 51075
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51075&action=edit
Reproduction build sc