public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/32295]  New: An invalid c code causes an ICE in create_tmp_var, at gimplify.c:489
@ 2007-06-12  0:29 kkojima at gcc dot gnu dot org
  2007-06-12  1:18 ` [Bug c/32295] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: kkojima at gcc dot gnu dot org @ 2007-06-12  0:29 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet fails with
  foo.c:4: internal compiler error: in create_tmp_var, at gimplify.c:489


static enum warn overflow;
int foo (int code, tree stmt)
{
  if (code == 0 || code > (int) overflow)
    code = overflow;
  return code;
}


-- 
           Summary: An invalid c code causes an ICE in create_tmp_var, at
                    gimplify.c:489
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kkojima at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2008-07-04 16:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-12  0:29 [Bug c/32295] New: An invalid c code causes an ICE in create_tmp_var, at gimplify.c:489 kkojima at gcc dot gnu dot org
2007-06-12  1:18 ` [Bug c/32295] " pinskia at gcc dot gnu dot org
2007-06-12  1:20 ` [Bug c/32295] [4.1/4.2/4.3 Regression] " pinskia at gcc dot gnu dot org
2007-06-29 18:43 ` mmitchel at gcc dot gnu dot org
2007-08-23 12:38 ` jakub at gcc dot gnu dot org
2007-09-16 15:09 ` pinskia at gcc dot gnu dot org
2007-09-24 17:36 ` jsm28 at gcc dot gnu dot org
2007-09-25 15:05 ` jsm28 at gcc dot gnu dot org
2007-09-27 12:20 ` [Bug c/32295] [4.1/4.2 " jsm28 at gcc dot gnu dot org
2007-10-10 18:24 ` jsm28 at gcc dot gnu dot org
2007-10-10 18:32 ` [Bug c/32295] [4.1 " jsm28 at gcc dot gnu dot org
2008-01-16 21:20 ` pinskia at gcc dot gnu dot org
2008-07-04 16:10 ` jsm28 at gcc dot gnu dot org

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