------- Comment #3 from rguenth at gcc dot gnu dot org  2010-02-16 10:30 -------
rguent...@murzim:/tmp> gcc-3.3 -Os -c t.i -m32
rguent...@murzim:/tmp> size t.o
   text    data     bss     dec     hex filename
    222       0       0     222      de t.o
rguent...@murzim:/tmp> gcc-4.1 -Os -c t.i -m32
rguent...@murzim:/tmp> size t.o
   text    data     bss     dec     hex filename
    280       0       0     280     118 t.o
rguent...@murzim:/tmp> gcc-4.3 -Os -c t.i -m32
rguent...@murzim:/tmp> size t.o
   text    data     bss     dec     hex filename
    269       0       0     269     10d t.o
rguent...@murzim:/tmp> gcc-4.4 -Os -c t.i -m32
rguent...@murzim:/tmp> size t.o
   text    data     bss     dec     hex filename
    290       0       0     290     122 t.o
rguent...@murzim:/tmp> gcc-4.5 -Os -c t.i -m32
rguent...@murzim:/tmp> size t.o
   text    data     bss     dec     hex filename
    237       0       0     237      ed t.o


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27357

Reply via email to