public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/30984]  New: ICE with computed goto and constants
@ 2007-02-27 19:07 pinskia at gcc dot gnu dot org
  2007-03-03 21:47 ` [Bug middle-end/30984] [4.1/4.2/4.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-02-27 19:07 UTC (permalink / raw)
  To: gcc-bugs

int fs_exec(int ino)
{
 void *src = 0;
 if (ino)
   src = (void*)0xe000;
 goto *src;
}

Reduced from http://gcc.gnu.org/ml/gcc-bugs/2007-02/msg02973.html.


-- 
           Summary: ICE with computed goto and constants
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


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

end of thread, other threads:[~2007-04-28  4:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-27 19:07 [Bug middle-end/30984] New: ICE with computed goto and constants pinskia at gcc dot gnu dot org
2007-03-03 21:47 ` [Bug middle-end/30984] [4.1/4.2/4.3 Regression] " pinskia at gcc dot gnu dot org
2007-03-05  4:10 ` mmitchel at gcc dot gnu dot org
2007-03-12 19:45 ` janis at gcc dot gnu dot org
2007-03-12 20:06 ` law at redhat dot com
2007-03-12 23:47 ` spark at gcc dot gnu dot org
2007-03-13  0:06 ` law at redhat dot com
2007-03-13 16:33 ` law at redhat dot com
2007-03-19 19:52 ` [Bug tree-optimization/30984] " law at redhat dot com
2007-03-19 19:52 ` law at gcc dot gnu dot org
2007-03-19 20:03 ` law at gcc dot gnu dot org
2007-03-19 20:04 ` law at gcc dot gnu dot org
2007-03-19 20:04 ` law at redhat dot com
2007-04-28  4:19 ` kargl 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).