Re: [patch, fortran] Fix PR 55919

2013-01-21 Thread Thomas Koenig
Hi Steve, The patch looks OK to me. As this is a Windows, hopefully someone will confirm that the patch fixes the Windows issue before you commit. Thanks! Committed as rev. 195348 after Brad's confirmation that the patch works on Windows. One more regression down, 24 to go. Thomas

Re: [patch, fortran] Fix PR 55919

2013-01-20 Thread Steve Kargl
On Sun, Jan 20, 2013 at 08:49:38PM +0100, Thomas Koenig wrote: > Hello world, > > the attached patch fixes a regression where -J dirpath/ would > issue a warning on Windows because of the trailing dir separator. > > Regression-tested, but only on Linux. I would appreciate if > somebody could als

[patch, fortran] Fix PR 55919

2013-01-20 Thread Thomas Koenig
Hello world, the attached patch fixes a regression where -J dirpath/ would issue a warning on Windows because of the trailing dir separator. Regression-tested, but only on Linux. I would appreciate if somebody could also test it on Windows (and run the test case, of course). OK for trunk?