Am 17.09.2014 um 00:03 schrieb James Greenhalgh:
> If you have any other suggestions, or if "=&r" is actually correct and
> I am misreading the documentation please let me know.

with this patch I see a lot of ICEs in the testsuite for test cases built with
-O3 (and a build defaulting to -fstack-protector-strong by default), all of the
form:

Executing on host: /home/doko/gcc/4.9/gcc-4.9-4.9.1/build/gcc/xgcc
-B/home/doko/gcc/4.9/gcc-4.9-4.9.1/build/gcc/  -fno-diagnostics-show-caret -fdia
gnostics-color=never   -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions  -w -c   -o 900116-1.o /home/doko/gcc/4.9/gcc-4.9-4.9.1/src/g
cc/testsuite/gcc.c-torture/compile/900116-1.c    (timeout = 300)
spawn /home/doko/gcc/4.9/gcc-4.9-4.9.1/build/gcc/xgcc
-B/home/doko/gcc/4.9/gcc-4.9-4.9.1/build/gcc/ -fno-diagnostics-show-caret
-fdiagnostics-color
=never -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions -w -c -o
900116-1.o /home/doko/gcc/4.9/gcc-4.9-4.9.1/src/gcc/testsuite/gcc.c-
torture/compile/900116-1.c
/home/doko/gcc/4.9/gcc-4.9-4.9.1/src/gcc/testsuite/gcc.c-torture/compile/900116-1.c:
In function 'zloop':
/home/doko/gcc/4.9/gcc-4.9-4.9.1/src/gcc/testsuite/gcc.c-torture/compile/900116-1.c:14:1:
error: insn does not satisfy its constraints:
(insn 228 225 230 9 (parallel [
            (set (reg:DI 1 x1 [279])
                (unspec:DI [
                        (mem/v/f/c:DI (plus:DI (reg/f:DI 31 sp)
                                (const_int 24 [0x18])) [4 D.2626+0 S8 A64])
                        (mem/v/f/c:DI (reg/f:DI 2 x2 [277]) [4
__stack_chk_guard+0 S8 A64])
                    ] UNSPEC_SP_TEST))
            (clobber (reg:DI 2 x2 [320]))
        ])
/home/doko/gcc/4.9/gcc-4.9-4.9.1/src/gcc/testsuite/gcc.c-torture/compile/900116-1.c:14
741 {stack_protect_test_di}
     (expr_list:REG_DEAD (reg/f:DI 13 x13 [277])
        (expr_list:REG_UNUSED (reg:DI 2 x2 [320])
            (nil))))
/home/doko/gcc/4.9/gcc-4.9-4.9.1/src/gcc/testsuite/gcc.c-torture/compile/900116-1.c:14:1:
internal compiler error: in copyprop_hardreg_forward_1, at regcprop.c:775
Please submit a full bug report,
with preprocessed source if appropriate.

for now only tested with the 4.9 linaro branch, now testing with trunk.

Matthias

--- -   2014-09-17 13:13:05.245022015 +0000
+++ test-summary        2014-09-17 03:02:55.916771634 +0000
@@ -1,4 +1,4 @@
-Results for 4.9.1 (Ubuntu/Linaro 4.9.1-14ubuntu2) testsuite on 
aarch64-unknown-linux-gnu
+Results for 4.9.1 (Ubuntu/Linaro 4.9.1-14ubuntu2.1) testsuite on 
aarch64-unknown-linux-gnu
 LAST_UPDATED: Fri Sep 12 17:12:16 UTC 2014 (revision 215228)
 
 Native configuration is aarch64-unknown-linux-gnu
@@ -78,19 +78,16 @@
 
 # of expected passes           116
 # of unexpected failures       6
-/build/buildd/gcc-4.9-4.9.1/build/./gcc/gccgo version 4.9.1 (Ubuntu/Linaro 
4.9.1-14ubuntu2)
+/home/doko/gcc/4.9/gcc-4.9-4.9.1/build/./gcc/gccgo version 4.9.1 
(Ubuntu/Linaro 4.9.1-14ubuntu2.1)
 
                === libgomp tests ===
 
 
 Running target unix
-WARNING: program timed out.
-FAIL: libgomp.graphite/force-parallel-6.c execution test
 
                === libgomp Summary for unix ===
 
-# of expected passes           3240
-# of unexpected failures       1
+# of expected passes           3241
 # of unsupported tests         36
 
 Running target unix/-fno-stack-protector
@@ -102,8 +99,7 @@
 
                === libgomp Summary ===
 
-# of expected passes           6481
-# of unexpected failures       1
+# of expected passes           6482
 # of unsupported tests         72
                === libitm tests ===
 
@@ -198,14 +194,29 @@
 # of expected failures         82
 # of unsupported tests         504
 Target: aarch64-linux-gnu
-gcc version 4.9.1 (Ubuntu/Linaro 4.9.1-14ubuntu2) 
+gcc version 4.9.1 (Ubuntu/Linaro 4.9.1-14ubuntu2.1) 
 
                === g++ tests ===
 
 
 Running target unix
