[Bug target/63679] [5.0 Regression][AArch64] Failure to constant fold.

belagod at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Nov 5 09:35:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63679

--- Comment #5 from Tejas Belagod <belagod at gcc dot gnu.org> ---

> 
> Index: passes.def
> ===================================================================
> --- passes.def  (revision 217035)
> +++ passes.def  (working copy)
> @@ -255,7 +255,7 @@
>        NEXT_PASS (pass_reassoc);
>        NEXT_PASS (pass_strength_reduction);
>        NEXT_PASS (pass_tracer);
> -      NEXT_PASS (pass_dominator);
> +      NEXT_PASS (pass_fre);
>        NEXT_PASS (pass_strlen);
>        NEXT_PASS (pass_vrp);
>        /* The only const/copy propagation opportunities left after
> 
> ?

Thanks. Still no luck :-(. Will keep digging.



More information about the Gcc-bugs mailing list