diff options
Diffstat (limited to 'open_issues/gcc.mdwn')
-rw-r--r-- | open_issues/gcc.mdwn | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/open_issues/gcc.mdwn b/open_issues/gcc.mdwn index a66a4ad9..f0f2af51 100644 --- a/open_issues/gcc.mdwn +++ b/open_issues/gcc.mdwn @@ -67,8 +67,8 @@ testsuite. # Configuration -Last reviewed up to the [[Git mirror's 6aed13f1c173ef4a398e10e6dc09866dbde6b324 -(2011-07-15) sources|source_repositories/gcc]]. +Last reviewed up to the [[Git mirror's 7c9f953a01d23c6b6885dc908d5b1dba8009efd4 +(2011-07-18) sources|source_repositories/gcc]]. <http://gcc.gnu.org/install/configure.html> has documentation for the `configure` switches. @@ -172,13 +172,14 @@ Last reviewed up to the [[Git mirror's 6aed13f1c173ef4a398e10e6dc09866dbde6b324 * [high] 9b0fef97f18ed5c9f2f9a361262fbb450f2b0b53 - Very likely needed for us, too. Patch on gcc-patches. + Very likely needed for us, too. Patch on gcc-patches and in + *config/extra_parts* branch. # Build Here's a log of a GCC build run; this is from our [[Git repository's -726414af2443a89ffbbce3a884ac6da71dae6992 (2011-07-13) +09ba3e78c07654e08c8bef82761dbbb26d3c00c9 (2011-07-18) sources|source_repositories/gcc]], run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C @@ -193,8 +194,8 @@ harmonized. Setting `LIBRARY_PATH` is needed until [[!debbug 629819]] is resolved. -This takes up around 2.6 GiB, and needs roughly 3 h on kepler.SCHWINGE, and 13 -h on coulomb.SCHWINGE. +This takes up around 2.3 GiB, and needs roughly 2.75 h on kepler.SCHWINGE, and +11 h on coulomb.SCHWINGE. ## Analysis @@ -210,7 +211,7 @@ h on coulomb.SCHWINGE. * DFP - Addressed in hurd/decimal_floating_point branch. + Addressed in *hurd/decimal_floating_point* branch. +configure: WARNING: decimal float is not supported for this target, ignored @@ -284,7 +285,7 @@ h on coulomb.SCHWINGE. + from [...]/hurd/master/libobjc/../gcc/gthr.h:160, + from [...]/hurd/master/libobjc/thr.c:45: +[...]/hurd/master/libobjc/../gcc/gthr-posix.h: In function '__gthread_objc_thread_set_priority': - +[...]/hurd/master/libobjc/../gcc/gthr-posix.h:384:41: warning: unused parameter 'priority' [-Wunused-parameter] + +[...]/hurd/master/libobjc/../gcc/gthr-posix.h:389:41: warning: unused parameter 'priority' [-Wunused-parameter] * `/proc/self/*` @@ -333,7 +334,7 @@ h on coulomb.SCHWINGE. +gnu/java/nio/channels/natFileChannelImpl.cc: In member function 'jint gnu::java::nio::channels::FileChannelImpl::available()': +gnu/java/nio/channels/natFileChannelImpl.cc:388:20: warning: enumeral and non-enumeral type in conditional expression [enabled by default] - * `libgcj.la`, `.libs/libgcj.a` + * `libgcj.la` Just different order of object files, or another problem? @@ -352,8 +353,8 @@ h on coulomb.SCHWINGE. Setting `LIBRARY_PATH` is needed until [[!debbug 629819]] is resolved. -This takes up around 0.8 GiB, and needs roughly 5 min on kepler.SCHWINGE, and -50 min on coulomb.SCHWINGE. +This takes up around 0.6 GiB, and needs roughly 4 min on kepler.SCHWINGE, and +35 min on coulomb.SCHWINGE. ## Analysis |