From fa1af8427798be23dc3a1a3936f43993d0e9da75 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 1 Nov 2015 19:35:45 +0100 Subject: open_issues/binutils: binutils-gdb: Re-run after system updates. --- open_issues/binutils.mdwn | 33 ++++++++++++++++++--------------- open_issues/strict_aliasing.mdwn | 10 +++++++++- 2 files changed, 27 insertions(+), 16 deletions(-) (limited to 'open_issues') diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn index 7a887d52..289206ad 100644 --- a/open_issues/binutils.mdwn +++ b/open_issues/binutils.mdwn @@ -305,13 +305,11 @@ Different hosts may default to different shells and compiler versions; thus harmonized. Debian GCC (which is used in the testsuite) likes to pass `-plugin [...]` and `--sysroot=/` to `ld`, so we need to configure with support for plugins and -sysroots. In the GDB build, 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]]). +sysroots. In the GDB build, there are compiler diagnostics reported in the +MIG-generated stub files; thus no `-Werror` until that is resolved. -This takes up around 1.4 GiB, and runs for [[22 min|performance#measure]] on -kepler.SCHWINGE and [[16 min|performance#measure]] on laplace.SCHWINGE. +This takes up around 1.4 GiB, and runs for [[23 min|performance#measure]] on +kepler.SCHWINGE and [[19 min|performance#measure]] on laplace.SCHWINGE.