+FAIL: g++.dg/opt/unroll1.C -std=gnu++98 (internal compiler error)
+FAIL: g++.dg/opt/unroll1.C -std=gnu++98 (test for excess errors)
+UNRESOLVED: g++.dg/opt/unroll1.C -std=gnu++98 compilation failed to produce 
executable
+FAIL: g++.dg/opt/unroll1.C -std=gnu++11 (internal compiler error)
+FAIL: g++.dg/opt/unroll1.C -std=gnu++11 (test for excess errors)
+UNRESOLVED: g++.dg/opt/unroll1.C -std=gnu++11 compilation failed to produce 
executable
+FAIL: g++.dg/opt/unroll1.C -std=gnu++1y (internal compiler error)
+FAIL: g++.dg/opt/unroll1.C -std=gnu++1y (test for excess errors)
+UNRESOLVED: g++.dg/opt/unroll1.C -std=gnu++1y compilation failed to produce 
executable
 XPASS: g++.dg/tls/thread_local-order2.C -std=c++11 execution test
 XPASS: g++.dg/tls/thread_local-order2.C -std=c++1y execution test
+FAIL: c-c++-common/torture/vector-shift.c  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+FAIL: c-c++-common/torture/vector-shift.c  -O3 -fomit-frame-pointer 
-funroll-loops  (test for excess errors)
+UNRESOLVED: c-c++-common/torture/vector-shift.c  -O3 -fomit-frame-pointer 
-funroll-loops  compilation failed to produce executable
+FAIL: c-c++-common/torture/vector-shift.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+FAIL: c-c++-common/torture/vector-shift.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
+UNRESOLVED: c-c++-common/torture/vector-shift.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  compilation failed to produce executable
 FAIL: c-c++-common/torture/vector-subscript-1.c  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
 FAIL: c-c++-common/torture/vector-subscript-1.c  -O3 -fomit-frame-pointer 
-funroll-loops  (test for excess errors)
 UNRESOLVED: c-c++-common/torture/vector-subscript-1.c  -O3 
-fomit-frame-pointer -funroll-loops  compilation failed to produce executable
@@ -216,10 +227,6 @@
 FAIL: g++.dg/torture/pr42760.C  -O3 -fomit-frame-pointer -funroll-loops  (test 
for excess errors)
 FAIL: g++.dg/torture/pr42760.C  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (internal compiler error)
 FAIL: g++.dg/torture/pr42760.C  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (test for excess errors)
-FAIL: g++.dg/torture/pr58369.C  -O3 -fomit-frame-pointer -funroll-loops  
(internal compiler error)
-FAIL: g++.dg/torture/pr58369.C  -O3 -fomit-frame-pointer -funroll-loops  (test 
for excess errors)
-FAIL: g++.dg/torture/pr58369.C  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (internal compiler error)
-FAIL: g++.dg/torture/pr58369.C  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (test for excess errors)
 FAIL: g++.dg/torture/pr59163.C  -O3 -fomit-frame-pointer -funroll-loops  
(internal compiler error)
 FAIL: g++.dg/torture/pr59163.C  -O3 -fomit-frame-pointer -funroll-loops  (test 
for excess errors)
 UNRESOLVED: g++.dg/torture/pr59163.C  -O3 -fomit-frame-pointer -funroll-loops  
compilation failed to produce executable
@@ -230,20 +237,16 @@
 FAIL: g++.dg/torture/pr60895.C  -O3 -fomit-frame-pointer -funroll-loops  (test 
for excess errors)
 FAIL: g++.dg/torture/pr60895.C  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (internal compiler error)
 FAIL: g++.dg/torture/pr60895.C  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (test for excess errors)
-FAIL: g++.dg/torture/pr62175.C  -O3 -fomit-frame-pointer -funroll-loops  
(internal compiler error)
-FAIL: g++.dg/torture/pr62175.C  -O3 -fomit-frame-pointer -funroll-loops  (test 
for excess errors)
-FAIL: g++.dg/torture/pr62175.C  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (internal compiler error)
-FAIL: g++.dg/torture/pr62175.C  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (test for excess errors)
 FAIL: g++.dg/tree-prof/pr59255.C compilation,  -fprofile-use (internal 
compiler error)
 UNRESOLVED: g++.dg/tree-prof/pr59255.C execution,    -fprofile-use
 
                === g++ Summary for unix ===
 
-# of expected passes           80380
-# of unexpected failures       25
+# of expected passes           80374
+# of unexpected failures       27
 # of unexpected successes      2
 # of expected failures         445
-# of unresolved testcases      5
+# of unresolved testcases      10
 # of unsupported tests         3082
 
 Running target unix/-fno-stack-protector
@@ -259,13 +262,13 @@
 
                === g++ Summary ===
 
