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

2011-04-01 Thread Jerry DeLisle
On 04/01/2011 06:29 AM, Jerry DeLisle wrote: On 03/28/2011 11:50 AM, Thomas Koenig wrote: Hello world, the attached patch extends the character optimizations to the lexical comparison functions (LLE and friends). Regression-tested. OK for trunk? Yes, this patch is OK? Fat fingers, s/?/./

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

2011-04-01 Thread Jerry DeLisle
On 03/28/2011 11:50 AM, Thomas Koenig wrote: Hello world, the attached patch extends the character optimizations to the lexical comparison functions (LLE and friends). Regression-tested. OK for trunk? Yes, this patch is OK? Thanks, Jerry

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

2011-03-28 Thread Thomas Koenig
Am 28.03.2011 22:07, schrieb Richard Henderson: Style nit: remove the unreachable break statements. Fixed, thanks. Any further comments? Thomas

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

2011-03-28 Thread Richard Henderson
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~

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

2011-03-28 Thread Thomas Koenig
Hello world, the attached patch extends the character optimizations to the lexical comparison functions (LLE and friends). Regression-tested. OK for trunk? Thomas 2010-03-28 Thomas Koenig * frontend-passes (optimize_lexical_comparison): New function. (optimize_e