------- Comment #2 from ismail at pardus dot org dot tr  2007-12-15 10:30 
-------
Timings with gcc 3.4.6 :

[~]> gcc -o mktime mktime.c
[~]> time ./mktime

real    0m0.052s
user    0m0.021s

[~]> gcc -O2 -o mktime mktime.c
[~]> time ./mktime

real    0m0.032s
user    0m0.021s
sys     0m0.011s

So this is a regression.


-- 


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

Reply via email to