Re: [patch, fortran] Optimize assignment of empty strings

2012-06-07 Thread Tobias Burnus
Thomas Koenig wrote: his rather simple patch makes sure that only memset is used for assigning empty strings when front-end optimization is used. Regression-tested. OK for trunk? OK, thanks for the quick patch. Tobias 2012-06-06 Thomas König tkoe...@gcc.gnu.org PR fortran/52861

[patch, fortran] Optimize assignment of empty strings

2012-06-06 Thread Thomas Koenig
Hello world, this rather simple patch makes sure that only memset is used for assigning empty strings when front-end optimization is used. Regression-tested. OK for trunk? Thomas 2012-06-06 Thomas König tkoe...@gcc.gnu.org PR fortran/52861 * frontend-passes