public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "tbm at cyrius dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/32372]  New: [4.3 Regression] ICE in df_refs_verify, at df-scan.c:4065
Date: Sun, 17 Jun 2007 08:27:00 -0000	[thread overview]
Message-ID: <bug-32372-12387@http.gcc.gnu.org/bugzilla/> (raw)

I'm getting the following ICE with trunk on x86_64.  It compiles fine
on ia64 and powerpc.

(sid)2653:tbm@em64t: ~] /usr/lib/gcc-snapshot/bin/gcc -c -O2
mplayer-mpegvideo.c
mplayer-mpegvideo.c: In function 'MPV_encode_init':
mplayer-mpegvideo.c:21: internal compiler error: in df_refs_verify, at
df-scan.c:4065
Please submit a full bug report,

Testcase:


typedef struct AVCodecContext
{
  int flags;
  void *priv_data;
  char codec_name[32];
}
AVCodecContext;
typedef struct ScanTable
{
  int obmc;
  int umvplus;
  int h263_aic;
}
MpegEncContext;
MPV_encode_init (AVCodecContext *avctx)
{
  MpegEncContext *s = avctx->priv_data;
  s->umvplus = (avctx->flags & 0x02000000) ? 1 : 0;
  s->h263_aic = (avctx->flags & 0x01000000) ? 1 : 0;
  s->h263_aic = s->obmc || s->umvplus;
}


-- 
           Summary: [4.3 Regression] ICE in df_refs_verify, at df-
                    scan.c:4065
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com
GCC target triplet: x86_64-linux-gnu


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


             reply	other threads:[~2007-06-17  8:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-17  8:27 tbm at cyrius dot com [this message]
2007-06-17  8:36 ` [Bug rtl-optimization/32372] " pinskia at gcc dot gnu dot org
2007-06-18 12:34 ` zadeck at naturalbridge dot com
2007-06-18 12:35 ` zadeck at naturalbridge dot com
2007-06-29 18:47 ` mmitchel at gcc dot gnu dot org
2007-06-29 19:26 ` bonzini at gnu dot org
2007-06-29 19:34 ` zadeck at naturalbridge dot com
2007-06-29 20:14 ` hubicka at gcc dot gnu dot org
2007-06-29 20:16 ` hubicka at gcc dot gnu dot org
2007-06-29 21:03 ` zadeck at naturalbridge 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-32372-12387@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).