public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/13656] New: [3.4 Regression] ICE after redeclaring size_t in the system headers
@ 2004-01-12 15:00 pinskia at gcc dot gnu dot org
  2004-01-12 15:01 ` [Bug c/13656] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-12 15:00 UTC (permalink / raw)
  To: gcc-bugs

Try to compile the follow code and you will get an ICE, note this is derived from an 
openbsd's alloca and all the line markers have been removed except for one so that 
redeclaring of size_t is fine for all compilers except for the mainline.

# 1 "/home/gates/pinskia/src/gnu/gcc/src/objdir.openbsd/gcc/include/stddef.h" 3 4
typedef unsigned int size_t;
typedef unsigned int size_t;
void *memchr(const void *, int, size_t);

-- 
           Summary: [3.4 Regression] ICE after redeclaring size_t in the
                    system headers
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, build
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: zack at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2004-01-27 13:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-12 15:00 [Bug c/13656] New: [3.4 Regression] ICE after redeclaring size_t in the system headers pinskia at gcc dot gnu dot org
2004-01-12 15:01 ` [Bug c/13656] " pinskia at gcc dot gnu dot org
2004-01-12 15:01 ` pinskia at gcc dot gnu dot org
2004-01-12 17:01 ` bangerth at dealii dot org
2004-01-12 17:18 ` pinskia at gcc dot gnu dot org
2004-01-13  2:52 ` cvs-commit at gcc dot gnu dot org
2004-01-13  2:56 ` zack at gcc dot gnu dot org
2004-01-27 13:09 ` cvs-commit 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).