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 #12 from jvdelisle at gcc dot gnu dot org  2006-10-31 03:18 -------
Geoff,

I am trying to understand what you are saying.

I could extract a segment of the C code that is being used implement here so
that you can see why it is failing.

I think it is because Apple code is returning a value that is long-long when
what is expected is int so we are overwriting a value.  Maybe we need a cast in
there.

Its been a while since I looked at this, but I will do so and try to send an
example, unless I figure out a fix in gfortran first.  :)


-- 


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]