about summary refs log tree commit diff
path: root/sysdeps/ieee754/soft-fp/s_fdiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/soft-fp/s_fdiv.c')
-rw-r--r--sysdeps/ieee754/soft-fp/s_fdiv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/soft-fp/s_fdiv.c b/sysdeps/ieee754/soft-fp/s_fdiv.c
index 8c92aa6fb2..4511c5ef67 100644
--- a/sysdeps/ieee754/soft-fp/s_fdiv.c
+++ b/sysdeps/ieee754/soft-fp/s_fdiv.c
@@ -34,7 +34,7 @@
    versions of GCC, it may be where R is defined using a macro or it
    may be where the macro is defined.  This happens only with -O1.  */
 DIAG_PUSH_NEEDS_COMMENT;
-DIAG_IGNORE_NEEDS_COMMENT (8, "-Wmaybe-uninitialized");
+DIAG_IGNORE_NEEDS_COMMENT_GCC (8, "-Wmaybe-uninitialized");
 #include <soft-fp.h>
 #include <single.h>
 #include <double.h>