call-super-2.m: Update line numbers for the including of stddef.h.
authorAndrew Pinski <pinskia@physics.uc.edu>
Sat, 31 Jan 2004 09:49:14 +0000 (09:49 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 31 Jan 2004 09:49:14 +0000 (01:49 -0800)
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

gcc/testsuite/ChangeLog
gcc/testsuite/objc.dg/call-super-2.m

index 979a0457759c30f16e1cd21e6fbd2aa9113cf08d..18aa48b55539e0248ba4399b59e895376634da9e 100644 (file)
@@ -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,
index 5223d827dd1500ae8faa0d8cbbf4d7839c9a253d..41eafc837809b07e24971b1397c540ea2757e0a6 100644 (file)
@@ -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
    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." } */