------- Comment #3 from jvdelisle at gcc dot gnu dot org 2006-09-30 21:36 ------- Valgrind shows tight as a drum on i686-linux. Do you have something equivalent to valgrind for Darwin PPC?
I am not seeing anything obvious in the code. On i686 the call at line 496 is to atoi(). Your system is showing a strtol_l. These are slightly different and maybe atoi() is mapped to strtol_l on this archtecture. I don't know. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29302