Re: [patch, fortran] Final TRIM optimizations

2011-06-12 Thread Steve Kargl
On Mon, Jun 13, 2011 at 12:24:02AM +0200, Thomas Koenig wrote: > Hello world, > > this is the last round of TRIM optimizations. This patch extends the > treatment of trailing TRIMs in concatenations to comparisions. It also > does a bit of code cleanup by removing some duplication, and by not >

[patch, fortran] Final TRIM optimizations

2011-06-12 Thread Thomas Koenig
Hello world, this is the last round of TRIM optimizations. This patch extends the treatment of trailing TRIMs in concatenations to comparisions. It also does a bit of code cleanup by removing some duplication, and by not changing the rhs in optimize_assignment. OK for trunk? Thomas 2