summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/objc
Commit message (Collapse)AuthorAgeFilesLines
...
* * objc/objc-act.c (finish_message_expr): Fix misplaced parens in ashebs2001-12-112-0/+57
| | | | | | | | | | | test of class names. * objc/compile: New test directory. * objc/compile/compile.exp: New expect script. * objc/compile/20011211-1.m: New compile test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47886 138bc75d-0d04-0410-961f-82ee72b054a4
* New objc testsnicola2001-10-292-0/+127
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46614 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/alpha/freebsd.h, config/alpha/lib1funcs.asm,jsm282001-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | config/i386/i386elf.h, config/i386/netbsd-elf.h, config/i386/netware.h, config/mcore/gfloat.h, config/mcore/mcore.c, config/mcore/mcore.h, config/mcore/mcore.md, config/netware.h, gccbug.in: Update FSF address. ada: * 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update FSF address. testsuite: * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C, g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp, g77.f-torture/execute/execute.exp, g77.f-torture/noncompile/noncompile.exp, gcc.c-torture/compile/compile.exp, gcc.c-torture/execute/execute.exp, gcc.c-torture/execute/ieee/ieee.exp, gcc.c-torture/execute/memcheck/memcheck.exp, gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp, objc/execute/execute.exp: Update FSF address. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46118 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/objc/execute/paste.m: Remove.neil2001-09-241-21/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45782 138bc75d-0d04-0410-961f-82ee72b054a4
* New testsnicola2001-07-162-0/+83
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44040 138bc75d-0d04-0410-961f-82ee72b054a4
* Added. Check sending +load to categories, in addition to classes.ovidiu2001-06-091-0/+108
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43080 138bc75d-0d04-0410-961f-82ee72b054a4
* * objc/execute/load-2.m: New test. From Nicola Peroshebs2001-06-081-0/+46
| | | | | | | <n.pero@mi.flashnet.it>. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43051 138bc75d-0d04-0410-961f-82ee72b054a4
* Added.ovidiu2001-03-1241-0/+1961
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40397 138bc75d-0d04-0410-961f-82ee72b054a4
* Added. Contributed by Nicola Pero.ovidiu2001-03-071-0/+17
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40289 138bc75d-0d04-0410-961f-82ee72b054a4
* * objc/objc-act.c (objc_add_static_instance): Set DECL_INITIALzack2001-03-064-4/+39
| | | | | | | | | | | | | | | and DECL_DEFER_OUTPUT on the decl we create, before calling rest_of_decl_compilation. testsuite: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40261 138bc75d-0d04-0410-961f-82ee72b054a4
* Added new test from Nicola Pero.ovidiu2001-02-281-0/+69
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40123 138bc75d-0d04-0410-961f-82ee72b054a4
* Added.ovidiu2001-02-281-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40122 138bc75d-0d04-0410-961f-82ee72b054a4
* Added.ovidiu2001-02-211-0/+12
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39964 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,jsm282001-02-081-3/+0
| | | | | | | | | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39532 138bc75d-0d04-0410-961f-82ee72b054a4
* Added main().ovidiu2001-02-071-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39521 138bc75d-0d04-0410-961f-82ee72b054a4
* Added.ovidiu2001-02-052-0/+53
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39459 138bc75d-0d04-0410-961f-82ee72b054a4
* Declare foo as pointer.ovidiu2001-02-051-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39458 138bc75d-0d04-0410-961f-82ee72b054a4
* Added.ovidiu2000-12-141-0/+16
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38261 138bc75d-0d04-0410-961f-82ee72b054a4
* Added.ovidiu2000-11-211-0/+13
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37609 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.dg/cpp/paste2.c: Update test.neil2000-11-211-0/+21
| | | | | | | * objc/execute/paste.m: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37597 138bc75d-0d04-0410-961f-82ee72b054a4
* Added.ovidiu2000-10-052-0/+60
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36727 138bc75d-0d04-0410-961f-82ee72b054a4
* Added to test Objective-C strings.ovidiu2000-07-302-0/+16
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35333 138bc75d-0d04-0410-961f-82ee72b054a4
* * objc/execute/bf-20.m: New test.jakub2000-04-121-0/+15
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33111 138bc75d-0d04-0410-961f-82ee72b054a4
* * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.law1998-09-0221-0/+553
* objc: ObjC testsuite. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22198 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud