public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "msebor at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/66516] missing diagnostic on taking the address of a builtin function
Date: Thu, 03 Sep 2015 16:23:00 -0000	[thread overview]
Message-ID: <bug-66516-4-k6vbfBNYI2@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-66516-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66516

--- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> ---
Author: msebor
Date: Thu Sep  3 16:23:11 2015
New Revision: 227458

URL: https://gcc.gnu.org/viewcvs?rev=227458&root=gcc&view=rev
Log:
gcc/ChangeLog
2015-09-03  Martin Sebor  <msebor@redhat.com>

        PR c/66516
        * doc/extend.texi (Other Builtins): Document when the address
        of a built-in function can be taken.

gcc/c-family/ChangeLog
2015-09-03  Martin Sebor  <msebor@redhat.com>

        PR c/66516
        * c-common.h (c_decl_implicit, reject_gcc_builtin): Declare new
        functions.
        * c-common.c (reject_gcc_builtin): Define.

gcc/c/ChangeLog
2015-09-03  Martin Sebor  <msebor@redhat.com>

        PR c/66516
        * c/c-typeck.c (convert_arguments, parser_build_unary_op)
        (build_conditional_expr, c_cast_expr, convert_for_assignment)
        (build_binary_op, _objc_common_truthvalue_conversion): Call
        reject_gcc_builtin.
        (c_decl_implicit): Define.

gcc/cp/ChangeLog
2015-09-03  Martin Sebor  <msebor@redhat.com>

        PR c/66516
        * cp/cp-tree.h (mark_rvalue_use, decay_conversion): Add new
        argument(s).
        * cp/expr.c (mark_rvalue_use): Use new argument.
        * cp/call.c (build_addr_func): Call decay_conversion with new
        argument.
        * cp/pt.c (convert_template_argument): Call reject_gcc_builtin.
        * cp/typeck.c (decay_conversion): Use new argument.
        (c_decl_implicit): Define.

gcc/testsuite/ChangeLog
2015-09-03  Martin Sebor  <msebor@redhat.com>

        PR c/66516
        * g++.dg/addr_builtin-1.C: New test.
        * gcc.dg/addr_builtin-1.c: New test.

Added:
    trunk/gcc/builtins.c.orig
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-common.c
    trunk/gcc/c-family/c-common.h
    trunk/gcc/c/ChangeLog
    trunk/gcc/c/c-typeck.c
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/expr.c
    trunk/gcc/cp/pt.c
    trunk/gcc/cp/typeck.c
    trunk/gcc/doc/extend.texi
    trunk/gcc/testsuite/ChangeLog


  parent reply	other threads:[~2015-09-03 16:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-66516-4@http.gcc.gnu.org/bugzilla/>
2015-06-15 22:54 ` msebor at gcc dot gnu.org
2015-06-29 15:24 ` msebor at gcc dot gnu.org
2015-09-03 16:23 ` msebor at gcc dot gnu.org [this message]
2015-09-04 18:22 ` msebor at gcc dot gnu.org

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=bug-66516-4-k6vbfBNYI2@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).