[Bug c++/118826] segmentation fault compiling a module fragment containing an exported struct with a default virtual destructor

2025-02-11 Thread rarrum at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118826 --- Comment #2 from Luke --- Created attachment 60466 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60466&action=edit Simpler Repro Layout Attached a simpler (still standalone) repro for the problem that doesn't require xmake. Simply ru

[Bug c++/118826] segmentation fault compiling a module fragment containing an exported struct with a default virtual destructor

2025-02-11 Thread rarrum at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118826 --- Comment #1 from Luke --- For reference, this same code compiles on on both msvc and clang.

[Bug c++/118826] New: segmentation fault compiling a module fragment containing an exported struct with a default virtual destructor

2025-02-10 Thread rarrum at gmail dot com via Gcc-bugs
: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: rarrum at gmail dot com Target Milestone: --- Created attachment 60456 --> https://gcc.gnu.org/bugzi

[Bug c++/46054] New: Linker cannot resolve a pointer to a static member of a class in an anonymous namespace

2010-10-16 Thread rarrum at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46054 Summary: Linker cannot resolve a pointer to a static member of a class in an anonymous namespace Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal P