Package: gcc-4.7
Version: 4.7.1-3
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)
The attached patches allow me to build 4.7.1-3 for amd64 on lucid, using the
upstream FSF tarball. Some of the below patches fix bit rot, some fix
mistake
After doing a binary search on debian/patches/series (on amd64), it
looks like the culprit for this bug is pr33763.diff. And looking at
that Bugzilla report, it certainly makes sense that this would affect
s_isnan.i, which contains an always_inline definition of __isnan
followed by a non-inline de
Accepted:
gcc-snapshot_20120704-1_kfreebsd-amd64.deb
to main/g/gcc-snapshot/gcc-snapshot_20120704-1_kfreebsd-amd64.deb
Changes:
gcc-snapshot (20120704-1) unstable; urgency=low
.
* Snapshot, taken from the trunk (20120704).
Override entries for your package:
gcc-snapshot_20120704-1_kfree
gcc-snapshot_20120704-1_kfreebsd-amd64.changes uploaded successfully to
localhost
along with the files:
gcc-snapshot_20120704-1_kfreebsd-amd64.deb
Greetings,
Your Debian queue daemon (running on host franck.debian.org)
--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
Processing commands for cont...@bugs.debian.org:
> tags 679075 + moreinfo
Bug #679075 [gcc-4.7] gcc 4.7 failt to build imagemagick: segfault
Added tag(s) moreinfo.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
679075: http://bugs.debian.org/cgi-bin/bugreport.cgi
Processing commands for cont...@bugs.debian.org:
> forwarded 680521 http://gcc.gnu.org/PR53882
Bug #680521 [g++-4.7] g++-4.7: ICE while compiling code using
Set Bug forwarded-to-address to 'http://gcc.gnu.org/PR53882'.
> tags 680521 + upstream
Bug #680521 [g++-4.7] g++-4.7: ICE while compiling co
Processing commands for cont...@bugs.debian.org:
> tags 680348 + moreinfo
Bug #680348 [gcc-4.6] gcc-4.6: ICE on mips when compiling aiccu
Added tag(s) moreinfo.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
680348: http://bugs.debian.org/cgi-bin/bugreport.cgi?bu
tags 680348 + moreinfo
thanks
On 05.07.2012 11:03, Axel Beckert wrote:
> Package: gcc-4.6
> Severity: normal
> Affects: aiccu
>
> Dear Maintainer,
>
> gcc-4.6 failed to compile aiccu on mips (but not mipsel) with the
> following error message:
>
> ../common/tun.c:69:1: internal compiler error:
LAST_UPDATED: Sun Jun 24 12:40:22 UTC 2012 (revision 188916)
Target: mipsel-linux-gnu
gcc version 4.6.3 (Debian 4.6.3-8)
Native configuration is mipsel-unknown-linux-gnu
=== g++ tests ===
Running target unix
FAIL: g++.dg/debug/dwarf2/lineno-simple1.C scan-assembler
main:[^
On Fri, Jul 06, 2012 at 04:40:27PM +0200, Michał Mirosław wrote:
> Package: g++-4.7
> Version: 4.7.1-2
> Severity: important
BTW, gcc 4.6 compiles the code fine.
Best Regards,
Michał Mirosław
--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Troub
Package: g++-4.7
Version: 4.7.1-2
Severity: important
g++ ends with ICE on following test code:
===start===
#include
struct User
{
void run(void *) {}
};
int main()
{
User u;
std::function p = std::bind(&User::run, &u, nullptr);
}
===end===
$ g++ -std=c++11 -c -O test.
11 matches
Mail list logo