This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/55657] objc/obj-c++ failures present under darwin12


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

--- Comment #3 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-12-11 21:32:38 UTC ---
FAIL: obj-c++.dg/proto-lossage-7.mm -fnext-runtime (internal compiler error)

#
/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/testsuite/obj-c++/../../xg++
-B/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/testsuite/obj-c++/../../
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/gcc/testsuite/obj-c++.dg/proto-lossage-7.mm
 -fno-diagnostics-show-caret  -nostdinc++
-I/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin12.2.0/libstdc++-v3/include/x86_64-apple-darwin12.2.0
-I/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin12.2.0/libstdc++-v3/include
-I/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/libstdc++-v3/libsupc++
-I/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/libstdc++-v3/include/backward
-I/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/libstdc++-v3/testsuite/util
-fmessage-length=0 -fnext-runtime  -ansi -pedantic-errors -Wno-long-long  -S 
-m64 -o proto-lossage-7.s
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/gcc/testsuite/obj-c++.dg/proto-lossage-7.mm:8:9:
error: 'Object' does not name a type
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/gcc/testsuite/obj-c++.dg/proto-lossage-7.mm:9:9:
error: 'Object' does not name a type
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/gcc/testsuite/obj-c++.dg/proto-lossage-7.mm:
In function 'int main()':
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/gcc/testsuite/obj-c++.dg/proto-lossage-7.mm:21:5:
error: 'CanDoStuffTypePtr' was not declared in this scope
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/gcc/testsuite/obj-c++.dg/proto-lossage-7.mm:21:24:
error: expected ';' before 'dice'
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/gcc/testsuite/obj-c++.dg/proto-lossage-7.mm:22:5:
error: 'CanDoStuffType' was not declared in this scope
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/gcc/testsuite/obj-c++.dg/proto-lossage-7.mm:22:24:
error: 'nodice' was not declared in this scope
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/gcc/testsuite/obj-c++.dg/proto-lossage-7.mm:24:14:
error: 'dice' was not declared in this scope
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/gcc/testsuite/obj-c++.dg/proto-lossage-7.mm:25:28:
internal compiler error: tree check: expected class 'type', have 'exceptional'
(error_mark) in gen_type_name_0, at objc/objc-act.c:8961

/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/gcc/testsuite/obj-c++.dg/proto-lossage-7.mm:25:28:
internal compiler error: Abort trap: 6
xg++: internal compiler error: Abort trap: 6 (program cc1objplus)
Abort


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]