-# of expected passes           160778
-# of unexpected failures       25
+# of expected passes           160772
+# of unexpected failures       27
 # of unexpected successes      4
 # of expected failures         890
-# of unresolved testcases      5
+# of unresolved testcases      10
 # of unsupported tests         6164
-/build/buildd/gcc-4.9-4.9.1/build/gcc/testsuite/g++/../../xg++  version 4.9.1 
(Ubuntu/Linaro 4.9.1-14ubuntu2) 
+/home/doko/gcc/4.9/gcc-4.9-4.9.1/build/gcc/testsuite/g++/../../xg++  version 
4.9.1 (Ubuntu/Linaro 4.9.1-14ubuntu2.1) 
 
                === gcc tests ===
 
@@ -275,44 +278,90 @@
 FAIL: gcc.c-torture/compile/20000403-1.c  -O3 -fomit-frame-pointer 
-funroll-loops  (test for excess errors)
 FAIL: gcc.c-torture/compile/20000403-1.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
 FAIL: gcc.c-torture/compile/20000403-1.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
+FAIL: gcc.c-torture/compile/20020604-1.c  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+FAIL: gcc.c-torture/compile/20020604-1.c  -O3 -fomit-frame-pointer 
-funroll-loops  (test for excess errors)
+FAIL: gcc.c-torture/compile/20020604-1.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+FAIL: gcc.c-torture/compile/20020604-1.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
 FAIL: gcc.c-torture/compile/900116-1.c  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
 FAIL: gcc.c-torture/compile/900116-1.c  -O3 -fomit-frame-pointer 
-funroll-loops  (test for excess errors)
 FAIL: gcc.c-torture/compile/900116-1.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
 FAIL: gcc.c-torture/compile/900116-1.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
-FAIL: gcc.c-torture/compile/pr33133.c  -O3 -fomit-frame-pointer -funroll-loops 
 (internal compiler error)
-FAIL: gcc.c-torture/compile/pr33133.c  -O3 -fomit-frame-pointer -funroll-loops 
 (test for excess errors)
-FAIL: gcc.c-torture/compile/pr33133.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
-FAIL: gcc.c-torture/compile/pr33133.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
+FAIL: gcc.c-torture/compile/pr27373.c  -O3 -fomit-frame-pointer -funroll-loops 
 (internal compiler error)
+FAIL: gcc.c-torture/compile/pr27373.c  -O3 -fomit-frame-pointer -funroll-loops 
 (test for excess errors)
+FAIL: gcc.c-torture/compile/pr27373.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+FAIL: gcc.c-torture/compile/pr27373.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
+FAIL: gcc.c-torture/compile/pr33173.c  -O3 -fomit-frame-pointer -funroll-loops 
 (internal compiler error)
+FAIL: gcc.c-torture/compile/pr33173.c  -O3 -fomit-frame-pointer -funroll-loops 
 (test for excess errors)
+FAIL: gcc.c-torture/compile/pr33173.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+FAIL: gcc.c-torture/compile/pr33173.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
+FAIL: gcc.c-torture/compile/pr38564.c  -O3 -fomit-frame-pointer -funroll-loops 
 (internal compiler error)
+FAIL: gcc.c-torture/compile/pr38564.c  -O3 -fomit-frame-pointer -funroll-loops 
 (test for excess errors)
+FAIL: gcc.c-torture/compile/pr38564.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+FAIL: gcc.c-torture/compile/pr38564.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
+FAIL: gcc.c-torture/compile/pr39423-1.c  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+FAIL: gcc.c-torture/compile/pr39423-1.c  -O3 -fomit-frame-pointer 
-funroll-loops  (test for excess errors)
+FAIL: gcc.c-torture/compile/pr39423-1.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+FAIL: gcc.c-torture/compile/pr39423-1.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
+FAIL: gcc.c-torture/compile/pr46883.c  -O3 -fomit-frame-pointer -funroll-loops 
 (internal compiler error)
+FAIL: gcc.c-torture/compile/pr46883.c  -O3 -fomit-frame-pointer -funroll-loops 
 (test for excess errors)
+FAIL: gcc.c-torture/compile/pr46883.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+FAIL: gcc.c-torture/compile/pr46883.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
 FAIL: gcc.c-torture/compile/ssa-pre-1.c  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
 FAIL: gcc.c-torture/compile/ssa-pre-1.c  -O3 -fomit-frame-pointer 
-funroll-loops  (test for excess errors)
 FAIL: gcc.c-torture/compile/ssa-pre-1.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
 FAIL: gcc.c-torture/compile/ssa-pre-1.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
+FAIL: gcc.c-torture/execute/builtins/strcat-chk.c compilation,  -O3 
-fomit-frame-pointer -funroll-loops  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/builtins/strcat-chk.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
+FAIL: gcc.c-torture/execute/builtins/strcat-chk.c compilation,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler 
error)
+UNRESOLVED: gcc.c-torture/execute/builtins/strcat-chk.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
 FAIL: gcc.c-torture/execute/builtins/strncat-chk.c compilation,  -O3 
