[Bug c++/111356] Segmentation fault when compiling large static data structure

2023-09-09 Thread comer352l at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111356 --- Comment #1 from comer352l at googlemail dot com --- Created attachment 55866 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55866=edit cpp file

[Bug c++/111356] New: Segmentation fault when compiling large static data structure

2023-09-09 Thread comer352l at googlemail dot com via Gcc-bugs
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: comer352l at googlemail dot com Target Milestone: --- Created attachment 55865 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55865=edit header file Source files attached.

[Bug c++/78572] New: internal compiler error: in output_constructor_regular_field, at varasm.c:4968

2016-11-28 Thread comer352l at googlemail dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: comer352l at googlemail dot com Target Milestone: --- static int array[10] = { array[3]=5, array[7]=3, }; int main () { return 0; } => leads to the follow

[Bug rtl-optimization/39077] [4.3/4.4/4.5/4.6 Regression] GCSE-optimization causes enormous binary size increase (~20 times !)

2010-04-09 Thread comer352l at googlemail dot com
--- Comment #18 from comer352l at googlemail dot com 2010-04-09 15:35 --- (In reply to comment #17) In the meantime I managed to test on a windows machine with a recent version (4.4.0) and the size increase doesn't occur there (but compilation is extremely slow, too). Sorry

[Bug rtl-optimization/39077] [4.3/4.4/4.5 Regression] GCSE-optimization causes enormous binary size increase (~20 times !)

2010-02-22 Thread comer352l at googlemail dot com
--- Comment #17 from comer352l at googlemail dot com 2010-02-22 15:09 --- Great, thank you Steven ! Will this patch also improve compilation time ? It currently needs about 45 seconds with 4.4.3 on a Athlon64X2-5000+ (even with -fnogcse). In the meantime I managed to test on a windows

[Bug c++/39077] GCSE-optimization causes enormous binary size increase (~20 times !)

2009-02-02 Thread comer352l at googlemail dot com
--- Comment #1 from comer352l at googlemail dot com 2009-02-02 16:22 --- Created an attachment (id=17229) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17229action=view) Preprocessed file (created with gcc4.3.2) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39077

[Bug c++/39077] New: GCSE-optimization causes enormous binary size increase (~20 times !)

2009-02-02 Thread comer352l at googlemail dot com
!) Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: comer352l at googlemail dot com http://gcc.gnu.org/bugzilla