-
- Downloads
In gcc/objc/: 2010-11-13 Nicola Pero <nicola.pero@meta-innovation.com>
In gcc/objc/: 2010-11-13 Nicola Pero <nicola.pero@meta-innovation.com> * objc-act.c (objc_get_protocol_qualified_type): detect cases where we are asked to attach a protocol to something which is not an Objective-C object type, and produce an error. In gcc/testsuite/: 2010-11-13 Nicola Pero <nicola.pero@meta-innovation.com> * objc/compile/20060406-1.m: Fixed testcase not to try to qualify a pointer to an arbitrary C struct with an Objective-C protocol. Test various valid uses of typedef with Objective-C objects and protocols instead. * objc.dg/invalid-type-1.m: New. * obj-c++.dg/invalid-type-1.m: New. From-SVN: r166709
Showing
- gcc/objc/ChangeLog 6 additions, 0 deletionsgcc/objc/ChangeLog
- gcc/objc/objc-act.c 16 additions, 1 deletiongcc/objc/objc-act.c
- gcc/testsuite/ChangeLog 10 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/obj-c++.dg/invalid-type-1.mm 25 additions, 0 deletionsgcc/testsuite/obj-c++.dg/invalid-type-1.mm
- gcc/testsuite/objc.dg/invalid-type-1.m 24 additions, 0 deletionsgcc/testsuite/objc.dg/invalid-type-1.m
- gcc/testsuite/objc/compile/20060406-1.m 50 additions, 6 deletionsgcc/testsuite/objc/compile/20060406-1.m
Loading
Please register or sign in to comment