-fomit-frame-pointer -funroll-loops  (internal compiler error)
 UNRESOLVED: gcc.c-torture/execute/builtins/strncat-chk.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
 FAIL: gcc.c-torture/execute/builtins/strncat-chk.c compilation,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler 
error)
 UNRESOLVED: gcc.c-torture/execute/builtins/strncat-chk.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
-FAIL: gcc.c-torture/execute/20000801-1.c compilation,  -O3 
-fomit-frame-pointer -funroll-loops  (internal compiler error)
-UNRESOLVED: gcc.c-torture/execute/20000801-1.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
-FAIL: gcc.c-torture/execute/20000801-1.c compilation,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler 
error)
-UNRESOLVED: gcc.c-torture/execute/20000801-1.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
+FAIL: gcc.c-torture/execute/builtins/vsprintf-chk.c compilation,  -O3 
-fomit-frame-pointer -funroll-loops  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/builtins/vsprintf-chk.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
+FAIL: gcc.c-torture/execute/builtins/vsprintf-chk.c compilation,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler 
error)
+UNRESOLVED: gcc.c-torture/execute/builtins/vsprintf-chk.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
 FAIL: gcc.c-torture/execute/20001026-1.c compilation,  -O3 
-fomit-frame-pointer -funroll-loops  (internal compiler error)
 UNRESOLVED: gcc.c-torture/execute/20001026-1.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
 FAIL: gcc.c-torture/execute/20001026-1.c compilation,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler 
error)
 UNRESOLVED: gcc.c-torture/execute/20001026-1.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
+FAIL: gcc.c-torture/execute/20010910-1.c compilation,  -O3 
-fomit-frame-pointer -funroll-loops  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/20010910-1.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
+FAIL: gcc.c-torture/execute/20010910-1.c compilation,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler 
error)
+UNRESOLVED: gcc.c-torture/execute/20010910-1.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
 FAIL: gcc.c-torture/execute/20030105-1.c execution,  -O3 -fomit-frame-pointer 
-funroll-loops 
 FAIL: gcc.c-torture/execute/20030105-1.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
+FAIL: gcc.c-torture/execute/20041214-1.c compilation,  -O3 
-fomit-frame-pointer -funroll-loops  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/20041214-1.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
+FAIL: gcc.c-torture/execute/20041214-1.c compilation,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler 
error)
+UNRESOLVED: gcc.c-torture/execute/20041214-1.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
 FAIL: gcc.c-torture/execute/920411-1.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
 UNRESOLVED: gcc.c-torture/execute/920411-1.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
 FAIL: gcc.c-torture/execute/920411-1.c compilation,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
 UNRESOLVED: gcc.c-torture/execute/920411-1.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
-FAIL: gcc.c-torture/execute/pr42691.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
-UNRESOLVED: gcc.c-torture/execute/pr42691.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
-FAIL: gcc.c-torture/execute/pr42691.c compilation,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
-UNRESOLVED: gcc.c-torture/execute/pr42691.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
-FAIL: gcc.c-torture/execute/pr47538.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
-UNRESOLVED: gcc.c-torture/execute/pr47538.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
-FAIL: gcc.c-torture/execute/pr47538.c compilation,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
-UNRESOLVED: gcc.c-torture/execute/pr47538.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
+FAIL: gcc.c-torture/execute/920625-1.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/920625-1.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
+FAIL: gcc.c-torture/execute/920625-1.c compilation,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/920625-1.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
+FAIL: gcc.c-torture/execute/multi-ix.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/multi-ix.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
+FAIL: gcc.c-torture/execute/multi-ix.c compilation,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/multi-ix.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
+FAIL: gcc.c-torture/execute/pr33992.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/pr33992.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
+FAIL: gcc.c-torture/execute/pr33992.c compilation,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/pr33992.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
+FAIL: gcc.c-torture/execute/pr34176.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/pr34176.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
+FAIL: gcc.c-torture/execute/pr34176.c compilation,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/pr34176.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
+FAIL: gcc.c-torture/execute/pr38051.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/pr38051.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
+FAIL: gcc.c-torture/execute/pr45070.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/pr45070.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
+FAIL: gcc.c-torture/execute/pr45070.c compilation,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/pr45070.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
 FAIL: gcc.c-torture/execute/pr59229.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
 UNRESOLVED: gcc.c-torture/execute/pr59229.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
 FAIL: gcc.c-torture/execute/pr59229.c compilation,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
@@ -321,15 +370,44 @@
 UNRESOLVED: gcc.c-torture/execute/scal-to-vec3.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
 FAIL: gcc.c-torture/execute/scal-to-vec3.c compilation,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler 
error)
 UNRESOLVED: gcc.c-torture/execute/scal-to-vec3.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
