public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Richard Biener <rguenth@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r11-8193] Deprecate gimple-builder.h API
Date: Thu, 15 Apr 2021 11:44:13 +0000 (GMT)	[thread overview]
Message-ID: <20210415114413.1EC723857C62@sourceware.org> (raw)

https://gcc.gnu.org/g:ddcf111d0554c0cd4f80c1ce033af0304f8ff024

commit r11-8193-gddcf111d0554c0cd4f80c1ce033af0304f8ff024
Author: Richard Biener <rguenther@suse.de>
Date:   Thu Apr 15 12:57:00 2021 +0200

    Deprecate gimple-builder.h API
    
    This adds a deprecation note to the undocumented gimple-builder.h
    API only used by asan and sancov.
    
    2021-04-15  Richard Biener  <rguenther@suse.de>
    
            * gimple-builder.h: Add deprecation note.

Diff:
---
 gcc/gimple-builder.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/gimple-builder.h b/gcc/gimple-builder.h
index 61cf08c8dcb..ae273ce9041 100644
--- a/gcc/gimple-builder.h
+++ b/gcc/gimple-builder.h
@@ -21,6 +21,8 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_GIMPLE_BUILDER_H
 #define GCC_GIMPLE_BUILDER_H
 
+/* ???  This API is legacy and should not be used in new code.  */
+
 gassign *build_assign (enum tree_code, tree, int, tree lhs = NULL_TREE);
 gassign *build_assign (enum tree_code, gimple *, int, tree lhs = NULL_TREE);
 gassign *build_assign (enum tree_code, tree, tree, tree lhs = NULL_TREE);


                 reply	other threads:[~2021-04-15 11:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20210415114413.1EC723857C62@sourceware.org \
    --to=rguenth@gcc.gnu.org \
    --cc=gcc-cvs@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).