ptrmem4.C: Change to compile only test.
authorAndrew Pinski <apinski@apple.com>
Mon, 28 Jun 2004 19:20:08 +0000 (19:20 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 28 Jun 2004 19:20:08 +0000 (12:20 -0700)
2004-06-28  Andrew Pinski  <apinski@apple.com>

        * g++.dg/opt/ptrmem4.C: Change to compile only test.

From-SVN: r83808

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

index 7fca05f..e444bf6 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-28  Andrew Pinski  <apinski@apple.com>
+
+       * g++.dg/opt/ptrmem4.C: Change to compile only test.
+
 2004-06-28  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
 
        PR target/14041
index 2ca34f4..ad39a37 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do run }
+// { dg-do compile }
 // { dg-options "-O3" }
 
 struct X { void foo (); };