public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/33785]  New: TARGET_C99_FUNCTIONS default wrong in tm.texi
@ 2007-10-15 18:22 kai-gcc-bugs at khms dot westfalen dot de
  2009-01-01  4:29 ` [Bug target/33785] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kai-gcc-bugs at khms dot westfalen dot de @ 2007-10-15 18:22 UTC (permalink / raw)
  To: gcc-bugs

tm.texi has:

@defmac TARGET_C99_FUNCTIONS
When this macro is nonzero, GCC will implicitly optimize @code{sin} calls into
@code{sinf} and similarly for other functions defined by C99 standard. The
default is nonzero that should be proper value for most modern systems, however
number of existing systems lacks support for these functions in the runtime so
they needs this macro to be redefined to 0.
@end defmac

but defaults.h has:

gcc/defaults.h:825:#ifndef TARGET_C99_FUNCTIONS
gcc/defaults.h:826:#define TARGET_C99_FUNCTIONS 0

(revision 127595)


-- 
           Summary: TARGET_C99_FUNCTIONS default wrong in tm.texi
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kai-gcc-bugs at khms dot westfalen dot de
 GCC build triplet: n/a
  GCC host triplet: n/a
GCC target triplet: n/a


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


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

* [Bug target/33785] TARGET_C99_FUNCTIONS default wrong in tm.texi
  2007-10-15 18:22 [Bug target/33785] New: TARGET_C99_FUNCTIONS default wrong in tm.texi kai-gcc-bugs at khms dot westfalen dot de
@ 2009-01-01  4:29 ` pinskia at gcc dot gnu dot org
  2009-02-24 16:28 ` sje at gcc dot gnu dot org
  2009-02-24 16:32 ` sje at cup dot hp dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-01-01  4:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2009-01-01 04:27 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
  GCC build triplet|n/a                         |
   GCC host triplet|n/a                         |
 GCC target triplet|n/a                         |
           Keywords|                            |documentation
   Last reconfirmed|0000-00-00 00:00:00         |2009-01-01 04:27:57
               date|                            |


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


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

* [Bug target/33785] TARGET_C99_FUNCTIONS default wrong in tm.texi
  2007-10-15 18:22 [Bug target/33785] New: TARGET_C99_FUNCTIONS default wrong in tm.texi kai-gcc-bugs at khms dot westfalen dot de
  2009-01-01  4:29 ` [Bug target/33785] " pinskia at gcc dot gnu dot org
@ 2009-02-24 16:28 ` sje at gcc dot gnu dot org
  2009-02-24 16:32 ` sje at cup dot hp dot com
  2 siblings, 0 replies; 4+ messages in thread
From: sje at gcc dot gnu dot org @ 2009-02-24 16:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from sje at gcc dot gnu dot org  2009-02-24 16:28 -------
Subject: Bug 33785

Author: sje
Date: Tue Feb 24 16:28:07 2009
New Revision: 144411

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144411
Log:
        PR target/33785
        * doc/tm.texi (TARGET_C99_FUNCTIONS): Fix description.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/tm.texi


-- 


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


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

* [Bug target/33785] TARGET_C99_FUNCTIONS default wrong in tm.texi
  2007-10-15 18:22 [Bug target/33785] New: TARGET_C99_FUNCTIONS default wrong in tm.texi kai-gcc-bugs at khms dot westfalen dot de
  2009-01-01  4:29 ` [Bug target/33785] " pinskia at gcc dot gnu dot org
  2009-02-24 16:28 ` sje at gcc dot gnu dot org
@ 2009-02-24 16:32 ` sje at cup dot hp dot com
  2 siblings, 0 replies; 4+ messages in thread
From: sje at cup dot hp dot com @ 2009-02-24 16:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from sje at cup dot hp dot com  2009-02-24 16:31 -------
Fixed on ToT for 4.4.0


-- 

sje at cup dot hp dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.4.0


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


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

end of thread, other threads:[~2009-02-24 16:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-15 18:22 [Bug target/33785] New: TARGET_C99_FUNCTIONS default wrong in tm.texi kai-gcc-bugs at khms dot westfalen dot de
2009-01-01  4:29 ` [Bug target/33785] " pinskia at gcc dot gnu dot org
2009-02-24 16:28 ` sje at gcc dot gnu dot org
2009-02-24 16:32 ` sje at cup dot hp dot com

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).