This is the mail archive of the gcc-testresults@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]

Results for 4.8.0 20130216 (experimental) [trunk revision 196102p3] (GCC) testsuite on powerpc-apple-darwin9.8.0


LAST_UPDATED: Updated Sat Feb 16 14:09:43 CET 2013 to revision 196102
with the patch at http://gcc.gnu.org/bugzilla/attachment.cgi?id=26370,
a patch for libffi (from Iain Sandoe):
Index: libffi/src/powerpc/darwin_closure.S
===================================================================
--- libffi/src/powerpc/darwin_closure.S	(revision 185095)
+++ libffi/src/powerpc/darwin_closure.S	(working copy)
@@ -466,14 +466,10 @@ Lendcode:
 /* 176, 400 */
 #define EH_FRAME_OFFSETA MODE_CHOICE(176,0x90)
 #define EH_FRAME_OFFSETB MODE_CHOICE(1,3)
+#define EH_FRAME_LABEL MODE_CHOICE(LEH_frame1,EH_frame1)
 
-	.static_data
-	.align LOG2_GPR_BYTES
-LLFB1$non_lazy_ptr:
-	.g_long Lstartcode
-
 	.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
-EH_frame1:
+EH_FRAME_LABEL:
 	.set	L$set$0,LECIE1-LSCIE1
 	.long	L$set$0	; Length of Common Information Entry
 LSCIE1:
@@ -484,7 +480,7 @@ LSCIE1:
 	.byte	EH_DATA_ALIGN_FACT ; sleb128 -4; CIE Data Alignment Factor
 	.byte	0x41	; CIE RA Column
 	.byte	0x1	; uleb128 0x1; Augmentation size
-	.byte	0x10	; FDE Encoding (indirect pcrel)
+	.byte	0x10	; FDE Encoding (pcrel)
 	.byte	0xc	; DW_CFA_def_cfa
 	.byte	0x1	; uleb128 0x1
 	.byte	0x0	; uleb128 0x0
@@ -497,8 +493,8 @@ LSFDE1:
 	.long	L$set$1	; FDE Length
 
 LASFDE1:
-	.long	LASFDE1-EH_frame1	; FDE CIE offset
-	.g_long	LLFB1$non_lazy_ptr-.	; FDE initial location
+	.long	LASFDE1-EH_FRAME_LABEL	; FDE CIE offset
+	.g_long	Lstartcode-.	; FDE initial location
 	.set	L$set$3,LFE1-Lstartcode
 	.g_long	L$set$3	; FDE address range
 	.byte   0x0     ; uleb128 0x0; Augmentation size
Index: libffi/src/powerpc/darwin.S
===================================================================
--- libffi/src/powerpc/darwin.S	(revision 185095)
+++ libffi/src/powerpc/darwin.S	(working copy)
@@ -317,14 +317,10 @@ _ffi_call_AIX:
 /* EH stuff.  */
 
 #define EH_DATA_ALIGN_FACT MODE_CHOICE(0x7c,0x78)
+#define EH_FRAME_LABEL MODE_CHOICE(LEH_frame1,EH_frame1)
 
-	.static_data
-	.align LOG2_GPR_BYTES
-LLFB0$non_lazy_ptr:
-	.g_long Lstartcode
-
 	.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
-EH_frame1:
+EH_FRAME_LABEL:
 	.set	L$set$0,LECIE1-LSCIE1
 	.long	L$set$0	; Length of Common Information Entry
 LSCIE1:
@@ -335,7 +331,7 @@ LSCIE1:
 	.byte	EH_DATA_ALIGN_FACT ; sleb128 -4; CIE Data Alignment Factor
 	.byte	0x41	; CIE RA Column
 	.byte	0x1	; uleb128 0x1; Augmentation size
-	.byte	0x10	; FDE Encoding (indirect pcrel)
+	.byte	0x10	; FDE Encoding (pcrel)
 	.byte	0xc	; DW_CFA_def_cfa
 	.byte	0x1	; uleb128 0x1
 	.byte	0x0	; uleb128 0x0
@@ -348,8 +344,8 @@ LSFDE1:
 	.set	L$set$1,LEFDE1-LASFDE1
 	.long	L$set$1	; FDE Length
 LASFDE1:
