[patch, fortran] Extend character optimization to LLE and friends

Richard Henderson rth@redhat.com
Mon Mar 28 20:17:00 GMT 2011


On 03/28/2011 11:50 AM, Thomas Koenig wrote:
> +    case GFC_ISYM_LLE:
> +      return optimize_comparison (e, INTRINSIC_LE);
> +      break;

Style nit: remove the unreachable break statements.


r~



More information about the Gcc-patches mailing list