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: [PATCH] PR 16917: Add DFLOAT to gfortran


On Wednesday 11 August 2004 07:07, Steve Kargl wrote:
> The attached patch adds support for DFLOAT to gfortran.  This
> is required for compatibility with g77 and several other vendor's
> f77 implementations (e.g, f2c and HP-UX).  This also fixes
> PR 16917

ChangeLog? Testcase?

Besides which patch looks wrong. You declare GFC_ISYM_DFLOAT, but don't use 
it. gfc_simplify_dfloat is never used.

Looks like you changed your mind half way through :)

Paul


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