diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.dg/modules/pr105169_a.C | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/modules/pr105169_b.C | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/testsuite/g++.dg/modules/pr105169_a.C b/gcc/testsuite/g++.dg/modules/pr105169_a.C index 66dc4b7..02660b3 100644 --- a/gcc/testsuite/g++.dg/modules/pr105169_a.C +++ b/gcc/testsuite/g++.dg/modules/pr105169_a.C @@ -1,6 +1,6 @@ /* { dg-module-do link } */ -/* { dg-options "-std=c++11 -fpatchable-function-entry=1 -O2" } */ -/* { dg-additional-options "-std=c++11 -fpatchable-function-entry=1 -O2" } */ +/* { dg-options "-std=c++11 -fpatchable-function-entry=2 -O2" } */ +/* { dg-additional-options "-std=c++11 -fpatchable-function-entry=2 -O2" } */ /* This test is in the "modules" package because it supports multiple files linkage. */ diff --git a/gcc/testsuite/g++.dg/modules/pr105169_b.C b/gcc/testsuite/g++.dg/modules/pr105169_b.C index 5f8b00d..7a9c586 100644 --- a/gcc/testsuite/g++.dg/modules/pr105169_b.C +++ b/gcc/testsuite/g++.dg/modules/pr105169_b.C @@ -1,6 +1,6 @@ /* { dg-module-do link } */ -/* { dg-options "-std=c++11 -fpatchable-function-entry=1 -O2" } */ -/* { dg-additional-options "-std=c++11 -fpatchable-function-entry=1 -O2" } */ +/* { dg-options "-std=c++11 -fpatchable-function-entry=2 -O2" } */ +/* { dg-additional-options "-std=c++11 -fpatchable-function-entry=2 -O2" } */ /* This test is in the "modules" package because it supports multiple files linkage. */ |