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: [wide-int] Restore VAX build


Vax, seriously???  Are there any left?


On Nov 3, 2013, at 5:24 AM, Richard Sandiford <rdsandiford@googlemail.com> wrote:

> Installed as obvious.
> 
> Richard
> 
> 
> Index: gcc/config/vax/vax.c
> ===================================================================
> --- gcc/config/vax/vax.c    2013-11-03 10:24:01.013238719 +0000
> +++ gcc/config/vax/vax.c    2013-11-03 10:24:02.308247979 +0000
> @@ -643,7 +643,7 @@ vax_float_literal (rtx c)
>     {
>       int x = 1 << i;
>       bool ok;
> -      REAL_VALUE_FROM_INT (s, x, 0, mode);
> +      REAL_VALUE_FROM_INT (s, x, mode);
> 
>       if (REAL_VALUES_EQUAL (r, s))
>    return true;


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