public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/12794] New: [tree-ssa] ICE with attribute __alias__
@ 2003-10-27 21:38 reichelt at gcc dot gnu dot org
  2003-10-27 21:46 ` [Bug c/12794] " reichelt at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2003-10-27 21:38 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [tree-ssa] ICE with attribute __alias__
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,rth at redhat dot com

The following code snippet (from PR 7490) crashes tree-ssa:

void foo()
{
    extern void bar () __attribute__ ((__alias__ ("BAR")));
    bar ();
}

Compiled with "gcc -c" I get:

  PR7490.c: In function `bar':

  PR7490.c:11: internal compiler error: in tsi_stmt_ptr, at tree-iterator.h:116
  Please submit a full bug report, [etc.]

Btw, the empty line after the first one is strange.

The regression appeared with Richard's patch

http://gcc.gnu.org/ml/gcc-cvs/2003-10/msg01062.html

Richard, could you please have a look?


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

end of thread, other threads:[~2004-02-26  1:29 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-27 21:38 [Bug c/12794] New: [tree-ssa] ICE with attribute __alias__ reichelt at gcc dot gnu dot org
2003-10-27 21:46 ` [Bug c/12794] " reichelt at gcc dot gnu dot org
2003-10-30  5:42 ` pinskia at gcc dot gnu dot org
2003-11-03  5:05 ` pinskia at gcc dot gnu dot org
2003-12-01  3:36 ` [Bug middle-end/12794] " pinskia at gcc dot gnu dot org
2003-12-10 14:33 ` reichelt at gcc dot gnu dot org
2004-01-14 10:06 ` reichelt at gcc dot gnu dot org
2004-02-18 16:40 ` reichelt at gcc dot gnu dot org
2004-02-18 19:42 ` pinskia at gcc dot gnu dot org
2004-02-26  0:45 ` rth at gcc dot gnu dot org
2004-02-26  1:24 ` [Bug c/12794] " rth at gcc dot gnu dot org
2004-02-26  1:26 ` cvs-commit at gcc dot gnu dot org
2004-02-26  1:29 ` rth 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).