HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- F90 Compiler Backend Problem
Operating System - Linux
1828608
Members
1983
Online
109983
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2008 09:15 AM
04-18-2008 09:15 AM
F90 Compiler Backend Problem
When recompiling a small block of FORTRAN 90 code that has not changed in a long time, the HP F90 compiler, v3.2.2, seems to parse the source code OK (no compile errors generated) but then generates a fatal "ASM_BACKEND" error during code generation. Could someone explain just what the compiler is trying to tell me. I've included the command line inputs and response below.
Also, is it possible to actually write source code that parses successful but fails to compile ? Seems to me, that either the compiler front-end source code parser is ignoring a fatal source code error or the back-end code generator is failing to assemble valid source code. Have I encountered a compiler bug ?
Command line compile results:
/opt/fortran90/bin/f90 -c initv.f
initv.f
external subroutine INITV
93 Lines Compiled
ASM_BACKEND fatal error: symbol `$.smcrt_@0000000000000044' already defined
f90: error 213: Errors detected.
Compiler info:
HP F90 v3.2.2
HP-UX f90 B.11.11.99.05 PHSS_37536 / B.11.23.37 PHSS_37537 / B.11.31.05 PHSS_37538 (Itanium(R)-based host and target) Mon Nov 26 16:39:03 2007 IST
Machine & OS info:
HP-UX sbhs905 B.11.23 U ia64 0368276839 unlimited-user license
model ia64 hp server rx4640
Also, is it possible to actually write source code that parses successful but fails to compile ? Seems to me, that either the compiler front-end source code parser is ignoring a fatal source code error or the back-end code generator is failing to assemble valid source code. Have I encountered a compiler bug ?
Command line compile results:
/opt/fortran90/bin/f90 -c initv.f
initv.f
external subroutine INITV
93 Lines Compiled
ASM_BACKEND fatal error: symbol `$.smcrt_@0000000000000044' already defined
f90: error 213: Errors detected.
Compiler info:
HP F90 v3.2.2
HP-UX f90 B.11.11.99.05 PHSS_37536 / B.11.23.37 PHSS_37537 / B.11.31.05 PHSS_37538 (Itanium(R)-based host and target) Mon Nov 26 16:39:03 2007 IST
Machine & OS info:
HP-UX sbhs905 B.11.23 U ia64 0368276839 unlimited-user license
model ia64 hp server rx4640
- Tags:
- f90
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2008 06:03 PM
04-18-2008 06:03 PM
Re: F90 Compiler Backend Problem
>Could someone explain just what the compiler is trying to tell me.
The part of the backend that generates the object file is noticing that there are two symbols of the same name. Typically this is a frontend bug.
There was a recent optimizer bug like this when doing procedure splitting for nested functions but you aren't optimizing and using PBO.
>is it possible to actually write source code that parses successful but fails to compile?
Sure, that backend is awfully picky. :-)
But the backend can have optimizer errors, especially since it is much more complicated than the frontend.
>that either the compiler front-end source code parser is ignoring a fatal source code error
Besides parsing, there is also semantic processing and code generation, this is where the error occur.
>or the back-end code generator is failing to assemble valid source code.
You're confused, there is no assembler here. You're thinking of a foreign devil compiler.
>Have I encountered a compiler bug?
Most likely. As you said, if it was your problem, the frontend should produce an error message.
You should contact the Response Center and report this bug.
The part of the backend that generates the object file is noticing that there are two symbols of the same name. Typically this is a frontend bug.
There was a recent optimizer bug like this when doing procedure splitting for nested functions but you aren't optimizing and using PBO.
>is it possible to actually write source code that parses successful but fails to compile?
Sure, that backend is awfully picky. :-)
But the backend can have optimizer errors, especially since it is much more complicated than the frontend.
>that either the compiler front-end source code parser is ignoring a fatal source code error
Besides parsing, there is also semantic processing and code generation, this is where the error occur.
>or the back-end code generator is failing to assemble valid source code.
You're confused, there is no assembler here. You're thinking of a foreign devil compiler.
>Have I encountered a compiler bug?
Most likely. As you said, if it was your problem, the frontend should produce an error message.
You should contact the Response Center and report this bug.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2008 09:19 PM
04-21-2008 09:19 PM
Re: F90 Compiler Backend Problem
It is defect in the compiler(backend).
-Chandra
-Chandra
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP