This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/27450] New: [4.2 regression] gcc ICEs when compiling libavcodec from ffmpeg


Got this :

cc -I../libvo -I../../libvo  -fno-PIC -O4 -march=pentium-m -mtune=pentium-m
-pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64  -DHAVE_AV_CONFIG_H -I..
-I/home/cartman/CVS/mplayer/libavutil -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_GNU_SOURCE    -c -o dsputil.o dsputil.c
dsputil.c: In function 'dct264_sad8x8_c':
dsputil.c:3455: warning: passing argument 1 of 's->dsp.diff_pixels' from
incompatible pointer type
dsputil.c: In function 'h264_v_loop_filter_luma_c':
dsputil.c:2794: 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.
make: *** [dsputil.o] Error 1


cartman@southpark libavcodec $ cc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-trunk/configure --prefix=/home/cartman/gcc4
--with-local-prefix=/home/cartman/gcc4 --enable-clocale=gnu --enable-shared
--enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++
--enable-libgcc-math --with-arch=pentium-m --with-tune=pentium-m
--disable-checking --disable-nls
Thread model: posix
gcc version 4.2.0 20060504 (experimental)


-- 
           Summary: [4.2 regression] gcc ICEs when compiling libavcodec from
                    ffmpeg
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ismail at pardus dot org dot tr
 GCC build triplet: i686-gnu-linux
  GCC host triplet: i686-gnu-linux
GCC target triplet: i686-gnu-linux


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]