From 7834757413ae6a47540e3771788b78fd13dae072 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 29 May 2012 10:17:33 +0200 Subject: open_issues/gcc: c211f16c8e45869c00730a949b1d22da95ab5b3a (2012-05-20; 2012-03-02) --- open_issues/gcc.mdwn | 26 +++++++++++++++++++------- open_issues/glibc.mdwn | 5 +++++ toolchain/logs | 2 +- 3 files changed, 25 insertions(+), 8 deletions(-) diff --git a/open_issues/gcc.mdwn b/open_issues/gcc.mdwn index 1da1c931..5e81ce5f 100644 --- a/open_issues/gcc.mdwn +++ b/open_issues/gcc.mdwn @@ -80,8 +80,8 @@ git log --reverse --pretty=fuller --stat=$COLUMNS,$COLUMNS -p -C --cc ..upstream --> -Last reviewed up to the [[Git mirror's 43e94e511c3a4b789ffc0a2e3ec0f93a0a12471c -(2012-05-08) sources|source_repositories/gcc]]. +Last reviewed up to the [[Git mirror's 8b64dc3c58b54d07156c99a24576be76e8cbdc10 +(2012-05-28) sources|source_repositories/gcc]]. has documentation for the `configure` switches. @@ -267,13 +267,14 @@ Last reviewed up to the [[Git mirror's 43e94e511c3a4b789ffc0a2e3ec0f93a0a12471c b322ad8985bc0c63c59239ce43c42877cd9a38fa, a4423e56426eace7b48beafeb459443609f32008, 4f76c3cf3138bb5779832d5aae740fe8ecf5084d, - a315a02b2884261410f51f3164987d9b1a034e49. Should be fine. + a315a02b2884261410f51f3164987d9b1a034e49, + f699ded52dc857cd331698e7244513dc02ab08a3. Should be fine. # Build Here's a log of a GCC build run; this is from our [[Git repository's -7cb1b00f391f1e7a0ca6803e44ffd42b154c8837 (2011-11-28) +c211f16c8e45869c00730a949b1d22da95ab5b3a (2012-05-20; 2012-03-02) sources|source_repositories/gcc]], run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C @@ -488,6 +489,17 @@ This takes up around 3.2 GiB, and needs roughly 2.75 h on kepler.SCHWINGE and Comes from `gcc/config.gcc`: for `i[34567]86-*-linux*` vs. `i[34567]86-*-*`, but apparently is important only for *x86_64* anyway. + * `soft-fp` prototypes + + ../../../master/libgcc/soft-fp/eqtf2.c:34:9: warning: no previous prototype for '__eqtf2' [-Wmissing-prototypes] + +../../../master/libgcc/soft-fp/eqtf2.c:50:1: warning: no previous prototype for '__netf2' [-Wmissing-prototypes] + + ../../../master/libgcc/soft-fp/getf2.c:34:9: warning: no previous prototype for '__getf2' [-Wmissing-prototypes] + +../../../master/libgcc/soft-fp/getf2.c:50:1: warning: no previous prototype for '__gttf2' [-Wmissing-prototypes] + + ../../../master/libgcc/soft-fp/letf2.c:34:9: warning: no previous prototype for '__letf2' [-Wmissing-prototypes] + +../../../master/libgcc/soft-fp/letf2.c:50:1: warning: no previous prototype for '__lttf2' [-Wmissing-prototypes] + # Install @@ -530,13 +542,13 @@ TODO. Can use parallel testing, see [[!message-id This needs roughly 4.25 h on kepler.SCHWINGE and 38.5 h on coulomb.SCHWINGE. + +## Analysis + $ ssh kepler.SCHWINGE 'cd tmp/source/gcc/ && cat hurd/master.build/*/*/*/*.sum | sed -e "s%\(/media/data\)\?${PWD}%[...]%g"' > toolchain/logs/gcc/linux/sum $ ssh coulomb.SCHWINGE 'cd tmp/gcc/ && cat hurd/master.build/*/*/*/*.sum | sed -e "s%\(/media/erich\)\?${PWD}%[...]%g"' > toolchain/logs/gcc/hurd/sum $ diff -u -F ^Running toolchain/logs/gcc/linux/sum toolchain/logs/gcc/hurd/sum > toolchain/logs/gcc/sum.diff - -## Analysis - TODO. diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn index 1ce47560..d70a5938 100644 --- a/open_issues/glibc.mdwn +++ b/open_issues/glibc.mdwn @@ -45,6 +45,11 @@ Last reviewed up to the [[Git mirror's d40c5d54cb551acba4ef1617464760c5b3d41a14 hurdsig.c:1188:26: warning: 'pending' may be used uninitialized in this function [-Wmaybe-uninitialized] hurdsig.c:1168:12: note: 'pending' was declared here + * `t/host-independency` + + `libc-alpha` discussion/commit. GCC + c05436a7e361b8040ee899266e15bea817212c37. + * `t/kernel-features.h_includes` Before running `tg update`, review for additional changes: diff --git a/toolchain/logs b/toolchain/logs index 58dfcdf8..e65eede3 160000 --- a/toolchain/logs +++ b/toolchain/logs @@ -1 +1 @@ -Subproject commit 58dfcdf8b7de2ab359425ab7ba9542b8e25b74ed +Subproject commit e65eede3393cfb10a8a83e86bdaf9c428f4c1a60 -- cgit v1.2.3