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



--- Comment #1 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-12-11 
21:23:28 UTC ---

# ./gnu-api-2-objc.exe                                                          

Testing objc_allocateClassPair ()...

Testing objc_copyProtocolList ()...

Abort



(gdb) 

std::operator<< <std::char_traits<char> > (__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)

Reply via email to