[Bug c++/93895] New: ICE (segmentation fault) in use of __is_constructible intrinsic
eric.niebler at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sun Feb 23 17:37:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93895
Bug ID: 93895
Summary: ICE (segmentation fault) in use of __is_constructible
intrinsic
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: eric.niebler at gmail dot com
Target Milestone: ---
Created attachment 47892
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47892&action=edit
result of creduce on the error
Happens with trunk. Compile the attached repro.cpp.i with:
g++ -std=c++2a -xc++ -c repro.cpp.i
The attached file is the result of creduce which sadly made the code invalid,
but the original ICE happened on valid code.
More information about the Gcc-bugs
mailing list