[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-29 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 Janne Blomqvist changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-29 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 --- Comment #9 from Janne Blomqvist --- Author: jb Date: Fri Aug 29 20:49:16 2014 New Revision: 214743 URL: https://gcc.gnu.org/viewcvs?rev=214743&root=gcc&view=rev Log: PR 62215 Unlink old module file before renaming. 2014-08-29 Jeffrey Armst

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-29 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 --- Comment #8 from Janne Blomqvist --- Author: jb Date: Fri Aug 29 20:46:15 2014 New Revision: 214742 URL: https://gcc.gnu.org/viewcvs?rev=214742&root=gcc&view=rev Log: PR 62215 Reinstate unlinking old module file before renaming. 2014-08-29

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-22 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #7

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-21 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 --- Comment #6 from Janne Blomqvist --- (In reply to Steve Kargl from comment #3) > Not having a copyright assignment won't interfere with this > patch being applied. I'm waiting for confirmation from Janne > that I can revert the changes in his

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-21 Thread jeffrey.armstrong at approximatrix dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 --- Comment #5 from Jeffrey Armstrong --- While checking for MinGW (or MinGW-W64) (or non-POSIX Cygwin if it's a thing...) would allow this to be fixed for Windows, it would continue to assume that any other C runtime would have a POSIX-compliant

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-21 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 --- Comment #4 from Tobias Burnus --- Comment on attachment 33373 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33373 Patch to delete existing .mod file prior to updating > /* Module file have changed, replace the old one. */ >+

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-21 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 --- Comment #3 from Steve Kargl --- On Thu, Aug 21, 2014 at 05:21:50PM +, jeffrey.armstrong at approximatrix dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 > > --- Comment #2 from Jeffrey Armstrong com> --- > I do not h

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-21 Thread jeffrey.armstrong at approximatrix dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 --- Comment #2 from Jeffrey Armstrong --- I do not have a copyright assignment on file, but this patch is pretty minor. I'm willing to fill one out (after I read it, of course), but it shouldn't hold up this patch. The new lines in the patch ar

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 kargl at gcc dot gnu.org changed: What|Removed |Added CC||jb at gcc dot gnu.org,