This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/45575] ICE on missing module file



------- Comment #1 from burnus at gcc dot gnu dot org  2010-09-07 15:09 -------
Works with x86_64-unknown-linux-gnu (4.6.0 20100907 (experimental) [trunk
revision 163943])
and also under i686-w64-mingw and x86_64-w64-mingw.

A test with i586-pc-mingw32 is pending; Kai offered to do it.

Brad, if possible, can you provide more information, i.e. which version of
MinGW32 exactly (if known, for me "gfortran -v" prints the version + the SVN
revision), where did you get the build from?

Can you run the compiler in a debugger? Use:
  gfortran -v bugtest.f90
and search for the line with starts with /some/path/f95 and run then the "f951"
line in a debugger, e.g.
  gdb --args /some/path/to/f951 many, many, many options
and then in (gdb)
  run
  bt
and post the result of the backtrace (bt).


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45575


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