[Bug fortran/32867] [4.3 Regression] 459.GemsFDTD in SPEC CPU 2006 fails to compile

hjl at lucon dot org gcc-bugzilla@gcc.gnu.org
Tue Jul 24 03:33:00 GMT 2007



------- Comment #12 from hjl at lucon dot org  2007-07-24 03:33 -------
(In reply to comment #9)
> Currently regtesting the patch below without problem so far.
> H.J. could you please verify that it fixes your problem?
> 
> Index: expr.c
> ===================================================================
> --- expr.c      (revision 126826)
> +++ expr.c      (working copy)
> @@ -2121,7 +2132,7 @@
>         }
> 
>        if (m == MATCH_YES)
> -       t = SUCCESS;
> +       t =  gfc_simplify_expr (e, 0);
> 
>        break;
> 

I have verified that 459.GemsFDTD is compiled correctly with this patch.
Thanks.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32867



More information about the Gcc-bugs mailing list