From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19937 invoked by alias); 11 Dec 2012 21:23:52 -0000 Received: (qmail 19873 invoked by uid 48); 11 Dec 2012 21:23:29 -0000 From: "howarth at nitro dot med.uc.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/55657] objc/obj-c++ failures present under darwin12 Date: Tue, 11 Dec 2012 21:23:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: howarth at nitro dot med.uc.edu X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-12/txt/msg01168.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55657 --- Comment #1 from Jack Howarth 2012-12-11 21:23:28 UTC --- # ./gnu-api-2-objc.exe Testing objc_allocateClassPair ()... Testing objc_copyProtocolList ()... Abort (gdb) std::operator<< > (__out=@0xae180, __s=0x2b78 "Testing objc_copyProtocolList ()...\n") at ostream:540 540 } (gdb) main () at /sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/gcc/testsuite/obj-c++.dg/gnu-api-2-objc.mm:106 106 id my_protocol = @protocol (MyProtocol); (gdb) Current language: auto; currently objective-c++ 107 id my_second_protocol = @protocol (MySecondProtocol); (gdb) 109 Protocol ** list = objc_copyProtocolList (&count); (gdb) 111 if (count != 2) (gdb) 112 abort (); (gdb)