This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: simple minded mapping on darwin?


On 5/29/07, Jack Howarth <howarth@bromo.msbb.uc.edu> wrote:
   On reflection, perhaps we should scrap Andrew's patch and
try a very simple minded fix to the long double issue in
gfortran. If we could change the macro in gcc/fortran/f95-lang.c
from...

This is a bad idea. My patch actually worked at one point. Anyways your patch does not work for the C (or C++) case of: int main(void) { long double a =10.0L; __builtin_printf("%Lf\t%Lf\n", a,a); }

Thanks,
Andrew Pinski


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