1833704 Members
3424 Online
110062 Solutions
New Discussion

Re: fortran

 
jim bidebo
Regular Advisor

fortran

I get the following error when trying to compile a fortran code when using HP FORTRAN 90 compiler version 1.0, theres no errors when its compiled with a three year old f77 compiler. It seams that the f90 compiler cant handle more than ~6000 labels.

---error message---
# f77 fun.f
fun.f
external function FUN
*Compiler Internal Error* : Please report to HP
f90: Errors detected, no link.
-------------------
3 REPLIES 3
Ceesjan van Hattum
Esteemed Contributor

Re: fortran

As you have seen, there are not a lot of Fortran people in this forum.
Maybe you should have a look at the hpux-devtools Mailing list:
http://dsportal.eservices.hp.com/dspp/ml/ml_MailingLists_IDX/1,1275,,00.html

Quit a couple of similair questions can be found there, like: http://dsportal.eservices.hp.com/hpux-devtools/CXX/hpux-devtools.0202/0002.html

If this forum will not give you an answer, maybe a posting there might just do it.

Regards,
Ceesjan
Steve Steel
Honored Contributor

Re: fortran

Hi

Do you have

Patch Name: PHSS_27363

Patch Description: s700_800 11.00-11 Fortran90 from B.11.01.40 to B.11.01.54

Creation Date: 02/06/24

Post Date: 02/07/02

Hardware Platforms - OS Releases:
s700: 11.00 11.11
s800: 11.00 11.11

Products:
FORTRAN90 B.11.01.40
FORTRAN90 B.11.01.42

Filesets:
FORTRAN90.FORT90-PRG,fr=B.11.01.40,fa=HP-UX_B.11.00_32/64,v=HP
FORTRAN90.FORT90-PRG,fr=B.11.01.42,fa=HP-UX_B.11.00_32/64,v=HP
FORTRAN90.FORT90-MAN,fr=B.11.01.40,fa=HP-UX_B.11.00_32/64,v=HP
FORTRAN90.FORT90-MAN,fr=B.11.01.42,fa=HP-UX_B.11.00_32/64,v=HP
FORTRAN90.F90-JPN-E-MAN,fr=B.11.01.40,fa=HP-UX_B.11.00_32/64,v=HP
FORTRAN90.F90-JPN-E-MAN,fr=B.11.01.42,fa=HP-UX_B.11.00_32/64,v=HP
FORTRAN90.F90-JPN-S-MAN,fr=B.11.01.40,fa=HP-UX_B.11.00_32/64,v=HP
FORTRAN90.F90-JPN-S-MAN,fr=B.11.01.42,fa=HP-UX_B.11.00_32/64,v=HP

Automatic Reboot?: No

Status: General Release

Critical: No

Category Tags:defect_repair general_release manual_dependencies

Path Name: /hux_patches/s700_800/11.X/PHSS_27363

Symptoms: PHSS_27363:

01)JAGae28994: The compiler aborts with the PREFETCH directive inside an OMP DO block.

02)JAGae30245: The compiler aborts when +i8 is used with values greather than 2**31.

03)JAGae30374: The compiler issues an internal error message when the first argument to an elemental procedure is not an array.


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
jim bidebo
Regular Advisor

Re: fortran

sorry forgot to mention that i run hpux 10.20 and ive applied PHSS_13307, but it didnt help.