pr17902.C: Fix typo in dg-do.
authorAndrew Pinski <pinskia@physics.uc.edu>
Sat, 9 Oct 2004 18:00:53 +0000 (18:00 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 9 Oct 2004 18:00:53 +0000 (11:00 -0700)
2004-10-09  Andrew Pinski  <pinskia@physics.uc.edu>

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

From-SVN: r88823

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/pr17902.C

index b91dec57d8b3f085bdbe11d8bb93c22919ece4a5..52522b8278c2f2914a4fbc9a07fd929e823fcc91 100644 (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
index 1293686c75a2bdbff6eb63b880955056cd779e51..fc5b6541f8109ee939774a2a04bce23d68c17d32 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-options "-O3" } */
-/* { dg-do compiler } */
+/* { dg-do compile } */
 
 void foo();
 struct A { ~A(){ foo(); } };