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: [fortran,patch] Allow some IEEE functions in constant and specification expressions


> This looks fine to me. OK for trunk.

Thanks for review. Committed as revision 226723.


> I am not sure how you communicate the IEEE support to the front, since
> you need to be able to support cross-compilation. I identification of
> the hardware architecture sufficient?

Indeed, it is tricky to achieve, because identification of the target triplet is not sufficient. We need to test some functions/macros too.

FX

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