public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/14289] New: ICE in a register array
@ 2004-02-25 11:04 meccoli at nergal dot it
  2004-02-25 11:09 ` [Bug c/14289] " meccoli at nergal dot it
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: meccoli at nergal dot it @ 2004-02-25 11:04 UTC (permalink / raw)
  To: gcc-bugs

should it be a compilation error???

COMMAND:
gcc -S -O0 -save-temps pippo.c

OUTPUT:
pippo.c: In function `Nase':
pippo.c:5: warning: address of register variable `a' requested
pippo.c:5: internal compiler error: Segmentation fault

PREPROCESSED FILE:
# 1 "pippo.c"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "pippo.c"
register int a[2] asm("ebx");
void Nase(void)
{
        int i=6;
        a[i]=5;
}

-- 
           Summary: ICE in a register array
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: meccoli at nergal dot it
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: linux 2.4  on i386
GCC target triplet: linux 2.4 on i386


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


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

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-25 11:04 [Bug c/14289] New: ICE in a register array meccoli at nergal dot it
2004-02-25 11:09 ` [Bug c/14289] " meccoli at nergal dot it
2004-02-25 15:35 ` [Bug middle-end/14289] [3.3/3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
2004-02-25 16:35 ` falk at debian dot org
2004-03-01  0:08 ` mmitchel at gcc dot gnu dot org
2004-03-08 21:56 ` cvs-commit at gcc dot gnu dot org
2004-03-08 22:02 ` pinskia at gcc dot gnu dot org
2004-03-08 22:03 ` [Bug middle-end/14289] [3.3/3.4 " pinskia at gcc dot gnu dot org
2004-03-09 17:44 ` cvs-commit at gcc dot gnu dot org
2004-03-09 18:43 ` [Bug middle-end/14289] [3.3 " pinskia at gcc dot gnu dot org
2004-03-10 18:37 ` cvs-commit at gcc dot gnu dot org
2004-03-10 18:41 ` pinskia 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).