- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to compile this code but with I got an ICE
Please look at the source files I am using.
Intel Fortran Compiler XE for applications running on IA-32, Version 12.1.2.273 Build 20111128
Copyright (C) 1985-2011 Intel Corporation. All rights reserved.
FOR NON-COMMERCIAL USE ONLY
Any ideas?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are currently planningon releasing a fix for thisissue in the next majorversion. I will update this thread when the fix is released.
I compiled this programwith a version of the compiler containing the fix, andI got the following error messages:
integer_list_mod.f90(41): error #8314: If the rightmost part-name is of abstract type, data-ref shall be polymorphic
call this%list%add(v)
------------------^
integer_list_mod.f90(41): error #8422: If the component immediately preceding the type-bound procedure is abstract, the entire data reference before the procedure name must be polymorphic.
call this%list%add(v)
------------------^
integer_list_mod.f90(41): error #6691: A pointer dummy argument may only be argument associated with a pointer.
call this%list%add(v)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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