[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#512275: marked as done ([fixed in 4.3] ICE on mixing typedef and enum names)



Your message dated Sun, 30 May 2010 19:46:20 +0200
with message-id <4C02A46C.5030302@debian.org>
and subject line Re: gcc-4.1 ICE on mixing typedef and enum names
has caused the Debian Bug report #512275,
regarding [fixed in 4.3] ICE on mixing typedef and enum names
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
512275: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512275
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-4.1
Version: 4.1.1-21
Severity: minor

This three-line test program will trigger an internal compiler error
when compiled with gcc -c /tmp/ice.c:

typedef enum { a } b;
extern enum b c;
int d(void) { return (c != a); }

/tmp/ice.c: In function ‘d’:
/tmp/ice.c:3: internal compiler error: in create_tmp_var, at gimplify.c:410

The bug has apparently been fixed by upstream, because GCC 4.3.2-1 on
Debian Lenny AMD64 duly flags the error:

bar.c: In function 'd':
bar.c:3: error: 'c' has an incomplete type
-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24-etchnhalf.1-686
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)

Versions of packages gcc-4.1 depends on:
ii  binutils               2.17-3            The GNU assembler, linker and bina
ii  cpp-4.1                4.1.1-21          The GNU C preprocessor
ii  gcc-4.1-base           4.1.1-21          The GNU Compiler Collection (base 
ii  libc6                  2.3.6.ds1-13etch8 GNU C Library: Shared libraries
ii  libgcc1                1:4.1.1-21        GCC support library
ii  libssp0                4.1.1-21          GCC stack smashing protection libr

Versions of packages gcc-4.1 recommends:
ii  libc6-dev              2.3.6.ds1-13etch8 GNU C Library: Development Librari
pn  libmudflap0-dev        <none>            (no description available)

-- debconf-show failed



--- End Message ---
--- Begin Message ---
tag 512275 + upstream
tag 512275 + fixed-upstream
tag 512275 + wontfix
retitle 512275 [fixed in 4.3] ICE on mixing typedef and enum names
thanks

fixed in 4.3, won't fix in 4.1


--- End Message ---

Reply to: