===================================================================
@@ -1,5 +1,5 @@
/* { dg-do link } */
-/* { dg-options "-O2 --param allow-store-data-races=0" } */
+/* { dg-options "--param allow-store-data-races=0" } */
/* { dg-final { memmodel-gdb-test } } */
#include <stdio.h>
===================================================================
@@ -1,5 +1,5 @@
/* { dg-do link } */
-/* { dg-options "-O2 --param allow-packed-store-data-races=0" } */
+/* { dg-options "--param allow-packed-store-data-races=0" } */
/* { dg-final { memmodel-gdb-test } } */
#include <stdio.h>
===================================================================
@@ -1,5 +1,5 @@
/* { dg-do link } */
-/* { dg-options "-O2 --param allow-packed-store-data-races=0" } */
+/* { dg-options "--param allow-packed-store-data-races=0" } */
/* { dg-final { memmodel-gdb-test } } */
#include <stdio.h>
===================================================================
@@ -2,6 +2,7 @@
load_lib gcc-dg.exp
load_lib gcc-memmodel-gdb-test.exp
+load_lib torture-options.exp
proc check_guality {args} {
set result [eval check_compile guality_check executable $args "-g -O0"]
@@ -17,6 +18,13 @@ proc check_guality {args} {
}
dg-init
+torture-init
+set-torture-options [list \
+ { -O0 -g } \
+ { -O1 -g } \
+ { -O2 -g } \
+ { -O3 -g } \
+ { -Os -g } ]
# Test the presence of gdb with the guality infrastructure.
global GDB
@@ -37,9 +45,9 @@ if {[check_guality "
return 0;
}
"]} {
- dg-runtest [lsort [glob $srcdir/$subdir/*.c]] "-g" ""
+ gcc-dg-runtest [lsort [glob $srcdir/$subdir/*.c]] ""
# Uncomment line below when we have common C/C++ tests.
-# dg-runtest [lsort [glob $srcdir/c-c++-common/memmodel/*.c]] "-g" ""
+# gcc-dg-runtest [lsort [glob $srcdir/c-c++-common/memmodel/*.c]] ""
}
if [info exists guality_gdb_name] {
===================================================================
@@ -1,5 +1,5 @@
/* { dg-do link } */
-/* { dg-options "-std=c++0x -O2" } */
+/* { dg-options "-std=c++0x" } */
/* { dg-final { memmodel-gdb-test } } */
using namespace std;
===================================================================
@@ -1,5 +1,5 @@
/* { dg-do link } */
-/* { dg-options "-O2 --param allow-load-data-races=0 --param allow-store-data-races=0" } */
+/* { dg-options "--param allow-load-data-races=0 --param allow-store-data-races=0" } */
/* { dg-final { memmodel-gdb-test } } */
/* Test that setting <var.a> does not touch either <var.b> or <var.c>.
===================================================================
@@ -1,5 +1,5 @@
/* { dg-do link } */
-/* { dg-options "-O2 --param allow-load-data-races=0 --param allow-store-data-races=0" } */
+/* { dg-options "--param allow-load-data-races=0 --param allow-store-data-races=0" } */
/* { dg-final { memmodel-gdb-test } } */
/* Test that setting <var.a> does not touch either <var.b> or <var.c>.
===================================================================
@@ -2,6 +2,7 @@
load_lib g++-dg.exp
load_lib gcc-memmodel-gdb-test.exp
+load_lib torture-options.exp
proc check_guality {args} {
set result [eval check_compile guality_check executable $args "-g -O0"]
@@ -17,6 +18,13 @@ proc check_guality {args} {
}
dg-init
+torture-init
+set-torture-options [list \
+ { -O0 -g } \
+ { -O1 -g } \
+ { -O2 -g } \
+ { -O3 -g } \
+ { -Os -g } ]
# Test the presence of gdb with the guality infrastructure.
global GDB
@@ -37,9 +45,9 @@ if {[check_guality "
return 0;
}
"]} {
- dg-runtest [lsort [glob $srcdir/$subdir/*.C]] "-g" ""
+ gcc-dg-runtest [lsort [glob $srcdir/$subdir/*.C]] ""
# Uncomment line below when we have common C/C++ tests.
-# dg-runtest [lsort [glob $srcdir/c-c++-common/memmodel/*.c]] "-g" ""
+# gcc-dg-runtest [lsort [glob $srcdir/c-c++-common/memmodel/*.c]] ""
}
if [info exists guality_gdb_name] {
===================================================================
@@ -1,5 +1,5 @@
/* { dg-do link } */
-/* { dg-options "-std=c++0x -O2" } */
+/* { dg-options "-std=c++0x" } */
/* { dg-final { memmodel-gdb-test } } */
/* Test that atomic int and atomic char work properly. */