pr17902.C: Fix typo in dg-do.

2004-10-09  Andrew Pinski  <pinskia@physics.uc.edu>

        * g++.dg/opt/pr17902.C: Fix typo in dg-do.

From-SVN: r88823
This commit is contained in:
Andrew Pinski 2004-10-09 18:00:53 +00:00 committed by Andrew Pinski
parent 62e19030ce
commit 673dacbe7f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-10-09 Andrew Pinski <pinskia@physics.uc.edu>
* g++.dg/opt/pr17902.C: Fix typo in dg-do.
2004-10-09 Mark Mitchell <mark@codesourcery.com>
PR c++/17524

View File

@ -1,5 +1,5 @@
/* { dg-options "-O3" } */
/* { dg-do compiler } */
/* { dg-do compile } */
void foo();
struct A { ~A(){ foo(); } };