aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2004-01-31 09:49:14 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2004-01-31 01:49:14 -0800
commit4500e76d5e2c3a60f1852bf20c3a282326222e5c (patch)
treeeeb29db42a8e93cbcb0394ea076692b7e2f85c33 /gcc
parent4de249d909c233761e01226009329a31197a8174 (diff)
downloadgcc-4500e76d5e2c3a60f1852bf20c3a282326222e5c.zip
gcc-4500e76d5e2c3a60f1852bf20c3a282326222e5c.tar.gz
gcc-4500e76d5e2c3a60f1852bf20c3a282326222e5c.tar.bz2
call-super-2.m: Update line numbers for the including of stddef.h.
2004-01-30 Andrew Pinski <pinskia@physics.uc.edu> * objc.dg/call-super-2.m: Update line numbers for the including of stddef.h. From-SVN: r77027
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/objc.dg/call-super-2.m8
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 979a0457..18aa48b 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-30 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * objc.dg/call-super-2.m: Update line numbers
+ for the including of stddef.h.
+
2004-01-30 Michael Matz <matz@suse.de>
* g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
diff --git a/gcc/testsuite/objc.dg/call-super-2.m b/gcc/testsuite/objc.dg/call-super-2.m
index 5223d82..41eafc8 100644
--- a/gcc/testsuite/objc.dg/call-super-2.m
+++ b/gcc/testsuite/objc.dg/call-super-2.m
@@ -46,9 +46,9 @@
+ (int) class_func1
{
int i = (size_t)[self class_func0]; /* { dg-warning ".Derived. may not respond to .\\+class_func0." } */
- /* { dg-warning "Messages without a matching method signature" "" { target *-*-* } 47 } */
- /* { dg-warning "will be assumed to return .id. and accept" "" { target *-*-* } 47 } */
- /* { dg-warning ".\.\.\.. as arguments" "" { target *-*-* } 47 } */
+ /* { dg-warning "Messages without a matching method signature" "" { target *-*-* } 48 } */
+ /* { dg-warning "will be assumed to return .id. and accept" "" { target *-*-* } 48 } */
+ /* { dg-warning ".\.\.\.. as arguments" "" { target *-*-* } 48 } */
return i + (size_t)[super class_func0]; /* { dg-warning ".Object. may not respond to .\\+class_func0." } */
}
+ (int) class_func2
@@ -128,7 +128,7 @@
int i = (size_t)[self instance_func0]; /* { dg-warning ".Derived. may not respond to .\\-instance_func0." } */
i += [(Derived <Func> *)self categ_instance_func2];
i += (size_t)[(Object <Func> *)self categ_instance_func2]; /* { dg-warning ".Object. may not respond to .\\-categ_instance_func2." } */
- /* { dg-warning ".\\-categ_instance_func2. not implemented by protocol" "" { target *-*-* } 129 } */
+ /* { dg-warning ".\\-categ_instance_func2. not implemented by protocol" "" { target *-*-* } 130 } */
i += (size_t)[(id <Func>)self categ_instance_func2]; /* { dg-warning ".\\-categ_instance_func2. not implemented by protocol" } */
i += [(id)self categ_instance_func2];
return i + (size_t)[super instance_func0]; /* { dg-warning ".Object. may not respond to .\\-instance_func0." } */