https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126223

            Bug ID: 126223
           Summary: Compiler fails with message "internal compiler error:
                    Segmentation fault"
           Product: gcc
           Version: 16.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: yehudamber at gmail dot com
  Target Milestone: ---

Created attachment 65012
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=65012&action=edit
The file compiled to produce the module

I have compiled the attached a.cppm with `g++-16 -std=c++26 -fmodules
--compile-std-module -c ../a.cppm`. When I tried to compile my b.cpp (which
uses that module) with `g++-16 -std=c++26 -fmodules -c ../b.cpp`, g++ failed
with an "internal compiler error".

Reply via email to