- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am evaluating Fortran Composer 2013. Our code currently compiles and runs with composer 2011. However on 2013 I now see error #8238 on lines such as the following. The problem is the colon (:). Is this invalid Fortran?
character(:), parameter :: magic_chain_footer = ' bjaq_record_chain_to_file : '
character(:), parameter :: magic_header = ' bjaq PNET API capture file='
character(:), parameter :: magic_tag = ' tag '
character(:), parameter :: magic_blob = ' blob '
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A colon here is not valid. You want an asterisk. A colon is allowed only to indicate a deferred length parameter for a POINTER or ALLOCATABLE character variable.
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