- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
Sorry if this isn't the correct place to report a bug.
I get a catastrophic ICE when compiling this code:
This is the error I get:
Sorry if this isn't the correct place to report a bug.
I get a catastrophic ICE when compiling this code:
[cpp]program testmoduloThe compilation command is:
real, allocatable :: array(:)
allocate(array(3))
array = 11.2
array = modulo(array,10.0)
end program testmodulo[/cpp]
[cpp]ifort -I. -Isrc/ -fpp -warn all -gen-interfaces -warn interfaces -check all -assume realloc_lhs -O0 -g -FR -c -o main.o /gusr/alr99/cluster/workspace/helloworld/main.f90[/cpp]and I am using ifort 11.1.046
This is the error I get:
[cpp]0_12032 : catastrophic error: **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.[/cpp]
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is perfectly fine to report bugs here.
This bug is due to the -assume realloc_lhs option. If you remove this option then the code will compile.
I'll start a bug report. Issue number is DPD200139107.
ron
This bug is due to the -assume realloc_lhs option. If you remove this option then the code will compile.
I'll start a bug report. Issue number is DPD200139107.
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
this bug is fixed in the latest 11.1 and Composer XE 2011 (aka v12) compilers.
ron
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