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

Bug#285695: gcc-3.4: gcc ICE



Package: gcc-3.4
Version: 3.4.3-4
Severity: important


hi,
gcc-3.4 is unable to compile [1] with -O or -O2

Matthieu CASTET

[1]

#include <stdio.h> /* Euh, attention aux balises :-\ */
int main( int nb, char *argv[] )
{
unsigned char a = nb, b = nb + 1;
printf("a = %d - b = %d\n", a, b);
a ^= b; b ^= a; a ^= b;
printf("a = %d - b = %d\n", a, b);
return 0;
}

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)

Versions of packages gcc-3.4 depends on:
ii  binutils                    2.15-5       The GNU assembler, linker and bina
ii  cpp-3.4                     3.4.3-4      The GNU C preprocessor
ii  gcc-3.4-base                3.4.3-4      The GNU Compiler Collection (base 
ii  libc6                       2.3.2.ds1-19 GNU C Library: Shared libraries an
ii  libgcc1                     1:3.4.3-4    GCC support library

-- no debconf information



Reply to: