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 20120524 (experimental) (GCC) testsuite on x86_64-apple-darwin12.0.0


r187854 with...

Index: gcc/doc/tm.texi
===================================================================
--- gcc/doc/tm.texi	(revision 187856)
+++ gcc/doc/tm.texi	(working copy)
@@ -9493,6 +9493,10 @@ tables, and hence is desirable if it wor
 True if the @code{.debug_pubtypes} and @code{.debug_pubnames} sections should be emitted.  These sections are not used on most platforms, and in particular GDB does not use them.
 @end deftypevr
 
+@deftypevr {Target Hook} bool TARGET_FORCE_AT_COMP_DIR
+True if the @code{AT_comp_dir} attribute should be emitted for each  compilation unit.  This attribute is required for the darwin linker  to emit debug information.
+@end deftypevr
+
 @deftypevr {Target Hook} bool TARGET_DELAY_SCHED2
 True if sched2 is not to be run at its normal place.  This usually means it will be run as part of machine-specific reorg.
 @end deftypevr
Index: gcc/doc/tm.texi.in
===================================================================
--- gcc/doc/tm.texi.in	(revision 187856)
+++ gcc/doc/tm.texi.in	(working copy)
@@ -9392,6 +9392,8 @@ tables, and hence is desirable if it wor
 
 @hook TARGET_WANT_DEBUG_PUB_SECTIONS
 
+@hook TARGET_FORCE_AT_COMP_DIR
+
 @hook TARGET_DELAY_SCHED2
 
 @hook TARGET_DELAY_VARTRACK
Index: gcc/target.def
===================================================================
--- gcc/target.def	(revision 187856)
+++ gcc/target.def	(working copy)
@@ -2749,6 +2749,13 @@ DEFHOOKPOD
  bool, false)
 
 DEFHOOKPOD
+(force_at_comp_dir,
+ "True if the @code{AT_comp_dir} attribute should be emitted for each \
+ compilation unit.  This attribute is required for the darwin linker \
+ to emit debug information.",
+ bool, false)
+
+DEFHOOKPOD
 (delay_sched2, "True if sched2 is not to be run at its normal place.  \
 This usually means it will be run as part of machine-specific reorg.",
 bool, false)
Index: gcc/dwarf2out.c
===================================================================
--- gcc/dwarf2out.c	(revision 187856)
+++ gcc/dwarf2out.c	(working copy)
@@ -21949,7 +21949,7 @@ dwarf2out_finish (const char *filename)
   /* Add the name for the main input file now.  We delayed this from
      dwarf2out_init to avoid complications with PCH.  */
   add_name_attribute (comp_unit_die (), remap_debug_filename (filename));
