public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/17066] New: ICE in do_jump, at dojump.c:275
@ 2004-08-17 16:34 green at redhat dot com
  2004-08-17 17:12 ` [Bug middle-end/17066] " green at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: green at redhat dot com @ 2004-08-17 16:34 UTC (permalink / raw)
  To: gcc-bugs

Compiling the following with any level of optimization...

void foo(char *ptr, double d, double div)
{
  while (d >= div && ptr[1] != '\0');
}

results in...

bug.i: In function `foo':
bug.i:2: internal compiler error: in do_jump, at dojump.c:275

I believe this is a new regression (within 24hrs or so)

-- 
           Summary: ICE in do_jump, at dojump.c:275
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: frv-elf


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


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

end of thread, other threads:[~2004-08-18 16:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-17 16:34 [Bug middle-end/17066] New: ICE in do_jump, at dojump.c:275 green at redhat dot com
2004-08-17 17:12 ` [Bug middle-end/17066] " green at redhat dot com
2004-08-17 18:54 ` [Bug middle-end/17066] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-08-18 16:41 ` zack 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).