This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/29302] nan_inf_fmt.f90 segfaults on Darwin PPC starting with Xcode 2.4



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]