1752796 Members
5623 Online
108789 Solutions
New Discussion юеВ

Fortran compiler error

 
SOLVED
Go to solution
Ben Larwood
Occasional Contributor

Fortran compiler error

Hi,

I have recently patched my compiler, which is now:
/opt/fortran90/bin/f90:
HP-UX f90 20010618 (002250) B3907DB/B3909DB PHSS_23953 also B.11.01.40
HP F90 v2.5.1
$ PATCH/11.00:PHCO_95167 Oct 1 1998 13:46:32 $

When I compile my code I now get the error:
*** Assertion is not true at user line 2358: AR_Process_DARRAYTYPE_Or_Pointer_dictrec: ATPOINTER in vbl should agree with arg to routine
Abnormal Exit [99] taken from bridge

This code hasn't changed, and there is nothing untoward about the code. Does anyone have any suggestions about this?

Many thanks

Ben
4 REPLIES 4
Eric Antunes
Honored Contributor
Solution

Re: Fortran compiler error

Hi Ben,

PHCO_95167 doesn't seem to exist...

Anyway, you can always remove the patch or check if it has "warnings" or "special instructions"...

Best Regards,

Eric Antunes
Each and every day is a good day to learn.
Ben Larwood
Occasional Contributor

Re: Fortran compiler error

Hi Eric,

Thanks for the quick reply! Strange that I have a patch applied that doesnt exist.. quite worrying actually!

Anyway, I'll have a go at removing the patch, see where that gets me.

Thanks again

Ben
Eric Antunes
Honored Contributor

Re: Fortran compiler error

As far as I know, the last PHCO patch available for HP-UX 11.0 is PHCO_31977...

Each and every day is a good day to learn.
Ben Larwood
Occasional Contributor

Re: Fortran compiler error


Thanks again!

Problem resolved by removing this patch. Still dont know where that came from, not to worry now!

Cheers

Ben