public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/35165]  New: Massive failures of objc on i686-apple-darwin9
@ 2008-02-11 12:22 dominiq at lps dot ens dot fr
  2008-03-20 13:47 ` [Bug objc/35165] " danglin at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: dominiq at lps dot ens dot fr @ 2008-02-11 12:22 UTC (permalink / raw)
  To: gcc-bugs

I see massive failures of objc on i686-apple-darwin9:

                === objc Summary for unix ===

# of expected passes            2894
# of unexpected failures        84
# of expected failures          7
# of unresolved testcases       75
# of unsupported tests          2

                === objc Summary for unix/-m64 ===

# of expected passes            799
# of unexpected failures        569
# of expected failures          7
# of unresolved testcases       465
# of unsupported tests          2

                === objc Summary ===

# of expected passes            3693
# of unexpected failures        653
# of expected failures          14
# of unresolved testcases       540
# of unsupported tests          4
/opt/gcc/i686-darwin/gcc/xgcc  version 4.3.0 20080210 (experimental) (GCC)

Many of these failures come from:

Executing on host: /opt/gcc/i686-darwin/gcc/xgcc -B/opt/gcc/i686-darwin/gcc/
/opt/gcc/gcc-4.3-work/gcc/testsuite/objc/execute/bycopy-1.m  -w  -O0 
-fnext-runtime  -lobjc -lm   -o
/opt/gcc/i686-darwin/gcc/testsuite/objc/bycopy-1.x6    (timeout = 300)
In file included from
/opt/gcc/gcc-4.3-work/gcc/testsuite/objc/execute/bycopy-1.m:7:^M
/usr/include/objc/Protocol.h:46: error: expected ';' before '__attribute__'^M
/usr/include/objc/Protocol.h:50: error: expected ';' before '__attribute__'^M
/usr/include/objc/Protocol.h:54: error: expected ';' before '__attribute__'^M
/usr/include/objc/Protocol.h:55: error: expected ';' before '__attribute__'^M
compiler exited with status 1

These failures do not appear in Darwin8 and I get:

[ibook-dhum] dominiq/test% grep "/usr/include/objc/Protocol.h:46: error:
expected" /opt/gcc/i686-darwin/gcc/testsuite/objc/objc.log | wc
     318    1908   24476

The faulty lines in /usr/include/objc/Protocol.h start with a '-' sign as in:

- (const char *)name OBJC2_UNAVAILABLE;

but similar constructs appear (and were accepted) in Darwin8.


-- 
           Summary: Massive failures of objc on i686-apple-darwin9
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: objc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: i686-apple-darwin9
  GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
@ 2008-03-20 13:47 ` danglin at gcc dot gnu dot org
  2008-03-20 13:56 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-03-20 13:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from danglin at gcc dot gnu dot org  2008-03-20 13:46 -------
I see the same failures on i686-apple-darwin9.


-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danglin at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-03-20 13:46:25
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
  2008-03-20 13:47 ` [Bug objc/35165] " danglin at gcc dot gnu dot org
@ 2008-03-20 13:56 ` dave at hiauly1 dot hia dot nrc dot ca
  2008-03-20 14:13 ` danglin at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2008-03-20 13:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca  2008-03-20 13:56 -------
Subject: Re:  Massive failures of objc on i686-apple-darwin9

Attached .i file.

Dave


------- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca  2008-03-20 13:56 -------
Created an attachment (id=15350)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15350&action=view)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
  2008-03-20 13:47 ` [Bug objc/35165] " danglin at gcc dot gnu dot org
  2008-03-20 13:56 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2008-03-20 14:13 ` danglin at gcc dot gnu dot org
  2009-04-25 12:32 ` developer at sandoe-acoustics dot co dot uk
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-03-20 14:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from danglin at gcc dot gnu dot org  2008-03-20 14:12 -------
@interface Protocol : Object
{
@private
    char *protocol_name OBJC2_UNAVAILABLE;
    struct objc_protocol_list *protocol_list OBJC2_UNAVAILABLE;
    struct objc_method_description_list *instance_methods OBJC2_UNAVAILABLE;
    struct objc_method_description_list *class_methods OBJC2_UNAVAILABLE;
}

/* Obtaining attributes intrinsic to the protocol */

- (const char *)name OBJC2_UNAVAILABLE;


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
                   ` (2 preceding siblings ...)
  2008-03-20 14:13 ` danglin at gcc dot gnu dot org
@ 2009-04-25 12:32 ` developer at sandoe-acoustics dot co dot uk
  2009-12-23 15:04 ` developer at sandoe-acoustics dot co dot uk
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: developer at sandoe-acoustics dot co dot uk @ 2009-04-25 12:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from developer at sandoe-acoustics dot co dot uk  2009-04-25 12:32 -------
AFAICT there are a number of factors causing this and darwin8 is also affected.

A (certainly non-comprehensive) list of issues:

Darwin 8  (OSX 10.4.11)
(Objc)
There is no 64 bit NeXT runtime.
(Obj-c++) 
local symbol label issue (radar: 5202926)
There is no 64 bit NeXT runtime.

Darwin 9 (OSX10.5.6)
ObjC
-m32
The darwin 9 NeXT headers assume the availability of language enhancements
present in Apple's 4.2 local release, but not in currently in gcc.
specifically, __attribute__ extensions. (OBJC2_UNAVAILABLE expands to use this)

Some interfaces are declared deprecated - which causes test failures owing to
unexpected warnings.

a few tests require -mdynamic-no-pic

-m64
all the m32 issues +
no 64 bit "Object" class implementation.
also some of the "deprecated" interfaces m32 are "not available" at m64

ObjC++
all the ObjC issues +
local symbol label issue (radar: 5202926)

---

Part 0 of some work to deal with this is about to be posted to gcc-patches.

- don't try to execute NeXT m64 on darwin 5..8 (whilst retaining the ability to
test -fgnu-runtime)
- fix the local label issue.

Iain.


-- 

developer at sandoe-acoustics dot co dot uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |developer at sandoe-
                   |                            |acoustics dot co dot uk


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
                   ` (3 preceding siblings ...)
  2009-04-25 12:32 ` developer at sandoe-acoustics dot co dot uk
@ 2009-12-23 15:04 ` developer at sandoe-acoustics dot co dot uk
  2010-02-19 23:42 ` developer at sandoe-acoustics dot co dot uk
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: developer at sandoe-acoustics dot co dot uk @ 2009-12-23 15:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from developer at sandoe-acoustics dot co dot uk  2009-12-23 15:04 -------

http://gcc.gnu.org/ml/gcc-patches/2009-12/msg01081.html


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
                   ` (4 preceding siblings ...)
  2009-12-23 15:04 ` developer at sandoe-acoustics dot co dot uk
@ 2010-02-19 23:42 ` developer at sandoe-acoustics dot co dot uk
  2010-03-25 22:26 ` janis at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: developer at sandoe-acoustics dot co dot uk @ 2010-02-19 23:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from developer at sandoe-acoustics dot co dot uk  2010-02-19 23:42 -------
updated patches & test results:
http://gcc.gnu.org/ml/gcc-patches/2010-02/msg00742.html

explanation of the intention of those patches:
http://gcc.gnu.org/ml/gcc-patches/2010-02/msg00712.html


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
                   ` (5 preceding siblings ...)
  2010-02-19 23:42 ` developer at sandoe-acoustics dot co dot uk
@ 2010-03-25 22:26 ` janis at gcc dot gnu dot org
  2010-03-26 13:29 ` dominiq at lps dot ens dot fr
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: janis at gcc dot gnu dot org @ 2010-03-25 22:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from janis at gcc dot gnu dot org  2010-03-25 22:25 -------
Subject: Bug 35165

Author: janis
Date: Thu Mar 25 22:25:05 2010
New Revision: 157731

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157731
Log:
2010-03-25  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>

        PR objc/35165
        PR testsuite/43512
        * objc-obj-c++-shared: New directory.
        * objc-obj-c++-shared/Object1-implementation.h: New file.
        * objc-obj-c++-shared/Object1.h: New file.
        * objc-obj-c++-shared/Protocol1.h: New file.
        * objc-obj-c++-shared/next-abi.h: New file.
        * objc-obj-c++-shared/next-mapping.h: New file.
        * objc/execute/next_mapping.h: Delete.
        * objc.dg/special/special.exp: For all targets run the tests with
        -fgnu-runtime, for darwin targets also run the tests with 
        -fnext-runtime.
        * objc.dg/dg.exp: Ditto.
        * obj-c++.dg/dg.exp: Ditto.
        * objc/execute/forward-1.m: Use shared wrapper headers (Object1.h,
        Protocol1.h) and next-mapping.h as required.  Amend testcase to
        include use of updated NeXT interface.
        * objc/execute/formal_protocol-5.m: Ditto.
        * objc/execute/protocol-isEqual-2.m: Ditto.
        * objc/execute/protocol-isEqual-4.m: Ditto.     
        * objc/execute/class-11.m: Use shared wrapper headers (Object1.h,
        Protocol1.h) and next-mapping.h as required.
        * objc/execute/object_is_class.m: Ditto.
        * objc/execute/enumeration-1.m: Ditto.
        * objc/execute/class-13.m: Ditto.
        * objc/execute/formal_protocol-2.m: Ditto.
        * objc/execute/formal_protocol-4.m: Ditto.
        * objc/execute/class-1.m: Ditto.
        * objc/execute/bycopy-1.m: Ditto.
        * objc/execute/formal_protocol-6.m: Ditto.
        * objc/execute/bycopy-3.m: Ditto.
        * objc/execute/class-3.m: Ditto.
        * objc/execute/bf-11.m: Ditto.
        * objc/execute/class-5.m: Ditto.
        * objc/execute/bf-13.m: Ditto.
        * objc/execute/class-7.m: Ditto.
        * objc/execute/bf-15.m: Ditto.
        * objc/execute/class-9.m: Ditto.
        * objc/execute/bf-17.m: Ditto.
        * objc/execute/bf-19.m: Ditto.
        * objc/execute/IMP.m: Ditto.
        * objc/execute/exceptions/catchall-1.m: Ditto.
        * objc/execute/exceptions/trivial.m: Ditto.
        * objc/execute/exceptions/finally-1.m: Ditto.
        * objc/execute/exceptions/local-variables-1.m: Ditto.
        * objc/execute/exceptions/foward-1.m: Ditto.
        * objc/execute/bf-2.m: Ditto.
        * objc/execute/string1.m: Ditto.
        * objc/execute/bf-4.m: Ditto.
        * objc/execute/informal_protocol.m: Ditto.
        * objc/execute/string3.m: Ditto.
        * objc/execute/bf-6.m: Ditto.
        * objc/execute/bf-8.m: Ditto.
        * objc/execute/class-tests-1.h: Ditto.
        * objc/execute/protocol-isEqual-1.m: Ditto.
        * objc/execute/protocol-isEqual-3.m: Ditto.
        * objc/execute/_cmd.m: Ditto.
        * objc/execute/function-message-1.m: Ditto.
        * objc/execute/bf-20.m: Ditto.
        * objc/execute/bf-common.h: Ditto.
        * objc/execute/np-2.m: Ditto.
        * objc/execute/class-10.m: Ditto.
        * objc/execute/class-12.m: Ditto.
        * objc/execute/enumeration-2.m: Ditto.
        * objc/execute/class-14.m: Ditto.
        * objc/execute/encode-1.m: Ditto.
        * objc/execute/formal_protocol-1.m: Ditto.
        * objc/execute/formal_protocol-3.m: Ditto.
        * objc/execute/accessing_ivars.m: Ditto.
        * objc/execute/bycopy-2.m: Ditto.
        * objc/execute/class-2.m: Ditto.
        * objc/execute/bf-10.m: Ditto.
        * objc/execute/formal_protocol-7.m: Ditto.
        * objc/execute/root_methods.m: Ditto.
        * objc/execute/class-4.m: Ditto.
        * objc/execute/bf-12.m: Ditto.
        * objc/execute/class-6.m: Ditto.
        * objc/execute/bf-14.m: Ditto.
        * objc/execute/nested-func-1.m: Ditto.
        * objc/execute/class-8.m: Ditto.
        * objc/execute/private.m: Ditto.
        * objc/execute/bf-16.m: Ditto.
        * objc/execute/bf-18.m: Ditto.
        * objc/execute/load-3.m: Ditto.
        * objc/execute/compatibility_alias.m: Ditto.
        * objc/execute/bf-1.m: Ditto.
        * objc/execute/no_clash.m: Ditto.
        * objc/execute/bf-3.m: Ditto.
        * objc/execute/string2.m: Ditto.
        * objc/execute/bf-5.m: Ditto.
        * objc/execute/string4.m: Ditto.
        * objc/execute/bf-7.m: Ditto.
        * objc/execute/object_is_meta_class.m: Ditto.
        * objc/execute/bf-9.m: Ditto.
        * objc/execute/bf-21.m: Ditto.
        * objc/execute/cascading-1.m: Ditto.
        * objc/execute/trivial.m: Ditto.
        * objc/execute/np-1.m: Ditto.
        * objc/compile/trivial.m: Ditto.
        * objc/execute/class_self-2.m: Include <stdlib.h>.
        * objc/execute/forward-1.x: Do not XFAIL for 32bit powerpc-darwin.
        * objc.dg/desig-init-1.m: Use shared wrapper headers (Object1.h,
        Protocol1.h) and next-mapping.h as required. XFAIL run if NeXT 
        and 64bit. Use new NeXT interface as required.
        * objc.dg/special/unclaimed-category-1.m: Ditto.
        * objc.dg/special/unclaimed-category-1.h: Ditto.
        * objc.dg/special/unclaimed-category-1a.m: Ditto.
        * objc.dg/func-ptr-1.m: Ditto.
        * objc.dg/stret-1.m: Ditto.     
        * objc.dg/encode-2.m: Ditto.
        * objc.dg/category-1.m: Ditto.
        * objc.dg/encode-3.m: Ditto.
        * objc.dg/call-super-3.m: Ditto.
        * objc.dg/method-3.m: Ditto.
        * objc.dg/func-ptr-2.m: Ditto.
        * objc.dg/lookup-1.m: Ditto.
        * objc.dg/encode-4.m: Ditto.
        * objc.dg/fix-and-continue-1.m: Ditto.
        * objc.dg/proto-lossage-3.m: Ditto.
        * objc.dg/method-13.m: Ditto.
        * objc.dg/proto-qual-1.m: Ditto.
        * objc.dg/zero-link-3.m: Ditto.
        * objc.dg/bitfield-1.m: Ditto.
        * objc.dg/va-meth-1.m: Ditto.
        * objc.dg/super-class-3.m: Ditto.
        * objc.dg/call-super-1.m: Ditto.
        * objc.dg/type-size-2.m: Ditto.
        * objc.dg/method-10.m: Ditto.
        * objc.dg/defs.m: Ditto.        
        * objc.dg/const-str-3.m: Ditto.
        * objc.dg/try-catch-6.m: Use shared wrapper headers (Object1.h,
        Protocol1.h) and next-mapping.h as required. Use new NeXT 
        interface as required.
        * objc.dg/super-class-4.m: Ditto.
        * objc.dg/comp-types-8.m: Ditto.
        * objc.dg/call-super-2.m: Ditto.
        * objc.dg/objc-fast-4.m: Ditto.
        * objc.dg/method-6.m: Ditto.
        * objc.dg/const-str-3.m: Ditto.
        * objc.dg/const-str-7.m: Ditto.
        * objc.dg/method-15.m: Ditto.
        * objc.dg/method-19.m: Ditto.
        * objc.dg/sync-1.m: Ditto.
        * objc.dg/layout-1.m: Ditto.
        * objc.dg/bitfield-3.m: Ditto.
        * objc.dg/try-catch-3.m: Ditto.
        * objc.dg/try-catch-7.m: Ditto.
        * objc.dg/comp-types-10.m: Ditto.
        * objc.dg/selector-2.: Ditto.
        * objc.dg/method-7.m: Ditto.
        * objc.dg/typedef-alias-1.m: Ditto.
        * objc.dg/proto-lossage-2.m: Ditto.
        * objc.dg/comp-types-11.m: Ditto.
        * objc.dg/sizeof-1.m: Ditto.
        * objc.dg/method-17.m: Ditto.
        * objc.dg/bitfield-5.m: Ditto.
        * objc.dg/try-catch-1.m: Ditto.
        * objc.dg/encode-5.m: Ditto.
        * objc.dg/fix-and-continue-2.m: Ditto.
        * objc.dg/method-9.m: Ditto.
        * objc.dg/isa-field-1.m: Ditto.
        * objc.dg/local-decl-2.m: Ditto.        
        * objc.dg/objc-gc-4.m: Ditto.
        * objc.dg/type-stream-1.m: Skip for NeXT runtime.
        * objc.dg/gnu-runtime-3.m: Ditto.
        * objc.dg/encode-7.m: Ditto.
        * objc.dg/encode-8.m: Ditto.
        * objc.dg/selector-3.m: Ditto.
        * objc.dg/gnu-runtime-1.m: Ditto.
        * objc.dg/const-str-12.m: Ditto.
        * objc.dg/gnu-runtime-2.m: Ditto.       
        * objc.dg/no-extra-load.m: Skip for gnu-runtime.
        * objc.dg/selector-1.m: Ditto.
        * objc.dg/stubify-2.m: Ditto.
        * objc.dg/zero-link-1.m: Ditto.
        * objc.dg/stret-2.m: Ditto.
        * objc.dg/zero-link-2.m: Ditto.
        * objc.dg/next-runtime-1.m: Ditto.
        * objc.dg/symtab-1.m: Ditto.
        * objc.dg/stubify-1.m: Ditto.
        * objc.dg/bitfield-2.m: Ditto.  
        * objc.dg/try-catch-10.m: Apply to both runtimes.
        * objc.dg/const-str-1.m: Ditto.
        * objc.dg/image-info.m: Ditto.
        * objc.dg/encode-9.m: Ditto.    
        * objc.dg/pragma-1.m: Apply test to all targets.
        * objc.dg/const-str-4.m: Ditto.
        * objc.dg/const-str-8.m: Ditto.
        * objc.dg/super-class-2.m: Ditto.
        * objc.dg/try-catch-5.m: Ditto.
        * objc.dg/const-str-10.m: Use shared wrapper headers (Object1.h,
        Protocol1.h) and next-mapping.h as required. Use new NeXT 
        interface as required.  Skip for gnu-runtime.  Test for .quad
        at m64.
        * objc.dg/const-str-11.m: Ditto.
        * objc.dg/const-str-9.m: Ditto. 
        * objc.dg/method-4.m: Skip for 64Bit NeXT.
        * objc.dg/encode-1.m: Remove redundant -lobjc.
        * objc.dg/try-catch-9.m: Tidy space.
        * obj-c++.dg/method-19.mm: Use shared wrapper headers (Object1.h,
        Protocol1.h) and next-mapping.h as required. XFAIL run if NeXT 
        and 64bit. Use new NeXT interface as required.
        * obj-c++.dg/template-4.mm: Ditto.
        * obj-c++.dg/defs.mm: Ditto.
        * obj-c++.dg/basic.mm: Ditto.
        * obj-c++.dg/encode-4.mm: Ditto.
        * obj-c++.dg/method-17.mm: Ditto.
        * obj-c++.dg/proto-lossage-3.mm: Ditto.
        * obj-c++.dg/cxx-class-1.mm: Ditto.
        * obj-c++.dg/method-10.mm: Ditto.
        * obj-c++.dg/va-meth-1.mm: Ditto.
        * obj-c++.dg/encode-5.mm: Ditto.
        * obj-c++.dg/lookup-2.mm: Ditto.
        * obj-c++.dg/template-3.mm: Ditto.
        * obj-c++.dg/proto-qual-1.mm: Ditto.
        * obj-c++.dg/qual-types-1.m: Ditto.
        * obj-c++.dg/cxx-scope-1.mm: Ditto.
        * obj-c++.dg/template-1.mm: Ditto.
        * obj-c++.dg/encode-6.mm: Ditto.
        * obj-c++.dg/bitfield-2.mm:  Use shared wrapper headers (Object1.h,
        Protocol1.h) and next-mapping.h as required. Use new NeXT 
        interface as required.
        * obj-c++.dg/except-1.mm: Ditto.
        * obj-c++.dg/const-str-7.mm: Ditto.
        * obj-c++.dg/ivar-list-semi.mm: Ditto.
        * obj-c++.dg/cxx-scope-2.mm: Ditto.
        * obj-c++.dg/selector-2.mm: Ditto.
        * obj-c++.dg/isa-field-1.mm: Ditto.
        * obj-c++.dg/try-catch-1.mm: Ditto.
        * obj-c++.dg/local-decl-1.mm: Ditto.
        * obj-c++.dg/try-catch-9.mm: Ditto.
        * obj-c++.dg/no-extra-load.mm: Ditto.
        * obj-c++.dg/selector-5.mm: Ditto.
        * obj-c++.dg/method-12.mm: Ditto.
        * obj-c++.dg/try-catch-11.mm: Ditto.
        * obj-c++.dg/comp-types-11.mm: Ditto.
        * obj-c++.dg/bitfield-3.mm: Ditto.
        * obj-c++.dg/method-6.mm: Ditto.
        * obj-c++.dg/super-class-2.mm: Ditto.
        * obj-c++.dg/method-21.mm: Ditto.
        * obj-c++.dg/const-str-8.mm: Ditto.
        * obj-c++.dg/try-catch-7.mm: Ditto.
        * obj-c++.dg/method-15.mm: Ditto.
        * obj-c++.dg/layout-1.mm: Ditto.
        * obj-c++.dg/cxx-ivars-1.mm: Ditto.
        * obj-c++.dg/const-str-3.mm: Ditto.
        * obj-c++.dg/try-catch-2.mm: Ditto.
        * obj-c++.dg/objc-gc-3.mm: Ditto.
        * obj-c++.dg/fix-and-continue-2.mm: Ditto.
        * obj-c++.dg/bitfield-1.mm: Ditto.
        * obj-c++.dg/selector-6.mm: Ditto.
        * obj-c++.dg/method-13.mm: Ditto.
        * obj-c++.dg/comp-types-12.mm: Ditto.
        * obj-c++.dg/bitfield-4.mm: Ditto.
        * obj-c++.dg/try-catch-8.mm: Ditto.
        * obj-c++.dg/method-2.mm: Ditto.
        * obj-c++.dg/cxx-ivars-2.mm: Ditto.
        * obj-c++.dg/typedef-alias-1.mm: Ditto.
        * obj-c++.dg/const-str-4.mm: Ditto.
        * obj-c++.dg/proto-lossage-2.mm: Ditto.
        * obj-c++.dg/try-catch-3.mm: Ditto.
        * obj-c++.dg/comp-types-9.mm: Ditto.
        * obj-c++.dg/gnu-runtime-2.mm: Skip if NeXT runtime.
        * obj-c++.dg/gnu-runtime-3.mm: Ditto.
        * obj-c++.dg/gnu-runtime-1.mm: Ditto.
        * objc.dg/zero-link-2.m: Skip if gnu runtime. Use shared wrapper 
        headers (Object1.h, Protocol1.h) and next-mapping.h as required. 
        Use new NeXT interface as required.
        * obj-c++.dg/const-str-10.mm: Ditto.
        * obj-c++.dg/const-str-11.mm: Ditto.
        * obj-c++.dg/const-str-9.mm: Ditto.
        * obj-c++.dg/method-11.mm: Ditto.
        * obj-c++.dg/cxx-ivars-3.mm: Skip if gnu runtime. Use shared wrapper 
        headers (Object1.h, Protocol1.h) and next-mapping.h as required. 
        Use new NeXT interface as required. XFAIL run if NeXT and 64bit.
        * obj-c++.dg/encode-8.mm: Remove redundant -lobjc.
        * obj-c++.dg/const-str-1.mm: Run for NeXT as well as gnu.

