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
This commit is contained in:
Andrew Pinski 2005-04-25 18:28:55 +00:00 committed by Andrew Pinski
parent 0453e74da8
commit 3321369fce
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -1,7 +1,7 @@
// { dg-do run }
// { dg-options "-O2" }
extern "C" int printf (...);
extern "C" int printf (const char*, ...);
struct _Deque_iterator {
int _M_cur;