[Bug c++/40510] New: g++ segmentation fault in Dillo 2.1 on i586
When building dillo 2.1 on Mandriva Cooker i586 with gcc 4.4.0, g++ segfaults. No specific CXXFLAGS are required to reproduce this. $ g++ fltkui.ii fltkui.cc: In member function 'void dw::fltk::ui::FltkSelectionResource::addItem(const char*, bool, bool) [with I = dw::core::ui::OptionMenuResource]': fltkui.cc:1222: instantiated from here fltkui.cc:1103: internal compiler error: Segmentation fault -- Summary: g++ segmentation fault in Dillo 2.1 on i586 Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: fhimpe at telenet dot be GCC build triplet: i586-mandriva-linux-gnu GCC host triplet: i586-mandriva-linux-gnu GCC target triplet: i586-mandriva-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40510
[Bug c++/40510] g++ segmentation fault in Dillo 2.1 on i586
--- Comment #1 from fhimpe at telenet dot be 2009-06-21 11:43 --- Created an attachment (id=18039) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18039&action=view) pre-processed source fltkui.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40510
[Bug c/34591] New: internal compiler error: in cost_for_stmt, at tree-vect-transform.c:98
The attached preprocessor output comes from Pulseaudio 0.9.8. It causes an internal compile error on Linux x86_64 (Mandriva 2008.1 Cooker) when build with the -O3 option: [EMAIL PROTECTED] src]$ gcc4.3 -O3 resample2.i pulsecore/ffmpeg/resample2.c: In function av_resample: pulsecore/ffmpeg/resample2.c:236: internal compiler error: in cost_for_stmt, at tree-vect-transform.c:98 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. This sounds similar to bug #34445 but according to the ChangeLog file, the fix for this bug is already included in version gcc4.3 (GCC) 4.3 20071221 (experimental) which I am using. -- Summary: internal compiler error: in cost_for_stmt, at tree-vect- transform.c:98 Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: fhimpe at telenet dot be http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34591
[Bug c/34591] internal compiler error: in cost_for_stmt, at tree-vect-transform.c:98
--- Comment #1 from fhimpe at telenet dot be 2007-12-26 11:32 --- Created an attachment (id=14831) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14831&action=view) resample2.i file causing internal compiler error -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34591
[Bug tree-optimization/34591] [4.3 Regression] internal compiler error: in cost_for_stmt, at tree-vect-transform.c:98
--- Comment #5 from fhimpe at telenet dot be 2008-01-03 08:58 --- I can confirm that pulseaudio 0.9.8 sources which caused the crash, compile fine now with the latest gcc 4.3 snapshot. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34591