[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: g77-3.4



The latest version of gcc/gcc/f/bld.c is Revision 1.16.22.2
There is a one line change which respect to the debain g77-3.4

I think this will be fixed in the next release of g77.

Thanks
Nick

Here is the diff

-*** 1333,1339 ****
       nc = malloc_new_kp (ffebld_constant_pool(),
                           "FFEBLD_constREAL2",
                           sizeof (*nc));
!      nc->consttype = FFEBLD_constREAL1;
       nc->u.real2 = val;
       nc->hook = FFECOM_constantNULL;
       nc->llink = NULL;
--- 1333,1339 ----
       nc = malloc_new_kp (ffebld_constant_pool(),
                           "FFEBLD_constREAL2",
                           sizeof (*nc));
!      nc->consttype = FFEBLD_constREAL2;
       nc->u.real2 = val;
       nc->hook = FFECOM_constantNULL;
       nc->llink = NULL;


----Original Message-----
From: Andreas Jochens [mailto:aj@andaco.de] 
Sent: Wednesday, October 13, 2004 1:05 AM
To: Nicholas Materer
Cc: debian-amd64@lists.debian.org
Subject: Re: g77-3.4

On 04-Oct-12 16:08, Nicholas Materer wrote:
> I was asked to forward this bug to Andreas Jochens.
> 
> the amd64 and the i386 (filed a bug with debian) suffer from the 
> Bugzilla Bug 17541
> [g77] data statements with double precision constants fail
> 
> The fix is here:
>
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/Attic/bld.c.diff?r1=1.16.14.
1&r2=1.16.14.2&f=h

The above link does not work for me.
Please send me the patch if possible.

Regards
Andreas Jochens



Reply to: