diff options
author | Martin Sebor <msebor@redhat.com> | 2019-06-24 15:47:22 +0000 |
---|---|---|
committer | Martin Sebor <msebor@gcc.gnu.org> | 2019-06-24 09:47:22 -0600 |
commit | 1e3d475ea16e89332e07651d61b60b408e0a0932 (patch) | |
tree | 9850465f1e1883abc50a8e3ac9380f03476b4b97 /gcc/testsuite/gcc.dg/misc-column.c | |
parent | c3337b44c40dd1545e00034cb8e1ae1c0dae0fa6 (diff) | |
download | gcc-1e3d475ea16e89332e07651d61b60b408e0a0932.zip gcc-1e3d475ea16e89332e07651d61b60b408e0a0932.tar.gz gcc-1e3d475ea16e89332e07651d61b60b408e0a0932.tar.bz2 |
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
Diffstat (limited to 'gcc/testsuite/gcc.dg/misc-column.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/misc-column.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/misc-column.c b/gcc/testsuite/gcc.dg/misc-column.c index e68300b..7dc6e58 100644 --- a/gcc/testsuite/gcc.dg/misc-column.c +++ b/gcc/testsuite/gcc.dg/misc-column.c @@ -13,7 +13,7 @@ extern void bar(); void foo (void) { - if (a == b) /* { dg-warning "9:comparing floating point with" } */ + if (a == b) /* { dg-warning "9:comparing floating-point with" } */ bar (); if (p < q) /* { dg-warning "9:comparison of distinct pointer types" } */ |