aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/Wrestrict-4.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/Wrestrict-4.c')
-rw-r--r--gcc/testsuite/gcc.dg/Wrestrict-4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/Wrestrict-4.c b/gcc/testsuite/gcc.dg/Wrestrict-4.c
index a95960e..e7b62af 100644
--- a/gcc/testsuite/gcc.dg/Wrestrict-4.c
+++ b/gcc/testsuite/gcc.dg/Wrestrict-4.c
@@ -4,7 +4,7 @@
without a prototype don't cause an ICE.
{ dg-do compile }
{ dg-prune-output "conflicting types for built-in" }
- { dg-options "-O2 -Warray-bounds -Wrestrict" } */
+ { dg-options "-std=gnu17 -O2 -Warray-bounds -Wrestrict" } */
void* memcpy ();
void* memmove ();