-  if (!IS_ABSOLUTE_PATH (filename))
+  if (!IS_ABSOLUTE_PATH (filename) || targetm.force_at_comp_dir)
     add_comp_dir_attribute (comp_unit_die ());
   else if (get_AT (comp_unit_die (), DW_AT_comp_dir) == NULL)
     {
Index: gcc/config/darwin.h
===================================================================
--- gcc/config/darwin.h	(revision 187856)
+++ gcc/config/darwin.h	(working copy)
@@ -356,7 +356,9 @@ extern GTY(()) int darwin_ms_struct;
      %{!Zbundle:%{pg:%{static:-lgcrt0.o}				    \
                      %{!static:%{object:-lgcrt0.o}			    \
                                %{!object:%{preload:-lgcrt0.o}		    \
-                                 %{!preload:-lgcrt1.o %(darwin_crt2)}}}}    \
+                                 %{!preload:-lgcrt1.o                       \
+                                 %:version-compare(>= 10.8 mmacosx-version-min= -no_new_main) \
+                                 %(darwin_crt2)}}}}    \
                 %{!pg:%{static:-lcrt0.o}				    \
                       %{!static:%{object:-lcrt0.o}			    \
                                 %{!object:%{preload:-lcrt0.o}		    \
@@ -379,7 +381,7 @@ extern GTY(()) int darwin_ms_struct;
 #define DARWIN_CRT1_SPEC						\
   "%:version-compare(!> 10.5 mmacosx-version-min= -lcrt1.o)		\
    %:version-compare(>< 10.5 10.6 mmacosx-version-min= -lcrt1.10.5.o)	\
-   %:version-compare(>= 10.6 mmacosx-version-min= -lcrt1.10.6.o)	\
+   %:version-compare(>< 10.6 10.8 mmacosx-version-min= -lcrt1.10.6.o)	\
    %{fgnu-tm: -lcrttms.o}"
 
 /* Default Darwin ASM_SPEC, very simple.  */
@@ -414,6 +416,8 @@ extern GTY(()) int darwin_ms_struct;
 
 #define TARGET_WANT_DEBUG_PUB_SECTIONS true
 
+#define TARGET_FORCE_AT_COMP_DIR true
+
 /* When generating stabs debugging, use N_BINCL entries.  */
 
 #define DBX_USE_BINCL

Native configuration is x86_64-apple-darwin12.0.0

		=== g++ tests ===


Running target unix/-m32
WARNING: g++.dg/ext/label13.C -std=gnu++98 compilation failed to produce executable
WARNING: g++.dg/ext/label13.C -std=gnu++11 compilation failed to produce executable
FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++98 (internal compiler error)
FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++98  (test for errors, line 21)
FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++98  (test for errors, line 22)
FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++98 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++11 (internal compiler error)
FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++11  (test for errors, line 21)
FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++11  (test for errors, line 22)
FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++11 (test for excess errors)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O0  (internal compiler error)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O0  (test for excess errors)
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+4\\n
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+10\\n
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O1  (internal compiler error)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O1  (test for excess errors)
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+4\\n
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+10\\n
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O2  (internal compiler error)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O2  (test for excess errors)
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+4\\n
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+10\\n
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+4\\n
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+10\\n
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O3 -g  (internal compiler error)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O3 -g  (test for excess errors)
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+4\\n
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+10\\n
FAIL: g++.dg/torture/darwin-cfstring-3.C  -Os  (internal compiler error)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+4\\n
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+10\\n
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O2 -flto -flto-partition=none  (internal compiler error)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O2 -flto -flto-partition=none  (test for excess errors)
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+4\\n
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+10\\n
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O2 -flto  (internal compiler error)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O2 -flto  (test for excess errors)
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+4\\n
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+10\\n

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

# of expected passes		47578
# of unexpected failures	24
# of expected failures		286
# of unresolved testcases	16
# of unsupported tests		396

Running target unix/-m64
WARNING: g++.dg/ext/label13.C -std=gnu++98 compilation failed to produce executable
WARNING: g++.dg/ext/label13.C -std=gnu++11 compilation failed to produce executable
FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++98 (internal compiler error)
FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++98  (test for errors, line 21)
FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++98  (test for errors, line 22)
FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++98 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++11 (internal compiler error)
FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++11  (test for errors, line 21)
FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++11  (test for errors, line 22)
FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++11 (test for excess errors)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O0  (internal compiler error)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O0  (test for excess errors)
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t4\\n
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t10\\n
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O1  (internal compiler error)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O1  (test for excess errors)
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t4\\n
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t10\\n
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O2  (internal compiler error)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O2  (test for excess errors)
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t4\\n
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t10\\n
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t4\\n
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t10\\n
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O3 -g  (internal compiler error)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O3 -g  (test for excess errors)
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t4\\n
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t10\\n
FAIL: g++.dg/torture/darwin-cfstring-3.C  -Os  (internal compiler error)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t4\\n
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t10\\n
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O2 -flto -flto-partition=none  (internal compiler error)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O2 -flto -flto-partition=none  (test for excess errors)
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t4\\n
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t10\\n
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O2 -flto  (internal compiler error)
FAIL: g++.dg/torture/darwin-cfstring-3.C  -O2 -flto  (test for excess errors)
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t4\\n
UNRESOLVED: g++.dg/torture/darwin-cfstring-3.C scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t10\\n

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

# of expected passes		48375
# of unexpected failures	24
# of expected failures		286
# of unresolved testcases	16
# of unsupported tests		622

		=== g++ Summary ===

# of expected passes		95953
# of unexpected failures	48
# of expected failures		572
# of unresolved testcases	32
# of unsupported tests		1018
/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/testsuite/g++/../../g++  version 4.8.0 20120524 (experimental) (GCC) 

		=== gcc tests ===


Running target unix/-m32
XPASS: gcc.dg/Wstrict-overflow-18.c  (test for bogus messages, line 20)
FAIL: gcc.dg/darwin-cfstring-1.c  (test for errors, line 24)
FAIL: gcc.dg/darwin-cfstring-1.c  (test for errors, line 25)
FAIL: gcc.dg/darwin-cfstring-1.c (test for excess errors)
FAIL: gcc.dg/darwin-cfstring-2.c built-in function .* requires .* flag (test for errors, line 11)
FAIL: gcc.dg/darwin-cfstring-2.c (test for excess errors)
FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_1.o assemble, -O0 -flto -flto-partition=none 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link -O0 -flto -flto-partition=none 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o execute -O0 -flto -flto-partition=none 
FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_1.o assemble, -O2 -flto -flto-partition=none 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link -O2 -flto -flto-partition=none 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o execute -O2 -flto -flto-partition=none 
FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_1.o assemble, -O0 -flto -flto-partition=1to1 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link -O0 -flto -flto-partition=1to1 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o execute -O0 -flto -flto-partition=1to1 
FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_1.o assemble, -O2 -flto -flto-partition=1to1 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link -O2 -flto -flto-partition=1to1 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o execute -O2 -flto -flto-partition=1to1 
FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_1.o assemble, -O0 -flto 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link -O0 -flto 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o execute -O0 -flto 
FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_1.o assemble, -O2 -flto
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link -O2 -flto
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o execute -O2 -flto
FAIL: gcc.dg/matrix/transpose-3.c execution,    -fprofile-use -fipa-matrix-reorg -fdump-ipa-matrix-reorg -O3 -fwhole-program -fno-tree-fre
FAIL: gcc.dg/torture/darwin-cfstring-3.c  -O0  (test for excess errors)
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+4\\n
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+10\\n
FAIL: gcc.dg/torture/darwin-cfstring-3.c  -O1  (test for excess errors)
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+4\\n
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+10\\n
FAIL: gcc.dg/torture/darwin-cfstring-3.c  -O2  (test for excess errors)
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+4\\n
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+10\\n
FAIL: gcc.dg/torture/darwin-cfstring-3.c  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+4\\n
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+10\\n
FAIL: gcc.dg/torture/darwin-cfstring-3.c  -O3 -g  (test for excess errors)
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+4\\n
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+10\\n
FAIL: gcc.dg/torture/darwin-cfstring-3.c  -Os  (test for excess errors)
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+4\\n
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+10\\n
FAIL: gcc.dg/torture/darwin-cfstring-3.c  -O2 -flto -flto-partition=none  (test for excess errors)
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+4\\n
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+10\\n
FAIL: gcc.dg/torture/darwin-cfstring-3.c  -O2 -flto  (test for excess errors)
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+4\\n
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler \\\\.long[ \\\\t]+___CFConstantStringClassReference\\n[ \\\\t]*\\\\.long[ \\\\t]+1992\\n[ \\\\t]*\\\\.long[ \\\\t]+LC.*\\n[ \\\\t]*\\\\.long[ \\\\t]+10\\n
FAIL: gcc.dg/torture/pr51106-2.c  -O0  (internal compiler error)
FAIL: gcc.dg/torture/pr51106-2.c  -O0  (test for excess errors)
FAIL: gcc.dg/torture/pr51106-2.c  -O1  (internal compiler error)
FAIL: gcc.dg/torture/pr51106-2.c  -O1  (test for excess errors)
FAIL: gcc.dg/torture/pr51106-2.c  -O2  (internal compiler error)
FAIL: gcc.dg/torture/pr51106-2.c  -O2  (test for excess errors)
FAIL: gcc.dg/torture/pr51106-2.c  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gcc.dg/torture/pr51106-2.c  -O3 -fomit-frame-pointer  (test for excess errors)
FAIL: gcc.dg/torture/pr51106-2.c  -O3 -g  (internal compiler error)
FAIL: gcc.dg/torture/pr51106-2.c  -O3 -g  (test for excess errors)
FAIL: gcc.dg/torture/pr51106-2.c  -Os  (internal compiler error)
FAIL: gcc.dg/torture/pr51106-2.c  -Os  (test for excess errors)
FAIL: gcc.dg/torture/pr51106-2.c  -O2 -flto -flto-partition=none  (internal compiler error)
FAIL: gcc.dg/torture/pr51106-2.c  -O2 -flto -flto-partition=none  (test for excess errors)
FAIL: gcc.dg/torture/pr51106-2.c  -O2 -flto  (internal compiler error)
FAIL: gcc.dg/torture/pr51106-2.c  -O2 -flto  (test for excess errors)
FAIL: gcc.dg/tree-prof/pr44777.c execution,    -fprofile-generate -D_PROFILE_GENERATE
UNRESOLVED: gcc.dg/tree-prof/pr44777.c compilation,  -fprofile-use -D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/pr44777.c execution,    -fprofile-use -D_PROFILE_USE
FAIL: gcc.dg/tree-prof/pr52027.c compilation,  -fprofile-use -D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/pr52027.c execution,    -fprofile-use -D_PROFILE_USE

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

# of expected passes		82943
# of unexpected failures	38
# of unexpected successes	1
# of expected failures		257
# of unresolved testcases	31
# of unsupported tests		1937

Running target unix/-m64
XPASS: gcc.dg/Wstrict-overflow-18.c  (test for bogus messages, line 20)
FAIL: gcc.dg/darwin-cfstring-1.c  (test for errors, line 24)
FAIL: gcc.dg/darwin-cfstring-1.c  (test for errors, line 25)
FAIL: gcc.dg/darwin-cfstring-1.c (test for excess errors)
FAIL: gcc.dg/darwin-cfstring-2.c built-in function .* requires .* flag (test for errors, line 11)
FAIL: gcc.dg/darwin-cfstring-2.c (test for excess errors)
FAIL: gcc.dg/framework-1.c (test for excess errors)
FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_1.o assemble, -O0 -flto -flto-partition=none 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link -O0 -flto -flto-partition=none 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o execute -O0 -flto -flto-partition=none 
FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_1.o assemble, -O2 -flto -flto-partition=none 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link -O2 -flto -flto-partition=none 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o execute -O2 -flto -flto-partition=none 
FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_1.o assemble, -O0 -flto -flto-partition=1to1 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link -O0 -flto -flto-partition=1to1 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o execute -O0 -flto -flto-partition=1to1 
FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_1.o assemble, -O2 -flto -flto-partition=1to1 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link -O2 -flto -flto-partition=1to1 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o execute -O2 -flto -flto-partition=1to1 
FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_1.o assemble, -O0 -flto 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link -O0 -flto 
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o execute -O0 -flto 
FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_1.o assemble, -O2 -flto
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link -O2 -flto
UNRESOLVED: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o execute -O2 -flto
FAIL: gcc.dg/matrix/transpose-3.c execution,    -fprofile-use -fipa-matrix-reorg -fdump-ipa-matrix-reorg -O3 -fwhole-program -fno-tree-fre
FAIL: gcc.dg/torture/darwin-cfstring-3.c  -O0  (test for excess errors)
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t4\\n
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t10\\n
FAIL: gcc.dg/torture/darwin-cfstring-3.c  -O1  (test for excess errors)
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t4\\n
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t10\\n
FAIL: gcc.dg/torture/darwin-cfstring-3.c  -O2  (test for excess errors)
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t4\\n
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t10\\n
FAIL: gcc.dg/torture/darwin-cfstring-3.c  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t4\\n
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t10\\n
FAIL: gcc.dg/torture/darwin-cfstring-3.c  -O3 -g  (test for excess errors)
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t4\\n
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t10\\n
FAIL: gcc.dg/torture/darwin-cfstring-3.c  -Os  (test for excess errors)
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t4\\n
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t10\\n
FAIL: gcc.dg/torture/darwin-cfstring-3.c  -O2 -flto -flto-partition=none  (test for excess errors)
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t4\\n
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t10\\n
FAIL: gcc.dg/torture/darwin-cfstring-3.c  -O2 -flto  (test for excess errors)
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t4\\n
UNRESOLVED: gcc.dg/torture/darwin-cfstring-3.c scan-assembler .quad\\t___CFConstantStringClassReference\\n\\t.long\\t1992\\n\\t.space 4\\n\\t.quad\\t.*\\n\\t.quad\\t10\\n
FAIL: gcc.dg/torture/pr51106-2.c  -O0  (internal compiler error)
FAIL: gcc.dg/torture/pr51106-2.c  -O0  (test for excess errors)
FAIL: gcc.dg/torture/pr51106-2.c  -O1  (internal compiler error)
FAIL: gcc.dg/torture/pr51106-2.c  -O1  (test for excess errors)
FAIL: gcc.dg/torture/pr51106-2.c  -O2  (internal compiler error)
FAIL: gcc.dg/torture/pr51106-2.c  -O2  (test for excess errors)
FAIL: gcc.dg/torture/pr51106-2.c  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gcc.dg/torture/pr51106-2.c  -O3 -fomit-frame-pointer  (test for excess errors)
FAIL: gcc.dg/torture/pr51106-2.c  -O3 -g  (internal compiler error)
FAIL: gcc.dg/torture/pr51106-2.c  -O3 -g  (test for excess errors)
FAIL: gcc.dg/torture/pr51106-2.c  -Os  (internal compiler error)
FAIL: gcc.dg/torture/pr51106-2.c  -Os  (test for excess errors)
FAIL: gcc.dg/torture/pr51106-2.c  -O2 -flto -flto-partition=none  (internal compiler error)
FAIL: gcc.dg/torture/pr51106-2.c  -O2 -flto -flto-partition=none  (test for excess errors)
FAIL: gcc.dg/torture/pr51106-2.c  -O2 -flto  (internal compiler error)
FAIL: gcc.dg/torture/pr51106-2.c  -O2 -flto  (test for excess errors)
FAIL: gcc.dg/tree-prof/pr34999.c compilation,  -fprofile-use -D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/pr34999.c execution,    -fprofile-use -D_PROFILE_USE
FAIL: gcc.dg/tree-prof/pr52027.c compilation,  -fprofile-use -D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/pr52027.c execution,    -fprofile-use -D_PROFILE_USE
FAIL: gcc.target/i386/pr49866.c (test for excess errors)
FAIL: gcc.target/i386/pr53249.c (test for excess errors)

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

# of expected passes		83179
# of unexpected failures	41
# of unexpected successes	1
# of expected failures		260
# of unresolved testcases	30
# of unsupported tests		2265

		=== gcc Summary ===

# of expected passes		166122
# of unexpected failures	79
# of unexpected successes	2
# of expected failures		517
# of unresolved testcases	61
# of unsupported tests		4202
/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/xgcc  version 4.8.0 20120524 (experimental) (GCC) 

		=== gfortran tests ===


Running target unix/-m32
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		41199
# of unexpected failures	6
# of expected failures		56
# of unresolved testcases	6
# of unsupported tests		210

Running target unix/-m64
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		41486
# of unexpected failures	6
# of expected failures		56
# of unresolved testcases	6
# of unsupported tests		72

		=== gfortran Summary ===

# of expected passes		82685
# of unexpected failures	12
# of expected failures		112
# of unresolved testcases	12
# of unsupported tests		282
/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/testsuite/gfortran/../../gfortran  version 4.8.0 20120524 (experimental) (GCC) 

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


Running target unix/-m32
FAIL: obj-c++.dg/ivar-invalid-type-1.mm -fgnu-runtime (internal compiler error)
FAIL: obj-c++.dg/ivar-invalid-type-1.mm -fgnu-runtime  (test for errors, line 17)
FAIL: obj-c++.dg/ivar-invalid-type-1.mm -fgnu-runtime (test for excess errors)
FAIL: obj-c++.dg/cxx-ivars-3.mm -fnext-runtime execution test
FAIL: obj-c++.dg/gnu-api-2-objc.mm -fnext-runtime execution test
FAIL: obj-c++.dg/ivar-invalid-type-1.mm -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/ivar-invalid-type-1.mm -fnext-runtime  (test for errors, line 17)
FAIL: obj-c++.dg/ivar-invalid-type-1.mm -fnext-runtime (test for excess errors)
FAIL: obj-c++.dg/lto/trivial-1 obj_cpp_lto_trivial-1_0.o-obj_cpp_lto_trivial-1_0.o link, -O0 -flto -fnext-runtime
UNRESOLVED: obj-c++.dg/lto/trivial-1 obj_cpp_lto_trivial-1_0.o-obj_cpp_lto_trivial-1_0.o execute -O0 -flto -fnext-runtime
FAIL: obj-c++.dg/lto/trivial-1 obj_cpp_lto_trivial-1_0.o-obj_cpp_lto_trivial-1_0.o link, -O2 -flto -fnext-runtime
UNRESOLVED: obj-c++.dg/lto/trivial-1 obj_cpp_lto_trivial-1_0.o-obj_cpp_lto_trivial-1_0.o execute -O2 -flto -fnext-runtime
FAIL: obj-c++.dg/lto/trivial-1 obj_cpp_lto_trivial-1_0.o-obj_cpp_lto_trivial-1_0.o link, -O0 -flto -flto-partition=none -fnext-runtime
UNRESOLVED: obj-c++.dg/lto/trivial-1 obj_cpp_lto_trivial-1_0.o-obj_cpp_lto_trivial-1_0.o execute -O0 -flto -flto-partition=none -fnext-runtime
FAIL: obj-c++.dg/lto/trivial-1 obj_cpp_lto_trivial-1_0.o-obj_cpp_lto_trivial-1_0.o link, -O2 -flto -flto-partition=none -fnext-runtime
UNRESOLVED: obj-c++.dg/lto/trivial-1 obj_cpp_lto_trivial-1_0.o-obj_cpp_lto_trivial-1_0.o execute -O2 -flto -flto-partition=none -fnext-runtime
FAIL: obj-c++.dg/strings/const-cfstring-2.mm -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/strings/const-cfstring-2.mm -fnext-runtime  (test for warnings, line 22)
FAIL: obj-c++.dg/strings/const-cfstring-2.mm -fnext-runtime  (test for warnings, line 23)
FAIL: obj-c++.dg/strings/const-cfstring-2.mm -fnext-runtime  (test for warnings, line 25)
FAIL: obj-c++.dg/strings/const-cfstring-2.mm -fnext-runtime  (test for warnings, line 26)
FAIL: obj-c++.dg/strings/const-cfstring-2.mm -fnext-runtime (test for excess errors)
FAIL: obj-c++.dg/torture/trivial.mm  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/trivial.mm  -O2 -flto -flto-partition=none  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/trivial.mm  -O2 -flto  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/trivial.mm  -O2 -flto  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O0  -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O0  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O0  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O1  -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O1  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O1  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2  -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O3 -fomit-frame-pointer  -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O3 -fomit-frame-pointer  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O3 -g  -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O3 -g  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O3 -g  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -Os  -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -Os  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-1.mm  -Os  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2 -flto -flto-partition=none  -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2 -flto -flto-partition=none  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2 -flto  -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2 -flto  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2 -flto  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O0  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O0  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O1  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O1  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O2  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O2  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O3 -fomit-frame-pointer  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O3 -g  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O3 -g  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-3.mm  -Os  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-3.mm  -Os  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O2 -flto -flto-partition=none  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O2 -flto  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O2 -flto  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/string1.mm  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
FAIL: obj-c++.dg/torture/strings/string1.mm  -O2 -flto  -fnext-runtime (test for excess errors)
FAIL: obj-c++.dg/torture/tls/thr-init-3.mm  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/tls/thr-init-3.mm  -O2 -flto -flto-partition=none  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/tls/thr-init-3.mm  -O2 -flto  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/tls/thr-init-3.mm  -O2 -flto  -fnext-runtime compilation failed to produce executable

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

# of expected passes		3098
# of unexpected failures	48
# of expected failures		2
# of unresolved testcases	4
# of unsupported tests		68

Running target unix/-m64
FAIL: obj-c++.dg/ivar-invalid-type-1.mm -fgnu-runtime (internal compiler error)
FAIL: obj-c++.dg/ivar-invalid-type-1.mm -fgnu-runtime  (test for errors, line 17)
FAIL: obj-c++.dg/ivar-invalid-type-1.mm -fgnu-runtime (test for excess errors)
FAIL: obj-c++.dg/gnu-api-2-objc.mm -fnext-runtime execution test
FAIL: obj-c++.dg/ivar-invalid-type-1.mm -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/ivar-invalid-type-1.mm -fnext-runtime  (test for errors, line 17)
FAIL: obj-c++.dg/ivar-invalid-type-1.mm -fnext-runtime (test for excess errors)
FAIL: obj-c++.dg/method-12.mm -fnext-runtime (test for excess errors)
FAIL: obj-c++.dg/proto-lossage-7.mm -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/proto-lossage-7.mm -fnext-runtime (test for excess errors)
FAIL: obj-c++.dg/syntax-error-1.mm -fnext-runtime (test for excess errors)
FAIL: obj-c++.dg/property/at-property-13.mm -fgnu-runtime execution test
FAIL: obj-c++.dg/strings/const-cfstring-2.mm -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/strings/const-cfstring-2.mm -fnext-runtime  (test for warnings, line 22)
FAIL: obj-c++.dg/strings/const-cfstring-2.mm -fnext-runtime  (test for warnings, line 23)
FAIL: obj-c++.dg/strings/const-cfstring-2.mm -fnext-runtime  (test for warnings, line 25)
FAIL: obj-c++.dg/strings/const-cfstring-2.mm -fnext-runtime  (test for warnings, line 26)
FAIL: obj-c++.dg/strings/const-cfstring-2.mm -fnext-runtime (test for excess errors)
FAIL: obj-c++.dg/strings/const-cfstring-5.mm -fnext-runtime (test for excess errors)
FAIL: obj-c++.dg/strings/const-str-12.mm -fnext-runtime (test for excess errors)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O0  -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O0  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O0  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O1  -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O1  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O1  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2  -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O3 -fomit-frame-pointer  -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O3 -fomit-frame-pointer  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O3 -g  -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O3 -g  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O3 -g  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -Os  -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -Os  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-1.mm  -Os  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2 -flto -flto-partition=none  -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2 -flto -flto-partition=none  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2 -flto  -fnext-runtime (internal compiler error)
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2 -flto  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2 -flto  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O0  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O0  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O1  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O1  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O2  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O2  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O3 -fomit-frame-pointer  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O3 -g  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O3 -g  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-3.mm  -Os  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-3.mm  -Os  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O2 -flto -flto-partition=none  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O2 -flto  -fnext-runtime (test for excess errors)
WARNING: obj-c++.dg/torture/strings/const-cfstring-3.mm  -O2 -flto  -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-str-10.mm  -O0  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-10.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-10.mm scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-10.mm  -O1  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-10.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-10.mm scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-10.mm  -O2  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-10.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-10.mm scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-10.mm  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-10.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-10.mm scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-10.mm  -O3 -g  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-10.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-10.mm scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-10.mm  -Os  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-10.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-10.mm scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-10.mm  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-10.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-10.mm scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-10.mm  -O2 -flto  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-10.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-10.mm scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-11.mm  -O0  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-11.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-11.mm scan-assembler .quad\\t_OBJC_CLASS_._XStr\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-11.mm  -O1  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-11.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-11.mm scan-assembler .quad\\t_OBJC_CLASS_._XStr\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-11.mm  -O2  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-11.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-11.mm scan-assembler .quad\\t_OBJC_CLASS_._XStr\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-11.mm  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-11.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-11.mm scan-assembler .quad\\t_OBJC_CLASS_._XStr\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-11.mm  -O3 -g  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-11.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-11.mm scan-assembler .quad\\t_OBJC_CLASS_._XStr\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-11.mm  -Os  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-11.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-11.mm scan-assembler .quad\\t_OBJC_CLASS_._XStr\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-11.mm  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-11.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-11.mm scan-assembler .quad\\t_OBJC_CLASS_._XStr\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-11.mm  -O2 -flto  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-11.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-11.mm scan-assembler .quad\\t_OBJC_CLASS_._XStr\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-9.mm  -O0  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-9.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-9.mm scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-9.mm  -O1  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-9.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-9.mm scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-9.mm  -O2  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-9.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-9.mm scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-9.mm  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-9.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-9.mm scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-9.mm  -O3 -g  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-9.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-9.mm scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-9.mm  -Os  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-9.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-9.mm scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-9.mm  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-9.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-9.mm scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/const-str-9.mm  -O2 -flto  -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-str-9.mm scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: obj-c++.dg/torture/strings/const-str-9.mm scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: obj-c++.dg/torture/strings/string1.mm  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
FAIL: obj-c++.dg/torture/strings/string1.mm  -O2 -flto  -fnext-runtime (test for excess errors)

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

# of expected passes		2987
# of unexpected failures	70
# of expected failures		19
# of unresolved testcases	48
# of unsupported tests		73

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

# of expected passes		6085
# of unexpected failures	118
# of expected failures		21
# of unresolved testcases	52
# of unsupported tests		141
/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/testsuite/obj-c++/../../g++  version 4.8.0 20120524 (experimental) (GCC) 

		=== objc tests ===


Running target unix/-m32
FAIL: objc.dg/gnu-api-2-objc.m -fnext-runtime execution test
FAIL: objc.dg/no-extra-load.m -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/no-extra-load.m scan-assembler-not L_objc_msgSend\\\\\$non_lazy_ptr
FAIL: objc.dg/objc-foreach-4.m -fnext-runtime (test for excess errors)
FAIL: objc.dg/objc-foreach-5.m -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/objc-foreach-5.m scan-assembler _addStuffUp:
FAIL: objc.dg/lto/trivial-1 objc_lto_trivial-1_0.o-objc_lto_trivial-1_0.o link, -O0 -flto -fnext-runtime
UNRESOLVED: objc.dg/lto/trivial-1 objc_lto_trivial-1_0.o-objc_lto_trivial-1_0.o execute -O0 -flto -fnext-runtime
FAIL: objc.dg/lto/trivial-1 objc_lto_trivial-1_0.o-objc_lto_trivial-1_0.o link, -O2 -flto -fnext-runtime
UNRESOLVED: objc.dg/lto/trivial-1 objc_lto_trivial-1_0.o-objc_lto_trivial-1_0.o execute -O2 -flto -fnext-runtime
FAIL: objc.dg/lto/trivial-1 objc_lto_trivial-1_0.o-objc_lto_trivial-1_0.o link, -O0 -flto -flto-partition=none -fnext-runtime
UNRESOLVED: objc.dg/lto/trivial-1 objc_lto_trivial-1_0.o-objc_lto_trivial-1_0.o execute -O0 -flto -flto-partition=none -fnext-runtime
FAIL: objc.dg/lto/trivial-1 objc_lto_trivial-1_0.o-objc_lto_trivial-1_0.o link, -O2 -flto -flto-partition=none -fnext-runtime
UNRESOLVED: objc.dg/lto/trivial-1 objc_lto_trivial-1_0.o-objc_lto_trivial-1_0.o execute -O2 -flto -flto-partition=none -fnext-runtime
FAIL: objc.dg/strings/const-cfstring-2.m -fnext-runtime (internal compiler error)
FAIL: objc.dg/strings/const-cfstring-2.m -fnext-runtime  (test for warnings, line 22)
FAIL: objc.dg/strings/const-cfstring-2.m -fnext-runtime  (test for warnings, line 23)
FAIL: objc.dg/strings/const-cfstring-2.m -fnext-runtime  (test for warnings, line 25)
FAIL: objc.dg/strings/const-cfstring-2.m -fnext-runtime  (test for warnings, line 26)
FAIL: objc.dg/strings/const-cfstring-2.m -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/forward-1.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/forward-1.m  -O2 -flto -flto-partition=none  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/forward-1.m  -O2 -flto  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/forward-1.m  -O2 -flto  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/trivial.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/trivial.m  -O2 -flto -flto-partition=none  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/trivial.m  -O2 -flto  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/trivial.m  -O2 -flto  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O0  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-1.m  -O0  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O1  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-1.m  -O1  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O2  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-1.m  -O2  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-1.m  -O3 -fomit-frame-pointer  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O3 -g  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-1.m  -O3 -g  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-1.m  -Os  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-1.m  -Os  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-1.m  -O2 -flto -flto-partition=none  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O2 -flto  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-1.m  -O2 -flto  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-3.m  -O0  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-3.m  -O0  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-3.m  -O1  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-3.m  -O1  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-3.m  -O2  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-3.m  -O2  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-3.m  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-3.m  -O3 -fomit-frame-pointer  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-3.m  -O3 -g  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-3.m  -O3 -g  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-3.m  -Os  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-3.m  -Os  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-3.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-3.m  -O2 -flto -flto-partition=none  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-3.m  -O2 -flto  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-3.m  -O2 -flto  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/string1.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string1.m  -O2 -flto  -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string2.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string2.m  -O2 -flto  -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string3.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string3.m  -O2 -flto  -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string4.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string4.m  -O2 -flto  -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/tls/thr-init-3.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/tls/thr-init-3.m  -O2 -flto -flto-partition=none  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/tls/thr-init-3.m  -O2 -flto  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/tls/thr-init-3.m  -O2 -flto  -fnext-runtime compilation failed to produce executable

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

# of expected passes		6028
# of unexpected failures	44
# of expected failures		6
# of unresolved testcases	6
# of unsupported tests		85

Running target unix/-m64
FAIL: objc.dg/encode-7-next-64bit.m -fnext-runtime (test for excess errors)
WARNING: objc.dg/encode-7-next-64bit.m -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/gnu-api-2-objc.m -fnext-runtime execution test
FAIL: objc.dg/image-info.m -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/image-info.m scan-assembler \\t.section __DATA, __objc_imageinfo.*\\n\\t.align.*\\nL_OBJC_ImageInfo.*:\\n\\t.long\\t0\\n\\t.long\\t17
FAIL: objc.dg/method-6.m -fnext-runtime (test for excess errors)
FAIL: objc.dg/no-extra-load.m -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/no-extra-load.m scan-assembler-not L_objc_msgSend\\\\\$non_lazy_ptr
FAIL: objc.dg/objc-foreach-4.m -fnext-runtime (test for excess errors)
FAIL: objc.dg/objc-foreach-5.m -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/objc-foreach-5.m scan-assembler _addStuffUp:
FAIL: objc.dg/pr23214.m -fnext-runtime (test for excess errors)
WARNING: objc.dg/pr23214.m -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/proto-lossage-7.m -fnext-runtime (test for excess errors)
FAIL: objc.dg/symtab-1.m -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/symtab-1.m scan-assembler-not L_OBJC_Symbols
FAIL: objc.dg/zero-link-1.m -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/zero-link-1.m scan-assembler-not _OBJC_ClassRef_Base
UNRESOLVED: objc.dg/zero-link-1.m scan-assembler objc_getClass
FAIL: objc.dg/zero-link-2.m -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/zero-link-2.m scan-assembler _OBJC_ClassRef_Base
UNRESOLVED: objc.dg/zero-link-2.m scan-assembler-not objc_getClass
FAIL: objc.dg/zero-link-3.m -fnext-runtime (test for excess errors)
WARNING: objc.dg/zero-link-3.m -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/property/at-property-13.m -fgnu-runtime execution test
FAIL: objc.dg/strings/const-cfstring-2.m -fnext-runtime (internal compiler error)
FAIL: objc.dg/strings/const-cfstring-2.m -fnext-runtime  (test for warnings, line 22)
FAIL: objc.dg/strings/const-cfstring-2.m -fnext-runtime  (test for warnings, line 23)
FAIL: objc.dg/strings/const-cfstring-2.m -fnext-runtime  (test for warnings, line 25)
FAIL: objc.dg/strings/const-cfstring-2.m -fnext-runtime  (test for warnings, line 26)
FAIL: objc.dg/strings/const-cfstring-2.m -fnext-runtime (test for excess errors)
FAIL: objc.dg/strings/const-cfstring-5.m -fnext-runtime (test for excess errors)
FAIL: objc.dg/strings/const-str-12b.m -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O0  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-1.m  -O0  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O1  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-1.m  -O1  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O2  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-1.m  -O2  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-1.m  -O3 -fomit-frame-pointer  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O3 -g  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-1.m  -O3 -g  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-1.m  -Os  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-1.m  -Os  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-1.m  -O2 -flto -flto-partition=none  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O2 -flto  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-1.m  -O2 -flto  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-3.m  -O0  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-3.m  -O0  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-3.m  -O1  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-3.m  -O1  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-3.m  -O2  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-3.m  -O2  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-3.m  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-3.m  -O3 -fomit-frame-pointer  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-3.m  -O3 -g  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-3.m  -O3 -g  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-3.m  -Os  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-3.m  -Os  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-3.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-3.m  -O2 -flto -flto-partition=none  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-cfstring-3.m  -O2 -flto  -fnext-runtime (test for excess errors)
WARNING: objc.dg/torture/strings/const-cfstring-3.m  -O2 -flto  -fnext-runtime compilation failed to produce executable
FAIL: objc.dg/torture/strings/const-str-10.m  -O0  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-10.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-10.m scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-10.m  -O1  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-10.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-10.m scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-10.m  -O2  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-10.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-10.m scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-10.m  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-10.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-10.m scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-10.m  -O3 -g  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-10.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-10.m scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-10.m  -Os  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-10.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-10.m scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-10.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-10.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-10.m scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-10.m  -O2 -flto  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-10.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-10.m scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-11.m  -O0  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-11.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-11.m scan-assembler .quad\\t_OBJC_CLASS_._XStr\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-11.m  -O1  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-11.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-11.m scan-assembler .quad\\t_OBJC_CLASS_._XStr\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-11.m  -O2  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-11.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-11.m scan-assembler .quad\\t_OBJC_CLASS_._XStr\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-11.m  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-11.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-11.m scan-assembler .quad\\t_OBJC_CLASS_._XStr\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-11.m  -O3 -g  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-11.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-11.m scan-assembler .quad\\t_OBJC_CLASS_._XStr\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-11.m  -Os  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-11.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-11.m scan-assembler .quad\\t_OBJC_CLASS_._XStr\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-11.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-11.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-11.m scan-assembler .quad\\t_OBJC_CLASS_._XStr\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-11.m  -O2 -flto  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-11.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-11.m scan-assembler .quad\\t_OBJC_CLASS_._XStr\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-9.m  -O0  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-9.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-9.m scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-9.m  -O1  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-9.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-9.m scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-9.m  -O2  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-9.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-9.m scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-9.m  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-9.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-9.m scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-9.m  -O3 -g  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-9.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-9.m scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-9.m  -Os  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-9.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-9.m scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-9.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-9.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-9.m scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/const-str-9.m  -O2 -flto  -fnext-runtime (test for excess errors)
UNRESOLVED: objc.dg/torture/strings/const-str-9.m scan-assembler .section __DATA, __objc_stringobj
UNRESOLVED: objc.dg/torture/strings/const-str-9.m scan-assembler .quad\\t_OBJC_CLASS_._NSConstantString\\n\\t.quad\\t.*\\n\\t.long\\t5\\n\\t.space
FAIL: objc.dg/torture/strings/string1.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string1.m  -O2 -flto  -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string2.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string2.m  -O2 -flto  -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string3.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string3.m  -O2 -flto  -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string4.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string4.m  -O2 -flto  -fnext-runtime (test for excess errors)

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

# of expected passes		5907
# of unexpected failures	70
# of expected failures		14
# of unresolved testcases	56
# of unsupported tests		91

		=== objc Summary ===

# of expected passes		11935
# of unexpected failures	114
# of expected failures		20
# of unresolved testcases	62
# of unsupported tests		176
/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/xgcc  version 4.8.0 20120524 (experimental) (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		44
# of unsupported tests		5

Running target unix/-m64

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

# of expected passes		54

		=== libatomic Summary ===

# of expected passes		98
# of unsupported tests		5
		=== libffi tests ===


Running target unix/-m32

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

# of expected passes		1659
# of unsupported tests		55

Running target unix/-m64

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

# of expected passes		1659
# of unsupported tests		55

		=== libffi Summary ===

# of expected passes		3318
# 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: PR16923.c compilation

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

# of expected passes		2572
# of unexpected failures	1

Running target unix/-m64
FAIL: PR16923 run
FAIL: Throw_2 execution - source compiled test
FAIL: Throw_2 -findirect-dispatch execution - source compiled test
FAIL: Throw_2 -O3 execution - source compiled test
FAIL: Throw_2 -O3 -findirect-dispatch execution - source compiled test

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

# of expected passes		2565
# of unexpected failures	5
# of untested testcases		5

		=== libjava Summary ===

# of expected passes		5137
# of unexpected failures	6
# of untested testcases		5
		=== libstdc++ tests ===


Running target unix/-m32
FAIL: 17_intro/headers/c++1998/all_pedantic_errors.cc (test for excess errors)

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

# of expected passes		7837
# of unexpected failures	1
# of expected failures		43
# of unsupported tests		602

Running target unix/-m64
FAIL: 17_intro/headers/c++1998/all_pedantic_errors.cc (test for excess errors)

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

# of expected passes		7835
# of unexpected failures	1
# of expected failures		43
# of unsupported tests		603

		=== libstdc++ Summary ===

# of expected passes		15672
# of unexpected failures	2
# of expected failures		86
# of unsupported tests		1205

Compiler version: 4.8.0 20120524 (experimental) (GCC) 
Platform: x86_64-apple-darwin12.0.0
configure flags: --prefix=/sw --prefix=/sw/lib/gcc4.8 --mandir=/sw/share/man --infodir=/sw/lib/gcc4.8/info --enable-languages=c,c++,fortran,lto,objc,obj-c++,java --with-gmp=/sw --with-libiconv-prefix=/sw --with-ppl=/sw --with-cloog=/sw --with-mpc=/sw --with-system-zlib --enable-checking=yes --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --program-suffix=-fsf-4.8 --enable-cloog-backend=isl


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