[pterjan@cmoi tmp]$ gcc -O0 plop.c
[pterjan@cmoi tmp]$ gcc -O1 plop.c
/home/pterjan/tmp/ccdtC0TG.s: Assembler messages:
/home/pterjan/tmp/ccdtC0TG.s:25: Error: bad register name `%sil'
[pterjan@cmoi tmp]$ gcc -O2 plop.c
/home/pterjan/tmp/cccnGMUj.s: Assembler messages:
/home/pterjan/tmp/cccnGMUj.s:24: Error: bad register name `%sil'
[pterjan@cmoi tmp]$ gcc -O3 plop.c
[pterjan@cmoi tmp]$ gcc --version
gcc (GCC) 3.4.3 (Mandrakelinux 10.2 3.4.3-1mdk)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Même problème ici et je ne pense pas que la reinstallation t'aide
[^] # Re: J'ai fait tout comme toi
Posté par Pascal Terjan . En réponse au message Bug gcc 3.4.1 et 3.3 ?. Évalué à 4.