[Bug 1352836] Re: link failure when package is built with -O3 (14.10)

2016-01-06 Thread Steve Langasek
This bug was not identified with gccgo, only with gcc, which is not applicable to the in-progress gccgo-4.9 SRU. Marking as resolved. ** Tags removed: verification-needed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1352836] Re: link failure when package is built with -O3 (14.10)

2015-11-24 Thread Steve Langasek
Hello Matthias, or anyone else affected, Accepted gccgo-4.9 into trusty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/gccgo-4.9/4.9.3-0ubuntu4 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1352836] Re: link failure when package is built with -O3 (14.10)

2014-09-20 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/gnat-4.9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1352836 Title: link failure when package is built with -O3 (14.10) To manage notifications about this bug go to:

[Bug 1352836] Re: link failure when package is built with -O3 (14.10)

2014-08-20 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/gcc-4.9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1352836 Title: link failure when package is built with -O3 (14.10) To manage notifications about this bug go to:

[Bug 1352836] Re: link failure when package is built with -O3 (14.10)

2014-08-18 Thread Launchpad Bug Tracker
This bug was fixed in the package gcc-4.9 - 4.9.1-7ubuntu1 --- gcc-4.9 (4.9.1-7ubuntu1) utopic; urgency=medium * Update to SVN 20140817 (r214074) from the gcc-4_9-branch. * Fix PR middle-end/61294, -Wmemset-transposed-args, taken from the trunk. LP: #1352836. * Update the

[Bug 1352836] Re: link failure when package is built with -O3 (14.10)

2014-08-17 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/gcc-4.9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1352836 Title: link failure when package is built with -O3 (14.10) To manage notifications about

[Bug 1352836] Re: link failure when package is built with -O3 (14.10)

2014-08-15 Thread Matthias Klose
uploaded okteta with the code fix ** Also affects: glibc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1352836 Title: link failure when package

[Bug 1352836] Re: link failure when package is built with -O3 (14.10)

2014-08-06 Thread Alan Modra
Upstream bugzilla with reduced testcase at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62033 ** Bug watch added: GCC Bugzilla #62033 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62033 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1352836] Re: link failure when package is built with -O3 (14.10)

2014-08-06 Thread Alan Modra
So the upstream bug was closed as a dup of another bug, 61294. The fix for that bugzilla was to implement a new -Wmemset-transposed-args, and remove the memset warning from system headers (/usr/include/bits/string3.h). However, the glibc side of that fix has not yet been committed. The

[Bug 1352836] Re: link failure when package is built with -O3 (14.10)

2014-08-05 Thread Matthias Klose
** Description changed: this can be reproduced in a 14.10 chroot, with -proposed enabled. link failure when the okteta package is built with -O3 (14.10), it succeeds when built with -O2. - https://launchpad.net/ubuntu/trusty/+source/okteta/4:4.13.3-0ubuntu0.1 +

[Bug 1352836] Re: link failure when package is built with -O3 (14.10)

2014-08-05 Thread William J. Schmidt
Referred to Alan Modra for initial investigation. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1352836 Title: link failure when package is built with -O3 (14.10) To manage notifications about

[Bug 1352836] Re: link failure when package is built with -O3 (14.10)

2014-08-05 Thread Alan Modra
If LTO was used here I'd say this was https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51744 but that doesn't appear to be the case from the log. ** Bug watch added: GCC Bugzilla #51744 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51744 -- You received this bug notification because you are a

[Bug 1352836] Re: link failure when package is built with -O3 (14.10)

2014-08-05 Thread Alan Modra
It's not a linker error, and x86_64 mainline gcc 4.10.0 20140727 fails similarly. nm bytearraymodel_p.o | grep __warn U __warn_memset_zero_len Linking this object file against libc_nonshared.a (which is where this symbol is defined) generates the linker warning which is turned