public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: DJ Delorie <dj@redhat.com>
To: gcc@gcc.gnu.org
Subject: TARGET_OPTION_CAN_INLINE_P vs TARGET_CAN_INLINE_P
Date: Thu, 09 Jul 2009 02:19:00 -0000	[thread overview]
Message-ID: <200907090219.n692JYkr030927@greed.delorie.com> (raw)


The documentation says:

@deftypefn {Target Hook} bool TARGET_CAN_INLINE_P (tree @var{caller}, tree @var{callee})

But the code says:

#ifndef TARGET_OPTION_CAN_INLINE_P
#define TARGET_OPTION_CAN_INLINE_P default_target_option_can_inline_p
#endif

#define TARGET_OPTION_HOOKS			\
  {						\
    . . .
    TARGET_OPTION_CAN_INLINE_P,			\


This hook really has nothing to do with command line options.  Which
spelling is correct?  The code, or the documentation?

             reply	other threads:[~2009-07-09  2:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-09  2:19 DJ Delorie [this message]
2009-07-09  4:29 ` Ian Lance Taylor
2009-07-10  0:45   ` DJ Delorie
2009-07-10  4:56     ` Ian Lance Taylor
2009-07-10  5:03       ` DJ Delorie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200907090219.n692JYkr030927@greed.delorie.com \
    --to=dj@redhat.com \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).