Commit 30c74616 by Ira Ruben

Added missing dg-waning.

From-SVN: r48894
parent c99d986a
......@@ -93,7 +93,7 @@ struct SS2 *p2; /* { dg-warning "`SS2' is deprecated" "" } */
class T {
public:
void member1(int) __attribute__ ((deprecated));
void member2(INT1) __attribute__ ((__deprecated__));
void member2(INT1) __attribute__ ((__deprecated__)); /* { dg-warning "`INT1' is deprecated" "" } */
int member3(T *);
int x;
} __attribute__ ((deprecated));
......
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