Results for 4.4.0 20081210 (experimental) [trunk revision 142638] (GCC) gfortran testsuite on mips64octeon-unknown-linux-gnu

Adam Nemet anemet@caviumnetworks.com
Thu Dec 11 19:16:00 GMT 2008


With this patch:

	* config/mips/mips.md (*branch_bit<bbv><mode>,
	*branch_bit<bbv><mode>_inverted): Renumber operands so that the
	label becomes operands[1].

Index: mips.md
===================================================================
--- mips.md	(revision 142638)
+++ mips.md	(working copy)
@@ -5203,18 +5203,18 @@ (define_insn "*branch_bit<bbv><mode>"
   [(set (pc)
 	(if_then_else
 	 (equality_op (zero_extract:GPR
-		       (match_operand:GPR 1 "register_operand" "d")
+		       (match_operand:GPR 0 "register_operand" "d")
 		       (const_int 1)
 		       (match_operand 2 "const_int_operand" ""))
 		      (const_int 0))
-	 (label_ref (match_operand 0 ""))
+	 (label_ref (match_operand 1 ""))
 	 (pc)))]
   "ISA_HAS_BBIT && UINTVAL (operands[2]) < GET_MODE_BITSIZE (<MODE>mode)"
 {
   return
     mips_output_conditional_branch (insn, operands,
-				    MIPS_BRANCH ("bbit<bbv>", "%1,%2,%0"),
-				    MIPS_BRANCH ("bbit<bbinv>", "%1,%2,%0"));
+				    MIPS_BRANCH ("bbit<bbv>", "%0,%2,%1"),
+				    MIPS_BRANCH ("bbit<bbinv>", "%0,%2,%1"));
 }
   [(set_attr "type"	     "branch")
    (set_attr "mode"	     "none")
@@ -5224,18 +5224,18 @@ (define_insn "*branch_bit<bbv><mode>_inv
   [(set (pc)
 	(if_then_else
 	 (equality_op (zero_extract:GPR
-		       (match_operand:GPR 1 "register_operand" "d")
+		       (match_operand:GPR 0 "register_operand" "d")
 		       (const_int 1)
 		       (match_operand 2 "const_int_operand" ""))
 		      (const_int 0))
 	 (pc)
-	 (label_ref (match_operand 0 ""))))]
+	 (label_ref (match_operand 1 ""))))]
   "ISA_HAS_BBIT && UINTVAL (operands[2]) < GET_MODE_BITSIZE (<MODE>mode)"
 {
   return
     mips_output_conditional_branch (insn, operands,
-				    MIPS_BRANCH ("bbit<bbinv>", "%1,%2,%0"),
-				    MIPS_BRANCH ("bbit<bbv>", "%1,%2,%0"));
+				    MIPS_BRANCH ("bbit<bbinv>", "%0,%2,%1"),
+				    MIPS_BRANCH ("bbit<bbv>", "%0,%2,%1"));
 }
   [(set_attr "type"	     "branch")
    (set_attr "mode"	     "none")

LAST_UPDATED: Wed Dec 10 06:15:39 UTC 2008 (revision 142638)

Native configuration is mips64octeon-unknown-linux-gnu

		=== gfortran tests ===


Running target unix
FAIL: gfortran.dg/achar_2.f90  -O0  execution test
FAIL: gfortran.dg/achar_2.f90  -O1  execution test
FAIL: gfortran.dg/achar_2.f90  -O2  execution test
FAIL: gfortran.dg/achar_2.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/achar_2.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/achar_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/achar_2.f90  -O3 -g  execution test
FAIL: gfortran.dg/achar_2.f90  -Os  execution test
FAIL: gfortran.dg/actual_array_constructor_2.f90  -O0  execution test
FAIL: gfortran.dg/actual_array_constructor_2.f90  -O1  execution test
FAIL: gfortran.dg/actual_array_constructor_2.f90  -O2  execution test
FAIL: gfortran.dg/actual_array_constructor_2.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/actual_array_constructor_2.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/actual_array_constructor_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/actual_array_constructor_2.f90  -O3 -g  execution test
FAIL: gfortran.dg/actual_array_constructor_2.f90  -Os  execution test
FAIL: gfortran.dg/actual_array_result_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/actual_array_result_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/actual_array_result_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/actual_array_result_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/actual_array_result_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/actual_array_result_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/actual_array_result_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/actual_array_result_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/actual_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/actual_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/actual_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/actual_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/actual_array_result_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/actual_array_result_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/actual_array_result_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/actual_array_result_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/advance_6.f90  -O0  execution test
FAIL: gfortran.dg/advance_6.f90  -O1  execution test
FAIL: gfortran.dg/advance_6.f90  -O2  execution test
FAIL: gfortran.dg/advance_6.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/advance_6.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/advance_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/advance_6.f90  -O3 -g  execution test
FAIL: gfortran.dg/advance_6.f90  -Os  execution test
FAIL: gfortran.dg/aliasing_dummy_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_4.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_4.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_4.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_4.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_4.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_4.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_4.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_4.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_4.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_4.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_4.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_4.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_4.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_4.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O0  scan-tree-dump-times original "builtin_free" 21: dump file does not exist
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O1  scan-tree-dump-times original "builtin_free" 21: dump file does not exist
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O2  scan-tree-dump-times original "builtin_free" 21: dump file does not exist
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer  scan-tree-dump-times original "builtin_free" 21: dump file does not exist
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-loops  scan-tree-dump-times original "builtin_free" 21: dump file does not exist
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  scan-tree-dump-times original "builtin_free" 21: dump file does not exist
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -g  scan-tree-dump-times original "builtin_free" 21: dump file does not exist
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -Os  scan-tree-dump-times original "builtin_free" 21: dump file does not exist
FAIL: gfortran.dg/alloc_comp_constructor_5.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_5.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_5.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_5.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_5.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_5.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_5.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_5.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_5.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_5.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_5.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_5.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_5.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_5.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_6.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_6.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_6.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_6.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_6.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_6.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_6.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_6.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_6.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_6.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_6.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_6.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_6.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_6.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/argument_checking_10.f90  -O   (test for warnings, line 11)
FAIL: gfortran.dg/argument_checking_13.f90  -O   (test for warnings, line 56)
FAIL: gfortran.dg/argument_checking_13.f90  -O   (test for warnings, line 57)
FAIL: gfortran.dg/argument_checking_13.f90  -O   (test for warnings, line 75)
FAIL: gfortran.dg/argument_checking_13.f90  -O   (test for warnings, line 76)
FAIL: gfortran.dg/argument_checking_13.f90  -O   (test for warnings, line 77)
FAIL: gfortran.dg/argument_checking_13.f90  -O   (test for warnings, line 80)
FAIL: gfortran.dg/argument_checking_13.f90  -O   (test for warnings, line 81)
FAIL: gfortran.dg/argument_checking_13.f90  -O   (test for warnings, line 82)
FAIL: gfortran.dg/argument_checking_15.f90  -O   (test for warnings, line 17)
FAIL: gfortran.dg/argument_checking_15.f90  -O   (test for warnings, line 19)
FAIL: gfortran.dg/argument_checking_15.f90  -O   (test for warnings, line 20)
FAIL: gfortran.dg/argument_checking_15.f90  -O   (test for warnings, line 24)
FAIL: gfortran.dg/argument_checking_15.f90  -O   (test for warnings, line 25)
FAIL: gfortran.dg/argument_checking_15.f90  -O   (test for warnings, line 26)
FAIL: gfortran.dg/argument_checking_15.f90  -O   (test for warnings, line 30)
FAIL: gfortran.dg/argument_checking_3.f90  -O   (test for warnings, line 28)
FAIL: gfortran.dg/argument_checking_3.f90  -O   (test for warnings, line 30)
FAIL: gfortran.dg/argument_checking_3.f90  -O   (test for warnings, line 32)
FAIL: gfortran.dg/argument_checking_3.f90  -O   (test for warnings, line 34)
FAIL: gfortran.dg/argument_checking_4.f90  -O   (test for warnings, line 15)
FAIL: gfortran.dg/argument_checking_4.f90  -O   (test for warnings, line 17)
FAIL: gfortran.dg/argument_checking_4.f90  -O   (test for warnings, line 19)
FAIL: gfortran.dg/argument_checking_4.f90  -O   (test for warnings, line 20)
FAIL: gfortran.dg/argument_checking_4.f90  -O  (test for excess errors)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 16)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 18)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 20)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 22)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 23)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 26)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 28)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 30)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 32)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 33)
FAIL: gfortran.dg/argument_checking_6.f90  -O   (test for errors, line 17)
FAIL: gfortran.dg/array_alloc_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_alloc_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_alloc_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_alloc_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_alloc_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_alloc_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_alloc_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_alloc_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_alloc_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_alloc_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_alloc_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_alloc_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_alloc_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_alloc_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_alloc_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_alloc_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_10.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_10.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_10.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_10.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_10.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_10.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_10.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_10.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_10.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_10.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_10.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_10.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_10.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_10.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_10.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_10.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_11.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_11.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_11.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_11.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_11.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_11.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_11.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_11.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_12.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_12.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_12.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_12.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_12.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_12.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_12.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_12.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_12.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_12.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_12.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_12.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_12.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_12.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_12.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_12.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_15.f90  -O  (test for excess errors)
FAIL: gfortran.dg/array_constructor_15.f90  -O  scan-tree-dump-times original "atmp" 0: dump file does not exist
FAIL: gfortran.dg/array_constructor_22.f90  -O  (test for excess errors)
FAIL: gfortran.dg/array_constructor_6.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_6.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_6.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_6.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_6.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_6.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_6.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_6.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_6.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_6.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_6.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_6.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_6.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_6.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_7.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_7.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_7.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_7.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_7.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_7.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_7.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_7.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_7.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_7.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_7.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_7.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_7.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_7.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_7.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_7.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_8.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_8.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_8.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_8.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_8.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_8.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_8.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_8.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_8.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_8.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_8.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_8.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_8.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_8.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_8.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_8.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_9.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_9.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_9.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_9.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_9.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_9.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_9.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_9.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_9.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_9.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_9.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_9.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_9.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_9.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_9.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_9.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_type_2.f03  -O0  execution test
FAIL: gfortran.dg/array_constructor_type_2.f03  -O1  execution test
FAIL: gfortran.dg/array_constructor_type_2.f03  -O2  execution test
FAIL: gfortran.dg/array_constructor_type_2.f03  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/array_constructor_type_2.f03  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/array_constructor_type_2.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/array_constructor_type_2.f03  -O3 -g  execution test
FAIL: gfortran.dg/array_constructor_type_2.f03  -Os  execution test
FAIL: gfortran.dg/array_constructor_type_5.f03  -O0  execution test
FAIL: gfortran.dg/array_constructor_type_5.f03  -O1  execution test
FAIL: gfortran.dg/array_constructor_type_5.f03  -O2  execution test
FAIL: gfortran.dg/array_constructor_type_5.f03  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/array_constructor_type_5.f03  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/array_constructor_type_5.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/array_constructor_type_5.f03  -O3 -g  execution test
FAIL: gfortran.dg/array_constructor_type_5.f03  -Os  execution test
FAIL: gfortran.dg/array_initializer_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_3.f90  -O   (test for errors, line 9)
FAIL: gfortran.dg/array_initializer_3.f90  -O  (test for excess errors)
FAIL: gfortran.dg/array_memset_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_memset_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_memset_2.f90  -O0  scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_memset_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_memset_2.f90  -O1  scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_memset_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_memset_2.f90  -O2  scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer  scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer -funroll-loops  scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_memset_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_memset_2.f90  -O3 -g  scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_memset_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_memset_2.f90  -Os  scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_reference_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_reference_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_reference_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_reference_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_reference_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_reference_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_reference_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_reference_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_reference_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_reference_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_reference_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_reference_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_reference_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_reference_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_reference_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_reference_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_return_value_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_return_value_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_return_value_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_return_value_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_return_value_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_return_value_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_return_value_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_return_value_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_return_value_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_return_value_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_return_value_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_return_value_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_return_value_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_return_value_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_return_value_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_return_value_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/associated_target_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/associated_target_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/associated_target_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/associated_target_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/associated_target_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/associated_target_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/associated_target_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/associated_target_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/associated_target_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/associated_target_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/associated_target_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/associated_target_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/associated_target_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/associated_target_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/associated_target_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/associated_target_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/assumed_shape_ranks_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/assumed_size_refs_4.f90  -O   (test for errors, line 13)
FAIL: gfortran.dg/assumed_size_refs_4.f90  -O   (test for errors, line 14)
FAIL: gfortran.dg/assumed_size_refs_4.f90  -O  (test for excess errors)
FAIL: gfortran.dg/auto_array_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_array_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/auto_array_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_array_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/auto_array_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_array_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/auto_array_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_array_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/auto_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/auto_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/auto_array_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_array_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/auto_array_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_array_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_dummy_array_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_dummy_array_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_dummy_array_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_dummy_array_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_dummy_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_dummy_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_dummy_array_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_dummy_array_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_len_3.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_len_3.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_len_3.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_len_3.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_len_3.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_len_3.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_len_3.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_len_3.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_len_3.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_len_3.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_len_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_len_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_len_3.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_len_3.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_len_3.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_len_3.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_pointer_array_result_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_pointer_array_result_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_pointer_array_result_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_pointer_array_result_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_pointer_array_result_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_pointer_array_result_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_pointer_array_result_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_pointer_array_result_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_pointer_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_pointer_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_pointer_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_pointer_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_pointer_array_result_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_pointer_array_result_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_pointer_array_result_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_pointer_array_result_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/auto_pointer_array_result_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_pointer_array_result_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/auto_pointer_array_result_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_pointer_array_result_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/auto_pointer_array_result_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_pointer_array_result_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/auto_pointer_array_result_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_pointer_array_result_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/auto_pointer_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_pointer_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/auto_pointer_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_pointer_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/auto_pointer_array_result_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_pointer_array_result_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/auto_pointer_array_result_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_pointer_array_result_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/backslash_3.f  -O0  execution test
FAIL: gfortran.dg/backslash_3.f  -O1  execution test
FAIL: gfortran.dg/backslash_3.f  -O2  execution test
FAIL: gfortran.dg/backslash_3.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/backslash_3.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/backslash_3.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/backslash_3.f  -O3 -g  execution test
FAIL: gfortran.dg/backslash_3.f  -Os  execution test
FAIL: gfortran.dg/binding_c_table_15_1.f03  -O0  execution test
FAIL: gfortran.dg/binding_c_table_15_1.f03  -O1  execution test
FAIL: gfortran.dg/binding_c_table_15_1.f03  -O2  execution test
FAIL: gfortran.dg/binding_c_table_15_1.f03  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/binding_c_table_15_1.f03  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/binding_c_table_15_1.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/binding_c_table_15_1.f03  -O3 -g  execution test
FAIL: gfortran.dg/binding_c_table_15_1.f03  -Os  execution test
FAIL: gfortran.dg/bound_2.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/bound_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/bound_2.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/bound_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/bound_2.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/bound_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/bound_2.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/bound_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/bound_2.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/bound_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/bound_4.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_4.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/bound_4.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_4.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/bound_4.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_4.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/bound_4.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_4.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/bound_4.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_4.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/bound_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/bound_4.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_4.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/bound_4.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_4.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/bounds_check_14.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/bounds_check_14.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/bounds_check_14.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/bounds_check_14.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/bounds_check_14.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/bounds_check_14.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/bounds_check_14.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/bounds_check_14.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/bounds_check_14.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/bounds_check_14.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/bounds_check_14.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/bounds_check_14.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/bounds_check_14.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/bounds_check_14.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/bounds_check_14.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/bounds_check_14.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/change_symbol_attributes_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/char_comparison_1.f  -O0  execution test
FAIL: gfortran.dg/char_comparison_1.f  -O1  execution test
FAIL: gfortran.dg/char_comparison_1.f  -O2  execution test
FAIL: gfortran.dg/char_comparison_1.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/char_comparison_1.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/char_comparison_1.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/char_comparison_1.f  -O3 -g  execution test
FAIL: gfortran.dg/char_comparison_1.f  -Os  execution test
FAIL: gfortran.dg/char_expr_3.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_expr_3.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_expr_3.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_expr_3.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_expr_3.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_expr_3.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_expr_3.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_expr_3.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_expr_3.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_expr_3.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_expr_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_expr_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_expr_3.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_expr_3.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_expr_3.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_expr_3.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/char_length_12.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/char_length_12.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_12.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_length_12.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/char_length_12.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_12.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_length_12.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/char_length_12.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_12.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_length_12.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/char_length_12.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_12.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_length_12.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/char_length_12.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_12.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/char_length_3.f90  -O   (test for warnings, line 17)
FAIL: gfortran.dg/char_length_3.f90  -O   (test for warnings, line 18)
FAIL: gfortran.dg/char_length_3.f90  -O   (test for warnings, line 22)
FAIL: gfortran.dg/char_length_8.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/char_length_8.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_8.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_length_8.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/char_length_8.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_8.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_length_8.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/char_length_8.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_8.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_length_8.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/char_length_8.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_8.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_length_8.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/char_length_8.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_8.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_length_8.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/char_length_8.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_8.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_length_8.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/char_length_8.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_8.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_length_8.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/char_length_8.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_8.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/char_spread_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_spread_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_spread_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_spread_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_spread_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_spread_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_spread_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_spread_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_spread_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_spread_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_spread_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_spread_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_spread_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_spread_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_spread_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_spread_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/char_transpose_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_transpose_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_transpose_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_transpose_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_transpose_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_transpose_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_transpose_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_transpose_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_transpose_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_transpose_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_transpose_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_transpose_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_transpose_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_transpose_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_transpose_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_transpose_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/character_array_constructor_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/character_array_constructor_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/character_array_constructor_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/character_array_constructor_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/character_array_constructor_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/character_array_constructor_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/character_array_constructor_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/character_array_constructor_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/character_array_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/character_array_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/character_array_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/character_array_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/character_array_constructor_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/character_array_constructor_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/character_array_constructor_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/character_array_constructor_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/common_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/common_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/common_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/common_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/common_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/common_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/common_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/common_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/common_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/common_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/common_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/common_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/common_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/common_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/common_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/common_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/common_equivalence_1.f  -O0  execution test
FAIL: gfortran.dg/common_equivalence_1.f  -O1  execution test
FAIL: gfortran.dg/common_equivalence_1.f  -O2  execution test
FAIL: gfortran.dg/common_equivalence_1.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/common_equivalence_1.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/common_equivalence_1.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/common_equivalence_1.f  -O3 -g  execution test
FAIL: gfortran.dg/common_equivalence_1.f  -Os  execution test
FAIL: gfortran.dg/compliant_elemental_intrinsics_1.f90  -O   (test for errors, line 24)
FAIL: gfortran.dg/compliant_elemental_intrinsics_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/cshift_large_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/cshift_large_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/cshift_large_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/cshift_large_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/cshift_large_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/cshift_large_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/cshift_large_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/cshift_large_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/cshift_large_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/cshift_large_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/cshift_large_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/cshift_large_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/cshift_large_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/cshift_large_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/cshift_large_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/cshift_large_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/data_array_1.f90  -O0  execution test
FAIL: gfortran.dg/data_array_1.f90  -O1  execution test
FAIL: gfortran.dg/data_array_1.f90  -O2  execution test
FAIL: gfortran.dg/data_array_1.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/data_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/data_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/data_array_1.f90  -O3 -g  execution test
FAIL: gfortran.dg/data_array_1.f90  -Os  execution test
FAIL: gfortran.dg/dependency_2.f90  -O0  execution test
FAIL: gfortran.dg/dependency_2.f90  -O1  execution test
FAIL: gfortran.dg/dependency_2.f90  -O2  execution test
FAIL: gfortran.dg/dependency_2.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/dependency_2.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/dependency_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/dependency_2.f90  -O3 -g  execution test
FAIL: gfortran.dg/dependency_2.f90  -Os  execution test
FAIL: gfortran.dg/der_array_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/der_array_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/der_array_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/der_array_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/der_array_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/der_array_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/der_array_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/der_array_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/der_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/der_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/der_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/der_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/der_array_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/der_array_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/der_array_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/der_array_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/derived_comp_array_ref_7.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/derived_comp_array_ref_7.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/derived_comp_array_ref_7.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/derived_comp_array_ref_7.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/derived_comp_array_ref_7.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/derived_comp_array_ref_7.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/derived_comp_array_ref_7.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/derived_comp_array_ref_7.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/derived_comp_array_ref_7.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/derived_comp_array_ref_7.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/derived_comp_array_ref_7.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/derived_comp_array_ref_7.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/derived_comp_array_ref_7.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/derived_comp_array_ref_7.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/derived_comp_array_ref_7.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/derived_comp_array_ref_7.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/dos_eol.f  -O0  execution test
FAIL: gfortran.dg/dos_eol.f  -O1  execution test
FAIL: gfortran.dg/dos_eol.f  -O2  execution test
FAIL: gfortran.dg/dos_eol.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/dos_eol.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/dos_eol.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/dos_eol.f  -O3 -g  execution test
FAIL: gfortran.dg/dos_eol.f  -Os  execution test
FAIL: gfortran.dg/entry_array_specs_3.f90  -O  (test for excess errors)
FAIL: gfortran.dg/eoshift_large_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/eoshift_large_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/eoshift_large_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/eoshift_large_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/eoshift_large_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/eoshift_large_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/eoshift_large_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/eoshift_large_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/eoshift_large_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/eoshift_large_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/eoshift_large_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/eoshift_large_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/eoshift_large_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/eoshift_large_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/eoshift_large_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/eoshift_large_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/equiv_1.f90  -O  d (test for errors, line 2)
FAIL: gfortran.dg/equiv_1.f90  -O  e (test for errors, line 3)
FAIL: gfortran.dg/equiv_1.f90  -O  f (test for errors, line 6)
FAIL: gfortran.dg/equiv_1.f90  -O  g (test for errors, line 7)
FAIL: gfortran.dg/equiv_6.f90  -O0  execution test
FAIL: gfortran.dg/equiv_6.f90  -O1  execution test
FAIL: gfortran.dg/equiv_6.f90  -O2  execution test
FAIL: gfortran.dg/equiv_6.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/equiv_6.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/equiv_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/equiv_6.f90  -O3 -g  execution test
FAIL: gfortran.dg/equiv_6.f90  -Os  execution test
FAIL: gfortran.dg/equiv_7.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/equiv_7.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/equiv_7.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/equiv_7.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/equiv_7.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/equiv_7.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/equiv_7.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/equiv_7.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/equiv_7.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/equiv_7.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/equiv_7.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/equiv_7.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/equiv_7.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/equiv_7.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/equiv_7.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/equiv_7.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/fmt_t_5.f90  -O0  execution test
FAIL: gfortran.dg/fmt_t_5.f90  -O1  execution test
FAIL: gfortran.dg/fmt_t_5.f90  -O2  execution test
FAIL: gfortran.dg/fmt_t_5.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/fmt_t_5.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/fmt_t_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/fmt_t_5.f90  -O3 -g  execution test
FAIL: gfortran.dg/fmt_t_5.f90  -Os  execution test
FAIL: gfortran.dg/fold_nearest.f90  -O0  execution test
FAIL: gfortran.dg/fold_nearest.f90  -O1  execution test
FAIL: gfortran.dg/fold_nearest.f90  -O2  execution test
FAIL: gfortran.dg/fold_nearest.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/fold_nearest.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/fold_nearest.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/fold_nearest.f90  -O3 -g  execution test
FAIL: gfortran.dg/fold_nearest.f90  -Os  execution test
FAIL: gfortran.dg/forall_6.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/forall_6.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/forall_6.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/forall_6.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/forall_6.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/forall_6.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/forall_6.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/forall_6.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/forall_6.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/forall_6.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/forall_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/forall_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/forall_6.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/forall_6.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/forall_6.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/forall_6.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/ichar_2.f90  -O0  execution test
FAIL: gfortran.dg/ichar_2.f90  -O1  execution test
FAIL: gfortran.dg/ichar_2.f90  -O2  execution test
FAIL: gfortran.dg/ichar_2.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/ichar_2.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/ichar_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/ichar_2.f90  -O3 -g  execution test
FAIL: gfortran.dg/ichar_2.f90  -Os  execution test
FAIL: gfortran.dg/initialization_1.f90  -O   (test for errors, line 30)
FAIL: gfortran.dg/initialization_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/initialization_10.f90  -O  (test for excess errors)
FAIL: gfortran.dg/initialization_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/initialization_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/initialization_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/initialization_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/initialization_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/initialization_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/initialization_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/initialization_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/initialization_3.f90  -O   (test for errors, line 11)
FAIL: gfortran.dg/initialization_3.f90  -O   (test for errors, line 12)
FAIL: gfortran.dg/initialization_3.f90  -O  (test for excess errors)
FAIL: gfortran.dg/initialization_6.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_6.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/initialization_6.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_6.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/initialization_6.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_6.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/initialization_6.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_6.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/initialization_6.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_6.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/initialization_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/initialization_6.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_6.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/initialization_6.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_6.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/initialization_7.f90  -O   (test for errors, line 9)
FAIL: gfortran.dg/initialization_7.f90  -O  (test for excess errors)
FAIL: gfortran.dg/intrinsic_argument_conformance_2.f90  -O   (test for errors, line 29)
FAIL: gfortran.dg/intrinsic_argument_conformance_2.f90  -O   (test for errors, line 33)
FAIL: gfortran.dg/intrinsic_argument_conformance_2.f90  -O  (test for excess errors)
FAIL: gfortran.dg/intrinsic_intkinds_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_intkinds_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_intkinds_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_intkinds_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_intkinds_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_intkinds_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_intkinds_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_intkinds_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_intkinds_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_intkinds_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_intkinds_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_intkinds_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_intkinds_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_intkinds_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_intkinds_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_intkinds_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_3.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_3.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_3.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_3.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_3.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_3.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_3.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_3.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_3.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_3.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_3.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_3.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_3.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_3.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_1.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_2.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_3.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_3.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_3.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_3.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_3.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_3.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_3.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_3.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_3.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_3.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_3.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_3.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_3.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_3.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_3.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_3.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_3.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_3.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_3.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_3.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_3.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsics_kind_argument_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/large_real_kind_2.F90  -O0  execution test
FAIL: gfortran.dg/large_real_kind_2.F90  -O1  execution test
FAIL: gfortran.dg/large_real_kind_2.F90  -O2  execution test
FAIL: gfortran.dg/large_real_kind_2.F90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/large_real_kind_2.F90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/large_real_kind_2.F90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/large_real_kind_2.F90  -O3 -g  execution test
FAIL: gfortran.dg/large_real_kind_2.F90  -Os  execution test
FAIL: gfortran.dg/largeequiv_1.f90  -O0  execution test
FAIL: gfortran.dg/largeequiv_1.f90  -O1  execution test
FAIL: gfortran.dg/largeequiv_1.f90  -O2  execution test
FAIL: gfortran.dg/largeequiv_1.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/largeequiv_1.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/largeequiv_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/largeequiv_1.f90  -O3 -g  execution test
FAIL: gfortran.dg/largeequiv_1.f90  -Os  execution test
FAIL: gfortran.dg/list_read_9.f90  -O0  execution test
FAIL: gfortran.dg/list_read_9.f90  -O1  execution test
FAIL: gfortran.dg/list_read_9.f90  -O2  execution test
FAIL: gfortran.dg/list_read_9.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/list_read_9.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/list_read_9.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/list_read_9.f90  -O3 -g  execution test
FAIL: gfortran.dg/list_read_9.f90  -Os  execution test
FAIL: gfortran.dg/mapping_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/mapping_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/mapping_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/mapping_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/mapping_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/mapping_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/mapping_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/mapping_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/mapping_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/mapping_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/mapping_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/mapping_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/mapping_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/mapping_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/mapping_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/mapping_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/matmul_3.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/matmul_3.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/matmul_3.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/matmul_3.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/matmul_3.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/matmul_3.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/matmul_3.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/matmul_3.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/matmul_3.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/matmul_3.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/matmul_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/matmul_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/matmul_3.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/matmul_3.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/matmul_3.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/matmul_3.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/maxloc_shape_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/minmaxval_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/module_equivalence_1.f90  -O0  execution test
FAIL: gfortran.dg/module_equivalence_1.f90  -O1  execution test
FAIL: gfortran.dg/module_equivalence_1.f90  -O2  execution test
FAIL: gfortran.dg/module_equivalence_1.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/module_equivalence_1.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/module_equivalence_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/module_equivalence_1.f90  -O3 -g  execution test
FAIL: gfortran.dg/module_equivalence_1.f90  -Os  execution test
FAIL: gfortran.dg/module_equivalence_3.f90  -O0  execution test
FAIL: gfortran.dg/module_equivalence_3.f90  -O1  execution test
FAIL: gfortran.dg/module_equivalence_3.f90  -O2  execution test
FAIL: gfortran.dg/module_equivalence_3.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/module_equivalence_3.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/module_equivalence_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/module_equivalence_3.f90  -O3 -g  execution test
FAIL: gfortran.dg/module_equivalence_3.f90  -Os  execution test
FAIL: gfortran.dg/module_private_array_refs_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/nested_modules_6.f90  -O  (test for excess errors)
FAIL: gfortran.dg/nested_reshape.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/nested_reshape.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/nested_reshape.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/nested_reshape.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/nested_reshape.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/nested_reshape.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/nested_reshape.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/nested_reshape.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/nested_reshape.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/nested_reshape.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/nested_reshape.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/nested_reshape.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/nested_reshape.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/nested_reshape.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/nested_reshape.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/nested_reshape.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/new_line.f90  -O0  execution test
FAIL: gfortran.dg/new_line.f90  -O1  execution test
FAIL: gfortran.dg/new_line.f90  -O2  execution test
FAIL: gfortran.dg/new_line.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/new_line.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/new_line.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/new_line.f90  -O3 -g  execution test
FAIL: gfortran.dg/new_line.f90  -Os  execution test
FAIL: gfortran.dg/operator_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/operator_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/operator_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/operator_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/operator_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/operator_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/operator_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/operator_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/operator_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/operator_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/operator_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/operator_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/operator_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/operator_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/operator_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/operator_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/operator_2.f90  -O   (test for errors, line 6)
FAIL: gfortran.dg/operator_2.f90  -O   (test for errors, line 10)
FAIL: gfortran.dg/operator_2.f90  -O  (test for excess errors)
FAIL: gfortran.dg/pack_bounds_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/pack_bounds_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/pack_bounds_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/pack_bounds_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/pack_bounds_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/pack_bounds_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/pack_bounds_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/pack_bounds_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/pack_bounds_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/pack_bounds_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/pack_bounds_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/pack_bounds_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/pack_bounds_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/pack_bounds_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/pack_bounds_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/pack_bounds_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/parameter_array_element_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/parameter_array_element_1.f90  -O  scan-tree-dump-times original "105" 1: dump file does not exist
FAIL: gfortran.dg/parameter_array_init_4.f90  -O0  execution test
FAIL: gfortran.dg/parameter_array_init_4.f90  -O1  execution test
FAIL: gfortran.dg/parameter_array_init_4.f90  -O2  execution test
FAIL: gfortran.dg/parameter_array_init_4.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/parameter_array_init_4.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/parameter_array_init_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/parameter_array_init_4.f90  -O3 -g  execution test
FAIL: gfortran.dg/parameter_array_init_4.f90  -Os  execution test
FAIL: gfortran.dg/pr15957.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/pr15957.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/pr15957.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/pr15957.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/pr15957.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/pr15957.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/pr15957.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/pr15957.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/pr15957.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/pr15957.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/pr15957.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/pr15957.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/pr15957.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/pr15957.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/pr15957.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/pr15957.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/pr15959.f90  -O0  execution test
FAIL: gfortran.dg/pr15959.f90  -O1  execution test
FAIL: gfortran.dg/pr15959.f90  -O2  execution test
FAIL: gfortran.dg/pr15959.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/pr15959.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/pr15959.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/pr15959.f90  -O3 -g  execution test
FAIL: gfortran.dg/pr15959.f90  -Os  execution test
FAIL: gfortran.dg/pr32136.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/pr32136.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/pr32136.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/pr32136.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/pr32136.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/pr32136.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/pr32136.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/pr32136.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/pr32136.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/pr32136.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/pr32136.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/pr32136.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/pr32136.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/pr32136.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/pr32136.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/pr36286.f90  -O  (test for excess errors)
FAIL: gfortran.dg/proc_ptr_5.f90  -O0  execution test
FAIL: gfortran.dg/proc_ptr_5.f90  -O1  execution test
FAIL: gfortran.dg/proc_ptr_5.f90  -O2  execution test
FAIL: gfortran.dg/proc_ptr_5.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/proc_ptr_5.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/proc_ptr_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/proc_ptr_5.f90  -O3 -g  execution test
FAIL: gfortran.dg/proc_ptr_5.f90  -Os  execution test
FAIL: gfortran.dg/reshape_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/reshape_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/reshape_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/reshape_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/reshape_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/reshape_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/reshape_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/reshape_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_empty_1.f03  -O0  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -O0  scan-tree-dump-times original "\\{1, 2, 2, 2, 1, 2, 2, 2, 1\\}" 2: dump file does not exist
FAIL: gfortran.dg/reshape_empty_1.f03  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_empty_1.f03  -O1  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -O1  scan-tree-dump-times original "\\{1, 2, 2, 2, 1, 2, 2, 2, 1\\}" 2: dump file does not exist
FAIL: gfortran.dg/reshape_empty_1.f03  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_empty_1.f03  -O2  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -O2  scan-tree-dump-times original "\\{1, 2, 2, 2, 1, 2, 2, 2, 1\\}" 2: dump file does not exist
FAIL: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer  scan-tree-dump-times original "\\{1, 2, 2, 2, 1, 2, 2, 2, 1\\}" 2: dump file does not exist
FAIL: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer -funroll-loops  scan-tree-dump-times original "\\{1, 2, 2, 2, 1, 2, 2, 2, 1\\}" 2: dump file does not exist
FAIL: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  scan-tree-dump-times original "\\{1, 2, 2, 2, 1, 2, 2, 2, 1\\}" 2: dump file does not exist
FAIL: gfortran.dg/reshape_empty_1.f03  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_empty_1.f03  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -O3 -g  scan-tree-dump-times original "\\{1, 2, 2, 2, 1, 2, 2, 2, 1\\}" 2: dump file does not exist
FAIL: gfortran.dg/reshape_empty_1.f03  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_empty_1.f03  -Os  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -Os  scan-tree-dump-times original "\\{1, 2, 2, 2, 1, 2, 2, 2, 1\\}" 2: dump file does not exist
FAIL: gfortran.dg/restricted_expression_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/restricted_expression_2.f90  -O  (test for excess errors)
FAIL: gfortran.dg/ret_array_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/ret_array_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/ret_array_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/ret_array_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/ret_array_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/ret_array_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/ret_array_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/ret_array_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/ret_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/ret_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/ret_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/ret_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/ret_array_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/ret_array_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/ret_array_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/ret_array_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/scalarize_parameter_array_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/scalarize_parameter_array_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/scalarize_parameter_array_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/scalarize_parameter_array_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/scalarize_parameter_array_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/scalarize_parameter_array_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/scalarize_parameter_array_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/scalarize_parameter_array_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/scalarize_parameter_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/scalarize_parameter_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/scalarize_parameter_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/scalarize_parameter_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/scalarize_parameter_array_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/scalarize_parameter_array_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/scalarize_parameter_array_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/scalarize_parameter_array_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/shape_4.f90  -O  (test for excess errors)
FAIL: gfortran.dg/shift-alloc.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/shift-alloc.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/shift-alloc.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/shift-alloc.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/shift-alloc.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/shift-alloc.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/shift-alloc.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/shift-alloc.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/shift-alloc.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/shift-alloc.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/shift-alloc.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/shift-alloc.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/shift-alloc.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/shift-alloc.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/shift-alloc.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/shift-alloc.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/shift-kind.f90  -O  (test for excess errors)
FAIL: gfortran.dg/single_char_string.f90  -O0  execution test
FAIL: gfortran.dg/single_char_string.f90  -O1  execution test
FAIL: gfortran.dg/single_char_string.f90  -O2  execution test
FAIL: gfortran.dg/single_char_string.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/single_char_string.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/single_char_string.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/single_char_string.f90  -O3 -g  execution test
FAIL: gfortran.dg/single_char_string.f90  -Os  execution test
FAIL: gfortran.dg/size_dim.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/size_dim.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/size_dim.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/size_dim.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/size_dim.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/size_dim.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/size_dim.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/size_dim.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/size_dim.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/size_dim.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/size_dim.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/size_dim.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/size_dim.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/size_dim.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/size_dim.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/size_dim.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/sms-1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/sms-1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/sms-1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/sms-1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/sms-1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/sms-1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/sms-1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/sms-1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/sms-1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/sms-1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/sms-1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/sms-1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/sms-1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/sms-1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/sms-1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/sms-1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/spec_expr_4.f90  -O  (test for excess errors)
FAIL: gfortran.dg/specification_type_resolution_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/spread_shape_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/spread_zerosize_1.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/spread_zerosize_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/spread_zerosize_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/spread_zerosize_1.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/spread_zerosize_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/spread_zerosize_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/spread_zerosize_1.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/spread_zerosize_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/spread_zerosize_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/spread_zerosize_1.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/spread_zerosize_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/spread_zerosize_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/spread_zerosize_1.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/spread_zerosize_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/spread_zerosize_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/string_compare_1.f90  -O0  execution test
FAIL: gfortran.dg/string_compare_1.f90  -O1  execution test
FAIL: gfortran.dg/string_compare_1.f90  -O2  execution test
FAIL: gfortran.dg/string_compare_1.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/string_compare_1.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/string_compare_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/string_compare_1.f90  -O3 -g  execution test
FAIL: gfortran.dg/string_compare_1.f90  -Os  execution test
FAIL: gfortran.dg/structure_constructor_1.f03  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/structure_constructor_1.f03  -O0  compilation failed to produce executable
FAIL: gfortran.dg/structure_constructor_1.f03  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/structure_constructor_1.f03  -O1  compilation failed to produce executable
FAIL: gfortran.dg/structure_constructor_1.f03  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/structure_constructor_1.f03  -O2  compilation failed to produce executable
FAIL: gfortran.dg/structure_constructor_1.f03  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/structure_constructor_1.f03  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/structure_constructor_1.f03  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/structure_constructor_1.f03  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/structure_constructor_1.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/structure_constructor_1.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/structure_constructor_1.f03  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/structure_constructor_1.f03  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/structure_constructor_1.f03  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/structure_constructor_1.f03  -Os  compilation failed to produce executable
FAIL: gfortran.dg/subref_array_pointer_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/subref_array_pointer_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/subref_array_pointer_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/subref_array_pointer_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/subref_array_pointer_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/subref_array_pointer_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/subref_array_pointer_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/subref_array_pointer_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/subref_array_pointer_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/subref_array_pointer_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/subref_array_pointer_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/subref_array_pointer_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/subref_array_pointer_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/subref_array_pointer_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/subref_array_pointer_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/subref_array_pointer_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/substr_6.f90  -O0  execution test
FAIL: gfortran.dg/substr_6.f90  -O1  execution test
FAIL: gfortran.dg/substr_6.f90  -O2  execution test
FAIL: gfortran.dg/substr_6.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/substr_6.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/substr_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/substr_6.f90  -O3 -g  execution test
FAIL: gfortran.dg/substr_6.f90  -Os  execution test
FAIL: gfortran.dg/temporary_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/temporary_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/temporary_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/temporary_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/temporary_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/temporary_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/temporary_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/temporary_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/temporary_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/temporary_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/temporary_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/temporary_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/temporary_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/temporary_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/temporary_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/temporary_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/transfer_check_1.f90  -O   (test for warnings, line 5)
FAIL: gfortran.dg/transfer_check_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/transfer_simplify_1.f90  -O0  execution test
FAIL: gfortran.dg/transfer_simplify_1.f90  -O1  execution test
FAIL: gfortran.dg/transfer_simplify_1.f90  -O2  execution test
FAIL: gfortran.dg/transfer_simplify_1.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/transfer_simplify_1.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/transfer_simplify_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/transfer_simplify_1.f90  -O3 -g  execution test
FAIL: gfortran.dg/transfer_simplify_1.f90  -Os  execution test
FAIL: gfortran.dg/transfer_simplify_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_4.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_4.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_4.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_4.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_4.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_4.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_4.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_4.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_4.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_4.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_4.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_4.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_4.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_4.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_4.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_9.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_9.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_9.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_9.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_9.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_9.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_9.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_9.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_9.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_9.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_9.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_9.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_9.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_9.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_9.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/use_only_3.f90  -O  (test for excess errors)
FAIL: gfortran.dg/used_dummy_types_2.f90  -O  (test for excess errors)
FAIL: gfortran.dg/utf8_2.f03  -O0  execution test
FAIL: gfortran.dg/utf8_2.f03  -O1  execution test
FAIL: gfortran.dg/utf8_2.f03  -O2  execution test
FAIL: gfortran.dg/utf8_2.f03  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/utf8_2.f03  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/utf8_2.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/utf8_2.f03  -O3 -g  execution test
FAIL: gfortran.dg/utf8_2.f03  -Os  execution test
FAIL: gfortran.dg/vector_subscript_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_5.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_5.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_5.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_5.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_5.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_5.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_5.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_5.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_5.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_5.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_5.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_5.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_5.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_5.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/widechar_5.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_5.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/widechar_5.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_5.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/widechar_5.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_5.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/widechar_5.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_5.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/widechar_5.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_5.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/widechar_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/widechar_5.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_5.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/widechar_5.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_5.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/widechar_8.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_8.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/widechar_8.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_8.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/widechar_8.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_8.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/widechar_8.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_8.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/widechar_8.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_8.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/widechar_8.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_8.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/widechar_8.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_8.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/widechar_8.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_8.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/widechar_intrinsics_5.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_intrinsics_5.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/widechar_intrinsics_5.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_intrinsics_5.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/widechar_intrinsics_5.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_intrinsics_5.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/widechar_intrinsics_5.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_intrinsics_5.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/widechar_intrinsics_5.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_intrinsics_5.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/widechar_intrinsics_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_intrinsics_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/widechar_intrinsics_5.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_intrinsics_5.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/widechar_intrinsics_5.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_intrinsics_5.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/zero_sized_1.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/zero_sized_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/zero_sized_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/zero_sized_1.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/zero_sized_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/zero_sized_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/zero_sized_1.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/zero_sized_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/zero_sized_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/zero_sized_1.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/zero_sized_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/zero_sized_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/zero_sized_1.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/zero_sized_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/zero_sized_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/g77/980628-0.f  -O0  execution test
FAIL: gfortran.dg/g77/980628-0.f  -O1  execution test
FAIL: gfortran.dg/g77/980628-0.f  -O2  execution test
FAIL: gfortran.dg/g77/980628-0.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980628-0.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980628-0.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980628-0.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980628-0.f  -Os  execution test
FAIL: gfortran.dg/g77/980628-1.f  -O0  execution test
FAIL: gfortran.dg/g77/980628-1.f  -O1  execution test
FAIL: gfortran.dg/g77/980628-1.f  -O2  execution test
FAIL: gfortran.dg/g77/980628-1.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980628-1.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980628-1.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980628-1.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980628-1.f  -Os  execution test
FAIL: gfortran.dg/g77/980628-10.f  -O0  execution test
FAIL: gfortran.dg/g77/980628-10.f  -O1  execution test
FAIL: gfortran.dg/g77/980628-10.f  -O2  execution test
FAIL: gfortran.dg/g77/980628-10.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980628-10.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980628-10.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980628-10.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980628-10.f  -Os  execution test
FAIL: gfortran.dg/g77/980628-2.f  -O0  execution test
FAIL: gfortran.dg/g77/980628-2.f  -O1  execution test
FAIL: gfortran.dg/g77/980628-2.f  -O2  execution test
FAIL: gfortran.dg/g77/980628-2.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980628-2.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980628-2.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980628-2.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980628-2.f  -Os  execution test
FAIL: gfortran.dg/g77/980628-3.f  -O0  execution test
FAIL: gfortran.dg/g77/980628-3.f  -O1  execution test
FAIL: gfortran.dg/g77/980628-3.f  -O2  execution test
FAIL: gfortran.dg/g77/980628-3.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980628-3.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980628-3.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980628-3.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980628-3.f  -Os  execution test
FAIL: gfortran.dg/g77/980628-7.f  -O0  execution test
FAIL: gfortran.dg/g77/980628-7.f  -O1  execution test
FAIL: gfortran.dg/g77/980628-7.f  -O2  execution test
FAIL: gfortran.dg/g77/980628-7.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980628-7.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980628-7.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980628-7.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980628-7.f  -Os  execution test
FAIL: gfortran.dg/g77/980628-8.f  -O0  execution test
FAIL: gfortran.dg/g77/980628-8.f  -O1  execution test
FAIL: gfortran.dg/g77/980628-8.f  -O2  execution test
FAIL: gfortran.dg/g77/980628-8.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980628-8.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980628-8.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980628-8.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980628-8.f  -Os  execution test
FAIL: gfortran.dg/g77/980628-9.f  -O0  execution test
FAIL: gfortran.dg/g77/980628-9.f  -O1  execution test
FAIL: gfortran.dg/g77/980628-9.f  -O2  execution test
FAIL: gfortran.dg/g77/980628-9.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980628-9.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980628-9.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980628-9.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980628-9.f  -Os  execution test
FAIL: gfortran.dg/g77/980701-0.f  -O0  execution test
FAIL: gfortran.dg/g77/980701-0.f  -O1  execution test
FAIL: gfortran.dg/g77/980701-0.f  -O2  execution test
FAIL: gfortran.dg/g77/980701-0.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980701-0.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980701-0.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980701-0.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980701-0.f  -Os  execution test
FAIL: gfortran.dg/g77/980701-1.f  -O0  execution test
FAIL: gfortran.dg/g77/980701-1.f  -O1  execution test
FAIL: gfortran.dg/g77/980701-1.f  -O2  execution test
FAIL: gfortran.dg/g77/980701-1.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980701-1.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980701-1.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980701-1.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980701-1.f  -Os  execution test
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
FAIL: gfortran.fortran-torture/compile/20080806-1.f90,  -O0  
FAIL: gfortran.fortran-torture/compile/20080806-1.f90,  -O1  
FAIL: gfortran.fortran-torture/compile/20080806-1.f90,  -O2  
FAIL: gfortran.fortran-torture/compile/20080806-1.f90,  -O2 -fomit-frame-pointer -finline-functions  
FAIL: gfortran.fortran-torture/compile/20080806-1.f90,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops  
FAIL: gfortran.fortran-torture/compile/20080806-1.f90,  -O2 -fbounds-check  
FAIL: gfortran.fortran-torture/compile/20080806-1.f90,  -O3 -g  
FAIL: gfortran.fortran-torture/compile/20080806-1.f90,  -Os  
FAIL: gfortran.fortran-torture/compile/pr36078.f90,  -O0   (internal compiler error)
FAIL: gfortran.fortran-torture/compile/pr36078.f90,  -O1   (internal compiler error)
FAIL: gfortran.fortran-torture/compile/pr36078.f90,  -O2   (internal compiler error)
FAIL: gfortran.fortran-torture/compile/pr36078.f90,  -O2 -fomit-frame-pointer -finline-functions   (internal compiler error)
FAIL: gfortran.fortran-torture/compile/pr36078.f90,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops   (internal compiler error)
FAIL: gfortran.fortran-torture/compile/pr36078.f90,  -O2 -fbounds-check   (internal compiler error)
FAIL: gfortran.fortran-torture/compile/pr36078.f90,  -O3 -g   (internal compiler error)
FAIL: gfortran.fortran-torture/compile/pr36078.f90,  -Os   (internal compiler error)
FAIL: gfortran.fortran-torture/compile/shape_reshape.f90,  -O0  
FAIL: gfortran.fortran-torture/compile/shape_reshape.f90,  -O1  
FAIL: gfortran.fortran-torture/compile/shape_reshape.f90,  -O2  
FAIL: gfortran.fortran-torture/compile/shape_reshape.f90,  -O2 -fomit-frame-pointer -finline-functions  
FAIL: gfortran.fortran-torture/compile/shape_reshape.f90,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops  
FAIL: gfortran.fortran-torture/compile/shape_reshape.f90,  -O2 -fbounds-check  
FAIL: gfortran.fortran-torture/compile/shape_reshape.f90,  -O3 -g  
FAIL: gfortran.fortran-torture/compile/shape_reshape.f90,  -Os  
FAIL: gfortran.fortran-torture/execute/assumed_size.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/assumed_size.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/assumed_size.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/assumed_size.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/assumed_size.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/assumed_size.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/assumed_size.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/assumed_size.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/common.f90 execution,  -O0 
FAIL: gfortran.fortran-torture/execute/common.f90 execution,  -O1 
FAIL: gfortran.fortran-torture/execute/common.f90 execution,  -O2 
FAIL: gfortran.fortran-torture/execute/common.f90 execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/common.f90 execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/common.f90 execution,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/common.f90 execution,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/common.f90 execution,  -Os 
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution,  -O0 
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution,  -O1 
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution,  -O2 
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution,  -Os 
FAIL: gfortran.fortran-torture/execute/constructor.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/constructor.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/constructor.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/constructor.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/constructor.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/constructor.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/constructor.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/constructor.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/data.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/data.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/data.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/data.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/data.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/data.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/data.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/data.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/dep_fails.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/dep_fails.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/dep_fails.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/dep_fails.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/dep_fails.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/dep_fails.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/dep_fails.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/dep_fails.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/elemental.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/elemental.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/elemental.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/elemental.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/elemental.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/elemental.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/elemental.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/elemental.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/equiv_2.f90 execution,  -O0 
FAIL: gfortran.fortran-torture/execute/equiv_2.f90 execution,  -O1 
FAIL: gfortran.fortran-torture/execute/equiv_2.f90 execution,  -O2 
FAIL: gfortran.fortran-torture/execute/equiv_2.f90 execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/equiv_2.f90 execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/equiv_2.f90 execution,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/equiv_2.f90 execution,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/equiv_2.f90 execution,  -Os 
FAIL: gfortran.fortran-torture/execute/equiv_4.f90 execution,  -O0 
FAIL: gfortran.fortran-torture/execute/equiv_4.f90 execution,  -O1 
FAIL: gfortran.fortran-torture/execute/equiv_4.f90 execution,  -O2 
FAIL: gfortran.fortran-torture/execute/equiv_4.f90 execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/equiv_4.f90 execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/equiv_4.f90 execution,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/equiv_4.f90 execution,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/equiv_4.f90 execution,  -Os 
FAIL: gfortran.fortran-torture/execute/equiv_init_1.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/equiv_init_1.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/equiv_init_1.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/equiv_init_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/equiv_init_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/equiv_init_1.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/equiv_init_1.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/equiv_init_1.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/forall.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/forall.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/forall.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/forall.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/forall.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/forall.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/forall.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/forall.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/forall_1.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/forall_1.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/forall_1.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/forall_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/forall_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/forall_1.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/forall_1.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/forall_1.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/forall_2.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/forall_2.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/forall_2.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/forall_2.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/forall_2.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/forall_2.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/forall_2.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/forall_2.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/forall_4.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/forall_4.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/forall_4.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/forall_4.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/forall_4.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/forall_4.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/forall_4.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/forall_4.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution,  -O0 
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution,  -O1 
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution,  -O2 
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_cshift.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_cshift.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_cshift.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_cshift.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_cshift.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_cshift.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_cshift.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_cshift.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_eoshift.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_eoshift.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_eoshift.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_eoshift.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_eoshift.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_eoshift.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_eoshift.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_eoshift.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_matmul.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_matmul.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_matmul.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_matmul.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_matmul.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_matmul.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_matmul.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_matmul.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmloc.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmloc.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmloc.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmloc.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmloc.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmloc.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmloc.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmloc.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmval.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmval.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmval.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmval.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmval.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmval.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmval.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmval.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_product.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_product.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_product.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_product.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_product.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_product.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_product.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_product.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_shape.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_shape.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_shape.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_shape.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_shape.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_shape.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_shape.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_shape.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_size.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_size.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_size.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_size.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_size.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_size.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_size.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_size.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_spread.f90,  -O0  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_spread.f90,  -O1  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_spread.f90,  -O2  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_spread.f90,  -O2 -fomit-frame-pointer -finline-functions  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_spread.f90,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_spread.f90,  -O2 -fbounds-check  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_spread.f90,  -O3 -g  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_spread.f90,  -Os  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_sum.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_sum.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_sum.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_sum.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_sum.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_sum.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_sum.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_sum.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_unpack.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_unpack.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_unpack.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_unpack.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_unpack.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_unpack.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_unpack.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_unpack.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/partparm.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/partparm.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/partparm.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/partparm.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/partparm.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/partparm.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/partparm.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/partparm.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/pr19269-1.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/pr19269-1.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/pr19269-1.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/pr19269-1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/pr19269-1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/pr19269-1.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/pr19269-1.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/pr19269-1.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/scalarize3.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/scalarize3.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/scalarize3.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/scalarize3.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/scalarize3.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/scalarize3.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/scalarize3.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/scalarize3.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/where18.f90 execution,  -O0 
FAIL: gfortran.fortran-torture/execute/where18.f90 execution,  -O1 
FAIL: gfortran.fortran-torture/execute/where18.f90 execution,  -O2 
FAIL: gfortran.fortran-torture/execute/where18.f90 execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/where18.f90 execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/where18.f90 execution,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/where18.f90 execution,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/where18.f90 execution,  -Os 
FAIL: gfortran.fortran-torture/execute/where19.f90 execution,  -O0 
FAIL: gfortran.fortran-torture/execute/where19.f90 execution,  -O1 
FAIL: gfortran.fortran-torture/execute/where19.f90 execution,  -O2 
FAIL: gfortran.fortran-torture/execute/where19.f90 execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/where19.f90 execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/where19.f90 execution,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/where19.f90 execution,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/where19.f90 execution,  -Os 
FAIL: gfortran.fortran-torture/execute/where20.f90 execution,  -O0 
FAIL: gfortran.fortran-torture/execute/where20.f90 execution,  -O1 
FAIL: gfortran.fortran-torture/execute/where20.f90 execution,  -O2 
FAIL: gfortran.fortran-torture/execute/where20.f90 execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/where20.f90 execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/where20.f90 execution,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/where20.f90 execution,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/where20.f90 execution,  -Os 
FAIL: gfortran.fortran-torture/execute/where_1.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/where_1.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/where_1.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/where_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/where_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/where_1.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/where_1.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/where_1.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/where_3.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/where_3.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/where_3.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/where_3.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/where_3.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/where_3.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/where_3.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/where_3.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/where_6.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/where_6.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/where_6.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/where_6.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/where_6.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/where_6.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/where_6.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/where_6.f90 compilation,  -Os 

		=== gfortran Summary for unix ===

