Bug 164738

Summary: f2c/f77 intrinsics are missing
Product: [Fedora] Fedora Reporter: Patrice Dumas <patpertusus>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-13 12:26:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Patrice Dumas 2005-07-31 09:50:35 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.7.8) Gecko/20050623 Fedora/1.0.4-5 Firefox/1.0.4

Description of problem:
Some usefull (at least used in thee cernlib) f2c/f77 intrinsics are not in gfortran. See:

http://gcc.gnu.org/onlinedocs/gcc-3.4.4/g77/f77_002ff2c-Intrinsics.html#f77_002ff2c-Intrinsics

The ones I think that should be implemented are or, and xor, lshift, rshift.

They are listed in the gfortran meta-bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19292

Version-Release number of selected component (if applicable):
gcc-gfortran-4.0.1-6

How reproducible:
Always

Steps to Reproduce:
1.use such non standard intrinsic
2.
3.
  

Actual Results:  a link error

Additional info:

Comment 1 Jakub Jelinek 2005-09-13 12:26:53 UTC
This is already tracked upstream and should be handled there.