Added:
    trunk/gcc/testsuite/objc-obj-c++-shared/
    trunk/gcc/testsuite/objc-obj-c++-shared/Object1-implementation.h   (with
props)
    trunk/gcc/testsuite/objc-obj-c++-shared/Object1.h   (with props)
    trunk/gcc/testsuite/objc-obj-c++-shared/Protocol1.h   (with props)
    trunk/gcc/testsuite/objc-obj-c++-shared/next-abi.h   (with props)
    trunk/gcc/testsuite/objc-obj-c++-shared/next-mapping.h   (with props)
Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/obj-c++.dg/basic.mm
    trunk/gcc/testsuite/obj-c++.dg/bitfield-1.mm
    trunk/gcc/testsuite/obj-c++.dg/bitfield-2.mm
    trunk/gcc/testsuite/obj-c++.dg/bitfield-3.mm
    trunk/gcc/testsuite/obj-c++.dg/bitfield-4.mm
    trunk/gcc/testsuite/obj-c++.dg/comp-types-10.mm
    trunk/gcc/testsuite/obj-c++.dg/comp-types-11.mm
    trunk/gcc/testsuite/obj-c++.dg/comp-types-12.mm
    trunk/gcc/testsuite/obj-c++.dg/comp-types-9.mm
    trunk/gcc/testsuite/obj-c++.dg/const-str-1.mm
    trunk/gcc/testsuite/obj-c++.dg/const-str-10.mm
    trunk/gcc/testsuite/obj-c++.dg/const-str-11.mm
    trunk/gcc/testsuite/obj-c++.dg/const-str-3.mm
    trunk/gcc/testsuite/obj-c++.dg/const-str-4.mm
    trunk/gcc/testsuite/obj-c++.dg/const-str-7.mm
    trunk/gcc/testsuite/obj-c++.dg/const-str-8.mm
    trunk/gcc/testsuite/obj-c++.dg/const-str-9.mm
    trunk/gcc/testsuite/obj-c++.dg/cxx-class-1.mm
    trunk/gcc/testsuite/obj-c++.dg/cxx-ivars-1.mm
    trunk/gcc/testsuite/obj-c++.dg/cxx-ivars-2.mm
    trunk/gcc/testsuite/obj-c++.dg/cxx-ivars-3.mm
    trunk/gcc/testsuite/obj-c++.dg/cxx-scope-1.mm
    trunk/gcc/testsuite/obj-c++.dg/cxx-scope-2.mm
    trunk/gcc/testsuite/obj-c++.dg/defs.mm
    trunk/gcc/testsuite/obj-c++.dg/dg.exp
    trunk/gcc/testsuite/obj-c++.dg/encode-4.mm
    trunk/gcc/testsuite/obj-c++.dg/encode-5.mm
    trunk/gcc/testsuite/obj-c++.dg/encode-6.mm
    trunk/gcc/testsuite/obj-c++.dg/encode-7.mm
    trunk/gcc/testsuite/obj-c++.dg/encode-8.mm
    trunk/gcc/testsuite/obj-c++.dg/except-1.mm
    trunk/gcc/testsuite/obj-c++.dg/fix-and-continue-2.mm
    trunk/gcc/testsuite/obj-c++.dg/gnu-runtime-1.mm
    trunk/gcc/testsuite/obj-c++.dg/gnu-runtime-2.mm
    trunk/gcc/testsuite/obj-c++.dg/gnu-runtime-3.mm
    trunk/gcc/testsuite/obj-c++.dg/isa-field-1.mm
    trunk/gcc/testsuite/obj-c++.dg/ivar-list-semi.mm
    trunk/gcc/testsuite/obj-c++.dg/layout-1.mm
    trunk/gcc/testsuite/obj-c++.dg/local-decl-1.mm
    trunk/gcc/testsuite/obj-c++.dg/lookup-2.mm
    trunk/gcc/testsuite/obj-c++.dg/method-10.mm
    trunk/gcc/testsuite/obj-c++.dg/method-11.mm
    trunk/gcc/testsuite/obj-c++.dg/method-12.mm
    trunk/gcc/testsuite/obj-c++.dg/method-13.mm
    trunk/gcc/testsuite/obj-c++.dg/method-15.mm
    trunk/gcc/testsuite/obj-c++.dg/method-17.mm
    trunk/gcc/testsuite/obj-c++.dg/method-19.mm
    trunk/gcc/testsuite/obj-c++.dg/method-2.mm
    trunk/gcc/testsuite/obj-c++.dg/method-21.mm
    trunk/gcc/testsuite/obj-c++.dg/method-6.mm
    trunk/gcc/testsuite/obj-c++.dg/no-extra-load.mm
    trunk/gcc/testsuite/obj-c++.dg/objc-gc-3.mm
    trunk/gcc/testsuite/obj-c++.dg/proto-lossage-2.mm
    trunk/gcc/testsuite/obj-c++.dg/proto-lossage-3.mm
    trunk/gcc/testsuite/obj-c++.dg/proto-qual-1.mm
    trunk/gcc/testsuite/obj-c++.dg/qual-types-1.mm
    trunk/gcc/testsuite/obj-c++.dg/selector-2.mm
    trunk/gcc/testsuite/obj-c++.dg/selector-5.mm
    trunk/gcc/testsuite/obj-c++.dg/selector-6.mm
    trunk/gcc/testsuite/obj-c++.dg/super-class-2.mm
    trunk/gcc/testsuite/obj-c++.dg/template-1.mm
    trunk/gcc/testsuite/obj-c++.dg/template-3.mm
    trunk/gcc/testsuite/obj-c++.dg/template-4.mm
    trunk/gcc/testsuite/obj-c++.dg/try-catch-1.mm
    trunk/gcc/testsuite/obj-c++.dg/try-catch-11.mm
    trunk/gcc/testsuite/obj-c++.dg/try-catch-2.mm
    trunk/gcc/testsuite/obj-c++.dg/try-catch-3.mm
    trunk/gcc/testsuite/obj-c++.dg/try-catch-7.mm
    trunk/gcc/testsuite/obj-c++.dg/try-catch-8.mm
    trunk/gcc/testsuite/obj-c++.dg/try-catch-9.mm
    trunk/gcc/testsuite/obj-c++.dg/typedef-alias-1.mm
    trunk/gcc/testsuite/obj-c++.dg/va-meth-1.mm
    trunk/gcc/testsuite/objc.dg/bitfield-1.m
    trunk/gcc/testsuite/objc.dg/bitfield-2.m
    trunk/gcc/testsuite/objc.dg/bitfield-3.m
    trunk/gcc/testsuite/objc.dg/bitfield-5.m
    trunk/gcc/testsuite/objc.dg/call-super-1.m
    trunk/gcc/testsuite/objc.dg/call-super-2.m
    trunk/gcc/testsuite/objc.dg/call-super-3.m
    trunk/gcc/testsuite/objc.dg/category-1.m
    trunk/gcc/testsuite/objc.dg/comp-types-10.m
    trunk/gcc/testsuite/objc.dg/comp-types-11.m
    trunk/gcc/testsuite/objc.dg/comp-types-8.m
    trunk/gcc/testsuite/objc.dg/const-str-1.m
    trunk/gcc/testsuite/objc.dg/const-str-10.m
    trunk/gcc/testsuite/objc.dg/const-str-11.m
    trunk/gcc/testsuite/objc.dg/const-str-12.m
    trunk/gcc/testsuite/objc.dg/const-str-3.m
    trunk/gcc/testsuite/objc.dg/const-str-4.m
    trunk/gcc/testsuite/objc.dg/const-str-7.m
    trunk/gcc/testsuite/objc.dg/const-str-8.m
    trunk/gcc/testsuite/objc.dg/const-str-9.m
    trunk/gcc/testsuite/objc.dg/defs.m
    trunk/gcc/testsuite/objc.dg/desig-init-1.m
    trunk/gcc/testsuite/objc.dg/dg.exp
    trunk/gcc/testsuite/objc.dg/encode-1.m
    trunk/gcc/testsuite/objc.dg/encode-2.m
    trunk/gcc/testsuite/objc.dg/encode-3.m
    trunk/gcc/testsuite/objc.dg/encode-4.m
    trunk/gcc/testsuite/objc.dg/encode-5.m
    trunk/gcc/testsuite/objc.dg/encode-7.m
    trunk/gcc/testsuite/objc.dg/encode-8.m
    trunk/gcc/testsuite/objc.dg/encode-9.m
    trunk/gcc/testsuite/objc.dg/fix-and-continue-1.m
    trunk/gcc/testsuite/objc.dg/fix-and-continue-2.m
    trunk/gcc/testsuite/objc.dg/func-ptr-1.m
    trunk/gcc/testsuite/objc.dg/func-ptr-2.m
    trunk/gcc/testsuite/objc.dg/gnu-runtime-1.m
    trunk/gcc/testsuite/objc.dg/gnu-runtime-2.m
    trunk/gcc/testsuite/objc.dg/gnu-runtime-3.m
    trunk/gcc/testsuite/objc.dg/image-info.m
    trunk/gcc/testsuite/objc.dg/isa-field-1.m
    trunk/gcc/testsuite/objc.dg/layout-1.m
    trunk/gcc/testsuite/objc.dg/local-decl-2.m
    trunk/gcc/testsuite/objc.dg/lookup-1.m
    trunk/gcc/testsuite/objc.dg/method-10.m
    trunk/gcc/testsuite/objc.dg/method-13.m
    trunk/gcc/testsuite/objc.dg/method-15.m
    trunk/gcc/testsuite/objc.dg/method-17.m
    trunk/gcc/testsuite/objc.dg/method-19.m
    trunk/gcc/testsuite/objc.dg/method-3.m
    trunk/gcc/testsuite/objc.dg/method-4.m
    trunk/gcc/testsuite/objc.dg/method-6.m
    trunk/gcc/testsuite/objc.dg/method-7.m
    trunk/gcc/testsuite/objc.dg/method-9.m
    trunk/gcc/testsuite/objc.dg/next-runtime-1.m
    trunk/gcc/testsuite/objc.dg/no-extra-load.m
    trunk/gcc/testsuite/objc.dg/objc-fast-4.m
    trunk/gcc/testsuite/objc.dg/objc-gc-4.m
    trunk/gcc/testsuite/objc.dg/pragma-1.m
    trunk/gcc/testsuite/objc.dg/proto-lossage-2.m
    trunk/gcc/testsuite/objc.dg/proto-lossage-3.m
    trunk/gcc/testsuite/objc.dg/proto-qual-1.m
    trunk/gcc/testsuite/objc.dg/selector-1.m
    trunk/gcc/testsuite/objc.dg/selector-2.m
    trunk/gcc/testsuite/objc.dg/selector-3.m
    trunk/gcc/testsuite/objc.dg/sizeof-1.m
    trunk/gcc/testsuite/objc.dg/special/special.exp
    trunk/gcc/testsuite/objc.dg/special/unclaimed-category-1.h
    trunk/gcc/testsuite/objc.dg/special/unclaimed-category-1.m
    trunk/gcc/testsuite/objc.dg/special/unclaimed-category-1a.m
    trunk/gcc/testsuite/objc.dg/stret-1.m
    trunk/gcc/testsuite/objc.dg/stret-2.m
    trunk/gcc/testsuite/objc.dg/stubify-1.m
    trunk/gcc/testsuite/objc.dg/stubify-2.m
    trunk/gcc/testsuite/objc.dg/super-class-2.m
    trunk/gcc/testsuite/objc.dg/super-class-3.m
    trunk/gcc/testsuite/objc.dg/super-class-4.m
    trunk/gcc/testsuite/objc.dg/symtab-1.m
    trunk/gcc/testsuite/objc.dg/sync-1.m
    trunk/gcc/testsuite/objc.dg/try-catch-1.m
    trunk/gcc/testsuite/objc.dg/try-catch-10.m
    trunk/gcc/testsuite/objc.dg/try-catch-3.m
    trunk/gcc/testsuite/objc.dg/try-catch-5.m
    trunk/gcc/testsuite/objc.dg/try-catch-6.m
    trunk/gcc/testsuite/objc.dg/try-catch-7.m
    trunk/gcc/testsuite/objc.dg/try-catch-9.m
    trunk/gcc/testsuite/objc.dg/type-size-2.m
    trunk/gcc/testsuite/objc.dg/type-stream-1.m
    trunk/gcc/testsuite/objc.dg/typedef-alias-1.m
    trunk/gcc/testsuite/objc.dg/va-meth-1.m
    trunk/gcc/testsuite/objc.dg/zero-link-1.m
    trunk/gcc/testsuite/objc.dg/zero-link-2.m
    trunk/gcc/testsuite/objc.dg/zero-link-3.m
    trunk/gcc/testsuite/objc/compile/trivial.m
    trunk/gcc/testsuite/objc/execute/IMP.m
    trunk/gcc/testsuite/objc/execute/_cmd.m
    trunk/gcc/testsuite/objc/execute/accessing_ivars.m
    trunk/gcc/testsuite/objc/execute/bf-1.m
    trunk/gcc/testsuite/objc/execute/bf-10.m
    trunk/gcc/testsuite/objc/execute/bf-11.m
    trunk/gcc/testsuite/objc/execute/bf-12.m
    trunk/gcc/testsuite/objc/execute/bf-13.m
    trunk/gcc/testsuite/objc/execute/bf-14.m
    trunk/gcc/testsuite/objc/execute/bf-15.m
    trunk/gcc/testsuite/objc/execute/bf-16.m
    trunk/gcc/testsuite/objc/execute/bf-17.m
    trunk/gcc/testsuite/objc/execute/bf-18.m
    trunk/gcc/testsuite/objc/execute/bf-19.m
    trunk/gcc/testsuite/objc/execute/bf-2.m
    trunk/gcc/testsuite/objc/execute/bf-20.m
    trunk/gcc/testsuite/objc/execute/bf-21.m
    trunk/gcc/testsuite/objc/execute/bf-3.m
    trunk/gcc/testsuite/objc/execute/bf-4.m
    trunk/gcc/testsuite/objc/execute/bf-5.m
    trunk/gcc/testsuite/objc/execute/bf-6.m
    trunk/gcc/testsuite/objc/execute/bf-7.m
    trunk/gcc/testsuite/objc/execute/bf-8.m
    trunk/gcc/testsuite/objc/execute/bf-9.m
    trunk/gcc/testsuite/objc/execute/bf-common.h
    trunk/gcc/testsuite/objc/execute/bycopy-1.m
    trunk/gcc/testsuite/objc/execute/bycopy-2.m
    trunk/gcc/testsuite/objc/execute/bycopy-3.m
    trunk/gcc/testsuite/objc/execute/cascading-1.m
    trunk/gcc/testsuite/objc/execute/class-1.m
    trunk/gcc/testsuite/objc/execute/class-10.m
    trunk/gcc/testsuite/objc/execute/class-11.m
    trunk/gcc/testsuite/objc/execute/class-12.m
    trunk/gcc/testsuite/objc/execute/class-13.m
    trunk/gcc/testsuite/objc/execute/class-14.m
    trunk/gcc/testsuite/objc/execute/class-2.m
    trunk/gcc/testsuite/objc/execute/class-3.m
    trunk/gcc/testsuite/objc/execute/class-4.m
    trunk/gcc/testsuite/objc/execute/class-5.m
    trunk/gcc/testsuite/objc/execute/class-6.m
    trunk/gcc/testsuite/objc/execute/class-7.m
    trunk/gcc/testsuite/objc/execute/class-8.m
    trunk/gcc/testsuite/objc/execute/class-9.m
    trunk/gcc/testsuite/objc/execute/class-tests-1.h
    trunk/gcc/testsuite/objc/execute/class_self-2.m
    trunk/gcc/testsuite/objc/execute/compatibility_alias.m
    trunk/gcc/testsuite/objc/execute/encode-1.m
    trunk/gcc/testsuite/objc/execute/enumeration-1.m
    trunk/gcc/testsuite/objc/execute/enumeration-2.m
    trunk/gcc/testsuite/objc/execute/exceptions/catchall-1.m
    trunk/gcc/testsuite/objc/execute/exceptions/finally-1.m
    trunk/gcc/testsuite/objc/execute/exceptions/foward-1.m
    trunk/gcc/testsuite/objc/execute/exceptions/local-variables-1.m
    trunk/gcc/testsuite/objc/execute/exceptions/trivial.m
    trunk/gcc/testsuite/objc/execute/formal_protocol-1.m
    trunk/gcc/testsuite/objc/execute/formal_protocol-2.m
    trunk/gcc/testsuite/objc/execute/formal_protocol-3.m
    trunk/gcc/testsuite/objc/execute/formal_protocol-4.m
    trunk/gcc/testsuite/objc/execute/formal_protocol-5.m
    trunk/gcc/testsuite/objc/execute/formal_protocol-6.m
    trunk/gcc/testsuite/objc/execute/formal_protocol-7.m
    trunk/gcc/testsuite/objc/execute/forward-1.m
    trunk/gcc/testsuite/objc/execute/forward-1.x
    trunk/gcc/testsuite/objc/execute/function-message-1.m
    trunk/gcc/testsuite/objc/execute/informal_protocol.m
    trunk/gcc/testsuite/objc/execute/load-3.m
    trunk/gcc/testsuite/objc/execute/nested-func-1.m
    trunk/gcc/testsuite/objc/execute/no_clash.m
    trunk/gcc/testsuite/objc/execute/np-1.m
    trunk/gcc/testsuite/objc/execute/np-2.m
    trunk/gcc/testsuite/objc/execute/object_is_class.m
    trunk/gcc/testsuite/objc/execute/object_is_meta_class.m
    trunk/gcc/testsuite/objc/execute/private.m
    trunk/gcc/testsuite/objc/execute/protocol-isEqual-1.m
    trunk/gcc/testsuite/objc/execute/protocol-isEqual-2.m
    trunk/gcc/testsuite/objc/execute/protocol-isEqual-3.m
    trunk/gcc/testsuite/objc/execute/protocol-isEqual-4.m
    trunk/gcc/testsuite/objc/execute/root_methods.m
    trunk/gcc/testsuite/objc/execute/string1.m
    trunk/gcc/testsuite/objc/execute/string2.m
    trunk/gcc/testsuite/objc/execute/string3.m
    trunk/gcc/testsuite/objc/execute/string4.m
    trunk/gcc/testsuite/objc/execute/trivial.m

Propchange: trunk/gcc/testsuite/objc-obj-c++-shared/Object1-implementation.h
            ('svn:executable' added)

Propchange: trunk/gcc/testsuite/objc-obj-c++-shared/Object1.h
            ('svn:executable' added)

Propchange: trunk/gcc/testsuite/objc-obj-c++-shared/Protocol1.h
            ('svn:executable' added)

Propchange: trunk/gcc/testsuite/objc-obj-c++-shared/next-abi.h
            ('svn:executable' added)

Propchange: trunk/gcc/testsuite/objc-obj-c++-shared/next-mapping.h
            ('svn:executable' added)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
                   ` (6 preceding siblings ...)
  2010-03-25 22:26 ` janis at gcc dot gnu dot org
@ 2010-03-26 13:29 ` dominiq at lps dot ens dot fr
  2010-03-26 13:35 ` dominiq at lps dot ens dot fr
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-03-26 13:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from dominiq at lps dot ens dot fr  2010-03-26 13:29 -------
Following revision 157731 the number of failures for the objc and obj-c++
testsuite on *-apple-darwin* has drastically decreased. Iain, thanks a lot for
the hard work.

Should I close this PR as fixed, leaving people fill new PRs for the remaining
failures, or should I leave it open?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
                   ` (7 preceding siblings ...)
  2010-03-26 13:29 ` dominiq at lps dot ens dot fr
