aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/simulate-thread/bitfields.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/simulate-thread/bitfields.C')
-rw-r--r--gcc/testsuite/g++.dg/simulate-thread/bitfields.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/simulate-thread/bitfields.C b/gcc/testsuite/g++.dg/simulate-thread/bitfields.C
index b829587276b..9d1d0622c1d 100644
--- a/gcc/testsuite/g++.dg/simulate-thread/bitfields.C
+++ b/gcc/testsuite/g++.dg/simulate-thread/bitfields.C
@@ -1,5 +1,5 @@
/* { dg-do link } */
-/* { dg-options "--param allow-store-data-races=0" } */
+/* { dg-options "-fno-allow-store-data-races" } */
/* { dg-final { simulate-thread } } */
/* Test that setting <var.a> does not touch either <var.b> or <var.c>.