gcj-4.4_4.4.3-1_i386.changes ACCEPTED

2010-01-21 Thread Archive Administrator
Accepted: gcj-4.4-base_4.4.3-1_i386.deb to main/g/gcj-4.4/gcj-4.4-base_4.4.3-1_i386.deb gcj-4.4-jdk_4.4.3-1_i386.deb to main/g/gcj-4.4/gcj-4.4-jdk_4.4.3-1_i386.deb gcj-4.4-jre-headless_4.4.3-1_i386.deb to main/g/gcj-4.4/gcj-4.4-jre-headless_4.4.3-1_i386.deb gcj-4.4-jre-lib_4.4.3-1_all.deb

Processing of gcj-4.4_4.4.3-1_i386.changes

2010-01-21 Thread Archive Administrator
gcj-4.4_4.4.3-1_i386.changes uploaded successfully to localhost along with the files: gcj-4.4_4.4.3-1.dsc gcj-4.4_4.4.3.orig.tar.gz gcj-4.4_4.4.3-1.diff.gz gcj-4.4-jre-lib_4.4.3-1_all.deb gcj-4.4-source_4.4.3-1_all.deb libgcj-doc_4.4.3-1_all.deb gcj-4.4-base_4.4.3-1_i386.deb gcj-4.4

Bug#565455: marked as done (gcc-4.4: ICE while compiling fsarchiver 0.6.5-1 on alpha)

2010-01-21 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jan 2010 00:18:33 + with message-id and subject line Bug#565455: fixed in gcc-4.4 4.4.3-1 has caused the Debian Bug report #565455, regarding gcc-4.4: ICE while compiling fsarchiver 0.6.5-1 on alpha to be marked as done. This means that you claim that the problem ha

gcc-4.4_4.4.3-1_i386.changes ACCEPTED

2010-01-21 Thread Archive Administrator
Accepted: cpp-4.4_4.4.3-1_i386.deb to main/g/gcc-4.4/cpp-4.4_4.4.3-1_i386.deb fixincludes_4.4.3-1_i386.deb to main/g/gcc-4.4/fixincludes_4.4.3-1_i386.deb g++-4.4-multilib_4.4.3-1_i386.deb to main/g/gcc-4.4/g++-4.4-multilib_4.4.3-1_i386.deb g++-4.4_4.4.3-1_i386.deb to main/g/gcc-4.4/g++-4

Processing of gcc-4.4_4.4.3-1_i386.changes

2010-01-21 Thread Archive Administrator
gcc-4.4_4.4.3-1_i386.changes uploaded successfully to localhost along with the files: gcc-4.4_4.4.3-1.dsc gcc-4.4_4.4.3.orig.tar.gz gcc-4.4_4.4.3-1.diff.gz gcc-4.4-source_4.4.3-1_all.deb libstdc++6-4.4-doc_4.4.3-1_all.deb gcc-4.4-locales_4.4.3-1_all.deb gcc-4.4-base_4.4.3-1_i386.deb

Processed: Re: Miscompilation at -O2 on alpha

2010-01-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 566195 + moreinfo Bug #566195 [gcc-4.4] gcc-4.4: Miscompilation at -O2 on alpha Added tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Deb

Bug#566195: Miscompilation at -O2 on alpha

2010-01-21 Thread Matthias Klose
tags 566195 + moreinfo thanks please recheck with gcc-snapshot, gcc-4.3, see if it is a regression, attach the preprocessed source as an attachment, and consider reporting this bug with all this information directly upstream. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org w

Processed: severity of 566195 is important

2010-01-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # alpha is no release arch > severity 566195 important Bug #566195 [gcc-4.4] gcc-4.4: Miscompilation at -O2 on alpha Severity set to 'important' from 'grave' > thanks Stopping processing here. Please contact me if you need assistance. Debian bu

[Bug c++/5458] address of overloaded template function as argument for template

2010-01-21 Thread jason at gcc dot gnu dot org
--- Comment #17 from jason at gcc dot gnu dot org 2010-01-21 19:09 --- We describe a template as overloading itself since it represents any number of actual functions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5458 --- You are receiving this mail because: --- You are o

[Bug c++/5458] address of overloaded template function as argument for template

2010-01-21 Thread jwakely dot gcc at gmail dot com
--- Comment #16 from jwakely dot gcc at gmail dot com 2010-01-21 19:00 --- Shouldn't it get the same error as for this case? template T foo() { return T(); } int main() { &foo; } That example can be made valid like so: int (*pf)() = &foo; Which demonstrates that the

[Bug c++/5458] address of overloaded template function as argument for template

2010-01-21 Thread joseph dot h dot garvin at gmail dot com
--- Comment #15 from joseph dot h dot garvin at gmail dot com 2010-01-21 18:38 --- I'm not sure what the standard says, but conceptually, if you only provide a template generic template foo, with no non-templated foo defined, then instantiations of foo are *never* 'overloaded.' If I hav

[bts-link] source package gcc-4.4

2010-01-21 Thread bts-link-upstream
# # bts-link upstream status pull for source package gcc-4.4 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org # remote status report for #565455 (http://bugs.debian.org/565455) # * http://gcc.gnu.org/PR42774 # * remote st

Processed: [bts-link] source package gcc-4.4

2010-01-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # > # bts-link upstream status pull for source package gcc-4.4 > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # > user bts-link-upstr...@lists.alioth.debian.org Setting user to bts-link-upstr...@lists.alioth.debian.o

[Bug libstdc++/42460] man page errors for generated libstdc++ man pages

2010-01-21 Thread doko at ubuntu dot com
--- Comment #13 from doko at ubuntu dot com 2010-01-21 14:30 --- std::basic_ios.3, std::basic_ofstream.3, std::basic_ostream.3, std::basic_ostringstream.3, std::ios_base.3: .PP Definition at line 657 of file ios_base.h. .SS "\fBstreamsize\fP std::ios_base::width () const\fC [inline, inh