Re: [patch, fortran] Some cleanup / fixes in front-end statement walker

2011-10-16 Thread Thomas Koenig
Steven Bosscher wote: This patch corrects these things. Regression-tested. OK for trunk? (I will not be able to commit for a few days due to business travel, unless somebody is _really_ fast :-) Looks OK to me. Fast enough for you? Yes indeed. Committed as rev. 180063. Thanks a lot!

Re: [patch, fortran] Some cleanup / fixes in front-end statement walker

2011-10-16 Thread Steven Bosscher
> This patch corrects these things.  Regression-tested. > OK for trunk?  (I will not be able to commit for a few > days due to business travel, unless somebody is _really_ > fast :-) Looks OK to me. Fast enough for you? Ciao! Steven

[patch, fortran] Some cleanup / fixes in front-end statement walker

2011-10-16 Thread Thomas Koenig
Hello world, working on PR 50690, I noticed a few things which are not quite right in front-end optimization statement walking: - BLOCKs were walked via their namespaces, not directly. This caused out-of-order walking, which was confusing. - current_ns was not marked static. - ASSOCIATE lists