From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23321 invoked by alias); 12 Jan 2004 15:00:11 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 23283 invoked by uid 48); 12 Jan 2004 15:00:10 -0000 Date: Mon, 12 Jan 2004 15:00:00 -0000 From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040112145959.13656.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/13656] New: [3.4 Regression] ICE after redeclaring size_t in the system headers X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg01221.txt.bz2 List-Id: 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