utils.c (handle_nonnull_attribute): Quote attribute name.
authorMartin Sebor <msebor@redhat.com>
Mon, 24 Jun 2019 15:47:22 +0000 (15:47 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Mon, 24 Jun 2019 15:47:22 +0000 (09:47 -0600)
commit1e3d475ea16e89332e07651d61b60b408e0a0932
tree9850465f1e1883abc50a8e3ac9380f03476b4b97
parentc3337b44c40dd1545e00034cb8e1ae1c0dae0fa6
utils.c (handle_nonnull_attribute): Quote attribute name.

gcc/ada/ChangeLog:

* gcc-interface/utils.c (handle_nonnull_attribute): Quote attribute
name.

gcc/c/ChangeLog:

* c-typeck.c (build_binary_op): Hyphenate floating-point.

gcc/testsuite/ChangeLog:

* gcc.dg/Wfloat-equal-1.c: Adjust text of expected diagnostic.
* gcc.dg/misc-column.c: Ditto.

gcc/ChangeLog:

* tree-pretty-print.h: Remove unnecessary punctuation characters
from a diagnostic.
* tree-ssa.c (release_defs_bitset): Correct preprocessor conditional.

From-SVN: r272619
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/gcc-interface/utils.c
gcc/c/ChangeLog
gcc/c/c-typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/Wfloat-equal-1.c
gcc/testsuite/gcc.dg/misc-column.c
gcc/tree-pretty-print.h
gcc/tree-ssa.c