diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-06-01 11:33:24 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-06-01 11:33:24 +0200 |
commit | f6d7366069d3df0cb2cce6ef47f26dbd6576cbd0 (patch) | |
tree | 3e467e94109027247ca740e0d466d442dff5e067 | |
parent | e259a6a6a76be115aac5511bb059ce7369c4c5b2 (diff) |
open_issues/gcc: dcdba5abca23716daa6aeb5c92f367e0978e4539 (2013-05-27; 0479dc77cf50ee78769b55563051cf72d39b3d60 (2013-05-27))
plus `id:"87txlnlg0z.fsf@kepler.schwinge.homeip.net"`
-rw-r--r-- | open_issues/gcc.mdwn | 27 | ||||
m--------- | toolchain/logs | 12 |
2 files changed, 21 insertions, 18 deletions
diff --git a/open_issues/gcc.mdwn b/open_issues/gcc.mdwn index d4309198..3aa7b63b 100644 --- a/open_issues/gcc.mdwn +++ b/open_issues/gcc.mdwn @@ -31,14 +31,14 @@ example. Especially all the compiler magic is all the same. <!-- git checkout reviewed -git log --reverse --topo-order --pretty=fuller --stat=$COLUMNS,$COLUMNS -w -p -C --cc ..upstream/trunk +git diff --patience --stat=$COLUMNS,$COLUMNS --patch --src-prefix=./ --dst-prefix=./ --find-renames --ignore-space-change ..upstream/master | awk '/^diff/ { c = $0; } /^@@/ { print c; } { print; }' | less -i -/^commit |^merge:|^---$|hurd|linux|nacl|nptl|glibc|gs: +/^---.*/([^.]*|.*\.texi.*|[^/]*gnu[^/]*)$|hurd|linux|nacl|nptl|glibc|gs: --> -Last reviewed up to the [[Git mirror's 71cfadefb994de9249449fb7e71be012b6264a3f -(2013-02-17) sources|source_repositories/gcc]]. +Last reviewed up to the [[Git mirror's 0479dc77cf50ee78769b55563051cf72d39b3d60 +(2013-05-27) sources|source_repositories/gcc]]. <http://gcc.gnu.org/install/configure.html> has documentation for the `configure` switches. @@ -334,8 +334,9 @@ Last reviewed up to the [[Git mirror's 71cfadefb994de9249449fb7e71be012b6264a3f # Build Here's a log of a GCC build run; this is from our [[Git repository's -06a4535f69cf9613943fd12f97fe94e471dedcce (2013-02-18; -71cfadefb994de9249449fb7e71be012b6264a3f (2013-02-17)) +dcdba5abca23716daa6aeb5c92f367e0978e4539 (2013-05-27; +0479dc77cf50ee78769b55563051cf72d39b3d60 (2013-05-27)), plus +`id:"87txlnlg0z.fsf@kepler.schwinge.homeip.net"` sources|source_repositories/gcc]], run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C @@ -350,8 +351,8 @@ harmonized. We're stuck with GCC 4.6 until there are Debian *gnat-4.7* packages avaible. -This takes up around 3.5 GiB, and needs roughly 3.25 h on kepler.SCHWINGE and -14.25 h on coulomb.SCHWINGE. +This takes up around 3.5 GiB, and needs roughly 3.5 h on kepler.SCHWINGE and 15 +h on coulomb.SCHWINGE. <!-- @@ -509,7 +510,7 @@ This takes up around 3.5 GiB, and needs roughly 3.25 h on kepler.SCHWINGE and $ make install 2>&1 | tee log_install [...] -This takes up around 1 GiB, and needs roughly 5 min on kepler.SCHWINGE and 37 +This takes up around 1.1 GiB, and needs roughly 5 min on kepler.SCHWINGE and 37 min on coulomb.SCHWINGE. @@ -566,7 +567,7 @@ coulomb.SCHWINGE: maybe-check-zlib: check-zlib maybe-check-gnattools: check-gnattools maybe-check-lto-plugin: check-lto-plugin - $ grep ^CHECK_TARGETS gcc/Makefile + $ grep ^CHECK_TARGETS < gcc/Makefile CHECK_TARGETS = check-ada check-c check-c++ check-fortran check-java check-lto check-objc $ export LC_ALL=C @@ -591,10 +592,10 @@ coulomb.SCHWINGE: $ make -k check-target 2>&1 | tee log_test_4_check-target [...] -This needs roughly 7 h on kepler.SCHWINGE and 3.5 h (`check-fixincludes`, -`gcc/check-ada`) + 13 h (`gcc/check-c`) + 4.25 h (`gcc/check-c++`) + 5.75 h +This needs roughly 7.25 h on kepler.SCHWINGE and 3.5 h (`check-fixincludes`, +`gcc/check-ada`) + 14 h (`gcc/check-c`) + 4.5 h (`gcc/check-c++`) + 6 h (`gcc/check-fortran`, `gcc/check-java`, `gcc/check-lto`, `gcc/check-objc`) + -9.25 h (`check-intl`, [...], `check-lto-plugin`, `check-target`) = 35.75 h on +9.75 h (`check-intl`, [...], `check-lto-plugin`, `check-target`) = 37.75 h on coulomb.SCHWINGE. diff --git a/toolchain/logs b/toolchain/logs -Subproject f9799944f2378f73b4b7eddd58f115eecec3146 +Subproject 05905efce314e17e8f07c331e7f5520bde6b8a0 |