[Bug 352962] New: gcc ICE when compiling mplayer
https://bugzilla.novell.com/show_bug.cgi?id=352962 User jmayer@loplof.de added comment https://bugzilla.novell.com/show_bug.cgi?id=352962#c1 Summary: gcc ICE when compiling mplayer Product: openSUSE 11.0 Version: unspecified Platform: i686 OS/Version: openSUSE 11.0 Status: NEW Severity: Major Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: jmayer@loplof.de QAContact: qa@suse.de Found By: Other While compiling mplayer from svn HEAD, gcc crashes. jmayer@egg:~/work/suse/gccbug> uname -a Linux egg 2.6.24-rc6-git7-2-default #1 SMP 2008/01/01 21:14:48 UTC i686 i686 i386 GNU/Linux jmayer@egg:~/work/suse/gccbug> cc -v Using built-in specs. Target: i586-suse-linux Configured with: ../configure --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.3 --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --build=i586-suse-linux Thread model: posix gcc version 4.3.0 20071129 (experimental) [trunk revision 130511] (SUSE Linux) jmayer@egg:~/work/suse/gccbug> cc -O3 -c -Wall -W -o bug.o bug.final.c bug.final.c: In function ‘demux_ty_fill_buffer’: bug.final.c:30: internal compiler error: in build2_stat, at tree.c:3110 Please submit a full bug report Using -O2 doesn't crash. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352962 User jmayer@loplof.de added comment https://bugzilla.novell.com/show_bug.cgi?id=352962#c1 --- Comment #1 from Jörg Mayer <jmayer@loplof.de> 2008-01-10 09:37:07 MST --- Created an attachment (id=190124) --> (https://bugzilla.novell.com/attachment.cgi?id=190124) Source to make gcc crash. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352962 User jmayer@loplof.de added comment https://bugzilla.novell.com/show_bug.cgi?id=352962#c2 --- Comment #2 from Jörg Mayer <jmayer@loplof.de> 2008-01-10 10:09:57 MST --- gcc will crash without the -Wall -W options as well - they were used to help in the source reduction process. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352962 User holler@nefkom.info added comment https://bugzilla.novell.com/show_bug.cgi?id=352962#c3 Hans-Peter Holler <holler@nefkom.info> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |holler@nefkom.info --- Comment #3 from Hans-Peter Holler <holler@nefkom.info> 2008-01-10 10:57:45 MST --- Same here. Original source is libmpdemux/demux_ty.c How to reproduce: - Install fresh Factory - checkout mplayer - ./configure - make (uses -O4) All other sources are compilable with the -O4 option, only demux_ty.c leads to the crash. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352962 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@novell.com AssignedTo|pth@novell.com |rguenther@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352962 User jmayer@loplof.de added comment https://bugzilla.novell.com/show_bug.cgi?id=352962#c4 --- Comment #4 from Jörg Mayer <jmayer@loplof.de> 2008-01-10 15:45:08 MST --- Yes, that's the file that I stripped down and simplified. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352962 User rguenther@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=352962#c5 Richard Guenther <rguenther@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #5 from Richard Guenther <rguenther@novell.com> 2008-01-11 02:01:18 MST --- Works for me with the to-be-checked-in compiler. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352962 User jmayer@loplof.de added comment https://bugzilla.novell.com/show_bug.cgi?id=352962#c6 --- Comment #6 from Jörg Mayer <jmayer@loplof.de> 2008-01-11 06:51:59 MST --- OK, it would be nice if it could be checked in soon, so no one else spends more than an hour stripping down the source to fulfill the bugreport requirements for bugs that have been fixed for a while. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352962 User holler@nefkom.info added comment https://bugzilla.novell.com/show_bug.cgi?id=352962#c7 --- Comment #7 from Hans-Peter Holler <holler@nefkom.info> 2008-01-16 04:09:14 MST --- Gone with the 4.3.0_20080102 packages in Factory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352962 User rguenther@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=352962#c8 Richard Guenther <rguenther@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Target Milestone|--- |Alpha 1 --- Comment #8 from Richard Guenther <rguenther@novell.com> 2008-01-16 05:25:18 MST --- Thus, fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com