]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/testsuite/ChangeLog
va_method.m: Added.
[gcc.git] / gcc / testsuite / ChangeLog
index 3ce1ec37058d091b8bdab6df30b3675ed8f3e320..ab380c420058735aa2a9e46edc28333e917f2b09 100644 (file)
@@ -1,3 +1,290 @@
+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.
+
+2001-02-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.c-torture/execute/20010222-1.c: New test.
+
+2001-02-22  Jakub Jelinek  <jakub@redhat.com>
+
+       * g++.old-deja/g++.other/inline20.C: New test.
+
+Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
+
+       * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
+
+2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
+
+        * g++.old-deja/g++.other/lookup22.C: New test.
+       
+2001-02-19  Zack Weinberg  <zackw@stanford.edu>
+
+       * g77.dg: New directory.
+       * g77.dg/20010216-1.f: New test case.
+       * g77.dg/dg.exp: New driver.
+       * lib/g77-dg.exp: New driver library.
+
+2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
+       * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
+
+2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
+
+       * g++.old-deja/g++.other/decl9.C: New test.
+       
+2001-02-16  Jakub Jelinek  <jakub@redhat.com>
+
+       * g++.old-deja/g++.other/init16.C: Update the test so that it does
+       not need <string> and also tests the initialization at runtime.
+
+2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * gcc.c-torture/execute/longlong.c: New test.
+
+Wed Feb 14 21:41:17 2001  J"orn Rennecke <amylaar@redhat.com>
+
+       * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
+
+Wed Feb 14 21:31:25 2001  J"orn Rennecke <amylaar@redhat.com>
+
+       * gcc.c-torture/execute/920302-1.c (execute):
+       Change argument type to short.
+
+2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.pt/deduct6.C: New test.
+
+2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.pt/deduct5.C: New test.
+
+2001-02-14  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.c-torture/execute/20010209-1.c: New test.
+
+2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
+
+2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
+
+       * g++.dg/vtgc1.C: Update for new ABI.
+
+       * consistency.vlad: New directory, 1665 files.
+
+2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
+       return type.
+       * gcc.dg/cpp/digraphs.c: Declare puts.
+
+2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.other/warn5.C: New test.
+
+2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.pt/spec40.C: New test.
+
+2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
+       case.
+       * g++.old-deja/g++.ext/arrnew.C: Deprecate.
+
+2001-02-12  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.c-torture/compile/20010209-1.c: New test.
+
+2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
+
+       * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
+       excess errors message but not if it crashes.
+       * g++.old-deja/g++.other/crash27.C: Likewise.
+       * g++.old-deja/g++.other/crash28.C: Likewise.
+       * g++.old-deja/g++.other/crash30.C: Likewise.
+       * g++.old-deja/g++.other/crash32.C: Likewise.
+       * g++.old-deja/g++.other/crash35.C: Likewise.
+       * g++.old-deja/g++.pt/inherit2.C: Likewise.
+
+2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
+       gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
+       g++.dg/dg.exp, g++.old-deja/old-deja.exp,
+       g77.f-torture/execute/execute.exp,
+       g77.f-torture/noncompile/noncompile.exp,
+       gcc.c-torture/execute/execute.exp,
+       gcc.c-torture/execute/memcheck/memcheck.exp,
+       gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
+       gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
+       gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
+       gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
+       gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
+       lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
+       lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
+       lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
+       Remove bug reporting instructions with ancient email addresses.
+
+2001-02-07  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.dg/20010202-1.c: New test.
+       * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
+
+2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
+
+       * g++.dg/stdbool-if.C: New test.
+
+Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
+
+       * objc/execute/fdecl.m: Added main().
+
+2001-02-07  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.c-torture/execute/20010206-1.c: New test.
+
+2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+        * gcc.dg/cpp/avoidpaste1.c: Update.
+
+Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
+
+       * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
+       Pero <nicola@brainstorm.co.uk>.
+       * objc/execute/fdecl.m: Declare foo as pointer to AClass.
+
+2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.pt/spec39.C: New test.
+
 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
 
        * gcc.c-torture/compile/20010202-1.c: New test.
This page took 0.049052 seconds and 5 git commands to generate.