[Bug fortran/40195] ICE when compiling a file located in another directory

2009-05-21 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2009-05-21 20:52 --- Thanks for your comments! With such a clear description, it was now easy to find the issue: if a module file m.mod already exist, we look into it to check if it's ours; if not, we delete it and write ours. The pro

[Bug fortran/40195] ICE when compiling a file located in another directory

2009-05-21 Thread francois dot jacq at irsn dot fr
--- Comment #2 from francois dot jacq at irsn dot fr 2009-05-21 18:27 --- (In reply to comment #1) > It works for me. This sounds like the issue you'd have if you didn't have > write > permission to the current directory. I have all the permissions to that directory. The same command

[Bug fortran/40195] ICE when compiling a file located in another directory

2009-05-21 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2009-05-21 09:12 --- It works for me. This sounds like the issue you'd have if you didn't have write permission to the current directory. What are the permissions and ownership of the bin and source directories? What user is trying