- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
iam porting a greater fortran-projekt from CompacVisualFortran 6.6 to IntelVisualFortran Ver 8.0.047.
Compilingthe module gm_IO.f90 (1600 lines of code) compilation stops, and the only output is :
Compiling...
ifort /nologo /Od /assume:buffered_io /include:"c:gino60modulesDBL" /include:"c:f95ivfmod" /recursive /noaltparam /warn:all /warn:declarations /Qauto /assume:dummy_aliases /iface:cvf /iface:mixed_str_len_arg /module:"Release/" /object:"Release/" /traceback /ccdefault:fortran /check:bounds /winapp /c /4Nd C:f95ausgm_IO.f90
0_9458
Severe: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
in file (null), line 0, column 0
compilation aborted for C:f95ausgm_IO.f90 (code 3)
There are no errors/warnings, when compiling with the CVF-compiler or the MIPSpro-compiler on a SGI-workstation.
ifort /nologo /Od /assume:buffered_io /include:"c:gino60modulesDBL" /include:"c:f95ivfmod" /recursive /noaltparam /warn:all /warn:declarations /Qauto /assume:dummy_aliases /iface:cvf /iface:mixed_str_len_arg /module:"Release/" /object:"Release/" /traceback /ccdefault:fortran /check:bounds /winapp /c /4Nd C:f95ausgm_IO.f90
0_9458
Severe: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
in file (null), line 0, column 0
compilation aborted for C:f95ausgm_IO.f90 (code 3)
There are no errors/warnings, when compiling with the CVF-compiler or the MIPSpro-compiler on a SGI-workstation.
How can i get more information from the compiler ?
Helmut
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please report this problem to Intel Premier Support and include the necessary sources to reproduce the problem. This message always indicates a compiler bug. There isn't a way to get the compiler to tell you more, but you can try commenting out sections of code to see if you can identify the minimal source that reproduces the problem. Sometimes this will give you an idea as to what you can change to work around the issue. But let us know the details as soon as possible - we may be able to offer you a workaround quickly.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page