]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c-family: Drop nothrow from c_keywords
authorMarek Polacek <polacek@redhat.com>
Tue, 27 Sep 2022 14:40:09 +0000 (10:40 -0400)
committerMarek Polacek <polacek@redhat.com>
Tue, 27 Sep 2022 14:40:09 +0000 (10:40 -0400)
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.

gcc/c-family/c-format.cc

index ebdac57f943ac77c1f2e10adbf64b413e9bd53f6..d05e5acd0635d21d9172620d9172b9848bd2de47 100644 (file)
@@ -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"),