: unassigned at gcc dot gnu.org
Reporter: dannix84 at gmail dot com
Target Milestone: ---
g++ crashes with internal compiler error: Segmentation fault
when trying to instantiate the following template class:
template
class NamedResourceFactory
{
using ResourceType = decltype(Creator
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70254
--- Comment #3 from Daniel ---
Created attachment 37992
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37992&action=edit
test case
g++ -m64 -g -Wall -Wextra -pipe -fvisibility=default -x c++ -std=c++14 -fPIC
example.cpp
results in a cras