# of expected passes		26112
# of unexpected failures	1505
# of expected failures		10
# of untested testcases		216
# of unresolved testcases	672
# of unsupported tests		44

Running target unix/-mabi=64
FAIL: gfortran.dg/achar_2.f90  -O0  execution test
FAIL: gfortran.dg/achar_2.f90  -O1  execution test
FAIL: gfortran.dg/achar_2.f90  -O2  execution test
FAIL: gfortran.dg/achar_2.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/achar_2.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/achar_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/achar_2.f90  -O3 -g  execution test
FAIL: gfortran.dg/achar_2.f90  -Os  execution test
FAIL: gfortran.dg/actual_array_constructor_2.f90  -O0  execution test
FAIL: gfortran.dg/actual_array_constructor_2.f90  -O1  execution test
FAIL: gfortran.dg/actual_array_constructor_2.f90  -O2  execution test
FAIL: gfortran.dg/actual_array_constructor_2.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/actual_array_constructor_2.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/actual_array_constructor_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/actual_array_constructor_2.f90  -O3 -g  execution test
FAIL: gfortran.dg/actual_array_constructor_2.f90  -Os  execution test
FAIL: gfortran.dg/actual_array_result_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/actual_array_result_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/actual_array_result_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/actual_array_result_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/actual_array_result_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/actual_array_result_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/actual_array_result_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/actual_array_result_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/actual_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/actual_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/actual_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/actual_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/actual_array_result_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/actual_array_result_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/actual_array_result_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/actual_array_result_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/advance_6.f90  -O0  execution test
FAIL: gfortran.dg/advance_6.f90  -O1  execution test
FAIL: gfortran.dg/advance_6.f90  -O2  execution test
FAIL: gfortran.dg/advance_6.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/advance_6.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/advance_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/advance_6.f90  -O3 -g  execution test
FAIL: gfortran.dg/advance_6.f90  -Os  execution test
FAIL: gfortran.dg/aliasing_dummy_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_4.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_4.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_4.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_4.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_4.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_4.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_4.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_4.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_4.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_4.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_4.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_4.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/aliasing_dummy_4.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/aliasing_dummy_4.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O0  scan-tree-dump-times original "builtin_free" 21: dump file does not exist
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O1  scan-tree-dump-times original "builtin_free" 21: dump file does not exist
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O2  scan-tree-dump-times original "builtin_free" 21: dump file does not exist
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer  scan-tree-dump-times original "builtin_free" 21: dump file does not exist
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-loops  scan-tree-dump-times original "builtin_free" 21: dump file does not exist
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  scan-tree-dump-times original "builtin_free" 21: dump file does not exist
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -g  scan-tree-dump-times original "builtin_free" 21: dump file does not exist
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_1.f90  -Os  scan-tree-dump-times original "builtin_free" 21: dump file does not exist
FAIL: gfortran.dg/alloc_comp_constructor_5.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_5.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_5.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_5.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_5.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_5.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_5.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_5.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_5.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_5.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_5.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_5.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_5.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_5.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_6.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_6.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_6.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_6.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_6.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_6.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_6.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_6.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_6.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_6.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_6.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_6.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/alloc_comp_constructor_6.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/alloc_comp_constructor_6.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/argument_checking_10.f90  -O   (test for warnings, line 11)
FAIL: gfortran.dg/argument_checking_13.f90  -O   (test for warnings, line 56)
FAIL: gfortran.dg/argument_checking_13.f90  -O   (test for warnings, line 57)
FAIL: gfortran.dg/argument_checking_13.f90  -O   (test for warnings, line 75)
FAIL: gfortran.dg/argument_checking_13.f90  -O   (test for warnings, line 76)
FAIL: gfortran.dg/argument_checking_13.f90  -O   (test for warnings, line 77)
FAIL: gfortran.dg/argument_checking_13.f90  -O   (test for warnings, line 80)
FAIL: gfortran.dg/argument_checking_13.f90  -O   (test for warnings, line 81)
FAIL: gfortran.dg/argument_checking_13.f90  -O   (test for warnings, line 82)
FAIL: gfortran.dg/argument_checking_15.f90  -O   (test for warnings, line 17)
FAIL: gfortran.dg/argument_checking_15.f90  -O   (test for warnings, line 19)
FAIL: gfortran.dg/argument_checking_15.f90  -O   (test for warnings, line 20)
FAIL: gfortran.dg/argument_checking_15.f90  -O   (test for warnings, line 24)
FAIL: gfortran.dg/argument_checking_15.f90  -O   (test for warnings, line 25)
FAIL: gfortran.dg/argument_checking_15.f90  -O   (test for warnings, line 26)
FAIL: gfortran.dg/argument_checking_15.f90  -O   (test for warnings, line 30)
FAIL: gfortran.dg/argument_checking_3.f90  -O   (test for warnings, line 28)
FAIL: gfortran.dg/argument_checking_3.f90  -O   (test for warnings, line 30)
FAIL: gfortran.dg/argument_checking_3.f90  -O   (test for warnings, line 32)
FAIL: gfortran.dg/argument_checking_3.f90  -O   (test for warnings, line 34)
FAIL: gfortran.dg/argument_checking_4.f90  -O   (test for warnings, line 15)
FAIL: gfortran.dg/argument_checking_4.f90  -O   (test for warnings, line 17)
FAIL: gfortran.dg/argument_checking_4.f90  -O   (test for warnings, line 19)
FAIL: gfortran.dg/argument_checking_4.f90  -O   (test for warnings, line 20)
FAIL: gfortran.dg/argument_checking_4.f90  -O  (test for excess errors)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 16)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 18)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 20)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 22)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 23)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 26)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 28)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 30)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 32)
FAIL: gfortran.dg/argument_checking_5.f90  -O   (test for warnings, line 33)
FAIL: gfortran.dg/argument_checking_6.f90  -O   (test for errors, line 17)
FAIL: gfortran.dg/array_alloc_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_alloc_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_alloc_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_alloc_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_alloc_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_alloc_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_alloc_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_alloc_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_alloc_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_alloc_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_alloc_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_alloc_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_alloc_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_alloc_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_alloc_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_alloc_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_10.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_10.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_10.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_10.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_10.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_10.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_10.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_10.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_10.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_10.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_10.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_10.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_10.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_10.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_10.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_10.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_11.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_11.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_11.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_11.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_11.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_11.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_11.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_11.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_12.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_12.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_12.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_12.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_12.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_12.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_12.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_12.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_12.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_12.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_12.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_12.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_12.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_12.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_12.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_12.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_15.f90  -O  (test for excess errors)
FAIL: gfortran.dg/array_constructor_15.f90  -O  scan-tree-dump-times original "atmp" 0: dump file does not exist
FAIL: gfortran.dg/array_constructor_22.f90  -O  (test for excess errors)
FAIL: gfortran.dg/array_constructor_6.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_6.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_6.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_6.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_6.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_6.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_6.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_6.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_6.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_6.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_6.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_6.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_6.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_6.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_7.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_7.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_7.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_7.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_7.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_7.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_7.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_7.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_7.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_7.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_7.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_7.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_7.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_7.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_7.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_7.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_8.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_8.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_8.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_8.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_8.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_8.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_8.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_8.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_8.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_8.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_8.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_8.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_8.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_8.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_8.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_8.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_9.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_9.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_9.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_9.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_9.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_9.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_9.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_9.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_9.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_9.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_9.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_9.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_9.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_9.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_9.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_constructor_9.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_type_2.f03  -O0  execution test
FAIL: gfortran.dg/array_constructor_type_2.f03  -O1  execution test
FAIL: gfortran.dg/array_constructor_type_2.f03  -O2  execution test
FAIL: gfortran.dg/array_constructor_type_2.f03  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/array_constructor_type_2.f03  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/array_constructor_type_2.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/array_constructor_type_2.f03  -O3 -g  execution test
FAIL: gfortran.dg/array_constructor_type_2.f03  -Os  execution test
FAIL: gfortran.dg/array_constructor_type_5.f03  -O0  execution test
FAIL: gfortran.dg/array_constructor_type_5.f03  -O1  execution test
FAIL: gfortran.dg/array_constructor_type_5.f03  -O2  execution test
FAIL: gfortran.dg/array_constructor_type_5.f03  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/array_constructor_type_5.f03  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/array_constructor_type_5.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/array_constructor_type_5.f03  -O3 -g  execution test
FAIL: gfortran.dg/array_constructor_type_5.f03  -Os  execution test
FAIL: gfortran.dg/array_initializer_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_initializer_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_initializer_3.f90  -O   (test for errors, line 9)
FAIL: gfortran.dg/array_initializer_3.f90  -O  (test for excess errors)
FAIL: gfortran.dg/array_memset_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_memset_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_memset_2.f90  -O0  scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_memset_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_memset_2.f90  -O1  scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_memset_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_memset_2.f90  -O2  scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer  scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer -funroll-loops  scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_memset_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_memset_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_memset_2.f90  -O3 -g  scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_memset_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_memset_2.f90  -Os  scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_reference_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_reference_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_reference_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_reference_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_reference_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_reference_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_reference_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_reference_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_reference_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_reference_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_reference_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_reference_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_reference_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_reference_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_reference_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_reference_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/array_return_value_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/array_return_value_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/array_return_value_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/array_return_value_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/array_return_value_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/array_return_value_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/array_return_value_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/array_return_value_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/array_return_value_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/array_return_value_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/array_return_value_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/array_return_value_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/array_return_value_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/array_return_value_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/array_return_value_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/array_return_value_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/associated_target_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/associated_target_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/associated_target_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/associated_target_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/associated_target_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/associated_target_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/associated_target_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/associated_target_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/associated_target_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/associated_target_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/associated_target_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/associated_target_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/associated_target_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/associated_target_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/associated_target_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/associated_target_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/assumed_shape_ranks_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/assumed_size_refs_4.f90  -O   (test for errors, line 13)
FAIL: gfortran.dg/assumed_size_refs_4.f90  -O   (test for errors, line 14)
FAIL: gfortran.dg/assumed_size_refs_4.f90  -O  (test for excess errors)
FAIL: gfortran.dg/auto_array_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_array_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/auto_array_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_array_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/auto_array_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_array_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/auto_array_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_array_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/auto_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/auto_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/auto_array_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_array_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/auto_array_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_array_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_dummy_array_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_dummy_array_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_dummy_array_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_dummy_array_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_dummy_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_dummy_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_dummy_array_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_dummy_array_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_len_3.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_len_3.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_len_3.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_len_3.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_len_3.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_len_3.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_len_3.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_len_3.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_len_3.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_len_3.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_len_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_len_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_len_3.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_len_3.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_len_3.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_len_3.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_pointer_array_result_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_pointer_array_result_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_pointer_array_result_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_pointer_array_result_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_pointer_array_result_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_pointer_array_result_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_pointer_array_result_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_pointer_array_result_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_pointer_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_pointer_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_pointer_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_pointer_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_pointer_array_result_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_pointer_array_result_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/auto_char_pointer_array_result_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_char_pointer_array_result_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/auto_pointer_array_result_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_pointer_array_result_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/auto_pointer_array_result_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_pointer_array_result_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/auto_pointer_array_result_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_pointer_array_result_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/auto_pointer_array_result_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_pointer_array_result_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/auto_pointer_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_pointer_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/auto_pointer_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_pointer_array_result_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/auto_pointer_array_result_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_pointer_array_result_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/auto_pointer_array_result_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/auto_pointer_array_result_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/backslash_3.f  -O0  execution test
FAIL: gfortran.dg/backslash_3.f  -O1  execution test
FAIL: gfortran.dg/backslash_3.f  -O2  execution test
FAIL: gfortran.dg/backslash_3.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/backslash_3.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/backslash_3.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/backslash_3.f  -O3 -g  execution test
FAIL: gfortran.dg/backslash_3.f  -Os  execution test
FAIL: gfortran.dg/binding_c_table_15_1.f03  -O0  execution test
FAIL: gfortran.dg/binding_c_table_15_1.f03  -O1  execution test
FAIL: gfortran.dg/binding_c_table_15_1.f03  -O2  execution test
FAIL: gfortran.dg/binding_c_table_15_1.f03  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/binding_c_table_15_1.f03  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/binding_c_table_15_1.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/binding_c_table_15_1.f03  -O3 -g  execution test
FAIL: gfortran.dg/binding_c_table_15_1.f03  -Os  execution test
FAIL: gfortran.dg/bound_2.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/bound_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/bound_2.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/bound_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/bound_2.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/bound_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/bound_2.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/bound_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/bound_2.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/bound_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/bound_4.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_4.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/bound_4.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_4.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/bound_4.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_4.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/bound_4.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_4.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/bound_4.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_4.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/bound_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/bound_4.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_4.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/bound_4.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/bound_4.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/bounds_check_14.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/bounds_check_14.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/bounds_check_14.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/bounds_check_14.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/bounds_check_14.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/bounds_check_14.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/bounds_check_14.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/bounds_check_14.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/bounds_check_14.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/bounds_check_14.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/bounds_check_14.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/bounds_check_14.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/bounds_check_14.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/bounds_check_14.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/bounds_check_14.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/bounds_check_14.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/change_symbol_attributes_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/char_comparison_1.f  -O0  execution test
FAIL: gfortran.dg/char_comparison_1.f  -O1  execution test
FAIL: gfortran.dg/char_comparison_1.f  -O2  execution test
FAIL: gfortran.dg/char_comparison_1.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/char_comparison_1.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/char_comparison_1.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/char_comparison_1.f  -O3 -g  execution test
FAIL: gfortran.dg/char_comparison_1.f  -Os  execution test
FAIL: gfortran.dg/char_expr_3.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_expr_3.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_expr_3.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_expr_3.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_expr_3.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_expr_3.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_expr_3.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_expr_3.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_expr_3.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_expr_3.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_expr_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_expr_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_expr_3.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_expr_3.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_expr_3.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_expr_3.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/char_length_12.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/char_length_12.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_12.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_length_12.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/char_length_12.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_12.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_length_12.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/char_length_12.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_12.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_12.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_length_12.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/char_length_12.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_12.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_length_12.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/char_length_12.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_12.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/char_length_3.f90  -O   (test for warnings, line 17)
FAIL: gfortran.dg/char_length_3.f90  -O   (test for warnings, line 18)
FAIL: gfortran.dg/char_length_3.f90  -O   (test for warnings, line 22)
FAIL: gfortran.dg/char_length_8.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_8.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_length_8.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_8.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_length_8.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_8.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_length_8.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_8.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_length_8.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_8.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_length_8.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_8.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_length_8.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_8.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_length_8.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_length_8.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_pack_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_pack_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/char_spread_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_spread_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_spread_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_spread_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_spread_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_spread_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_spread_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_spread_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_spread_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_spread_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_spread_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_spread_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_spread_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_spread_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_spread_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_spread_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/char_transpose_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_transpose_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_transpose_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_transpose_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_transpose_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_transpose_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_transpose_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_transpose_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_transpose_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_transpose_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_transpose_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_transpose_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_transpose_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_transpose_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_transpose_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_transpose_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/char_unpack_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/char_unpack_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/character_array_constructor_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/character_array_constructor_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/character_array_constructor_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/character_array_constructor_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/character_array_constructor_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/character_array_constructor_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/character_array_constructor_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/character_array_constructor_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/character_array_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/character_array_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/character_array_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/character_array_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/character_array_constructor_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/character_array_constructor_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/character_array_constructor_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/character_array_constructor_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/common_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/common_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/common_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/common_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/common_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/common_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/common_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/common_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/common_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/common_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/common_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/common_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/common_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/common_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/common_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/common_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/common_equivalence_1.f  -O0  execution test
FAIL: gfortran.dg/common_equivalence_1.f  -O1  execution test
FAIL: gfortran.dg/common_equivalence_1.f  -O2  execution test
FAIL: gfortran.dg/common_equivalence_1.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/common_equivalence_1.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/common_equivalence_1.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/common_equivalence_1.f  -O3 -g  execution test
FAIL: gfortran.dg/common_equivalence_1.f  -Os  execution test
FAIL: gfortran.dg/compliant_elemental_intrinsics_1.f90  -O   (test for errors, line 24)
FAIL: gfortran.dg/compliant_elemental_intrinsics_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/cshift_large_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/cshift_large_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/cshift_large_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/cshift_large_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/cshift_large_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/cshift_large_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/cshift_large_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/cshift_large_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/cshift_large_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/cshift_large_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/cshift_large_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/cshift_large_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/cshift_large_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/cshift_large_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/cshift_large_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/cshift_large_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/data_array_1.f90  -O0  execution test
FAIL: gfortran.dg/data_array_1.f90  -O1  execution test
FAIL: gfortran.dg/data_array_1.f90  -O2  execution test
FAIL: gfortran.dg/data_array_1.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/data_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/data_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/data_array_1.f90  -O3 -g  execution test
FAIL: gfortran.dg/data_array_1.f90  -Os  execution test
FAIL: gfortran.dg/dependency_2.f90  -O0  execution test
FAIL: gfortran.dg/dependency_2.f90  -O1  execution test
FAIL: gfortran.dg/dependency_2.f90  -O2  execution test
FAIL: gfortran.dg/dependency_2.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/dependency_2.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/dependency_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/dependency_2.f90  -O3 -g  execution test
FAIL: gfortran.dg/dependency_2.f90  -Os  execution test
FAIL: gfortran.dg/der_array_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/der_array_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/der_array_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/der_array_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/der_array_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/der_array_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/der_array_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/der_array_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/der_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/der_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/der_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/der_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/der_array_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/der_array_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/der_array_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/der_array_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/derived_comp_array_ref_7.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/derived_comp_array_ref_7.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/derived_comp_array_ref_7.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/derived_comp_array_ref_7.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/derived_comp_array_ref_7.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/derived_comp_array_ref_7.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/derived_comp_array_ref_7.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/derived_comp_array_ref_7.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/derived_comp_array_ref_7.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/derived_comp_array_ref_7.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/derived_comp_array_ref_7.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/derived_comp_array_ref_7.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/derived_comp_array_ref_7.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/derived_comp_array_ref_7.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/derived_comp_array_ref_7.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/derived_comp_array_ref_7.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/dos_eol.f  -O0  execution test
FAIL: gfortran.dg/dos_eol.f  -O1  execution test
FAIL: gfortran.dg/dos_eol.f  -O2  execution test
FAIL: gfortran.dg/dos_eol.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/dos_eol.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/dos_eol.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/dos_eol.f  -O3 -g  execution test
FAIL: gfortran.dg/dos_eol.f  -Os  execution test
FAIL: gfortran.dg/entry_array_specs_3.f90  -O  (test for excess errors)
FAIL: gfortran.dg/eoshift_large_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/eoshift_large_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/eoshift_large_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/eoshift_large_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/eoshift_large_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/eoshift_large_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/eoshift_large_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/eoshift_large_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/eoshift_large_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/eoshift_large_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/eoshift_large_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/eoshift_large_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/eoshift_large_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/eoshift_large_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/eoshift_large_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/eoshift_large_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/equiv_1.f90  -O  d (test for errors, line 2)
FAIL: gfortran.dg/equiv_1.f90  -O  e (test for errors, line 3)
FAIL: gfortran.dg/equiv_1.f90  -O  f (test for errors, line 6)
FAIL: gfortran.dg/equiv_1.f90  -O  g (test for errors, line 7)
FAIL: gfortran.dg/equiv_6.f90  -O0  execution test
FAIL: gfortran.dg/equiv_6.f90  -O1  execution test
FAIL: gfortran.dg/equiv_6.f90  -O2  execution test
FAIL: gfortran.dg/equiv_6.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/equiv_6.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/equiv_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/equiv_6.f90  -O3 -g  execution test
FAIL: gfortran.dg/equiv_6.f90  -Os  execution test
FAIL: gfortran.dg/equiv_7.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/equiv_7.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/equiv_7.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/equiv_7.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/equiv_7.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/equiv_7.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/equiv_7.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/equiv_7.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/equiv_7.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/equiv_7.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/equiv_7.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/equiv_7.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/equiv_7.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/equiv_7.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/equiv_7.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/equiv_7.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/fmt_t_5.f90  -O0  execution test
FAIL: gfortran.dg/fmt_t_5.f90  -O1  execution test
FAIL: gfortran.dg/fmt_t_5.f90  -O2  execution test
FAIL: gfortran.dg/fmt_t_5.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/fmt_t_5.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/fmt_t_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/fmt_t_5.f90  -O3 -g  execution test
FAIL: gfortran.dg/fmt_t_5.f90  -Os  execution test
FAIL: gfortran.dg/fold_nearest.f90  -O0  execution test
FAIL: gfortran.dg/fold_nearest.f90  -O1  execution test
FAIL: gfortran.dg/fold_nearest.f90  -O2  execution test
FAIL: gfortran.dg/fold_nearest.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/fold_nearest.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/fold_nearest.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/fold_nearest.f90  -O3 -g  execution test
FAIL: gfortran.dg/fold_nearest.f90  -Os  execution test
FAIL: gfortran.dg/forall_6.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/forall_6.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/forall_6.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/forall_6.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/forall_6.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/forall_6.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/forall_6.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/forall_6.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/forall_6.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/forall_6.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/forall_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/forall_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/forall_6.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/forall_6.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/forall_6.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/forall_6.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/ichar_2.f90  -O0  execution test
FAIL: gfortran.dg/ichar_2.f90  -O1  execution test
FAIL: gfortran.dg/ichar_2.f90  -O2  execution test
FAIL: gfortran.dg/ichar_2.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/ichar_2.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/ichar_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/ichar_2.f90  -O3 -g  execution test
FAIL: gfortran.dg/ichar_2.f90  -Os  execution test
FAIL: gfortran.dg/initialization_1.f90  -O   (test for errors, line 30)
FAIL: gfortran.dg/initialization_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/initialization_10.f90  -O  (test for excess errors)
FAIL: gfortran.dg/initialization_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/initialization_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/initialization_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/initialization_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/initialization_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/initialization_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/initialization_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/initialization_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/initialization_3.f90  -O   (test for errors, line 11)
FAIL: gfortran.dg/initialization_3.f90  -O   (test for errors, line 12)
FAIL: gfortran.dg/initialization_3.f90  -O  (test for excess errors)
FAIL: gfortran.dg/initialization_6.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_6.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/initialization_6.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_6.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/initialization_6.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_6.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/initialization_6.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_6.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/initialization_6.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_6.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/initialization_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/initialization_6.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_6.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/initialization_6.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/initialization_6.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/initialization_7.f90  -O   (test for errors, line 9)
FAIL: gfortran.dg/initialization_7.f90  -O  (test for excess errors)
FAIL: gfortran.dg/intrinsic_argument_conformance_2.f90  -O   (test for errors, line 29)
FAIL: gfortran.dg/intrinsic_argument_conformance_2.f90  -O   (test for errors, line 33)
FAIL: gfortran.dg/intrinsic_argument_conformance_2.f90  -O  (test for excess errors)
FAIL: gfortran.dg/intrinsic_intkinds_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_intkinds_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_intkinds_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_intkinds_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_intkinds_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_intkinds_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_intkinds_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_intkinds_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_intkinds_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_intkinds_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_intkinds_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_intkinds_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_intkinds_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_intkinds_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_intkinds_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_intkinds_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_3.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_3.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_3.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_3.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_3.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_3.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_3.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_3.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_3.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_3.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_3.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_3.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_pack_3.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_pack_3.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_1.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_2.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_3.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_3.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_3.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_3.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_3.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_spread_3.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/intrinsic_spread_3.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_spread_3.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_3.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_3.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_3.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_3.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_3.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_3.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_3.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_3.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_3.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_3.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_3.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_3.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/intrinsic_unpack_3.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/intrinsic_unpack_3.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/intrinsics_kind_argument_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/large_real_kind_2.F90  -O0  execution test
FAIL: gfortran.dg/large_real_kind_2.F90  -O1  execution test
FAIL: gfortran.dg/large_real_kind_2.F90  -O2  execution test
FAIL: gfortran.dg/large_real_kind_2.F90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/large_real_kind_2.F90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/large_real_kind_2.F90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/large_real_kind_2.F90  -O3 -g  execution test
FAIL: gfortran.dg/large_real_kind_2.F90  -Os  execution test
FAIL: gfortran.dg/largeequiv_1.f90  -O0  execution test
FAIL: gfortran.dg/largeequiv_1.f90  -O1  execution test
FAIL: gfortran.dg/largeequiv_1.f90  -O2  execution test
FAIL: gfortran.dg/largeequiv_1.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/largeequiv_1.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/largeequiv_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/largeequiv_1.f90  -O3 -g  execution test
FAIL: gfortran.dg/largeequiv_1.f90  -Os  execution test
FAIL: gfortran.dg/list_read_9.f90  -O0  execution test
FAIL: gfortran.dg/list_read_9.f90  -O1  execution test
FAIL: gfortran.dg/list_read_9.f90  -O2  execution test
FAIL: gfortran.dg/list_read_9.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/list_read_9.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/list_read_9.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/list_read_9.f90  -O3 -g  execution test
FAIL: gfortran.dg/list_read_9.f90  -Os  execution test
FAIL: gfortran.dg/mapping_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/mapping_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/mapping_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/mapping_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/mapping_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/mapping_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/mapping_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/mapping_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/mapping_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/mapping_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/mapping_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/mapping_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/mapping_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/mapping_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/mapping_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/mapping_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/matmul_3.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/matmul_3.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/matmul_3.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/matmul_3.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/matmul_3.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/matmul_3.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/matmul_3.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/matmul_3.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/matmul_3.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/matmul_3.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/matmul_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/matmul_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/matmul_3.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/matmul_3.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/matmul_3.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/matmul_3.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/maxloc_shape_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/minmaxval_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/module_equivalence_1.f90  -O0  execution test
FAIL: gfortran.dg/module_equivalence_1.f90  -O1  execution test
FAIL: gfortran.dg/module_equivalence_1.f90  -O2  execution test
FAIL: gfortran.dg/module_equivalence_1.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/module_equivalence_1.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/module_equivalence_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/module_equivalence_1.f90  -O3 -g  execution test
FAIL: gfortran.dg/module_equivalence_1.f90  -Os  execution test
FAIL: gfortran.dg/module_equivalence_3.f90  -O0  execution test
FAIL: gfortran.dg/module_equivalence_3.f90  -O1  execution test
FAIL: gfortran.dg/module_equivalence_3.f90  -O2  execution test
FAIL: gfortran.dg/module_equivalence_3.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/module_equivalence_3.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/module_equivalence_3.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/module_equivalence_3.f90  -O3 -g  execution test
FAIL: gfortran.dg/module_equivalence_3.f90  -Os  execution test
FAIL: gfortran.dg/module_private_array_refs_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/nested_modules_6.f90  -O  (test for excess errors)
FAIL: gfortran.dg/nested_reshape.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/nested_reshape.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/nested_reshape.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/nested_reshape.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/nested_reshape.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/nested_reshape.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/nested_reshape.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/nested_reshape.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/nested_reshape.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/nested_reshape.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/nested_reshape.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/nested_reshape.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/nested_reshape.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/nested_reshape.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/nested_reshape.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/nested_reshape.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/new_line.f90  -O0  execution test
FAIL: gfortran.dg/new_line.f90  -O1  execution test
FAIL: gfortran.dg/new_line.f90  -O2  execution test
FAIL: gfortran.dg/new_line.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/new_line.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/new_line.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/new_line.f90  -O3 -g  execution test
FAIL: gfortran.dg/new_line.f90  -Os  execution test
FAIL: gfortran.dg/operator_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/operator_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/operator_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/operator_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/operator_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/operator_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/operator_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/operator_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/operator_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/operator_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/operator_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/operator_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/operator_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/operator_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/operator_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/operator_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/operator_2.f90  -O   (test for errors, line 6)
FAIL: gfortran.dg/operator_2.f90  -O   (test for errors, line 10)
FAIL: gfortran.dg/operator_2.f90  -O  (test for excess errors)
FAIL: gfortran.dg/pack_bounds_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/pack_bounds_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/pack_bounds_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/pack_bounds_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/pack_bounds_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/pack_bounds_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/pack_bounds_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/pack_bounds_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/pack_bounds_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/pack_bounds_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/pack_bounds_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/pack_bounds_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/pack_bounds_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/pack_bounds_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/pack_bounds_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/pack_bounds_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/parameter_array_element_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/parameter_array_element_1.f90  -O  scan-tree-dump-times original "105" 1: dump file does not exist
FAIL: gfortran.dg/parameter_array_init_4.f90  -O0  execution test
FAIL: gfortran.dg/parameter_array_init_4.f90  -O1  execution test
FAIL: gfortran.dg/parameter_array_init_4.f90  -O2  execution test
FAIL: gfortran.dg/parameter_array_init_4.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/parameter_array_init_4.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/parameter_array_init_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/parameter_array_init_4.f90  -O3 -g  execution test
FAIL: gfortran.dg/parameter_array_init_4.f90  -Os  execution test
FAIL: gfortran.dg/pr15957.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/pr15957.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/pr15957.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/pr15957.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/pr15957.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/pr15957.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/pr15957.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/pr15957.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/pr15957.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/pr15957.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/pr15957.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/pr15957.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/pr15957.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/pr15957.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/pr15957.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/pr15957.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/pr15959.f90  -O0  execution test
FAIL: gfortran.dg/pr15959.f90  -O1  execution test
FAIL: gfortran.dg/pr15959.f90  -O2  execution test
FAIL: gfortran.dg/pr15959.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/pr15959.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/pr15959.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/pr15959.f90  -O3 -g  execution test
FAIL: gfortran.dg/pr15959.f90  -Os  execution test
FAIL: gfortran.dg/pr32136.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/pr32136.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/pr32136.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/pr32136.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/pr32136.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/pr32136.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/pr32136.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/pr32136.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/pr32136.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/pr32136.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/pr32136.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/pr32136.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/pr32136.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/pr32136.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/pr32136.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/pr32136.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/pr36286.f90  -O  (test for excess errors)
FAIL: gfortran.dg/proc_ptr_5.f90  -O0  execution test
FAIL: gfortran.dg/proc_ptr_5.f90  -O1  execution test
FAIL: gfortran.dg/proc_ptr_5.f90  -O2  execution test
FAIL: gfortran.dg/proc_ptr_5.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/proc_ptr_5.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/proc_ptr_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/proc_ptr_5.f90  -O3 -g  execution test
FAIL: gfortran.dg/proc_ptr_5.f90  -Os  execution test
FAIL: gfortran.dg/reshape_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/reshape_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/reshape_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/reshape_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/reshape_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/reshape_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/reshape_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/reshape_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_empty_1.f03  -O0  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -O0  scan-tree-dump-times original "\\{1, 2, 2, 2, 1, 2, 2, 2, 1\\}" 2: dump file does not exist
FAIL: gfortran.dg/reshape_empty_1.f03  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_empty_1.f03  -O1  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -O1  scan-tree-dump-times original "\\{1, 2, 2, 2, 1, 2, 2, 2, 1\\}" 2: dump file does not exist
FAIL: gfortran.dg/reshape_empty_1.f03  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_empty_1.f03  -O2  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -O2  scan-tree-dump-times original "\\{1, 2, 2, 2, 1, 2, 2, 2, 1\\}" 2: dump file does not exist
FAIL: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer  scan-tree-dump-times original "\\{1, 2, 2, 2, 1, 2, 2, 2, 1\\}" 2: dump file does not exist
FAIL: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer -funroll-loops  scan-tree-dump-times original "\\{1, 2, 2, 2, 1, 2, 2, 2, 1\\}" 2: dump file does not exist
FAIL: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  scan-tree-dump-times original "\\{1, 2, 2, 2, 1, 2, 2, 2, 1\\}" 2: dump file does not exist
FAIL: gfortran.dg/reshape_empty_1.f03  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_empty_1.f03  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -O3 -g  scan-tree-dump-times original "\\{1, 2, 2, 2, 1, 2, 2, 2, 1\\}" 2: dump file does not exist
FAIL: gfortran.dg/reshape_empty_1.f03  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/reshape_empty_1.f03  -Os  compilation failed to produce executable
FAIL: gfortran.dg/reshape_empty_1.f03  -Os  scan-tree-dump-times original "\\{1, 2, 2, 2, 1, 2, 2, 2, 1\\}" 2: dump file does not exist
FAIL: gfortran.dg/restricted_expression_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/restricted_expression_2.f90  -O  (test for excess errors)
FAIL: gfortran.dg/ret_array_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/ret_array_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/ret_array_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/ret_array_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/ret_array_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/ret_array_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/ret_array_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/ret_array_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/ret_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/ret_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/ret_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/ret_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/ret_array_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/ret_array_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/ret_array_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/ret_array_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/scalarize_parameter_array_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/scalarize_parameter_array_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/scalarize_parameter_array_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/scalarize_parameter_array_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/scalarize_parameter_array_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/scalarize_parameter_array_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/scalarize_parameter_array_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/scalarize_parameter_array_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/scalarize_parameter_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/scalarize_parameter_array_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/scalarize_parameter_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/scalarize_parameter_array_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/scalarize_parameter_array_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/scalarize_parameter_array_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/scalarize_parameter_array_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/scalarize_parameter_array_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/shape_4.f90  -O  (test for excess errors)
FAIL: gfortran.dg/shift-alloc.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/shift-alloc.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/shift-alloc.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/shift-alloc.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/shift-alloc.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/shift-alloc.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/shift-alloc.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/shift-alloc.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/shift-alloc.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/shift-alloc.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/shift-alloc.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/shift-alloc.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/shift-alloc.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/shift-alloc.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/shift-alloc.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/shift-alloc.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/shift-kind.f90  -O  (test for excess errors)
FAIL: gfortran.dg/single_char_string.f90  -O0  execution test
FAIL: gfortran.dg/single_char_string.f90  -O1  execution test
FAIL: gfortran.dg/single_char_string.f90  -O2  execution test
FAIL: gfortran.dg/single_char_string.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/single_char_string.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/single_char_string.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/single_char_string.f90  -O3 -g  execution test
FAIL: gfortran.dg/single_char_string.f90  -Os  execution test
FAIL: gfortran.dg/size_dim.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/size_dim.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/size_dim.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/size_dim.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/size_dim.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/size_dim.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/size_dim.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/size_dim.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/size_dim.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/size_dim.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/size_dim.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/size_dim.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/size_dim.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/size_dim.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/size_dim.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/size_dim.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/sms-1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/sms-1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/sms-1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/sms-1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/sms-1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/sms-1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/sms-1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/sms-1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/sms-1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/sms-1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/sms-1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/sms-1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/sms-1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/sms-1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/sms-1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/sms-1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/spec_expr_4.f90  -O  (test for excess errors)
FAIL: gfortran.dg/specification_type_resolution_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/spread_shape_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/spread_zerosize_1.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/spread_zerosize_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/spread_zerosize_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/spread_zerosize_1.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/spread_zerosize_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/spread_zerosize_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/spread_zerosize_1.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/spread_zerosize_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/spread_zerosize_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/spread_zerosize_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/spread_zerosize_1.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/spread_zerosize_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/spread_zerosize_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/spread_zerosize_1.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/spread_zerosize_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/spread_zerosize_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/string_compare_1.f90  -O0  execution test
FAIL: gfortran.dg/string_compare_1.f90  -O1  execution test
FAIL: gfortran.dg/string_compare_1.f90  -O2  execution test
FAIL: gfortran.dg/string_compare_1.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/string_compare_1.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/string_compare_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/string_compare_1.f90  -O3 -g  execution test
FAIL: gfortran.dg/string_compare_1.f90  -Os  execution test
FAIL: gfortran.dg/structure_constructor_1.f03  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/structure_constructor_1.f03  -O0  compilation failed to produce executable
FAIL: gfortran.dg/structure_constructor_1.f03  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/structure_constructor_1.f03  -O1  compilation failed to produce executable
FAIL: gfortran.dg/structure_constructor_1.f03  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/structure_constructor_1.f03  -O2  compilation failed to produce executable
FAIL: gfortran.dg/structure_constructor_1.f03  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/structure_constructor_1.f03  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/structure_constructor_1.f03  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/structure_constructor_1.f03  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/structure_constructor_1.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/structure_constructor_1.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/structure_constructor_1.f03  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/structure_constructor_1.f03  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/structure_constructor_1.f03  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/structure_constructor_1.f03  -Os  compilation failed to produce executable
FAIL: gfortran.dg/subref_array_pointer_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/subref_array_pointer_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/subref_array_pointer_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/subref_array_pointer_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/subref_array_pointer_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/subref_array_pointer_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/subref_array_pointer_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/subref_array_pointer_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/subref_array_pointer_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/subref_array_pointer_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/subref_array_pointer_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/subref_array_pointer_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/subref_array_pointer_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/subref_array_pointer_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/subref_array_pointer_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/subref_array_pointer_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/substr_6.f90  -O0  execution test
FAIL: gfortran.dg/substr_6.f90  -O1  execution test
FAIL: gfortran.dg/substr_6.f90  -O2  execution test
FAIL: gfortran.dg/substr_6.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/substr_6.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/substr_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/substr_6.f90  -O3 -g  execution test
FAIL: gfortran.dg/substr_6.f90  -Os  execution test
FAIL: gfortran.dg/temporary_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/temporary_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/temporary_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/temporary_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/temporary_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/temporary_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/temporary_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/temporary_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/temporary_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/temporary_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/temporary_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/temporary_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/temporary_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/temporary_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/temporary_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/temporary_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/transfer_check_1.f90  -O   (test for warnings, line 5)
FAIL: gfortran.dg/transfer_check_1.f90  -O  (test for excess errors)
FAIL: gfortran.dg/transfer_simplify_1.f90  -O0  execution test
FAIL: gfortran.dg/transfer_simplify_1.f90  -O1  execution test
FAIL: gfortran.dg/transfer_simplify_1.f90  -O2  execution test
FAIL: gfortran.dg/transfer_simplify_1.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/transfer_simplify_1.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/transfer_simplify_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/transfer_simplify_1.f90  -O3 -g  execution test
FAIL: gfortran.dg/transfer_simplify_1.f90  -Os  execution test
FAIL: gfortran.dg/transfer_simplify_2.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_2.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_2.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_2.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_2.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_2.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_2.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_2.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_2.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_2.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_2.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_2.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_4.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_4.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_4.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_4.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_4.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_4.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_4.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_4.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_4.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_4.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_4.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_4.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_4.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_4.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_4.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_9.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_9.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_9.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_9.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_9.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_9.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_9.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_9.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_9.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_9.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_9.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_9.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_9.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/transfer_simplify_9.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/transfer_simplify_9.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/transfer_simplify_9.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/use_only_3.f90  -O  (test for excess errors)
FAIL: gfortran.dg/used_dummy_types_2.f90  -O  (test for excess errors)
FAIL: gfortran.dg/utf8_2.f03  -O0  execution test
FAIL: gfortran.dg/utf8_2.f03  -O1  execution test
FAIL: gfortran.dg/utf8_2.f03  -O2  execution test
FAIL: gfortran.dg/utf8_2.f03  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/utf8_2.f03  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/utf8_2.f03  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/utf8_2.f03  -O3 -g  execution test
FAIL: gfortran.dg/utf8_2.f03  -Os  execution test
FAIL: gfortran.dg/vector_subscript_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_5.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_5.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_5.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_5.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_5.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_5.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_5.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_5.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_5.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_5.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_5.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_5.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/vector_subscript_5.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/vector_subscript_5.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/widechar_5.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_5.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/widechar_5.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_5.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/widechar_5.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_5.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/widechar_5.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_5.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/widechar_5.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_5.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/widechar_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/widechar_5.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_5.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/widechar_5.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_5.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/widechar_8.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_8.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/widechar_8.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_8.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/widechar_8.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_8.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/widechar_8.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_8.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/widechar_8.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_8.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/widechar_8.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_8.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/widechar_8.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_8.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/widechar_8.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_8.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/widechar_intrinsics_5.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_intrinsics_5.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/widechar_intrinsics_5.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_intrinsics_5.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/widechar_intrinsics_5.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_intrinsics_5.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/widechar_intrinsics_5.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_intrinsics_5.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/widechar_intrinsics_5.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_intrinsics_5.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/widechar_intrinsics_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_intrinsics_5.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/widechar_intrinsics_5.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_intrinsics_5.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/widechar_intrinsics_5.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/widechar_intrinsics_5.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/zero_sized_1.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/zero_sized_1.f90  -O0  (test for excess errors)
UNRESOLVED: gfortran.dg/zero_sized_1.f90  -O0  compilation failed to produce executable
FAIL: gfortran.dg/zero_sized_1.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/zero_sized_1.f90  -O1  (test for excess errors)
UNRESOLVED: gfortran.dg/zero_sized_1.f90  -O1  compilation failed to produce executable
FAIL: gfortran.dg/zero_sized_1.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/zero_sized_1.f90  -O2  (test for excess errors)
UNRESOLVED: gfortran.dg/zero_sized_1.f90  -O2  compilation failed to produce executable
FAIL: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer  (test for excess errors)
UNRESOLVED: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
UNRESOLVED: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
UNRESOLVED: gfortran.dg/zero_sized_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: gfortran.dg/zero_sized_1.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/zero_sized_1.f90  -O3 -g  (test for excess errors)
UNRESOLVED: gfortran.dg/zero_sized_1.f90  -O3 -g  compilation failed to produce executable
FAIL: gfortran.dg/zero_sized_1.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/zero_sized_1.f90  -Os  (test for excess errors)
UNRESOLVED: gfortran.dg/zero_sized_1.f90  -Os  compilation failed to produce executable
FAIL: gfortran.dg/g77/980628-0.f  -O0  execution test
FAIL: gfortran.dg/g77/980628-0.f  -O1  execution test
FAIL: gfortran.dg/g77/980628-0.f  -O2  execution test
FAIL: gfortran.dg/g77/980628-0.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980628-0.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980628-0.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980628-0.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980628-0.f  -Os  execution test
FAIL: gfortran.dg/g77/980628-1.f  -O0  execution test
FAIL: gfortran.dg/g77/980628-1.f  -O1  execution test
FAIL: gfortran.dg/g77/980628-1.f  -O2  execution test
FAIL: gfortran.dg/g77/980628-1.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980628-1.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980628-1.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980628-1.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980628-1.f  -Os  execution test
FAIL: gfortran.dg/g77/980628-10.f  -O0  execution test
FAIL: gfortran.dg/g77/980628-10.f  -O1  execution test
FAIL: gfortran.dg/g77/980628-10.f  -O2  execution test
FAIL: gfortran.dg/g77/980628-10.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980628-10.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980628-10.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980628-10.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980628-10.f  -Os  execution test
FAIL: gfortran.dg/g77/980628-2.f  -O0  execution test
FAIL: gfortran.dg/g77/980628-2.f  -O1  execution test
FAIL: gfortran.dg/g77/980628-2.f  -O2  execution test
FAIL: gfortran.dg/g77/980628-2.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980628-2.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980628-2.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980628-2.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980628-2.f  -Os  execution test
FAIL: gfortran.dg/g77/980628-3.f  -O0  execution test
FAIL: gfortran.dg/g77/980628-3.f  -O1  execution test
FAIL: gfortran.dg/g77/980628-3.f  -O2  execution test
FAIL: gfortran.dg/g77/980628-3.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980628-3.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980628-3.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980628-3.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980628-3.f  -Os  execution test
FAIL: gfortran.dg/g77/980628-7.f  -O0  execution test
FAIL: gfortran.dg/g77/980628-7.f  -O1  execution test
FAIL: gfortran.dg/g77/980628-7.f  -O2  execution test
FAIL: gfortran.dg/g77/980628-7.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980628-7.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980628-7.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980628-7.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980628-7.f  -Os  execution test
FAIL: gfortran.dg/g77/980628-8.f  -O0  execution test
FAIL: gfortran.dg/g77/980628-8.f  -O1  execution test
FAIL: gfortran.dg/g77/980628-8.f  -O2  execution test
FAIL: gfortran.dg/g77/980628-8.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980628-8.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980628-8.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980628-8.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980628-8.f  -Os  execution test
FAIL: gfortran.dg/g77/980628-9.f  -O0  execution test
FAIL: gfortran.dg/g77/980628-9.f  -O1  execution test
FAIL: gfortran.dg/g77/980628-9.f  -O2  execution test
FAIL: gfortran.dg/g77/980628-9.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980628-9.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980628-9.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980628-9.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980628-9.f  -Os  execution test
FAIL: gfortran.dg/g77/980701-0.f  -O0  execution test
FAIL: gfortran.dg/g77/980701-0.f  -O1  execution test
FAIL: gfortran.dg/g77/980701-0.f  -O2  execution test
FAIL: gfortran.dg/g77/980701-0.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980701-0.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980701-0.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980701-0.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980701-0.f  -Os  execution test
FAIL: gfortran.dg/g77/980701-1.f  -O0  execution test
FAIL: gfortran.dg/g77/980701-1.f  -O1  execution test
FAIL: gfortran.dg/g77/980701-1.f  -O2  execution test
FAIL: gfortran.dg/g77/980701-1.f  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/g77/980701-1.f  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gfortran.dg/g77/980701-1.f  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/g77/980701-1.f  -O3 -g  execution test
FAIL: gfortran.dg/g77/980701-1.f  -Os  execution test
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
FAIL: gfortran.fortran-torture/compile/20080806-1.f90,  -O0  
FAIL: gfortran.fortran-torture/compile/20080806-1.f90,  -O1  
FAIL: gfortran.fortran-torture/compile/20080806-1.f90,  -O2  
FAIL: gfortran.fortran-torture/compile/20080806-1.f90,  -O2 -fomit-frame-pointer -finline-functions  
FAIL: gfortran.fortran-torture/compile/20080806-1.f90,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops  
FAIL: gfortran.fortran-torture/compile/20080806-1.f90,  -O2 -fbounds-check  
FAIL: gfortran.fortran-torture/compile/20080806-1.f90,  -O3 -g  
FAIL: gfortran.fortran-torture/compile/20080806-1.f90,  -Os  
FAIL: gfortran.fortran-torture/compile/pr36078.f90,  -O0  
FAIL: gfortran.fortran-torture/compile/pr36078.f90,  -O1  
FAIL: gfortran.fortran-torture/compile/pr36078.f90,  -O2  
FAIL: gfortran.fortran-torture/compile/pr36078.f90,  -O2 -fomit-frame-pointer -finline-functions  
FAIL: gfortran.fortran-torture/compile/pr36078.f90,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops  
FAIL: gfortran.fortran-torture/compile/pr36078.f90,  -O2 -fbounds-check  
FAIL: gfortran.fortran-torture/compile/pr36078.f90,  -O3 -g  
FAIL: gfortran.fortran-torture/compile/pr36078.f90,  -Os  
FAIL: gfortran.fortran-torture/compile/shape_reshape.f90,  -O0  
FAIL: gfortran.fortran-torture/compile/shape_reshape.f90,  -O1  
FAIL: gfortran.fortran-torture/compile/shape_reshape.f90,  -O2  
FAIL: gfortran.fortran-torture/compile/shape_reshape.f90,  -O2 -fomit-frame-pointer -finline-functions  
FAIL: gfortran.fortran-torture/compile/shape_reshape.f90,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops  
FAIL: gfortran.fortran-torture/compile/shape_reshape.f90,  -O2 -fbounds-check  
FAIL: gfortran.fortran-torture/compile/shape_reshape.f90,  -O3 -g  
FAIL: gfortran.fortran-torture/compile/shape_reshape.f90,  -Os  
FAIL: gfortran.fortran-torture/execute/assumed_size.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/assumed_size.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/assumed_size.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/assumed_size.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/assumed_size.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/assumed_size.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/assumed_size.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/assumed_size.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/common.f90 execution,  -O0 
FAIL: gfortran.fortran-torture/execute/common.f90 execution,  -O1 
FAIL: gfortran.fortran-torture/execute/common.f90 execution,  -O2 
FAIL: gfortran.fortran-torture/execute/common.f90 execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/common.f90 execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/common.f90 execution,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/common.f90 execution,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/common.f90 execution,  -Os 
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution,  -O0 
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution,  -O1 
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution,  -O2 
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution,  -Os 
FAIL: gfortran.fortran-torture/execute/constructor.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/constructor.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/constructor.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/constructor.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/constructor.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/constructor.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/constructor.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/constructor.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/data.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/data.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/data.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/data.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/data.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/data.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/data.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/data.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/dep_fails.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/dep_fails.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/dep_fails.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/dep_fails.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/dep_fails.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/dep_fails.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/dep_fails.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/dep_fails.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/elemental.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/elemental.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/elemental.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/elemental.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/elemental.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/elemental.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/elemental.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/elemental.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/equiv_2.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/equiv_2.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/equiv_2.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/equiv_2.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/equiv_2.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/equiv_2.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/equiv_2.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/equiv_2.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/equiv_4.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/equiv_4.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/equiv_4.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/equiv_4.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/equiv_4.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/equiv_4.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/equiv_4.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/equiv_4.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/equiv_init_1.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/equiv_init_1.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/equiv_init_1.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/equiv_init_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/equiv_init_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/equiv_init_1.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/equiv_init_1.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/equiv_init_1.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/forall.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/forall.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/forall.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/forall.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/forall.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/forall.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/forall.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/forall.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/forall_1.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/forall_1.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/forall_1.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/forall_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/forall_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/forall_1.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/forall_1.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/forall_1.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/forall_2.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/forall_2.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/forall_2.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/forall_2.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/forall_2.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/forall_2.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/forall_2.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/forall_2.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/forall_4.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/forall_4.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/forall_4.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/forall_4.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/forall_4.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/forall_4.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/forall_4.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/forall_4.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution,  -O0 
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution,  -O1 
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution,  -O2 
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_cshift.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_cshift.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_cshift.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_cshift.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_cshift.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_cshift.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_cshift.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_cshift.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_eoshift.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_eoshift.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_eoshift.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_eoshift.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_eoshift.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_eoshift.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_eoshift.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_eoshift.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_matmul.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_matmul.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_matmul.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_matmul.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_matmul.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_matmul.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_matmul.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_matmul.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmloc.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmloc.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmloc.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmloc.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmloc.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmloc.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmloc.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmloc.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmval.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmval.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmval.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmval.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmval.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmval.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmval.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_mmval.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_product.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_product.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_product.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_product.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_product.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_product.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_product.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_product.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_shape.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_shape.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_shape.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_shape.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_shape.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_shape.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_shape.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_shape.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_size.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_size.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_size.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_size.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_size.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_size.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_size.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_size.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_spread.f90,  -O0  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_spread.f90,  -O1  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_spread.f90,  -O2  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_spread.f90,  -O2 -fomit-frame-pointer -finline-functions  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_spread.f90,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_spread.f90,  -O2 -fbounds-check  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_spread.f90,  -O3 -g  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_spread.f90,  -Os  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_sum.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_sum.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_sum.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_sum.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_sum.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_sum.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_sum.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_sum.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/intrinsic_unpack.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_unpack.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_unpack.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/intrinsic_unpack.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/intrinsic_unpack.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/intrinsic_unpack.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/intrinsic_unpack.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/intrinsic_unpack.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/partparm.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/partparm.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/partparm.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/partparm.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/partparm.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/partparm.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/partparm.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/partparm.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/pr19269-1.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/pr19269-1.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/pr19269-1.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/pr19269-1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/pr19269-1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/pr19269-1.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/pr19269-1.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/pr19269-1.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/scalarize3.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/scalarize3.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/scalarize3.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/scalarize3.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/scalarize3.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/scalarize3.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/scalarize3.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/scalarize3.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/where18.f90 execution,  -O0 
FAIL: gfortran.fortran-torture/execute/where18.f90 execution,  -O1 
FAIL: gfortran.fortran-torture/execute/where18.f90 execution,  -O2 
FAIL: gfortran.fortran-torture/execute/where18.f90 execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/where18.f90 execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/where18.f90 execution,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/where18.f90 execution,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/where18.f90 execution,  -Os 
FAIL: gfortran.fortran-torture/execute/where19.f90 execution,  -O0 
FAIL: gfortran.fortran-torture/execute/where19.f90 execution,  -O1 
FAIL: gfortran.fortran-torture/execute/where19.f90 execution,  -O2 
FAIL: gfortran.fortran-torture/execute/where19.f90 execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/where19.f90 execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/where19.f90 execution,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/where19.f90 execution,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/where19.f90 execution,  -Os 
FAIL: gfortran.fortran-torture/execute/where20.f90 execution,  -O0 
FAIL: gfortran.fortran-torture/execute/where20.f90 execution,  -O1 
FAIL: gfortran.fortran-torture/execute/where20.f90 execution,  -O2 
FAIL: gfortran.fortran-torture/execute/where20.f90 execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/where20.f90 execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/where20.f90 execution,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/where20.f90 execution,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/where20.f90 execution,  -Os 
FAIL: gfortran.fortran-torture/execute/where_1.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/where_1.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/where_1.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/where_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/where_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/where_1.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/where_1.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/where_1.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/where_3.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/where_3.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/where_3.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/where_3.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/where_3.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/where_3.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/where_3.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/where_3.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/where_6.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/where_6.f90 compilation,  -O1 
FAIL: gfortran.fortran-torture/execute/where_6.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/where_6.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/where_6.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/where_6.f90 compilation,  -O2 -fbounds-check 
FAIL: gfortran.fortran-torture/execute/where_6.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/where_6.f90 compilation,  -Os 

		=== gfortran Summary for unix/-mabi=64 ===

# of expected passes		26096
# of unexpected failures	1497
# of expected failures		10
# of untested testcases		232
# of unresolved testcases	672
# of unsupported tests		44

		=== gfortran Summary ===

# of expected passes		52208
# of unexpected failures	3002
# of expected failures		20
# of untested testcases		448
# of unresolved testcases	1344
# of unsupported tests		88
/mnt/src/gcc-clean/mips64octeon-unknown-linux-gnu/gcc/testsuite/gfortran/../../gfortran  version 4.4.0 20081210 (experimental) [trunk revision 142638] (GCC) 


Compiler version: 4.4.0 20081210 (experimental) [trunk revision 142638] (GCC) gfortran 
Platform: mips64octeon-unknown-linux-gnu
configure flags: --target=mips64octeon-unknown-linux-gnu --prefix=/mnt/src/gcc-clean/mips64octeon-unknown-linux-gnu/../install-mips64octeon-unknown-linux-gnu --disable-fixed-point --build=mips64octeon-unknown-linux-gnu



More information about the Gcc-testresults mailing list