From 30cc6497724b295c50e69e564e3821204fafb47e Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 10 Jun 2013 15:43:02 +0200 Subject: open_issues/gcc: 2a3496bebfe9d89f11d0b7a591afac55e11d5263 (2013-06-06; 3a930d3fc68785662f5f3f4af02474cb21a62056 (2013-06-06)) --- toolchain/logs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain') diff --git a/toolchain/logs b/toolchain/logs index 05905efc..d25d3f72 160000 --- a/toolchain/logs +++ b/toolchain/logs @@ -1 +1 @@ -Subproject commit 05905efce314e17e8f07c331e7f5520bde6b8a0b +Subproject commit d25d3f725659c7c2ece44c66d2ec45b70c508ce5 -- cgit v1.2.3 From ddcd43d12f4d8f8bf4f5e4070053009fc4c53ea9 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 13 Jun 2013 23:03:12 +0200 Subject: open_issues/gdb: 9799ab54486adf49a50e5aadd9f5e6bc03db6123 (2013-06-13) --- open_issues/gdb.mdwn | 180 +++++++++++++++++++++++++++++++++++++++++++++++---- toolchain/logs | 2 +- 2 files changed, 167 insertions(+), 15 deletions(-) (limited to 'toolchain') diff --git a/open_issues/gdb.mdwn b/open_issues/gdb.mdwn index 62d9e435..2cebf04a 100644 --- a/open_issues/gdb.mdwn +++ b/open_issues/gdb.mdwn @@ -33,8 +33,8 @@ git diff --patience --stat=$COLUMNS,$COLUMNS --patch --src-prefix=./ --dst-prefi --> -Last reviewed up to the [[Git mirror's 3eb2a51c46804f0be530893e94af559abee8b4f8 -(2013-05-27) sources|source_repositories/gdb]]. +Last reviewed up to the [[Git mirror's 9799ab54486adf49a50e5aadd9f5e6bc03db6123 +(2013-06-13) sources|source_repositories/gdb]]. * Globally @@ -71,7 +71,7 @@ Last reviewed up to the [[Git mirror's 3eb2a51c46804f0be530893e94af559abee8b4f8 Here's a log of a GDB build run; this is from our [[Git repository|source_repositories/gdb]]'s `tschwinge/Ferry_Tagscherer` branch, -commit 3eb2a51c46804f0be530893e94af559abee8b4f8 (2013-05-27), run on +commit 9799ab54486adf49a50e5aadd9f5e6bc03db6123 (2013-06-13), run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C @@ -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 220 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 25 min on coulomb.SCHWINGE. -Last reviewed up to the [[Git mirror's e7e89a91affc920f0d422c56ca04867e49ac5ac1 -(2013-05-27) sources|source_repositories/binutils]]. +Last reviewed up to the [[Git mirror's d2a61dc33b01c56f5153c1ddea7b1fb8f304f20d +(2013-06-18) sources|source_repositories/binutils]]. * Globally @@ -128,7 +128,7 @@ Last reviewed up to the [[Git mirror's e7e89a91affc920f0d422c56ca04867e49ac5ac1 Here's a log of a binutils build run; this is from our [[Git repository|source_repositories/binutils]]'s `tschwinge/Paul_Desmond` branch, -commit e7e89a91affc920f0d422c56ca04867e49ac5ac1 (2013-05-27), run on +commit d2a61dc33b01c56f5153c1ddea7b1fb8f304f20d (2013-06-18), run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C @@ -213,6 +213,15 @@ This needs roughly 5 min on kepler.SCHWINGE and 37 min on coulomb.SCHWINGE. symbol handling in glibc, needed for our external [[/libpthread]]. TODO: document properly. + * `FAIL: gas/i386/rept` (intermittently) + + Added in commit 06f1247c54126b9f1e6acb8ff8c7be35aec6f44c (2012-06-07) as + part of the fix for [[!sourceware_PR 14201]], renamed in commit + d654e24bbc2f601df4dc43b26049b0339528b93a (2012-06-07): + + WARNING: program timed out. + FAIL: gas/i386/rept + * ld IFUNC execution tests Missing [[IFUNC]] support on GNU/Hurd. diff --git a/toolchain/logs b/toolchain/logs index 8dca0680..47b01111 160000 --- a/toolchain/logs +++ b/toolchain/logs @@ -1 +1 @@ -Subproject commit 8dca0680978cae1a584f5e379b315214800570fe +Subproject commit 47b01111b73c44c557248591705f86fc3d66a285 -- cgit v1.2.3 From 5a41083c886198afebdb44bffa4a61c7b8d03ba4 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 7 Sep 2013 18:19:49 +0200 Subject: open_issues/gdb: 954ad01d097b28191088bdd8e085eda3c0bd3f0b (2013-09-07) --- open_issues/gdb.mdwn | 38 +++++++++++++++++++++++++++++++------- open_issues/gdb_gcore.mdwn | 6 +++++- toolchain/logs | 2 +- 3 files changed, 37 insertions(+), 9 deletions(-) (limited to 'toolchain') diff --git a/open_issues/gdb.mdwn b/open_issues/gdb.mdwn index 67a38e96..fb696e52 100644 --- a/open_issues/gdb.mdwn +++ b/open_issues/gdb.mdwn @@ -27,14 +27,14 @@ Here's what's to be done for maintaining GNU GDB. -Last reviewed up to the [[Git mirror's 9799ab54486adf49a50e5aadd9f5e6bc03db6123 -(2013-06-13) sources|source_repositories/gdb]]. +Last reviewed up to the [[Git mirror's 954ad01d097b28191088bdd8e085eda3c0bd3f0b +(2013-09-07) sources|source_repositories/gdb]]. * Globally @@ -66,12 +66,19 @@ Last reviewed up to the [[Git mirror's 9799ab54486adf49a50e5aadd9f5e6bc03db6123 * Configure so that Debian system's `/usr/lib/debug/[...]` will be loaded automatically. + * old-style function definition + + ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'trace_me': + ../../Ferry_Tagscherer/gdb/gnu-nat.c:2106:8: warning: old-style function definition [-Wold-style-definition] + void trace_me () + ^ + # Build Here's a log of a GDB build run; this is from our [[Git repository|source_repositories/gdb]]'s `tschwinge/Ferry_Tagscherer` branch, -commit 9799ab54486adf49a50e5aadd9f5e6bc03db6123 (2013-06-13), run on +commit 954ad01d097b28191088bdd8e085eda3c0bd3f0b (2013-09-07), run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C @@ -87,7 +94,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 28 +This takes up around 230 MiB and needs roughly 8 min on kepler.SCHWINGE and 31 min on coulomb.SCHWINGE. -Last reviewed up to the [[Git mirror's 954ad01d097b28191088bdd8e085eda3c0bd3f0b -(2013-09-07) sources|source_repositories/gdb]]. +Last reviewed up to the [[Git mirror's d19fd090b7ec0a60846c52cad9fc0c24c3729565 +(2013-09-18) sources|source_repositories/gdb]]. * Globally @@ -78,7 +78,7 @@ Last reviewed up to the [[Git mirror's 954ad01d097b28191088bdd8e085eda3c0bd3f0b Here's a log of a GDB build run; this is from our [[Git repository|source_repositories/gdb]]'s `tschwinge/Ferry_Tagscherer` branch, -commit 954ad01d097b28191088bdd8e085eda3c0bd3f0b (2013-09-07), run on +commit d19fd090b7ec0a60846c52cad9fc0c24c3729565 (2013-09-18), run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C @@ -546,21 +546,4 @@ like `gdb/testsuite/boards/cc-with-tweaks.exp` would help, or setting "CAO2gOZXvCLdaKE2=ZKpjGVGq8A0wQ94-AUo7eKvvWHWncrU_yg@mail.gmail.com"]] look related. - * `gdb.base/argv0-symlink.exp` - - kepler.SCHWINGE: - - Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/argv0-symlink.exp ... - get_compiler_info: gcc-4-8-1 - Executing on host: gcc -c -g -o /media/data/home/thomas/tmp/source/gdb/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/gdb.base/argv0-symlink0.o ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/argv0-symlink.c (timeout = 300) - spawn gcc -c -g -o /media/data/home/thomas/tmp/source/gdb/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/gdb.base/argv0-symlink0.o ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/argv0-symlink.c - Executing on host: gcc /media/data/home/thomas/tmp/source/gdb/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/gdb.base/argv0-symlink0.o -g -lm -o /media/data/home/thomas/tmp/source/gdb/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/gdb.base/argv0-symlink (timeout = 300) - spawn gcc /media/data/home/thomas/tmp/source/gdb/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/gdb.base/argv0-symlink0.o -g -lm -o /media/data/home/thomas/tmp/source/gdb/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/gdb.base/argv0-symlink - Executing on host: ln -sf argv0-symlink /media/data/home/thomas/tmp/source/gdb/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/gdb.base/argv0-symlink-filelink (timeout = 300) - spawn ln -sf argv0-symlink /media/data/home/thomas/tmp/source/gdb/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/gdb.base/argv0-symlink-filelink - UNSUPPORTED: gdb.base/argv0-symlink.exp: kept file symbolic link name (host does not support symbolic links) - testcase ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/argv0-symlink.exp completed in 0 seconds - - Strange. No error message? Invoking `ln -sf` manually works just fine. - TODO. diff --git a/toolchain/logs b/toolchain/logs index 5f745b58..c0775a78 160000 --- a/toolchain/logs +++ b/toolchain/logs @@ -1 +1 @@ -Subproject commit 5f745b588f30f90d10ae0fc04319f73692f93b69 +Subproject commit c0775a78c9a55fd63c4d92e2baca1f4de6cbb5d5 -- cgit v1.2.3