public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jkolb at wsi dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/39392]  New: internal compiler error: in referenced_var_lookup
Date: Fri, 06 Mar 2009 17:59:00 -0000	[thread overview]
Message-ID: <bug-39392-16750@http.gcc.gnu.org/bugzilla/> (raw)

Trying to compile latest ffmpeg (ffmpeg-checkout-2009-03-06) Using
mingw-w64-bin_i686-mingw_20090303 I get an ICE on mingw compiling for x64.

$ make
x86_64-pc-mingw32-gcc -DHAVE_AV_CONFIG_H -I. -I"/c/ffmpeg-checkout-2009-03-06"
-D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall
-Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls
-Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3
-fno-math-errno -fno-signed-zeros       -fPIC -DPIC -c -o libavcodec/h264.o
libavcodec/h264.c
cc1.exe: warning: -fPIC ignored for target (all code is position independent)
libavcodec/h264.c:1: warning: -fPIC ignored for target (all code is position
independent)
libavcodec/h264.c: In function 'pred_direct_motion':
libavcodec/h264.c:1046: warning: assignment from incompatible pointer type
libavcodec/h264.c:1047: warning: assignment from incompatible pointer type
libavcodec/h264.c: In function 'get_dct8x8_allowed':
libavcodec/h264.c:4120: warning: dereferencing type-punned pointer will break
strict-aliasing rules
libavcodec/h264.c:4122: warning: dereferencing type-punned pointer will break
strict-aliasing rules
libavcodec/h264.c: In function 'filter_mb_dir':
libavcodec/h264.c:6283: warning: initialization from incompatible pointer type
libavcodec/h264.c:6284: warning: initialization from incompatible pointer type
libavcodec/h264.c: In function 'decode_slice':
libavcodec/h264.c:6662: warning: unknown conversion type character 't' in
format
libavcodec/h264.c:6662: warning: too many arguments for format
In file included from libavcodec/h264.c:8139:
libavcodec/svq3.c: In function 'svq3_decode_slice_header':
libavcodec/svq3.c:721: warning: cast discards qualifiers from pointer target
type
libavcodec/svq3.c:724: warning: cast discards qualifiers from pointer target
type
libavcodec/h264.c: In function 'filter_mb_fast':
libavcodec/h264.c:6267: warning: dereferencing pointer 'bSv' does break
strict-aliasing rules
libavcodec/h264.c:6266: warning: dereferencing pointer 'bSv' does break
strict-aliasing rules
libavcodec/h264.c:6265: warning: dereferencing pointer 'bSv' does break
strict-aliasing rules
libavcodec/h264.c:6264: warning: dereferencing pointer 'bSv' does break
strict-aliasing rules
libavcodec/h264.c:6260: warning: dereferencing pointer 'bSv' does break
strict-aliasing rules
libavcodec/h264.c:6259: warning: dereferencing pointer 'bSv' does break
strict-aliasing rules
libavcodec/h264.c:6256: warning: dereferencing pointer 'bSv' does break
strict-aliasing rules
libavcodec/h264.c:6243: warning: dereferencing pointer 'bSv' does break
strict-aliasing rules
libavcodec/h264.c:6230: warning: dereferencing pointer 'bSv' does break
strict-aliasing rules
libavcodec/h264.c:6230: warning: dereferencing pointer 'bSv' does break
strict-aliasing rules
libavcodec/h264.c:6230: warning: dereferencing pointer 'bSv' does break
strict-aliasing rules
libavcodec/h264.c:6226: note: initialized from here
In file included from libavcodec/h264.c:8139:
libavcodec/svq3.c: In function 'svq3_decode_frame':
libavcodec/svq3.c:890: internal compiler error: in referenced_var_lookup, at
tree-dfa.c:563
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [libavcodec/h264.o] Error 1


-- 
           Summary: internal compiler error: in referenced_var_lookup
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jkolb at wsi dot com
 GCC build triplet: x86_64-pc-mingw32
  GCC host triplet: x86_64-pc-mingw32
GCC target triplet: x86_64-pc-mingw32


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


             reply	other threads:[~2009-03-06 17:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-06 17:59 jkolb at wsi dot com [this message]
2009-03-06 18:01 ` [Bug c/39392] " jkolb at wsi dot com
2009-03-06 18:01 ` jkolb at wsi dot com
2009-03-06 18:02 ` jkolb at wsi dot com
2009-03-06 18:16 ` [Bug middle-end/39392] " pinskia at gcc dot gnu dot org
2009-03-10 17:58 ` jkolb at wsi dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-39392-16750@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).