public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/30223]  New: Fortran frontend does not know about cbrt and sincos
@ 2006-12-15 15:30 rguenth at gcc dot gnu dot org
  2006-12-15 15:31 ` [Bug fortran/30223] Fortran frontend does not know about cbrt, cexpi " rguenth at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-12-15 15:30 UTC (permalink / raw)
  To: gcc-bugs

As it doesn't make these builtins available certain optimizations can not be
run.


-- 
           Summary: Fortran frontend does not know about cbrt and sincos
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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


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

* [Bug fortran/30223] Fortran frontend does not know about cbrt, cexpi and sincos
  2006-12-15 15:30 [Bug fortran/30223] New: Fortran frontend does not know about cbrt and sincos rguenth at gcc dot gnu dot org
@ 2006-12-15 15:31 ` rguenth at gcc dot gnu dot org
  2006-12-15 17:55 ` burnus at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-12-15 15:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2006-12-15 15:31 -------
Patch was posted.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |30038
              nThis|                            |
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2006-
                   |                            |12/msg00500.html
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-12-15 15:31:10
               date|                            |
            Summary|Fortran frontend does not   |Fortran frontend does not
                   |know about cbrt and sincos  |know about cbrt, cexpi and
                   |                            |sincos


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


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

* [Bug fortran/30223] Fortran frontend does not know about cbrt, cexpi and sincos
  2006-12-15 15:30 [Bug fortran/30223] New: Fortran frontend does not know about cbrt and sincos rguenth at gcc dot gnu dot org
  2006-12-15 15:31 ` [Bug fortran/30223] Fortran frontend does not know about cbrt, cexpi " rguenth at gcc dot gnu dot org
@ 2006-12-15 17:55 ` burnus at gcc dot gnu dot org
  2007-01-20 11:13 ` rguenth at gcc dot gnu dot org
  2007-01-20 11:19 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu dot org @ 2006-12-15 17:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from burnus at gcc dot gnu dot org  2006-12-15 17:54 -------
http://gcc.gnu.org/ml/fortran/2006-12/msg00112.html


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu dot
                   |                            |org


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


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

* [Bug fortran/30223] Fortran frontend does not know about cbrt, cexpi and sincos
  2006-12-15 15:30 [Bug fortran/30223] New: Fortran frontend does not know about cbrt and sincos rguenth at gcc dot gnu dot org
  2006-12-15 15:31 ` [Bug fortran/30223] Fortran frontend does not know about cbrt, cexpi " rguenth at gcc dot gnu dot org
  2006-12-15 17:55 ` burnus at gcc dot gnu dot org
@ 2007-01-20 11:13 ` rguenth at gcc dot gnu dot org
  2007-01-20 11:19 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-01-20 11:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2007-01-20 11:12 -------
Subject: Bug 30223

Author: rguenth
Date: Sat Jan 20 11:12:35 2007
New Revision: 120998

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120998
Log:
2007-01-20  Richard Guenther  <rguenther@suse.de>

        PR fortran/30223
        * f95-lang.c (gfc_init_builtin_functions): Provide cbrt and
        cexpi builtins if we have TARGET_C99_FUNCTIONS.  Provide
        sincos builtins if the target has sincos.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/f95-lang.c


-- 


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


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

* [Bug fortran/30223] Fortran frontend does not know about cbrt, cexpi and sincos
  2006-12-15 15:30 [Bug fortran/30223] New: Fortran frontend does not know about cbrt and sincos rguenth at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-01-20 11:13 ` rguenth at gcc dot gnu dot org
@ 2007-01-20 11:19 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-01-20 11:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2007-01-20 11:19 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2007-01-20 11:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-15 15:30 [Bug fortran/30223] New: Fortran frontend does not know about cbrt and sincos rguenth at gcc dot gnu dot org
2006-12-15 15:31 ` [Bug fortran/30223] Fortran frontend does not know about cbrt, cexpi " rguenth at gcc dot gnu dot org
2006-12-15 17:55 ` burnus at gcc dot gnu dot org
2007-01-20 11:13 ` rguenth at gcc dot gnu dot org
2007-01-20 11:19 ` rguenth 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).