repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git]
/
gcc
/
testsuite
/
objc.dg
/
alias.m
blob
a57d032eb377f3cf29251b5de318b5c41680e4e7
1
/* Test alias warnings. */
2
/* { dg-do compile } */
3
4
@compatibility_alias class1 class2; /* { dg-warning "annot find class" } */
5
6
@interface class3;
7
@end
8
9
@interface class4;
10
@end
11
12
@compatibility_alias class4 class3; /* { dg-warning "lass" "already exists" } */