diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-02-08 00:41:43 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-02-08 00:41:43 +0100 |
commit | 1e8aafda7591b33a0a88405359ce4fc4be8fb2e4 (patch) | |
tree | bae3b1fecd28db04b6b2b60ccbe3d2a176cdb114 /open_issues | |
parent | c570f70846cacf8e5746d6bf4bac0cc46abb6d7a (diff) |
open_issues/gdb: Use GCC 4.7.
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/gdb.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/open_issues/gdb.mdwn b/open_issues/gdb.mdwn index f5daff48..d706c776 100644 --- a/open_issues/gdb.mdwn +++ b/open_issues/gdb.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008, 2010, 2011, 2012 Free Software +[[!meta copyright="Copyright © 2007, 2008, 2010, 2011, 2012, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -75,7 +75,7 @@ commit ded7dfe6274b281d92a6ed76cedf29d06c918dec (2012-12-10), run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C - $ ../Ferry_Tagscherer/configure --prefix="$PWD".install SHELL=/bin/dash CC=gcc-4.6 CXX=g++-4.6 --disable-werror 2>&1 | tee log_build + $ ../Ferry_Tagscherer/configure --prefix="$PWD".install SHELL=/bin/dash CC=gcc-4.7 CXX=g++-4.7 --disable-werror 2>&1 | tee log_build [...] $ make 2>&1 | tee log_build_ [...] @@ -87,7 +87,7 @@ There are several occurences of *error: dereferencing type-punned pointer will break strict-aliasing rules* in the MIG-generated stub files; thus no `-Werror` until that is resolved ([[strict_aliasing]]). -This takes up around 200 MiB and needs roughly 7 min on kepler.SCHWINGE and 23 +This takes up around 210 MiB and needs roughly 7 min on kepler.SCHWINGE and 23 min on coulomb.SCHWINGE. <!-- @@ -204,7 +204,7 @@ min on coulomb.SCHWINGE. # Testsuite - $ make -k check + $ make -k check 2>&1 | tee log_test [...] This needs roughly 14 min on kepler.SCHWINGE and 110 min on coulomb.SCHWINGE. |