aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
diff options
context:
space:
mode:
authorMartin Sebor <msebor@redhat.com>2019-06-24 15:47:22 +0000
committerMartin Sebor <msebor@gcc.gnu.org>2019-06-24 09:47:22 -0600
commit1e3d475ea16e89332e07651d61b60b408e0a0932 (patch)
tree9850465f1e1883abc50a8e3ac9380f03476b4b97 /gcc/tree-ssa.c
parentc3337b44c40dd1545e00034cb8e1ae1c0dae0fa6 (diff)
downloadgcc-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/tree-ssa.c')
-rw-r--r--gcc/tree-ssa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa.c b/gcc/tree-ssa.c
index 4b6fa44..16eaa8e 100644
--- a/gcc/tree-ssa.c
+++ b/gcc/tree-ssa.c
@@ -631,7 +631,7 @@ release_defs_bitset (bitmap toremove)
the verification errors. Their format strings don't follow GCC
diagnostic conventions and the calls are ultimately followed by
one to internal_error. */
-#if __GNUC__ > 10
+#if __GNUC__ >= 10
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wformat-diag"
#endif