public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/19077] New: Internal compiler error compiling MPlayer
@ 2004-12-19 10:47 M dot Kosmulski at elka dot pw dot edu dot pl
  2004-12-19 10:49 ` [Bug c/19077] " M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: M dot Kosmulski at elka dot pw dot edu dot pl @ 2004-12-19 10:47 UTC (permalink / raw)
  To: gcc-bugs

When compiling MPlayer 1.0pre5, an internal compiler error is generated.
Normally the program is compiled using make, so below is just the single file
that causes that error:

michal@nowy:~/tmp/MPlayer-1.0pre5/libmpcodecs$ cc -v -save-temps -c -I../libvo
-../../libvo -I/usr/X11/include -W -Wall -Wno-unused-parameter -O2
-march=athlon- -mtune=athlon-4 -g3  -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Iusr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6include -I. -Inative -I.. -I../libmpdemux
-I../loader -I/usr/include/gtk-1.2 -I/sr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -D_GNU_SOURCE - vf_spp.o vf_spp.c
Reading specs from /usr/lib/gcc/i486-slackware-linux/3.4.2/specs
Configured with: ../gcc-3.4.2/configure --prefix=/usr --enable-shared
--enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld
--verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.4.2
 /usr/libexec/gcc/i486-slackware-linux/3.4.2/cc1 -E -quiet -v -I../libvo
-I../../libvo -I/usr/X11/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -I. -Inative -I.. -I../libmpdemux
-I../loader -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -dD -D_REENTRANT
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE vf_spp.c
-march=athlon-4 -mtune=athlon-4 -W -Wall -Wno-unused-parameter
-fworking-directory -O2 -o vf_spp.i
ignoring nonexistent directory
"/usr/lib/gcc/i486-slackware-linux/3.4.2/../../../../i486-slackware-linux/include"
ignoring nonexistent directory "../../libvo"
ignoring duplicate directory "/usr/X11R6/include"
ignoring duplicate directory "/usr/include/gtk-1.2"
ignoring duplicate directory "/usr/include/glib-1.2"
ignoring duplicate directory "/usr/lib/glib/include"
ignoring duplicate directory "/usr/X11R6/include"
#include "..." search starts here:
#include <...> search starts here:
 ../libvo
 /usr/X11/include
 /usr/include/gtk-1.2
 /usr/include/glib-1.2
 /usr/lib/glib/include
 .
 native
 ..
 ../libmpdemux
 ../loader
 /usr/local/include
 /usr/lib/gcc/i486-slackware-linux/3.4.2/include
 /usr/include
End of search list.
 /usr/libexec/gcc/i486-slackware-linux/3.4.2/cc1 -fpreprocessed vf_spp.i
-quiet-dumpbase vf_spp.c -march=athlon-4 -mtune=athlon-4 -auxbase-strip vf_spp.o
-g3 -O2 -W -Wall -Wno-unused-parameter -version -o vf_spp.s
GNU C version 3.4.2 (i486-slackware-linux)
        compiled by GNU C version 3.4.2.
GGC heuristics: --param ggc-min-expand=47 --param ggc-min-heapsize=31940
vf_spp.c: In function `softthresh_mmx':
vf_spp.c:292: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
michal@nowy:~/tmp/MPlayer-1.0pre5/libmpcodecs$

-- 
           Summary: Internal compiler error compiling MPlayer
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: M dot Kosmulski at elka dot pw dot edu dot pl
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i486-pc-linux-gnu
GCC target triplet: i486-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19077


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2005-02-17  0:52 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
2004-12-19 10:49 ` [Bug c/19077] " M dot Kosmulski at elka dot pw dot edu dot pl
2004-12-19 13:16 ` [Bug rtl-optimization/19077] " pinskia at gcc dot gnu dot org
2004-12-19 18:46 ` belyshev at lubercy dot com
2004-12-19 18:49 ` pinskia at gcc dot gnu dot org
2004-12-19 18:51 ` [Bug debug/19077] [3.4/4.0 Regression] " belyshev at lubercy dot com
2005-01-17  4:06 ` phython at gcc dot gnu dot org
2005-01-17  4:15 ` pinskia at gcc dot gnu dot org
2005-01-17 17:09 ` [Bug preprocessor/19077] [3.4 " pinskia at gcc dot gnu dot org
2005-01-17 18:29 ` [Bug preprocessor/19077] [3.4/4.0 " reichelt at gcc dot gnu dot org
2005-02-01  4:25 ` echristo at redhat dot com
2005-02-11 11:44 ` reichelt at gcc dot gnu dot org
2005-02-12 15:46 ` echristo at redhat dot com
2005-02-16  6:15 ` cvs-commit at gcc dot gnu dot org
2005-02-16  6:16 ` echristo at redhat dot com
2005-02-16  6:31 ` [Bug preprocessor/19077] [3.4 " reichelt at gcc dot gnu dot org
2005-02-16  6:34 ` echristo at redhat dot com
2005-02-17 10:13 ` cvs-commit at gcc dot gnu dot org
2005-02-17 12:22 ` giovannibajo at libero dot it

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).