[patch, fortran] More control over front end optimization

2011-04-07 Thread Thomas Koenig
Hello world, following Joost's request, the attached patch gives the user more control over front end optimization - it can now be selected or deselected independent of normal optimization. I have also implemented a warning for eliminated functions. Regression-tested. Once this is in, I wi

Re: [patch, fortran] More control over front end optimization

2011-04-07 Thread Daniel Kraft
Hi, On 04/07/11 21:32, Thomas Koenig wrote: following Joost's request, the attached patch gives the user more control over front end optimization - it can now be selected or deselected independent of normal optimization. I have also implemented a warning for eliminated functions. Regression-tes

Re: [patch, fortran] More control over front end optimization

2011-04-07 Thread Mikael Morin
Hello, On Thursday 07 April 2011 21:50:46 Daniel Kraft wrote: > Ok. Just my opinion (as non-native-speaker), though: +@item -ffrontend-optimize +@opindex @code{frontend-optimize} +@cindex Front-end optimization +This option performs front-end optimization, based on the Fortran parse +tree. Ena

Re: [patch, fortran] More control over front end optimization

2011-04-08 Thread Thomas Koenig
Hello Mikael and Daniel, thanks for the reviews. Here is what I committed as rev. 172215. I tried to be a little bit more specific in the doc, but couldn't think of a better name for the options without trying to win a prize for Gcc's longest option name. Thomas 2011-04-08 Thomas Koen