ptrmem4.C: Change to compile only test.

2004-06-28  Andrew Pinski  <apinski@apple.com>

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

From-SVN: r83808
This commit is contained in:
Andrew Pinski 2004-06-28 19:20:08 +00:00 committed by Andrew Pinski
parent bce3da3294
commit 3b50d22e79
2 changed files with 5 additions and 1 deletions

View 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

View File

@ -1,4 +1,4 @@
// { dg-do run }
// { dg-do compile }
// { dg-options "-O3" }
struct X { void foo (); };