Bug 317051 - missing INT2 intrinsic in gfortran
Summary: missing INT2 intrinsic in gfortran
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: gcc
Version: 5.0
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-10-03 16:23 UTC by Tru Huynh
Modified: 2008-05-21 14:34 UTC (History)
0 users

Fixed In Version: RHBA-2008-0301
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-05-21 14:34:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2008:0301 0 normal SHIPPED_LIVE gcc bug fix and enhancement update 2008-05-20 18:22:33 UTC

Description Tru Huynh 2007-10-03 16:23:50 UTC
Description of problem:
missing INT2 intrinsic in gfortran

Version-Release number of selected component (if applicable):
gcc-gfortran-4.1.1-52.el5.2.i386

How reproducible:
always

Steps to Reproduce:
1.gfortran int2.f
2.
3.
  
Actual results:
$ gfortran int2.f
/tmp/ccYgMSdQ.o: In function `MAIN__':
int2.f:(.text+0xc5): undefined reference to `int2_'
collect2: ld returned 1 exit status


Expected results:
no error, using g77 from compat-gcc-34-g77-3.4.6-4.i386 yields no error

Additional info:
$ more int2.f 
*
      PROGRAM HELLO
      WRITE(UNIT=*, FMT=*) 'Hello World'
      WRITE(UNIT=*, FMT=*) INT2(0)
      END

Comment 1 Jakub Jelinek 2007-10-04 12:20:47 UTC
The int conversion part of
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115754
is backportable (but not for mlock/lstat, as that needs new entries in
libgfortran).

Comment 2 RHEL Program Management 2007-10-16 03:36:22 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 3 Jakub Jelinek 2007-10-17 21:22:15 UTC
Backported patch in Fedora development gcc-gfortran-4.1.2-32 so far.

Comment 4 Petr Muller 2007-12-07 10:13:38 UTC
QA_ACK+, reproducer in comment 0

Comment 5 Jakub Jelinek 2008-01-03 10:06:19 UTC
Preliminary packages uploaded to http://people.redhat.com/jakub/gcc/4.1.2-37.el5/


Comment 9 errata-xmlrpc 2008-05-21 14:34:10 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on the solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2008-0301.html



Note You need to log in before you can comment on or make changes to this bug.