This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch,Fortran] Fix -std=* handling for using ISO_* modules


On Thu, Apr 08, 2010 at 02:53:48PM +0200, Tobias Burnus wrote:
> The patch is rather obvious: The "break" is supposed to be a "continue".
> I have now moved it down a few lines in order to add a better error
> message for USE statements with rename. (The same error as already shown
> for USE statements with ONLY.) Before the message was a plain "not found".
> 
> The test case now contains tests for the found issues and the updated
> error strings.
> 
> Build and regtested on x86-64-linux. OK for the trunk? (It does not
> affect any 4.x branch.)
> 

OK.

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]