Commit 673dacbe by Andrew Pinski Committed by Andrew Pinski

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
parent 62e19030
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
......
/* { dg-options "-O3" } */
/* { dg-do compiler } */
/* { dg-do compile } */
void foo();
struct A { ~A(){ foo(); } };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment