From b62753218822eda4844619e183b24c2c1c0f631c Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 14 Jun 2013 15:23:02 +0200 Subject: open_issues/gdb: Use GCC 4.8. --- open_issues/gdb.mdwn | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) (limited to 'open_issues') diff --git a/open_issues/gdb.mdwn b/open_issues/gdb.mdwn index 2cebf04a..67a38e96 100644 --- a/open_issues/gdb.mdwn +++ b/open_issues/gdb.mdwn @@ -75,7 +75,7 @@ commit 9799ab54486adf49a50e5aadd9f5e6bc03db6123 (2013-06-13), run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C - $ ../Ferry_Tagscherer/configure --prefix="$PWD".install SHELL=/bin/dash CC=gcc-4.7 CXX=g++-4.7 --disable-werror 2>&1 | tee log_build + $ ../Ferry_Tagscherer/configure --prefix="$PWD".install SHELL=/bin/dash CC=gcc-4.8 CXX=g++-4.8 --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 230 MiB and needs roughly 8 min on kepler.SCHWINGE and 25 +This takes up around 230 MiB and needs roughly 8 min on kepler.SCHWINGE and 28 min on coulomb.SCHWINGE.