[Bug middle-end/17549] [4.0 Regression] 10% increase in codesize with C code compared to GCC 3.3

2005-01-21 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-01-21 14:00 --- For the test case from comment #1 I get the following for AMD64: GCC 4.0 (20050121): textdata bss dec hex filename 24689 0 0 246896071 t.O2.o 20728 0

[Bug middle-end/17549] [4.0 Regression] 10% increase in codesize with C code compared to GCC 3.3

2005-01-21 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-01-21 14:02 --- (FWIW, the GCC 4.0 I tested has my patch for PR19454 applied, which makes quite a difference for -m32 -O2, but not for -Os...). That'd be PR19464 ;-) --