Processed: Re: Bug#528587: FTBFS with GCC 4.4: ... may be used uninitialized

2009-09-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: fixed 528587 4.4.1-1 Bug #528587 [gcc-4.4] bogus warning, related to libstdc++ headers There is no source info for the package 'gcc-4.4' at version '4.4.1-1' with architecture '' Unable to make a source version for version '4.4.1-1' Bug Marked as

Bug#528587: FTBFS with GCC 4.4: ... may be used uninitialized

2009-09-16 Thread Martin Michlmayr
fixed 528587 4.4.1-1 thanks * Mark de Wever ko...@xs4all.nl [2009-09-15 22:13]: On Fri, May 15, 2009 at 11:16:22AM +0200, Martin Michlmayr wrote: The GCC folks told me that this is a compiler bug. Sorry for wasting your time. I saw this bug is still open, but the bug has been solved in

[Bug tree-optimization/41101] [4.4 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-09-16 Thread rguenth at gcc dot gnu dot org
--- Comment #26 from rguenth at gcc dot gnu dot org 2009-09-16 11:56 --- Subject: Bug 41101 Author: rguenth Date: Wed Sep 16 11:56:31 2009 New Revision: 151744 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=151744 Log: 2009-09-16 Richard Guenther rguent...@suse.de

[Bug tree-optimization/41101] [4.4 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-09-16 Thread rguenth at gcc dot gnu dot org
--- Comment #27 from rguenth at gcc dot gnu dot org 2009-09-16 11:57 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

Results for 4.4.1 (Debian 4.4.1-4) testsuite on mipsel-unknown-linux-gnu

2009-09-16 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_1_release revision 149916 Target: mipsel-linux-gnu gcc version 4.4.1 (Debian 4.4.1-4) Native configuration is mipsel-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/ipa/iinline-1.C scan-ipa-dump inline

Bug#547076: regression: declaring and defining friend function inside the class body doesn't work in most cases

2009-09-16 Thread smaug
Package: g++-4.3 Version: 4.3.2-1.1 Severity: normal Hello, please consider the following code, which seems to be standard compilant (ISO 14882, paragraph 11.4.5): #v+ void fun3(); class C { void f1(){} friend void fun1(C *ptr=0){} friend void fun2(){} friend void