diff options
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.jason/template18.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.jason/template18.C b/gcc/testsuite/g++.old-deja/g++.jason/template18.C index d736826..fa004d2 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/template18.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/template18.C @@ -1,6 +1,6 @@ // GROUPS passed templates // Bug: g++ emits template instances when it shouldn't. -// Special g++ Options: -g -O0 -Wno-deprecated -fexternal-templates +// Special g++ Options: -g -fno-inline -Wno-deprecated -fexternal-templates // We mark this XFAIL because we can't test for expected linker errors. // If we get an XPASS for this testcase, that's a bug. |