http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53122
Bug #: 53122
Summary: internal compiler error: in unify, at cp/pt.c:15750
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
++
Assignee: unassigned at gcc dot gnu.org
Reporter: jaredhoberock at gmail dot com
The attached preprocessed source produces the following compiler error message:
$ g++ -std=c++11 -pthread preprocessed_repro.cpp
‘
In file included from test_nested_executor.cpp:3:0:
in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63584
--- Comment #1 from jaredhoberock at gmail dot com ---
Created attachment 33753
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33753&action=edit
preprocessed output of ICE reproducer