mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 15:59:39 +08:00
Added missing dg-waning.
From-SVN: r48894
This commit is contained in:
parent
c99d986a71
commit
30c7461653
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user