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/13694] New: internal compiler error compiling ffmpeg


....
gcc -Wall  -maltivec -mabi=altivec -g -O3 -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o
ppc/mpegvideo_altivec.o ppc/mpegvideo_altivec.c
ppc/mpegvideo_altivec.c: In function `dct_quantize_altivec':
ppc/mpegvideo_altivec.c:515: error: unrecognizable insn:
(insn 1539 251 1540 2 (nil) (set (reg:V4SF 96 v19)
        (const_vector:V4SF [
                (const_double:SF 5.411961078643798828125e-1 [0x0.8a8bd4p+0])
                (const_double:SF 5.411961078643798828125e-1 [0x0.8a8bd4p+0])
                (const_double:SF 5.411961078643798828125e-1 [0x0.8a8bd4p+0])
                (const_double:SF 5.411961078643798828125e-1 [0x0.8a8bd4p+0])
            ])) -1 (nil)
    (nil))
ppc/mpegvideo_altivec.c:515: internal compiler error: in extract_insn, at
recog.c:2175
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

gcc -v
Reading specs from /usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/3.3.3/specs
Configured with: ../gcc-3.3-20040112/configure --enable-altivec
Thread model: posix
gcc version 3.3.3 20040112 (prerelease)

the same error with ffmpeg starting at least version 0.4.8 and with gcc starting
version 3.3.1

-- 
           Summary: internal compiler error compiling ffmpeg
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: arysin at bcsii dot net
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-linux-gnu
  GCC host triplet: powerpc-linux-gnu
GCC target triplet: powerpc-linux-gnu


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


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