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: Does/will gcc support REAL(16) in Fortran?


On Friday 09 January 2004 9:31 pm, Jim Wilson wrote:
> There is also the issue of adding fortran front end support to accept
> these declarations.  I can't comment on how much work that is.

Adding long double support to gfortran should be fairly easy, given gcc 
backend and libc support.

However the types available in gfortran are hardcoded. They should really be 
based on what types are available on a partcular target, especially when we 
add anything than than the widely supported IEEE single and double precision 
types.

As has been mentioned elsewhere, volunteers and patches are more than 
welcome:)

Paul


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