Commit 3321369f by Andrew Pinski Committed by Andrew Pinski

re PR testsuite/21062 (Incorrect declaration of printf() in alias2.C)

2005-04-25  Andrew Pinski  <pinskia@physics.uc.edu>

        PR testsuite/21062
        * g++.dg/opt/alias2.C (printf): Correct the prototype.

From-SVN: r98728
parent 0453e74d
2005-04-25 Andrew Pinski <pinskia@physics.uc.edu>
PR testsuite/21062
* g++.dg/opt/alias2.C (printf): Correct the prototype.
2005-04-25 Andrew Pinski <pinskia@physics.uc.edu>
PR C++/21188
* g++.dg/opt/rtti2.C: New test.
......
// { dg-do run }
// { dg-options "-O2" }
extern "C" int printf (...);
extern "C" int printf (const char*, ...);
struct _Deque_iterator {
int _M_cur;
......
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