+FAIL: gcc.c-torture/execute/stdarg-3.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/stdarg-3.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
+FAIL: gcc.c-torture/execute/stdarg-3.c compilation,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/stdarg-3.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
+FAIL: gcc.c-torture/execute/va-arg-10.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/va-arg-10.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
+FAIL: gcc.c-torture/execute/va-arg-10.c compilation,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/va-arg-10.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
 FAIL: gcc.c-torture/execute/va-arg-11.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
 UNRESOLVED: gcc.c-torture/execute/va-arg-11.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
 FAIL: gcc.c-torture/execute/va-arg-11.c compilation,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
 UNRESOLVED: gcc.c-torture/execute/va-arg-11.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
+FAIL: gcc.c-torture/execute/ieee/copysign2.c compilation,  -O3 
-fomit-frame-pointer -funroll-loops  (internal compiler error)
+UNRESOLVED: gcc.c-torture/execute/ieee/copysign2.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
+FAIL: gcc.c-torture/execute/ieee/copysign2.c compilation,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler 
error)
+UNRESOLVED: gcc.c-torture/execute/ieee/copysign2.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
+FAIL: gcc.c-torture/unsorted/lll.c,  -O3 -fomit-frame-pointer -funroll-loops   
(internal compiler error)
+FAIL: gcc.c-torture/unsorted/lll.c,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions   (internal compiler error)
+FAIL: gcc.dg/atomic/c11-atomic-exec-2.c  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+FAIL: gcc.dg/atomic/c11-atomic-exec-2.c  -O3 -fomit-frame-pointer 
-funroll-loops  (test for excess errors)
+UNRESOLVED: gcc.dg/atomic/c11-atomic-exec-2.c  -O3 -fomit-frame-pointer 
-funroll-loops  compilation failed to produce executable
+FAIL: gcc.dg/atomic/c11-atomic-exec-5.c  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+FAIL: gcc.dg/atomic/c11-atomic-exec-5.c  -O3 -fomit-frame-pointer 
-funroll-loops  (test for excess errors)
+UNRESOLVED: gcc.dg/atomic/c11-atomic-exec-5.c  -O3 -fomit-frame-pointer 
-funroll-loops  compilation failed to produce executable
 FAIL: gcc.dg/loop-4.c (internal compiler error)
 FAIL: gcc.dg/loop-4.c (test for excess errors)
 UNRESOLVED: gcc.dg/loop-4.c compilation failed to produce executable
 FAIL: gcc.dg/pr40209.c (internal compiler error)
 FAIL: gcc.dg/pr40209.c (test for excess errors)
+FAIL: gcc.dg/pr50161.c (internal compiler error)
+FAIL: gcc.dg/pr50161.c (test for excess errors)
+UNRESOLVED: gcc.dg/pr50161.c compilation failed to produce executable
+FAIL: c-c++-common/torture/vector-shift.c  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+FAIL: c-c++-common/torture/vector-shift.c  -O3 -fomit-frame-pointer 
-funroll-loops  (test for excess errors)
+UNRESOLVED: c-c++-common/torture/vector-shift.c  -O3 -fomit-frame-pointer 
-funroll-loops  compilation failed to produce executable
+FAIL: c-c++-common/torture/vector-shift.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+FAIL: c-c++-common/torture/vector-shift.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
+UNRESOLVED: c-c++-common/torture/vector-shift.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  compilation failed to produce executable
 FAIL: c-c++-common/torture/vector-subscript-1.c  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
 FAIL: c-c++-common/torture/vector-subscript-1.c  -O3 -fomit-frame-pointer 
-funroll-loops  (test for excess errors)
 UNRESOLVED: c-c++-common/torture/vector-subscript-1.c  -O3 
-fomit-frame-pointer -funroll-loops  compilation failed to produce executable
@@ -340,6 +418,16 @@
 FAIL: gcc.dg/torture/builtin-math-2.c  -O3 -fomit-frame-pointer -funroll-loops 
 (test for excess errors)
 FAIL: gcc.dg/torture/builtin-math-2.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
 FAIL: gcc.dg/torture/builtin-math-2.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
+FAIL: gcc.dg/torture/pr43017.c  -O3 -fomit-frame-pointer -funroll-loops  
(internal compiler error)
+FAIL: gcc.dg/torture/pr43017.c  -O3 -fomit-frame-pointer -funroll-loops  (test 
for excess errors)
+UNRESOLVED: gcc.dg/torture/pr43017.c  -O3 -fomit-frame-pointer -funroll-loops  
compilation failed to produce executable
+FAIL: gcc.dg/torture/pr43017.c  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (internal compiler error)
+FAIL: gcc.dg/torture/pr43017.c  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (test for excess errors)
+UNRESOLVED: gcc.dg/torture/pr43017.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  compilation failed to produce executable
+FAIL: gcc.dg/torture/pr44807.c  -O3 -fomit-frame-pointer -funroll-loops  
(internal compiler error)
+FAIL: gcc.dg/torture/pr44807.c  -O3 -fomit-frame-pointer -funroll-loops  (test 
for excess errors)
+FAIL: gcc.dg/torture/pr44807.c  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (internal compiler error)
+FAIL: gcc.dg/torture/pr44807.c  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (test for excess errors)
 FAIL: gcc.dg/torture/pr45967-3.c  -O3 -fomit-frame-pointer -funroll-loops  
