DescriptionAlejandro Alvarez
2020-01-23 13:41:04 UTC
Created attachment 1654850[details]
Preprocessed C++ file
Description of problem:
/home/aalvarez/Work/Projects/SourceXtractorPlusPlus/SEFramework/SEFramework/Output/OutputRegistry.h:53:88: internal compiler error: in nothrow_spec_p, at cp/except.c:1247
53 | m_name_to_col_info_map.emplace(column_name, ColInfo{column_unit, column_description});
| ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccPTf72k.out file, please attach this to your bugreport.
Version-Release number of selected component (if applicable): gcc 10 in Fedora Rawhide (32)
How reproducible:
Consistently every time I try to compile that file. Original source: https://github.com/astrorama/SourceXtractorPlusPlus/blob/4711cc1/SEFramework/SEFramework/Output/OutputRegistry.h#L53
Actual results: The compilation fails with this error
Expected results: Fedora 32 with gcc 9 was working fine
Additional info: Preprocessed file attached