diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-11-10 00:16:28 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-11-10 00:16:28 +0000 |
commit | c9b1334eecc51bc0562581f2c6e86d3fc474c23c (patch) | |
tree | b3e20e2df8014b80f289f61e45f7cbd6849eb10b /gcc/c-family | |
parent | 8722a17067f1590e82f49b3fd385647b762a45dc (diff) | |
download | gcc-c9b1334eecc51bc0562581f2c6e86d3fc474c23c.zip gcc-c9b1334eecc51bc0562581f2c6e86d3fc474c23c.tar.gz gcc-c9b1334eecc51bc0562581f2c6e86d3fc474c23c.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c-family')
-rw-r--r-- | gcc/c-family/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 18ca673..eb97653 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,13 @@ +2021-11-09 David Malcolm <dmalcolm@redhat.com> + + * c-pragma.c (GCC_BAD_AT): New macro. + (GCC_BAD2_AT): New macro. + (handle_pragma_pack): Use the location of the pertinent token when + issuing diagnostics about invalid constants/actions, and trailing + junk. + (handle_pragma_target): Likewise for non-string "GCC option". + (handle_pragma_message): Likewise for trailing junk. + 2021-11-03 Joseph Myers <joseph@codesourcery.com> PR c/103031 |