public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/16258] New: ICE when using invalid typedef's
@ 2004-06-29  9:27 roman at cft dot edu dot pl
  2004-06-29 11:19 ` [Bug c/16258] " reichelt at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: roman at cft dot edu dot pl @ 2004-06-29  9:27 UTC (permalink / raw)
  To: gcc-bugs

Preprocessed source: 
 
# 1 "source.c" 
typedef double tablica[N]; 
 
typedef struct { 
        tablica dane; 
} rekord; 
 
causes ICE with signal 11. 
 
Output of gcc -v: 
 
Reading specs from /usr/lib/gcc-lib/i586-pld-linux/2.95.4/specs 
gcc version 2.95.4 20010319 (prerelease) 
 /usr/lib/gcc-lib/i586-pld-linux/2.95.4/cpp0 -lang-c -v -D__GNUC__=2 
-D__GNUC_MINOR__=95 -D__ELF__ -Dunix -D__i386__ -Dlinux -D__ELF__ -D__unix__ 
-D__i386__ -D__linux__ -D__unix -D__linux -Asystem(posix) -Acpu(i386) 
-Amachine(i386) -Di386 -D__i386 -D__i386__ -Di586 -Dpentium -D__i586 -D__i586__ 
-D__pentium -D__pentium__ source.c /home/users/roman/tmp/cc22CXce.i 
GNU CPP version 2.95.4 20010319 (prerelease) (i386 Linux/ELF) 
#include "..." search starts here: 
#include <...> search starts here: 
 /usr/local/include 
 /usr/lib/gcc-lib/i586-pld-linux/2.95.4/include 
 /usr/include 
End of search list. 
The following default directories have been omitted from the search path: 
 /usr/include/g++ 
 /usr/lib/gcc-lib/i586-pld-linux/2.95.4/../../../../i586-pld-linux/include 
End of omitted list. 
 /usr/lib/gcc-lib/i586-pld-linux/2.95.4/cc1 /home/users/roman/tmp/cc22CXce.i 
-quiet -dumpbase source.c -version -o /home/users/roman/tmp/ccgltxUm.s 
GNU C version 2.95.4 20010319 (prerelease) (i586-pld-linux) compiled by GNU C 
version 2.95.4 20010319 (prerelease).

-- 
           Summary: ICE when using invalid typedef's
           Product: gcc
           Version: 2.95.4
            Status: UNCONFIRMED
          Severity: minor
          Priority: P1
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: roman at cft dot edu dot pl
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c/16258] ICE when using invalid typedef's
  2004-06-29  9:27 [Bug c/16258] New: ICE when using invalid typedef's roman at cft dot edu dot pl
@ 2004-06-29 11:19 ` reichelt at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-06-29 11:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-06-29 11:17 -------
Confirmed, but already fixed in gcc 3.1 and later.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to fail|                            |2.95.3 3.0.4
      Known to work|                            |3.1
         Resolution|                            |FIXED
   Target Milestone|---                         |3.1.x/3.2.x


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


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

end of thread, other threads:[~2004-06-29 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-29  9:27 [Bug c/16258] New: ICE when using invalid typedef's roman at cft dot edu dot pl
2004-06-29 11:19 ` [Bug c/16258] " reichelt 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).