https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69927

            Bug ID: 69927
           Summary: Internal compiler error (Segmentation fault) when
                    compiling FFmpeg 3.0
           Product: gcc
           Version: 4.9.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jb999 at gmx dot de
  Target Milestone: ---

Created attachment 37773
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37773&action=edit
preprocessed file

Compiling FFmpeg 3.0 being configured with ./configure --prefix=/usr
--pkgconfigdir=/var/state/pkgconfig --enable-gpl --enable-version3
--enable-shared --disable-static --disable-runtime-cpudetect --disable-ffserver
fails with

libavfilter/vf_dejudder.c: In function 'filter_frame':
libavfilter/vf_dejudder.c:158:1: internal compiler error: Segmentation fault
 }
 ^

System is Linux SMP i686 GNU/Linux (Linux From Scratch).

gcc -v:
Using built-in specs.
COLLECT_GCC=gcc
Target: i686-pc-linux-gnu
Configured with: /tmp/gcc-4.9.3//configure --prefix=/usr --sysconfdir=/etc
--sharedstatedir=/var/state --localstatedir=/var/state --enable-shared
--disable-static --disable-nls --enable-languages=c,c++ --enable-__cxa_atexit
--with-arch=haswell --with-gxx-include-dir=/usr/include/c++ --with-system-zlib
--disable-multilib --disable-bootstrap --disable-plugin --disable-lto
Thread model: posix
gcc version 4.9.3 (GCC)

Command line (from FFmpeg Makefile):
gcc -I. -I./ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DZLIB_CONST -DHAVE_AV_CONFIG_H
-std=c99 -fomit-frame-pointer -pthread  -g -Wdeclaration-after-statement -Wall
-Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings
-Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast
-Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch
-Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros
-Werror=format-security -Werror=implicit-function-declaration
-Werror=missing-prototypes -Werror=return-type -Werror=vla -Wformat
-fdiagnostics-color=auto -Wno-maybe-uninitialized  -MMD -MF
libavfilter/vf_dejudder.d -MT libavfilter/vf_dejudder.o -c -save-temps -o
libavfilter/vf_dejudder.o libavfilter/vf_dejudder.c

The preprocessed file is attached.

Reply via email to