(internal compiler error)
 FAIL: gcc.dg/torture/pr45967-3.c  -O3 -fomit-frame-pointer -funroll-loops  
(test for excess errors)
 UNRESOLVED: gcc.dg/torture/pr45967-3.c  -O3 -fomit-frame-pointer 
-funroll-loops  compilation failed to produce executable
@@ -360,10 +448,14 @@
 FAIL: gcc.dg/torture/pr48731.c  -O3 -fomit-frame-pointer -funroll-loops  (test 
for excess errors)
 FAIL: gcc.dg/torture/pr48731.c  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (internal compiler error)
 FAIL: gcc.dg/torture/pr48731.c  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (test for excess errors)
-FAIL: gcc.dg/torture/pr49603.c  -O3 -fomit-frame-pointer -funroll-loops  
(internal compiler error)
-FAIL: gcc.dg/torture/pr49603.c  -O3 -fomit-frame-pointer -funroll-loops  (test 
for excess errors)
-FAIL: gcc.dg/torture/pr49603.c  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (internal compiler error)
-FAIL: gcc.dg/torture/pr49603.c  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (test for excess errors)
+FAIL: gcc.dg/torture/pr53144.c  -O3 -fomit-frame-pointer -funroll-loops  
(internal compiler error)
+FAIL: gcc.dg/torture/pr53144.c  -O3 -fomit-frame-pointer -funroll-loops  (test 
for excess errors)
+FAIL: gcc.dg/torture/pr53144.c  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (internal compiler error)
+FAIL: gcc.dg/torture/pr53144.c  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (test for excess errors)
+FAIL: gcc.dg/torture/pr55684.c  -O3 -fomit-frame-pointer -funroll-loops  
(internal compiler error)
+FAIL: gcc.dg/torture/pr55684.c  -O3 -fomit-frame-pointer -funroll-loops  (test 
for excess errors)
+FAIL: gcc.dg/torture/pr55684.c  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (internal compiler error)
+FAIL: gcc.dg/torture/pr55684.c  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (test for excess errors)
 FAIL: gcc.dg/torture/pr55755.c  -O3 -fomit-frame-pointer -funroll-loops  
(internal compiler error)
 FAIL: gcc.dg/torture/pr55755.c  -O3 -fomit-frame-pointer -funroll-loops  (test 
for excess errors)
 UNRESOLVED: gcc.dg/torture/pr55755.c  -O3 -fomit-frame-pointer -funroll-loops  
compilation failed to produce executable
@@ -400,11 +492,11 @@
 
                === gcc Summary for unix ===
 
-# of expected passes           91376
-# of unexpected failures       96
+# of expected passes           91308
+# of unexpected failures       159
 # of unexpected successes      1
 # of expected failures         255
-# of unresolved testcases      29
+# of unresolved testcases      55
 # of unsupported tests         1364
 
 Running target unix/-fno-stack-protector
@@ -427,32 +519,62 @@
 
                === gcc Summary ===
 
-# of expected passes           182842
-# of unexpected failures       103
+# of expected passes           182774
+# of unexpected failures       166
 # of unexpected successes      2
 # of expected failures         510
-# of unresolved testcases      29
+# of unresolved testcases      55
 # of unsupported tests         2728
-/build/buildd/gcc-4.9-4.9.1/build/gcc/xgcc  version 4.9.1 (Ubuntu/Linaro 
4.9.1-14ubuntu2) 
+/home/doko/gcc/4.9/gcc-4.9-4.9.1/build/gcc/xgcc  version 4.9.1 (Ubuntu/Linaro 
4.9.1-14ubuntu2.1) 
 
                === gfortran tests ===
 
 
 Running target unix
+FAIL: gfortran.dg/c_assoc.f90  -O3 -fomit-frame-pointer -funroll-loops  
(internal compiler error)
+FAIL: gfortran.dg/c_assoc.f90  -O3 -fomit-frame-pointer -funroll-loops  (test 
for excess errors)
+UNRESOLVED: gfortran.dg/c_assoc.f90  -O3 -fomit-frame-pointer -funroll-loops  
compilation failed to produce executable
+FAIL: gfortran.dg/c_assoc.f90  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (internal compiler error)
+FAIL: gfortran.dg/c_assoc.f90  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (test for excess errors)
+UNRESOLVED: gfortran.dg/c_assoc.f90  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  compilation failed to produce executable
 FAIL: gfortran.dg/c_f_pointer_complex.f03  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
 FAIL: gfortran.dg/c_f_pointer_complex.f03  -O3 -fomit-frame-pointer 
-funroll-loops  (test for excess errors)
 UNRESOLVED: gfortran.dg/c_f_pointer_complex.f03  -O3 -fomit-frame-pointer 
-funroll-loops  compilation failed to produce executable
 FAIL: gfortran.dg/c_f_pointer_complex.f03  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
 FAIL: gfortran.dg/c_f_pointer_complex.f03  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
 UNRESOLVED: gfortran.dg/c_f_pointer_complex.f03  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  compilation failed to produce executable
+FAIL: gfortran.dg/f2c_4.f90  -O3 -fomit-frame-pointer -funroll-loops  
(internal compiler error)
+FAIL: gfortran.dg/f2c_4.f90  -O3 -fomit-frame-pointer -funroll-loops  (test 
for excess errors)
+UNRESOLVED: gfortran.dg/f2c_4.f90  -O3 -fomit-frame-pointer -funroll-loops  
compilation failed to produce executable
+FAIL: gfortran.dg/f2c_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (internal compiler error)
+FAIL: gfortran.dg/f2c_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  (test for excess errors)
+UNRESOLVED: gfortran.dg/f2c_4.f90  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  compilation failed to produce executable
+FAIL: gfortran.dg/iso_c_binding_rename_1.f03  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+FAIL: gfortran.dg/iso_c_binding_rename_1.f03  -O3 -fomit-frame-pointer 
-funroll-loops  (test for excess errors)
+UNRESOLVED: gfortran.dg/iso_c_binding_rename_1.f03  -O3 -fomit-frame-pointer 
-funroll-loops  compilation failed to produce executable
+FAIL: gfortran.dg/iso_c_binding_rename_1.f03  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+FAIL: gfortran.dg/iso_c_binding_rename_1.f03  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
+UNRESOLVED: gfortran.dg/iso_c_binding_rename_1.f03  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  compilation failed to produce executable
+FAIL: gfortran.dg/iso_c_binding_rename_2.f03  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+FAIL: gfortran.dg/iso_c_binding_rename_2.f03  -O3 -fomit-frame-pointer 
-funroll-loops  (test for excess errors)
+UNRESOLVED: gfortran.dg/iso_c_binding_rename_2.f03  -O3 -fomit-frame-pointer 
-funroll-loops  compilation failed to produce executable
+FAIL: gfortran.dg/iso_c_binding_rename_2.f03  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+FAIL: gfortran.dg/iso_c_binding_rename_2.f03  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
+UNRESOLVED: gfortran.dg/iso_c_binding_rename_2.f03  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  compilation failed to produce executable
 FAIL: gfortran.dg/pr45636.f90  -O   scan-tree-dump-times forwprop2 "memset" 0
+FAIL: gfortran.dg/test_only_clause.f90  -O3 -fomit-frame-pointer 
-funroll-loops  (internal compiler error)
+FAIL: gfortran.dg/test_only_clause.f90  -O3 -fomit-frame-pointer 
-funroll-loops  (test for excess errors)
+UNRESOLVED: gfortran.dg/test_only_clause.f90  -O3 -fomit-frame-pointer 
-funroll-loops  compilation failed to produce executable
+FAIL: gfortran.dg/test_only_clause.f90  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (internal compiler error)
+FAIL: gfortran.dg/test_only_clause.f90  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
+UNRESOLVED: gfortran.dg/test_only_clause.f90  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  compilation failed to produce executable
 
                === gfortran Summary for unix ===
 
-# of expected passes           45459
-# of unexpected failures       5
+# of expected passes           45439
+# of unexpected failures       25
 # of expected failures         53
-# of unresolved testcases      2
+# of unresolved testcases      12
 # of unsupported tests         59
 
 Running target unix/-fno-stack-protector
@@ -467,12 +589,12 @@
 
                === gfortran Summary ===
 
-# of expected passes           90922
-# of unexpected failures       6
+# of expected passes           90902
+# of unexpected failures       26
 # of expected failures         106
-# of unresolved testcases      2
+# of unresolved testcases      12
 # of unsupported tests         118
-/build/buildd/gcc-4.9-4.9.1/build/gcc/testsuite/gfortran/../../gfortran  
version 4.9.1 (Ubuntu/Linaro 4.9.1-14ubuntu2) 
+/home/doko/gcc/4.9/gcc-4.9-4.9.1/build/gcc/testsuite/gfortran/../../gfortran  
version 4.9.1 (Ubuntu/Linaro 4.9.1-14ubuntu2.1) 
 
                === go tests ===
 
@@ -508,7 +630,7 @@
 # of expected failures         2
 # of untested testcases                20
 # of unsupported tests         6
-/build/buildd/gcc-4.9-4.9.1/build/gcc/testsuite/go/../../gccgo  version 4.9.1 
(Ubuntu/Linaro 4.9.1-14ubuntu2) 
+/home/doko/gcc/4.9/gcc-4.9-4.9.1/build/gcc/testsuite/go/../../gccgo  version 
4.9.1 (Ubuntu/Linaro 4.9.1-14ubuntu2.1) 
 
                === obj-c++ tests ===
 
