Re: [patch, fortran] Fix PR 52668, bogus warning for only list

2012-04-05 Thread Tobias Burnus
Thomas Koenig wrote: > this fixes a 4.7/4.8 regression with a bogus warning for variables > which were excluded from being imported by "use, only" if they > were in a common block inside the module. > > Regression-tested. OK for trunk and for 4.7 after a few days? OK and thanks for the patch. >

[patch, fortran] Fix PR 52668, bogus warning for only list

2012-03-25 Thread Thomas Koenig
Hello world, this fixes a 4.7/4.8 regression with a bogus warning for variables which were excluded from being imported by "use, only" if they were in a common block inside the module. Regression-tested. OK for trunk and for 4.7 after a few days? Thomas 2012-03-25 Thomas Koenig