diff options
Diffstat (limited to 'gcc/testsuite/g++.dg/opt/temp1.C')
| -rw-r--r-- | gcc/testsuite/g++.dg/opt/temp1.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/opt/temp1.C b/gcc/testsuite/g++.dg/opt/temp1.C index 6b0e2f3906d..b822dc464fe 100644 --- a/gcc/testsuite/g++.dg/opt/temp1.C +++ b/gcc/testsuite/g++.dg/opt/temp1.C @@ -1,6 +1,6 @@ // PR c++/16405 // { dg-options "-O2" } -// { dg-do run { xfail *-*-* } } +// { dg-do run } // There should be exactly one temporary generated for the code in "f" // below when optimizing -- for the result of "b + c". We have no |

