Bug 29121 - CPU_TIME subroutine missing for REAL(kind=10) argument
Summary: CPU_TIME subroutine missing for REAL(kind=10) argument
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libfortran (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: 4.1.3
Assignee: kargls
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-18 08:55 UTC by Harald Anlauf
Modified: 2006-09-29 23:39 UTC (History)
1 user (show)

See Also:
Host: i686-pc-linux-gnu
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2006-09-29 20:34:26


Attachments
Testcase (176 bytes, text/plain)
2006-09-18 08:56 UTC, Harald Anlauf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Harald Anlauf 2006-09-18 08:55:57 UTC
Hi,

I noticed that the CPU_TIME intrinsic subroutine is
implemented only for real(4) and real(8) arguments,
but real(10) is missing for i386, and probably similar
versions for other architectures.

Cheers,
-ha
Comment 1 Harald Anlauf 2006-09-18 08:56:42 UTC
Created attachment 12290 [details]
Testcase
Comment 2 Jerry DeLisle 2006-09-20 04:47:23 UTC
Confirmed
Comment 3 kargls 2006-09-29 20:34:26 UTC
I have a patch that adds real(10) and real(16) versions of cpu_time.
Comment 4 kargls 2006-09-29 22:23:33 UTC
Fixed on trunk.  I'll commit to 4.1 after a regression test.
Comment 5 kargls 2006-09-29 23:39:39 UTC
Fixed on 4.1 branch.