-	.long	LASFDE1-EH_frame1 ; FDE CIE offset
-	.g_long	LLFB0$non_lazy_ptr-.	; FDE initial location
+	.long	LASFDE1-EH_FRAME_LABEL ; FDE CIE offset
+	.g_long	Lstartcode-.	; FDE initial location
 	.set	L$set$3,LFE1-Lstartcode
 	.g_long	L$set$3	; FDE address range
 	.byte   0x0     ; uleb128 0x0; Augmentation size
and various fixes in the test suite.

		=== acats tests ===
FAIL:	c52103x
FAIL:	c52104x
FAIL:	c52104y

		=== acats Summary ===
# of expected passes		2317
# of unexpected failures	3
Native configuration is powerpc-apple-darwin9.8.0

		=== g++ tests ===


Running target unix/-m32
FAIL: g++.dg/ext/alignof2.C -std=c++98 execution test
FAIL: g++.dg/ext/alignof2.C -std=c++11 execution test

		=== g++ Summary for unix/-m32 ===

# of expected passes		50020
# of unexpected failures	2
# of expected failures		294
# of unsupported tests		847

Running target unix/-m64

		=== g++ Summary for unix/-m64 ===

# of expected passes		51262
# of expected failures		294
# of unsupported tests		837

		=== g++ Summary ===

# of expected passes		101282
# of unexpected failures	2
# of expected failures		588
# of unsupported tests		1684
/opt/gcc/darwin_buildw/gcc/testsuite/g++/../../xg++  version 4.8.0 20130216 (experimental) [trunk revision 196102p3] (GCC) 

		=== gcc tests ===


Running target unix/-m32
FAIL: gcc.dg/debug/dwarf2/pr53948.c scan-assembler .loc 1 8 0|[#/!][ \\t]+line 8
FAIL: gcc.dg/and-1.c scan-assembler-not nand
FAIL: gcc.dg/atomic-flag.c execution test
FAIL: gcc.dg/pr56228.c (test for excess errors)
FAIL: gcc.dg/tree-ssa/sra-12.c scan-tree-dump-times release_ssa "l;" 0
FAIL: gcc.dg/tree-ssa/ssa-dom-thread-4.c scan-tree-dump-times dom1 "Threaded" 3
FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times vrp1 "[xy][^ ]* !=" 0
FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times dom2 "x[^ ]* & y" 1
FAIL: gcc.dg/vect/slp-widen-mult-half.c execution test
FAIL: gcc.dg/vect/slp-widen-mult-half.c -flto execution test
FAIL: gcc.target/powerpc/405-dlmzb-strlen-1.c scan-assembler dlmzb\\\\. 
FAIL: gcc.target/powerpc/440-dlmzb-strlen-1.c scan-assembler dlmzb\\\\. 
UNRESOLVED: gcc.target/powerpc/dfmode_off.c object-size text == 320
UNRESOLVED: gcc.target/powerpc/dimode_off.c object-size text <= 640
FAIL: gcc.target/powerpc/ppc-vector-memcpy.c scan-assembler lvx
UNRESOLVED: gcc.target/powerpc/tfmode_off.c object-size text == 544

		=== gcc Summary for unix/-m32 ===

# of expected passes		85501
# of unexpected failures	13
# of expected failures		226
# of unresolved testcases	3
# of unsupported tests		1497

Running target unix/-m64
FAIL: gcc.c-torture/execute/va-arg-4.c execution,  -O1 
FAIL: gcc.c-torture/execute/va-arg-4.c execution,  -Og -g 
FAIL: gcc.dg/debug/dwarf2/pr53948.c scan-assembler .loc 1 8 0|[#/!][ \\t]+line 8
FAIL: gcc.dg/and-1.c scan-assembler-not nand
FAIL: gcc.dg/darwin-segaddr.c execution test
FAIL: gcc.dg/pr44194-1.c scan-rtl-dump dse1 "global deletions = (2|3)"
FAIL: gcc.dg/pr44194-1.c scan-rtl-dump-not final "insn [^\\n]*set \\\\(mem"
FAIL: gcc.dg/pr56228.c (test for excess errors)
FAIL: gcc.dg/tree-ssa/ssa-dom-thread-4.c scan-tree-dump-times dom1 "Threaded" 3
FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times vrp1 "[xy][^ ]* !=" 0
FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times dom2 "x[^ ]* & y" 1
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c scan-tree-dump-times vect "vectorization not profitable" 1
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/slp-widen-mult-half.c execution test
FAIL: gcc.dg/vect/slp-widen-mult-half.c -flto execution test
UNRESOLVED: gcc.target/powerpc/dfmode_off.c object-size text == 320
UNRESOLVED: gcc.target/powerpc/dimode_off.c object-size text == 440
FAIL: gcc.target/powerpc/optimize-bswapdi-3.c scan-assembler ldbrx
FAIL: gcc.target/powerpc/optimize-bswapdi-3.c scan-assembler stdbrx
FAIL: gcc.target/powerpc/ppc-vector-memcpy.c scan-assembler lvx
UNRESOLVED: gcc.target/powerpc/tfmode_off.c object-size text == 544
UNRESOLVED: gcc.target/powerpc/timode_off.c object-size text <= 700

		=== gcc Summary for unix/-m64 ===

# of expected passes		86105
# of unexpected failures	18
# of expected failures		242
# of unresolved testcases	4
# of unsupported tests		1517

		=== gcc Summary ===

# of expected passes		171606
# of unexpected failures	31
# of expected failures		468
# of unresolved testcases	7
# of unsupported tests		3014
/opt/gcc/darwin_buildw/gcc/xgcc  version 4.8.0 20130216 (experimental) [trunk revision 196102p3] (GCC) 

		=== gfortran tests ===


Running target unix/-m32
FAIL: gfortran.dg/large_real_kind_3.F90  -O0  execution test
FAIL: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o link, -O0 -flto -flto-partition=none  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o execute -O0 -flto -flto-partition=none 
FAIL: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o link, -O0 -flto -flto-partition=1to1  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o execute -O0 -flto -flto-partition=1to1 
FAIL: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o link, -O0 -flto  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o execute -O0 -flto 
FAIL: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o link, -O0 -flto -flto-partition=none  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o execute -O0 -flto -flto-partition=none 
FAIL: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o link, -O0 -flto -flto-partition=1to1  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o execute -O0 -flto -flto-partition=1to1 
FAIL: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o link, -O0 -flto  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o execute -O0 -flto 

		=== gfortran Summary for unix/-m32 ===

# of expected passes		42943
# of unexpected failures	7
# of expected failures		90
# of unresolved testcases	6
# of unsupported tests		248

Running target unix/-m64
FAIL: gfortran.dg/large_real_kind_3.F90  -O0  execution test
FAIL: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o link, -O0 -flto -flto-partition=none  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o execute -O0 -flto -flto-partition=none 
FAIL: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o link, -O0 -flto -flto-partition=1to1  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o execute -O0 -flto -flto-partition=1to1 
FAIL: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o link, -O0 -flto  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o execute -O0 -flto 
FAIL: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o link, -O0 -flto -flto-partition=none  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o execute -O0 -flto -flto-partition=none 
FAIL: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o link, -O0 -flto -flto-partition=1to1  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o execute -O0 -flto -flto-partition=1to1 
FAIL: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o link, -O0 -flto  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o execute -O0 -flto 

		=== gfortran Summary for unix/-m64 ===

# of expected passes		43270
# of unexpected failures	7
# of expected failures		95
# of unresolved testcases	6
# of unsupported tests		87

		=== gfortran Summary ===

# of expected passes		86213
# of unexpected failures	14
# of expected failures		185
# of unresolved testcases	12
# of unsupported tests		335
/opt/gcc/darwin_buildw/gcc/testsuite/gfortran/../../gfortran  version 4.8.0 20130216 (experimental) [trunk revision 196102p3] (GCC) 

		=== gnat tests ===


Running target unix/-m32
FAIL: gnat.dg/alignment8.adb execution test
FAIL: gnat.dg/lto13.adb (test for excess errors)

		=== gnat Summary for unix/-m32 ===

# of expected passes		1142
# of unexpected failures	2
# of expected failures		17
# of unsupported tests		11

Running target unix/-m64
FAIL: gnat.dg/lto13.adb (test for excess errors)

		=== gnat Summary for unix/-m64 ===

# of expected passes		1143
# of unexpected failures	1
# of expected failures		17
# of unsupported tests		11

		=== gnat Summary ===

# of expected passes		2285
# of unexpected failures	3
# of expected failures		34
# of unsupported tests		22
/opt/gcc/darwin_buildw/gcc/gnatmake version 4.8.0 20130216 (experimental) [trunk revision 196102p3]

		=== obj-c++ tests ===


Running target unix/-m32

		=== obj-c++ Summary for unix/-m32 ===

# of expected passes		3159
# of expected failures		2
# of unsupported tests		68

Running target unix/-m64

		=== obj-c++ Summary for unix/-m64 ===

# of expected passes		3109
# of expected failures		19
# of unsupported tests		73

		=== obj-c++ Summary ===

# of expected passes		6268
# of expected failures		21
# of unsupported tests		141
/opt/gcc/darwin_buildw/gcc/testsuite/obj-c++/../../xg++  version 4.8.0 20130216 (experimental) [trunk revision 196102p3] (GCC) 

		=== objc tests ===


Running target unix/-m32
FAIL: objc.dg/exceptions-2.m -fnext-runtime execution test

		=== objc Summary for unix/-m32 ===

# of expected passes		5988
# of unexpected failures	1
# of expected failures		4
# of unsupported tests		84

Running target unix/-m64

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

# of expected passes		6059
# of expected failures		8
# of unsupported tests		91

		=== objc Summary ===

# of expected passes		12047
# of unexpected failures	1
# of expected failures		12
# of unsupported tests		175
/opt/gcc/darwin_buildw/gcc/xgcc  version 4.8.0 20130216 (experimental) [trunk revision 196102p3] (GCC) 

		=== boehm-gc tests ===


Running target unix/-m32

		=== boehm-gc Summary for unix/-m32 ===

# of expected passes		12
# of unsupported tests		1

Running target unix/-m64

		=== boehm-gc Summary for unix/-m64 ===

# of expected passes		12
# of unsupported tests		1

		=== boehm-gc Summary ===

# of expected passes		24
# of unsupported tests		2
		=== libatomic tests ===


Running target unix/-m32

		=== libatomic Summary for unix/-m32 ===

# of expected passes		34
# of unsupported tests		10

Running target unix/-m64

		=== libatomic Summary for unix/-m64 ===

# of expected passes		44
# of unsupported tests		5

		=== libatomic Summary ===

# of expected passes		78
# of unsupported tests		15
		=== libffi tests ===


Running target unix/-m32
FAIL: libffi.call/nested_struct5.c -O0 -W -Wall execution test
FAIL: libffi.call/nested_struct5.c -O2 execution test
FAIL: libffi.call/nested_struct5.c -O3 execution test
FAIL: libffi.call/nested_struct5.c -Os execution test
FAIL: libffi.call/nested_struct5.c -O2 -fomit-frame-pointer execution test

		=== libffi Summary for unix/-m32 ===

# of expected passes		1809
# of unexpected failures	5
# of unsupported tests		55

Running target unix/-m64
FAIL: libffi.call/cls_struct_va1.c -O0 -W -Wall output pattern test, is 4 5 6 10 11 12 13 14 20 21
FAIL: libffi.call/cls_uint_va.c -O0 -W -Wall output pattern test, is 67: 67 4
FAIL: libffi.call/va_1.c -O0 -W -Wall output pattern test, is 5 6 10 11 12 13 14 7 8 uc=9 sc=10 11 12 13 14 15 16 2.120000 3.130000
FAIL: libffi.call/va_struct1.c -O0 -W -Wall output pattern test, is 5 6 10 11 12 13 14 7 8
FAIL: libffi.call/cls_struct_va1.c -O2 output pattern test, is 4 5 6 10 11 12 13 14 20 21
FAIL: libffi.call/cls_uint_va.c -O2 output pattern test, is 67: 67 4
FAIL: libffi.call/va_1.c -O2 output pattern test, is 5 6 10 11 12 13 14 7 8 uc=9 sc=10 11 12 13 14 15 16 2.120000 3.130000
FAIL: libffi.call/va_struct1.c -O2 output pattern test, is 5 6 10 11 12 13 14 7 8
FAIL: libffi.call/cls_struct_va1.c -O3 output pattern test, is 4 5 6 10 11 12 13 14 20 21
FAIL: libffi.call/cls_uint_va.c -O3 output pattern test, is 67: 67 4
FAIL: libffi.call/va_1.c -O3 output pattern test, is 5 6 10 11 12 13 14 7 8 uc=9 sc=10 11 12 13 14 15 16 2.120000 3.130000
FAIL: libffi.call/va_struct1.c -O3 output pattern test, is 5 6 10 11 12 13 14 7 8
FAIL: libffi.call/cls_struct_va1.c -Os output pattern test, is 4 5 6 10 11 12 13 14 20 21
FAIL: libffi.call/cls_uint_va.c -Os output pattern test, is 67: 67 4
FAIL: libffi.call/va_1.c -Os output pattern test, is 5 6 10 11 12 13 14 7 8 uc=9 sc=10 11 12 13 14 15 16 2.120000 3.130000
FAIL: libffi.call/va_struct1.c -Os output pattern test, is 5 6 10 11 12 13 14 7 8
FAIL: libffi.call/cls_struct_va1.c -O2 -fomit-frame-pointer output pattern test, is 4 5 6 10 11 12 13 14 20 21
FAIL: libffi.call/cls_uint_va.c -O2 -fomit-frame-pointer output pattern test, is 67: 67 4
FAIL: libffi.call/va_1.c -O2 -fomit-frame-pointer output pattern test, is 5 6 10 11 12 13 14 7 8 uc=9 sc=10 11 12 13 14 15 16 2.120000 3.130000
FAIL: libffi.call/va_struct1.c -O2 -fomit-frame-pointer output pattern test, is 5 6 10 11 12 13 14 7 8

		=== libffi Summary for unix/-m64 ===

# of expected passes		1799
# of unexpected failures	20
# of unsupported tests		55

		=== libffi Summary ===

# of expected passes		3608
# of unexpected failures	25
# of unsupported tests		110
		=== libgomp tests ===


Running target unix/-m32

		=== libgomp Summary for unix/-m32 ===

# of expected passes		2992
# of unsupported tests		3

Running target unix/-m64

		=== libgomp Summary for unix/-m64 ===

# of expected passes		2992
# of unsupported tests		3

		=== libgomp Summary ===

# of expected passes		5984
# of unsupported tests		6
		=== libitm tests ===


Running target unix/-m32

		=== libitm Summary for unix/-m32 ===

# of expected passes		26
# of expected failures		3
# of unsupported tests		1

Running target unix/-m64

		=== libitm Summary for unix/-m64 ===

# of expected passes		26
# of expected failures		3
# of unsupported tests		1

		=== libitm Summary ===

# of expected passes		52
# of expected failures		6
# of unsupported tests		2
		=== libjava tests ===


Running target unix/-m32
FAIL: Thread_Sleep_2 output - source compiled test
FAIL: Thread_Sleep_2 -findirect-dispatch output - source compiled test
FAIL: Thread_Sleep_2 -O3 output - source compiled test
FAIL: Thread_Sleep_2 -O3 -findirect-dispatch output - source compiled test
FAIL: sourcelocation output - source compiled test
FAIL: sourcelocation -findirect-dispatch output - source compiled test
FAIL: sourcelocation -O3 output - source compiled test
FAIL: sourcelocation -O3 -findirect-dispatch output - source compiled test

		=== libjava Summary for unix/-m32 ===

# of expected passes		2578
# of unexpected failures	8

Running target unix/-m64
FAIL: PR16923 output
FAIL: Thread_Sleep_2 output - source compiled test
FAIL: Thread_Sleep_2 -findirect-dispatch output - source compiled test
FAIL: Thread_Sleep_2 -O3 output - source compiled test
FAIL: Thread_Sleep_2 -O3 -findirect-dispatch output - source compiled test
FAIL: sourcelocation output - source compiled test
FAIL: sourcelocation -findirect-dispatch output - source compiled test
FAIL: sourcelocation -O3 output - source compiled test
FAIL: sourcelocation -O3 -findirect-dispatch output - source compiled test

		=== libjava Summary for unix/-m64 ===

# of expected passes		2577
# of unexpected failures	9

		=== libjava Summary ===

# of expected passes		5155
# of unexpected failures	17
		=== libstdc++ tests ===


Running target unix/-m32

		=== libstdc++ Summary for unix/-m32 ===

# of expected passes		8049
# of expected failures		45
# of unsupported tests		648

Running target unix/-m64

		=== libstdc++ Summary for unix/-m64 ===

# of expected passes		8047
# of expected failures		45
# of unsupported tests		649

		=== libstdc++ Summary ===

# of expected passes		16096
# of expected failures		90
# of unsupported tests		1297

Compiler version: 4.8.0 20130216 (experimental) [trunk revision 196102p3] (GCC) 
Platform: powerpc-apple-darwin9.8.0
configure flags: --prefix=/opt/gcc/gcc4.8w --enable-languages=c,c++,fortran,objc,obj-c++,java,ada,lto --with-gmp=/opt/mp --with-system-zlib --with-isl=/opt/mp --enable-lto --enable-plugin --enable-build-with-cxx


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