[Bug c++/118920] ICE when importing memory and filesystem and a module-compiled system header importing memory

2025-03-27 Thread f.b.brokken at rug dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118920 --- Comment #11 from Frank B. Brokken --- Dear nshead at gcc dot gnu.org, you wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118920 > > Nathaniel Shead changed: > >What|Removed |Added > --

[Bug c++/118920] ICE when importing memory and filesystem and a module-compiled system header importing memory

2025-02-19 Thread f.b.brokken at rug dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118920 --- Comment #4 from Frank B. Brokken --- Dear pinskia at gcc dot gnu.org, you wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118920 > > --- Comment #3 from Andrew Pinski --- > (In reply to Frank B. Brokken from comment #2) > > ... >

[Bug c++/118920] ICE when importing memory and filesystem and a module-compiled system header importing memory

2025-02-18 Thread f.b.brokken at rug dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118920 --- Comment #2 from Frank B. Brokken --- Dear pinskia at gcc dot gnu.org, you wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118920 > > Andrew Pinski changed: > >What|Removed |Added >

[Bug c++/118920] New: ICE when importing memory and filesystem and a module-compiled system header importing memory

2025-02-18 Thread f.b.brokken at rug dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118920 Bug ID: 118920 Summary: ICE when importing memory and filesystem and a module-compiled system header importing memory Product: gcc Version: 15.0 Status: UNCONFIRMED

[Bug c++/104221] member functions defined in separate files of classes declared in module partitions won't compile

2024-12-23 Thread f.b.brokken at rug dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104221 --- Comment #6 from Frank B. Brokken --- Dear nshead at gcc dot gnu.org, you wrote: > Note that an implementation unit for a module partition file should look like: > > module mod; > import :partition; > // provide definitions here > >

[Bug c++/104221] member functions defined in separate files of classes declared in module partitions won't compile

2024-12-19 Thread f.b.brokken at rug dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104221 --- Comment #5 from Frank B. Brokken --- Dear nshead at gcc dot gnu.org, you wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104221 > > --- Comment #4 from Nathaniel Shead --- > (In reply to Frank B. Brokken from comment #3) > > Hi Na

[Bug c++/104221] member functions defined in separate files of classes declared in module partitions won't compile

2024-12-19 Thread f.b.brokken at rug dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104221 --- Comment #3 from Frank B. Brokken --- Hi Nathaniel You replied in your 2024-01-04 05:03:10 UTC posting: > I think this is IFNDR; you cannot have more than one partition with the same > name. Maybe I overlook something, but AFAICS it's not

[Bug c++/104221] New: member functions defined in separate files of classes declared in module partitions won't compile

2022-01-25 Thread f.b.brokken at rug dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104221 Bug ID: 104221 Summary: member functions defined in separate files of classes declared in module partitions won't compile Product: gcc Version: 12.0 Status: UNCONFIRMED

[Bug c++/104202] New: when defining a std::string in a module implementation file using -O2 g++ segfaults

2022-01-24 Thread f.b.brokken at rug dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104202 Bug ID: 104202 Summary: when defining a std::string in a module implementation file using -O2 g++ segfaults Product: gcc Version: 12.0 Status: UNCONFIRMED Seve

[Bug c++/100288] [11/12 Regression] g++-11 internal error and fails to precompile a concept

2021-05-01 Thread f.b.brokken at rug dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100288 --- Comment #4 from Frank B. Brokken --- Dear ppalka at gcc dot gnu.org, you wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100288 > > Patrick Palka changed: > >What|Removed |Added > -

[Bug c++/100288] New: g++-11 internal error and fails to precompile a concept

2021-04-27 Thread f.b.brokken at rug dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100288 Bug ID: 100288 Summary: g++-11 internal error and fails to precompile a concept Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Prior