public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-8789] c-family: Drop nothrow from c_keywords
@ 2022-09-27 14:41 Marek Polacek
  0 siblings, 0 replies; only message in thread
From: Marek Polacek @ 2022-09-27 14:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:36c23b302c9487b34fa89daaf1a1a11514ce9bd2

commit r12-8789-g36c23b302c9487b34fa89daaf1a1a11514ce9bd2
Author: Marek Polacek <polacek@redhat.com>
Date:   Tue Sep 27 10:40:09 2022 -0400

    c-family: Drop nothrow from c_keywords
    
    As discussed in
    <https://gcc.gnu.org/pipermail/gcc-patches/2022-September/602337.html>.
    
    gcc/c-family/ChangeLog:
    
            * c-format.cc (c_keywords): Drop nothrow.

Diff:
---
 gcc/c-family/c-format.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/c-family/c-format.cc b/gcc/c-family/c-format.cc
index ebdac57f943..d05e5acd063 100644
--- a/gcc/c-family/c-format.cc
+++ b/gcc/c-family/c-format.cc
@@ -2933,7 +2933,6 @@ static const token_t c_keywords[] =
    NAME ("noinline", NULL),
    NAME ("nonnull", NULL),
    NAME ("noreturn", NULL),
-   NAME ("nothrow", NULL),
    NAME ("offsetof", NULL),
    NAME ("readonly", "read-only"),
    NAME ("readwrite", "read-write"),

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-27 14:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-27 14:41 [gcc r12-8789] c-family: Drop nothrow from c_keywords Marek Polacek

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