@ 2010-03-26 13:35 ` dominiq at lps dot ens dot fr
  2010-03-26 13:42 ` developer at sandoe-acoustics dot co dot uk
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-03-26 13:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from dominiq at lps dot ens dot fr  2010-03-26 13:35 -------
Is there any plan to backport the patches to 4.4?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
                   ` (9 preceding siblings ...)
  2010-03-26 13:42 ` developer at sandoe-acoustics dot co dot uk
@ 2010-03-26 13:42 ` developer at sandoe-acoustics dot co dot uk
  2010-03-26 13:53 ` dominiq at lps dot ens dot fr
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: developer at sandoe-acoustics dot co dot uk @ 2010-03-26 13:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from developer at sandoe-acoustics dot co dot uk  2010-03-26 13:42 -------
(In reply to comment #9)
> Should I close this PR as fixed, leaving people fill new PRs for the remaining
> failures, or should I leave it open?

IMO this should be closed - it clears the faults that arose, not because of
compiler changes, but becasue of Darwin changes.

I think we should deal with the remaining faults one by one - as separate
issues. 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
                   ` (8 preceding siblings ...)
  2010-03-26 13:35 ` dominiq at lps dot ens dot fr
@ 2010-03-26 13:42 ` developer at sandoe-acoustics dot co dot uk
  2010-03-26 13:42 ` developer at sandoe-acoustics dot co dot uk
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: developer at sandoe-acoustics dot co dot uk @ 2010-03-26 13:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from developer at sandoe-acoustics dot co dot uk  2010-03-26 13:42 -------
(In reply to comment #10)
> Is there any plan to backport the patches to 4.4?

I'll look at that in the next couple of weeks.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
                   ` (10 preceding siblings ...)
  2010-03-26 13:42 ` developer at sandoe-acoustics dot co dot uk
@ 2010-03-26 13:53 ` dominiq at lps dot ens dot fr
  2010-03-31 15:51 ` janis at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-03-26 13:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from dominiq at lps dot ens dot fr  2010-03-26 13:53 -------
(In reply to comment #12)
> > Is there any plan to backport the patches to 4.4?
>
> I'll look at that in the next couple of weeks.

If this a sort of "yes", I am leaving the PR open. If at some point you decide
it is not worth the work, I'll close it.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
                   ` (11 preceding siblings ...)
  2010-03-26 13:53 ` dominiq at lps dot ens dot fr
@ 2010-03-31 15:51 ` janis at gcc dot gnu dot org
  2010-04-27  0:09 ` mrs at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: janis at gcc dot gnu dot org @ 2010-03-31 15:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from janis at gcc dot gnu dot org  2010-03-31 15:51 -------
Subject: Bug 35165

Author: janis
Date: Wed Mar 31 15:50:45 2010
New Revision: 157873

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157873
Log:
2010-03-31  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>

        PR testsuite/35165
        * obj-c++.dg/try-catch-9.mm: Don't XFAIL m32 NeXT runtime.
        * obj-c++.dg/try-catch-2.mm: Ditto.
        * obj-c++.dg/lookup-2.mm: Ditto.
        * obj-c++.dg/encode-8.m: Ditto.
        * obj-c++.dg/cxx-ivars-2.mm: Ditto.
        * obj-c++.dg/cxx-ivars-3.mm: Skip for GNU, XFail for m64 NeXT.
        * obj-c++.dg/const-str-10.mm: Skip for GNU, match .quad for m64 NeXT.
        * obj-c++.dg/const-str-11.mm: Ditto.
        * obj-c++.dg/const-str-9.mm: Ditto.
        * obj-c++.dg/bitfield-3.mm: Skip for GNU runtime.
        * obj-c++.dg/bitfield-2.mm: XFAIL run for m64 NeXT runtime.
        * obj-c++.dg/except-1.mm: Ditto.
        * obj-c++.dg/const-str-7.mm: Ditto.
        * obj-c++.dg/cxx-ivars-1.mm: Ditto.
        * obj-c++.dg/const-str-3.mm: Ditto.
        * obj-c++.dg/const-str-7.mm: Ditto.
        * obj-c++.dg/stubify-2.mm: Change dump file name.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/obj-c++.dg/bitfield-2.mm
    trunk/gcc/testsuite/obj-c++.dg/bitfield-3.mm
    trunk/gcc/testsuite/obj-c++.dg/const-str-10.mm
    trunk/gcc/testsuite/obj-c++.dg/const-str-11.mm
    trunk/gcc/testsuite/obj-c++.dg/const-str-3.mm
    trunk/gcc/testsuite/obj-c++.dg/const-str-7.mm
    trunk/gcc/testsuite/obj-c++.dg/const-str-9.mm
    trunk/gcc/testsuite/obj-c++.dg/cxx-ivars-1.mm
    trunk/gcc/testsuite/obj-c++.dg/cxx-ivars-2.mm
    trunk/gcc/testsuite/obj-c++.dg/cxx-ivars-3.mm
    trunk/gcc/testsuite/obj-c++.dg/encode-8.mm
    trunk/gcc/testsuite/obj-c++.dg/except-1.mm
    trunk/gcc/testsuite/obj-c++.dg/lookup-2.mm
    trunk/gcc/testsuite/obj-c++.dg/stubify-2.mm
    trunk/gcc/testsuite/obj-c++.dg/try-catch-2.mm
    trunk/gcc/testsuite/obj-c++.dg/try-catch-9.mm


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
                   ` (12 preceding siblings ...)
  2010-03-31 15:51 ` janis at gcc dot gnu dot org
@ 2010-04-27  0:09 ` mrs at gcc dot gnu dot org
  2010-05-05  3:08 ` mrs at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mrs at gcc dot gnu dot org @ 2010-04-27  0:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from mrs at gcc dot gnu dot org  2010-04-27 00:08 -------
Subject: Bug 35165

Author: mrs
Date: Tue Apr 27 00:08:28 2010
New Revision: 158752

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158752
Log:
2010-04-26  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>

        PR testsuite/35165
        * obj-c++.dg/stubify-2.mm: Restrict to ilp32 targets.  Require
        Darwin8/OSX10.4 - compatible code generation.
        Use scan-rtl-dump.
        * obj-c++.dg/stubify-1.mm: Ditto.
        * lib/objc-torture.exp: Do not require link success for
        "trivial.m" in the runtime checks when dowhat = 'compile'.
        * lib/dg-pch.exp: (dg-flags-pch): New Proc.
        * objc.dg/stubify-1.m:  Restrict to ilp32 targets.  Require
        Darwin8/OSX10.4 - compatible code generation.
        * objc.dg/stubify-2.m: Ditto.
        * objc.dg/symtab-1.m: Match '.quad' for m64 code.
        * objc.dg/next-runtime-1.m: Ditto.
        * objc.dg/stret-2.m: Restrict to ilp32 targets.
        * objc.dg/pch/pch.exp: Apply tests to both Gnu and NeXT
        runtimes on Darwin.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/lib/dg-pch.exp
    trunk/gcc/testsuite/lib/objc-torture.exp
    trunk/gcc/testsuite/obj-c++.dg/stubify-1.mm
    trunk/gcc/testsuite/obj-c++.dg/stubify-2.mm
    trunk/gcc/testsuite/objc.dg/next-runtime-1.m
    trunk/gcc/testsuite/objc.dg/pch/pch.exp
    trunk/gcc/testsuite/objc.dg/stret-2.m
    trunk/gcc/testsuite/objc.dg/stubify-1.m
    trunk/gcc/testsuite/objc.dg/stubify-2.m
    trunk/gcc/testsuite/objc.dg/symtab-1.m


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
                   ` (13 preceding siblings ...)
  2010-04-27  0:09 ` mrs at gcc dot gnu dot org
@ 2010-05-05  3:08 ` mrs at gcc dot gnu dot org
  2010-06-11  8:58 ` iains at gcc dot gnu dot org
  2010-07-02 10:23 ` iains at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: mrs at gcc dot gnu dot org @ 2010-05-05  3:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from mrs at gcc dot gnu dot org  2010-05-05 03:08 -------
Subject: Bug 35165

Author: mrs
Date: Wed May  5 03:08:26 2010
New Revision: 159055

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159055
Log:
        PR objc/35165
        * encode-8.mm: Restore running of testcase, skip for gnu-runtime.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/obj-c++.dg/encode-8.mm


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
                   ` (14 preceding siblings ...)
  2010-05-05  3:08 ` mrs at gcc dot gnu dot org
@ 2010-06-11  8:58 ` iains at gcc dot gnu dot org
  2010-07-02 10:23 ` iains at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: iains at gcc dot gnu dot org @ 2010-06-11  8:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from iains at gcc dot gnu dot org  2010-06-11 08:57 -------
closing as fixed after back-ports to the current release branch (4.5) for
various ObjC fixes including the ones listed here:
r160482, r160541, r160546


-- 

iains at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug objc/35165] Massive failures of objc on i686-apple-darwin9
  2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
                   ` (15 preceding siblings ...)
  2010-06-11  8:58 ` iains at gcc dot gnu dot org
@ 2010-07-02 10:23 ` iains at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: iains at gcc dot gnu dot org @ 2010-07-02 10:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from iains at gcc dot gnu dot org  2010-07-02 10:23 -------
additional tweaks:
r161687 (trunk) r161688 (4.5).

r161692 (trunk) r161693 (4.5)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2010-07-02 10:23 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-11 12:22 [Bug objc/35165] New: Massive failures of objc on i686-apple-darwin9 dominiq at lps dot ens dot fr
2008-03-20 13:47 ` [Bug objc/35165] " danglin at gcc dot gnu dot org
2008-03-20 13:56 ` dave at hiauly1 dot hia dot nrc dot ca
2008-03-20 14:13 ` danglin at gcc dot gnu dot org
2009-04-25 12:32 ` developer at sandoe-acoustics dot co dot uk
2009-12-23 15:04 ` developer at sandoe-acoustics dot co dot uk
2010-02-19 23:42 ` developer at sandoe-acoustics dot co dot uk
2010-03-25 22:26 ` janis at gcc dot gnu dot org
2010-03-26 13:29 ` dominiq at lps dot ens dot fr
2010-03-26 13:35 ` dominiq at lps dot ens dot fr
2010-03-26 13:42 ` developer at sandoe-acoustics dot co dot uk
2010-03-26 13:42 ` developer at sandoe-acoustics dot co dot uk
2010-03-26 13:53 ` dominiq at lps dot ens dot fr
2010-03-31 15:51 ` janis at gcc dot gnu dot org
2010-04-27  0:09 ` mrs at gcc dot gnu dot org
2010-05-05  3:08 ` mrs at gcc dot gnu dot org
2010-06-11  8:58 ` iains at gcc dot gnu dot org
2010-07-02 10:23 ` iains at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).