Bug 1794394

Summary: internal compiler error: in nothrow_spec_p
Product: [Fedora] Fedora Reporter: Alejandro Alvarez <a.alvarezayllon>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: aoliva, avi.kivity, dmalcolm, fweimer, jakub, jwakely, law, mpolacek, msebor, nickc, sipoyare
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-01-23 13:42:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Preprocessed C++ file none

Description Alejandro 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

Comment 1 Jakub Jelinek 2020-01-23 13:42:58 UTC

*** This bug has been marked as a duplicate of bug 1794094 ***