Operating System - HP-UX
1752633 Members
5906 Online
108788 Solutions
New Discussion

Re: f90 bug: variable_tag not set

 
SOLVED
Go to solution
Ivan Oleinik
Occasional Contributor

f90 bug: variable_tag not set

Hi,

I tried to compile f90 subroutine which contains several calls of f90 modules such as

"use f90_mod" ...

where f90_mod.mod was compiled before.

This generates a bizzar message:

*** line# 93 Return_U2_Variable_Tag_From_Variable -- variable_tag not set
Abnormal Exit [99] taken from bridge


f90: compiler error.
f90: Errors detected.


======================

It is obviously a bug since I compiled successfully the code on different platforms such as dec alpha, sgi irix, linux.

I would appreciate suggestion how to solve this problem. I include a zip file with the source of the subroutine as well as precompiled modules.
1 REPLY 1
Alex Glennie
Honored Contributor
Solution

Re: f90 bug: variable_tag not set

It was a bug ;) =>

Patch Name: PHSS_23026

Patch Description: s700_800 11.X Fortran90 B.11.01.(11|20|27) cumulative patch

06)JAGad32585: F90 compilation error:
Return_U2_Variable_Tag_From_Variable
observed when a name list containing
objects declared in common is used in a
read statement.