public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/29121]  New: CPU_TIME subroutine missing for REAL(kind=10) argument
@ 2006-09-18  8:56 anlauf at gmx dot de
  2006-09-18  8:56 ` [Bug libfortran/29121] " anlauf at gmx dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: anlauf at gmx dot de @ 2006-09-18  8:56 UTC (permalink / raw)
  To: gcc-bugs

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


-- 
           Summary: CPU_TIME subroutine missing for REAL(kind=10) argument
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anlauf at gmx dot de
  GCC host triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29121


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libfortran/29121] CPU_TIME subroutine missing for REAL(kind=10) argument
  2006-09-18  8:56 [Bug libfortran/29121] New: CPU_TIME subroutine missing for REAL(kind=10) argument anlauf at gmx dot de
@ 2006-09-18  8:56 ` anlauf at gmx dot de
  2006-09-20  4:47 ` jvdelisle at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: anlauf at gmx dot de @ 2006-09-18  8:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from anlauf at gmx dot de  2006-09-18 08:56 -------
Created an attachment (id=12290)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12290&action=view)
Testcase


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29121


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libfortran/29121] CPU_TIME subroutine missing for REAL(kind=10) argument
  2006-09-18  8:56 [Bug libfortran/29121] New: CPU_TIME subroutine missing for REAL(kind=10) argument anlauf at gmx dot de
  2006-09-18  8:56 ` [Bug libfortran/29121] " anlauf at gmx dot de
@ 2006-09-20  4:47 ` jvdelisle at gcc dot gnu dot org
  2006-09-29 20:34 ` kargl at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2006-09-20  4:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jvdelisle at gcc dot gnu dot org  2006-09-20 04:47 -------
Confirmed


-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-09-20 04:47:23
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29121


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libfortran/29121] CPU_TIME subroutine missing for REAL(kind=10) argument
  2006-09-18  8:56 [Bug libfortran/29121] New: CPU_TIME subroutine missing for REAL(kind=10) argument anlauf at gmx dot de
  2006-09-18  8:56 ` [Bug libfortran/29121] " anlauf at gmx dot de
  2006-09-20  4:47 ` jvdelisle at gcc dot gnu dot org
@ 2006-09-29 20:34 ` kargl at gcc dot gnu dot org
  2006-09-29 22:23 ` kargl at gcc dot gnu dot org
  2006-09-29 23:39 ` kargl at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: kargl at gcc dot gnu dot org @ 2006-09-29 20:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from kargl at gcc dot gnu dot org  2006-09-29 20:34 -------
I have a patch that adds real(10) and real(16) versions of cpu_time.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |kargl at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-09-20 04:47:23         |2006-09-29 20:34:26
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29121


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libfortran/29121] CPU_TIME subroutine missing for REAL(kind=10) argument
  2006-09-18  8:56 [Bug libfortran/29121] New: CPU_TIME subroutine missing for REAL(kind=10) argument anlauf at gmx dot de
                   ` (2 preceding siblings ...)
  2006-09-29 20:34 ` kargl at gcc dot gnu dot org
@ 2006-09-29 22:23 ` kargl at gcc dot gnu dot org
  2006-09-29 23:39 ` kargl at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: kargl at gcc dot gnu dot org @ 2006-09-29 22:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from kargl at gcc dot gnu dot org  2006-09-29 22:23 -------
Fixed on trunk.  I'll commit to 4.1 after a regression test.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29121


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libfortran/29121] CPU_TIME subroutine missing for REAL(kind=10) argument
  2006-09-18  8:56 [Bug libfortran/29121] New: CPU_TIME subroutine missing for REAL(kind=10) argument anlauf at gmx dot de
                   ` (3 preceding siblings ...)
  2006-09-29 22:23 ` kargl at gcc dot gnu dot org
@ 2006-09-29 23:39 ` kargl at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: kargl at gcc dot gnu dot org @ 2006-09-29 23:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from kargl at gcc dot gnu dot org  2006-09-29 23:39 -------
Fixed on 4.1 branch.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29121


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-09-29 23:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-18  8:56 [Bug libfortran/29121] New: CPU_TIME subroutine missing for REAL(kind=10) argument anlauf at gmx dot de
2006-09-18  8:56 ` [Bug libfortran/29121] " anlauf at gmx dot de
2006-09-20  4:47 ` jvdelisle at gcc dot gnu dot org
2006-09-29 20:34 ` kargl at gcc dot gnu dot org
2006-09-29 22:23 ` kargl at gcc dot gnu dot org
2006-09-29 23:39 ` kargl at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).