]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/testsuite/ChangeLog
va_method.m: Added.
[gcc.git] / gcc / testsuite / ChangeLog
index 0485463917a96d21ff8fe2e4fd2bec91fd17d59f..ab380c420058735aa2a9e46edc28333e917f2b09 100644 (file)
@@ -1,3 +1,130 @@
+2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
+
+       * objc/execute/va_method.m: Added.
+       * objc/execute/IMP.m: Added.
+       * objc/execute/_cmd.m: Added.
+       * objc/execute/accessing_ivars.m: Added.
+       * objc/execute/class-1.m: Added.
+       * objc/execute/class-10.m: Added.
+       * objc/execute/class-11.m: Added.
+       * objc/execute/class-12.m: Added.
+       * objc/execute/class-13.m: Added.
+       * objc/execute/class-14.m: Added.
+       * objc/execute/class-2.m: Added.
+       * objc/execute/class-3.m: Added.
+       * objc/execute/class-4.m: Added.
+       * objc/execute/class-5.m: Added.
+       * objc/execute/class-6.m: Added.
+       * objc/execute/class-7.m: Added.
+       * objc/execute/class-8.m: Added.
+       * objc/execute/class-9.m: Added.
+       * objc/execute/class-tests-1.h
+       * objc/execute/class-tests-2.h
+       * objc/execute/compatibility_alias.m: Added.
+       * objc/execute/encode-1.m: Added.
+       * objc/execute/formal_protocol-1.m: Added.
+       * objc/execute/formal_protocol-2.m: Added.
+       * objc/execute/formal_protocol-3.m: Added.
+       * objc/execute/formal_protocol-4.m: Added.
+       * objc/execute/formal_protocol-5.m: Added.
+       * objc/execute/formal_protocol-6.m: Added.
+       * objc/execute/formal_protocol-7.m: Added.
+       * objc/execute/informal_protocol.m: Added.
+       * objc/execute/initialize.m: Added.
+       * objc/execute/load.m: Added.
+       * objc/execute/many_args_method.m: Added.
+       * objc/execute/nested-3.m: Added.
+       * objc/execute/no_clash.m: Added.
+       * objc/execute/private.m: Added.
+       * objc/execute/redefining_self.m: Added.
+       * objc/execute/root_methods.m: Added.
+       * objc/execute/selector-1.m: Added.
+       * objc/execute/static-1.m: Added.
+       * objc/execute/static-2.m: Added.
+       * objc/execute/va_method.m: Added.
+
+2001-03-10  Richard Henderson  <rth@redhat.com>
+
+       * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
+
+2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * g++.old-deja/g++.other/crash31.C: XFAIL.
+       * g77.f-torture/execute/20010116.x: Conditional XFAIL.
+       * g77.f-torture/execute/short.x: XFAIL -Os on x86.
+       * gcc.c-torture/execute/20010123-1.x: XFAIL.
+       * gcc.c-torture/execute/20010124-1.x: XFAIL.
+       * gcc.dg/sequence-pt-1.c: XFAIL one test.
+
+2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
+
+       * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
+
+2001-03-06  Zack Weinberg  <zackw@stanford.edu>
+
+       * gcc.dg/20000724-1.c: Don't use multiline strings.
+
+2001-03-06  Zack Weinberg  <zackw@stanford.edu>
+
+        * objc/execute/string1.m, objc/execute/string2.m: Compare the
+        result of -cString against what we expect it to be; don't just
+        print it out for no one to read.
+
+       * objc/execute/string3.m, objc/execute/string4.m: New tests.
+       Based on testcases provided by Nicola Pero.
+
+2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * gcc.dg/cpp/macro7.c: New test.
+
+2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * gcc.dg/cpp/multiline.c: Update.
+
+2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.other/enum3.C: New test.
+
+2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.other/pod1.C: New test.
+
+2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.ext/overload1.C: New test.
+
+2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.pt/using1.C: New test.
+
+2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.other/using9.C: New test.
+
+>>>>>>> 1.1111
+2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
+
+       * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
+
+       * objc/execute/protocol.m (main): Added patch from Nicola Pero.
+
+2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.ext/realpt1.C: Remove.
+
+2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
+
+2001-02-26  Will Cohen  <wcohen@redhat.com>
+
+       * gcc.c-torture/execute/ieee/20010226-1.c: New test.
+
+2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
+
+       * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
+       templatized constructors.
+
 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
        * gcc.c-torture/execute/20010224-1.c: New test.
This page took 0.04878 seconds and 5 git commands to generate.