@@ -534,7 +656,7 @@
 # of expected passes           2882
 # of expected failures         20
 # of unsupported tests         172
-/build/buildd/gcc-4.9-4.9.1/build/gcc/testsuite/obj-c++/../../xg++  version 
4.9.1 (Ubuntu/Linaro 4.9.1-14ubuntu2) 
+/home/doko/gcc/4.9/gcc-4.9-4.9.1/build/gcc/testsuite/obj-c++/../../xg++  
version 4.9.1 (Ubuntu/Linaro 4.9.1-14ubuntu2.1) 
 
                === objc tests ===
 
@@ -567,12 +689,12 @@
 # of unexpected failures       2
 # of unresolved testcases      2
 # of unsupported tests         148
-/build/buildd/gcc-4.9-4.9.1/build/gcc/xgcc  version 4.9.1 (Ubuntu/Linaro 
4.9.1-14ubuntu2) 
+/home/doko/gcc/4.9/gcc-4.9-4.9.1/build/gcc/xgcc  version 4.9.1 (Ubuntu/Linaro 
4.9.1-14ubuntu2.1) 
 
 
-Compiler version: 4.9.1 (Ubuntu/Linaro 4.9.1-14ubuntu2) 
+Compiler version: 4.9.1 (Ubuntu/Linaro 4.9.1-14ubuntu2.1) 
 Platform: aarch64-unknown-linux-gnu
-configure flags: -v --with-pkgversion='Ubuntu/Linaro 4.9.1-14ubuntu2' 
--with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs 
--enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-4.9 --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls 
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libsanitizer 
--disable-libquadmath --enable-plugin --with-system-zlib 
--disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-arm64/jre --enable-java-home 
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-arm64 
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-arm64 
--with-arch-directory=arm64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
--enable-multiarch --disable-werror --enable-checking=release 
--build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu
+configure flags: -v --with-pkgversion='Ubuntu/Linaro 4.9.1-14ubuntu2.1' 
--with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs 
--enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-4.9 --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls 
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libsanitizer 
--disable-libquadmath --enable-plugin --with-system-zlib 
--disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-arm64/jre --enable-java-home 
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-arm64 
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-arm64 
--with-arch-directory=arm64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
--enable-multiarch --disable-werror --enable-checking=release 
--build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu
 BOOT_CFLAGS=-g -O2 -fno-stack-protector
 
 
@@ -583,14 +705,15 @@
 ||/ Name                      Version                   Architecture 
Description
 
+++-=========================-=========================-============-===============================================================================
 ii  binutils                  2.24.51.20140903-1ubuntu1 arm64        GNU 
assembler, linker and binary utilities
-ii  g++-4.8                   4.8.3-10ubuntu1           arm64        GNU C++ 
compiler
-ii  g++-4.9                   4.9.1-14ubuntu1           arm64        GNU C++ 
compiler
+ii  g++-4.8                   4.8.3-11ubuntu1           arm64        GNU C++ 
compiler
+ii  g++-4.9                   4.9.1-14ubuntu2           arm64        GNU C++ 
compiler
 ii  libc6:arm64               2.19-10ubuntu1            arm64        GNU C 
Library: Shared libraries
-pi  libcloog-isl-dev:arm64    0.18.2-1                  arm64        Chunky 
Loop Generator (development files)
-pi  libgmp-dev:arm64          2:6.0.0+dfsg-4            arm64        
Multiprecision arithmetic library developers tools
-pi  libisl-dev:arm64          0.12.2-2                  arm64        
manipulating sets and relations of integer points bounded by linear constraints
-pi  libmpc-dev:arm64          1.0.2-1                   arm64        multiple 
precision complex floating-point library development package
-pi  libmpfr-dev:arm64         3.1.2-1                   arm64        multiple 
precision floating-point computation developers tools
+ii  libcloog-isl-dev:arm64    0.18.2-1                  arm64        Chunky 
Loop Generator (development files)
+ii  libgmp-dev:arm64          2:6.0.0+dfsg-4            arm64        
Multiprecision arithmetic library developers tools
+ii  libgmp3-dev               2:6.0.0+dfsg-4            arm64        
Multiprecision arithmetic library developers tools
+ii  libisl-dev:arm64          0.12.2-2                  arm64        
manipulating sets and relations of integer points bounded by linear constraints
+ii  libmpc-dev:arm64          1.0.2-1                   arm64        multiple 
precision complex floating-point library development package
+ii  libmpfr-dev:arm64         3.1.2-1                   arm64        multiple 
precision floating-point computation developers tools
 
 
 svn-updates:
@@ -602,6 +725,9 @@
 gcc-linaro:
   Changes for the Linaro 4.9-2014.09 release.
 
+pr63190:
+  Fix PR target/63190
+
 svn-doc-updates:
   updates from the 4.9 branch upto 20140910 (documentation).
 

Reply via email to