This is the mail archive of the gcc-patches@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]

Re: [gfortran] PATCH -- correct underflowing of complex types.


Steve Kargl wrote:

I don't have commit access. Can you commit the fix?

I just checked it in. This looks like one could create a testcase, does something like this trigger an error before your patch?


complex, parameter :: c = (3.,3.) - (SQRT(9.),SQRT(9.))

   if (c.ne.(0.,0.)) call abort()
   end

- Tobi


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