about summary refs log tree commit diff
path: root/sysdeps/ieee754/soft-fp/s_fdivl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/soft-fp/s_fdivl.c')
-rw-r--r--sysdeps/ieee754/soft-fp/s_fdivl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/ieee754/soft-fp/s_fdivl.c b/sysdeps/ieee754/soft-fp/s_fdivl.c
index b99c9e9335..7a45e29149 100644
--- a/sysdeps/ieee754/soft-fp/s_fdivl.c
+++ b/sysdeps/ieee754/soft-fp/s_fdivl.c
@@ -32,8 +32,7 @@
    uninitialized.  The location of the warning differs in different
    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 <quad.h>