This is the mail archive of the gcc@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: [G95] Re: [tree-ssa] Integrating g95


On Sunday 01 June 2003 3:08 am, law@redhat.com wrote:
> [ I suspect asking the g95 folks to rewrite their code to avoid GMP
>   probably isn't going to be well received :-) ]

We (g95 developers) have had discussions about this previously, but noone 
was able to come up with a good alternative solution.

Even GMP isn't ideal. The main limitation from our point of view is that 
AFAIK it is unable to represent NaN's.

It's also possible that GMP could give different answers compared to the 
target representation due to differing rounding errors. I haven'd looked 
too closely, so I guess this could be avided if you're careful.

Paul Brook


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