public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/32372]  New: [4.3 Regression] ICE in df_refs_verify, at df-scan.c:4065
@ 2007-06-17  8:27 tbm at cyrius dot com
  2007-06-17  8:36 ` [Bug rtl-optimization/32372] " pinskia at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: tbm at cyrius dot com @ 2007-06-17  8:27 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-06-29 21:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-17  8:27 [Bug rtl-optimization/32372] New: [4.3 Regression] ICE in df_refs_verify, at df-scan.c:4065 tbm at cyrius dot com
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

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).