[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#627795: marked as done (g++-4.6 miscompiles reverse_iterator)



Your message dated Thu, 26 May 2011 18:04:08 +0000
with message-id <E1QPeum-0001HA-7y@franck.debian.org>
and subject line Bug#627795: fixed in gcc-4.6 4.6.0-10
has caused the Debian Bug report #627795,
regarding g++-4.6 miscompiles reverse_iterator
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
627795: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627795
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: g++-4.6
Version: 4.6.0-8
Severity: important

The attached test program is supposed to print -42, and does so when compiled with g++-4.4 or g++-4.5. However, it outputs random junk when compiled with g++-4.6:

$ g++ -Wall -O2 test.cxx
$ ./a.out
31
$ ./a.out
207
$ ./a.out
79


We've discussed this code on #debian-devel and nobody could find any bug in it, so the only explanation is that it's g++ that miscompiles it.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages g++-4.6 depends on:
ii  gcc-4.6                   4.6.0-8        The GNU C compiler
ii gcc-4.6-base 4.6.0-8 The GNU Compiler Collection (base ii libc6 2.13-4 Embedded GNU C Library: Shared lib
ii  libcloog-ppl0             0.15.9-3       the Chunky Loop Generator (runtime
ii  libgmp10                  2:5.0.1+dfsg-7 Multiprecision arithmetic library
ii libgmpxx4ldbl 2:5.0.1+dfsg-7 Multiprecision arithmetic library ii libmpc2 0.9-3 multiple precision complex floatin ii libmpfr4 3.0.1-3 multiple precision floating-point ii libppl-c4 0.11.2-3 Parma Polyhedra Library (C interfa
ii  libppl9                   0.11.2-3       Parma Polyhedra Library (runtime l
ii  libstdc++6-4.6-dev        4.6.0-8        The GNU Standard C++ Library v3 (d
ii  zlib1g                    1:1.2.5.dfsg-1 compression library - runtime

Versions of packages g++-4.6 suggests:
pn  g++-4.6-multilib              <none>     (no description available)
pn  gcc-4.6-doc                   <none>     (no description available)
ii  libstdc++6-4.6-dbg            4.6.0-8    The GNU Standard C++ Library v3 (d

--
Jakub Wilk
#include <iostream>

int f()
{
    unsigned char data[3] = { 42, 42, 42 };
    unsigned char *begin = data;
    unsigned char *end = data + 3;
    std::reverse_iterator<unsigned char *> reversed(end);
    for (; begin < end; begin++, reversed++)
        if (*reversed != 42)
            return *reversed;
    return -42;
}

int main(int argc, char ** argv)
{
    std::cout << f() << "\n";
}

--- End Message ---
--- Begin Message ---
Source: gcc-4.6
Source-Version: 4.6.0-10

We believe that the bug you reported is fixed in the latest version of
gcc-4.6, which is due to be installed in the Debian FTP archive:

cpp-4.6_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/cpp-4.6_4.6.0-10_amd64.deb
fixincludes_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/fixincludes_4.6.0-10_amd64.deb
g++-4.6-multilib_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/g++-4.6-multilib_4.6.0-10_amd64.deb
g++-4.6_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/g++-4.6_4.6.0-10_amd64.deb
gcc-4.6-base_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/gcc-4.6-base_4.6.0-10_amd64.deb
gcc-4.6-locales_4.6.0-10_all.deb
  to main/g/gcc-4.6/gcc-4.6-locales_4.6.0-10_all.deb
gcc-4.6-multilib_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/gcc-4.6-multilib_4.6.0-10_amd64.deb
gcc-4.6-plugin-dev_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/gcc-4.6-plugin-dev_4.6.0-10_amd64.deb
gcc-4.6-source_4.6.0-10_all.deb
  to main/g/gcc-4.6/gcc-4.6-source_4.6.0-10_all.deb
gcc-4.6_4.6.0-10.diff.gz
  to main/g/gcc-4.6/gcc-4.6_4.6.0-10.diff.gz
gcc-4.6_4.6.0-10.dsc
  to main/g/gcc-4.6/gcc-4.6_4.6.0-10.dsc
gcc-4.6_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/gcc-4.6_4.6.0-10_amd64.deb
gccgo-4.6-multilib_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/gccgo-4.6-multilib_4.6.0-10_amd64.deb
gccgo-4.6_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/gccgo-4.6_4.6.0-10_amd64.deb
gfortran-4.6-multilib_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/gfortran-4.6-multilib_4.6.0-10_amd64.deb
gfortran-4.6_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/gfortran-4.6_4.6.0-10_amd64.deb
gobjc++-4.6-multilib_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/gobjc++-4.6-multilib_4.6.0-10_amd64.deb
gobjc++-4.6_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/gobjc++-4.6_4.6.0-10_amd64.deb
gobjc-4.6-multilib_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/gobjc-4.6-multilib_4.6.0-10_amd64.deb
gobjc-4.6_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/gobjc-4.6_4.6.0-10_amd64.deb
lib32gcc1-dbg_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/lib32gcc1-dbg_4.6.0-10_amd64.deb
lib32gcc1_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/lib32gcc1_4.6.0-10_amd64.deb
lib32gfortran3-dbg_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/lib32gfortran3-dbg_4.6.0-10_amd64.deb
lib32gfortran3_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/lib32gfortran3_4.6.0-10_amd64.deb
lib32go0-dbg_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/lib32go0-dbg_4.6.0-10_amd64.deb
lib32go0_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/lib32go0_4.6.0-10_amd64.deb
lib32gomp1-dbg_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/lib32gomp1-dbg_4.6.0-10_amd64.deb
lib32gomp1_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/lib32gomp1_4.6.0-10_amd64.deb
lib32mudflap0-dbg_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/lib32mudflap0-dbg_4.6.0-10_amd64.deb
lib32mudflap0_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/lib32mudflap0_4.6.0-10_amd64.deb
lib32objc3-dbg_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/lib32objc3-dbg_4.6.0-10_amd64.deb
lib32objc3_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/lib32objc3_4.6.0-10_amd64.deb
lib32quadmath0-dbg_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/lib32quadmath0-dbg_4.6.0-10_amd64.deb
lib32quadmath0_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/lib32quadmath0_4.6.0-10_amd64.deb
lib32stdc++6-4.6-dbg_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/lib32stdc++6-4.6-dbg_4.6.0-10_amd64.deb
lib32stdc++6_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/lib32stdc++6_4.6.0-10_amd64.deb
libgcc1-dbg_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libgcc1-dbg_4.6.0-10_amd64.deb
libgcc1_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libgcc1_4.6.0-10_amd64.deb
libgfortran3-dbg_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libgfortran3-dbg_4.6.0-10_amd64.deb
libgfortran3_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libgfortran3_4.6.0-10_amd64.deb
libgo0-dbg_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libgo0-dbg_4.6.0-10_amd64.deb
libgo0_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libgo0_4.6.0-10_amd64.deb
libgomp1-dbg_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libgomp1-dbg_4.6.0-10_amd64.deb
libgomp1_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libgomp1_4.6.0-10_amd64.deb
libmudflap0-4.6-dev_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libmudflap0-4.6-dev_4.6.0-10_amd64.deb
libmudflap0-dbg_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libmudflap0-dbg_4.6.0-10_amd64.deb
libmudflap0_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libmudflap0_4.6.0-10_amd64.deb
libobjc3-dbg_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libobjc3-dbg_4.6.0-10_amd64.deb
libobjc3_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libobjc3_4.6.0-10_amd64.deb
libquadmath0-dbg_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libquadmath0-dbg_4.6.0-10_amd64.deb
libquadmath0_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libquadmath0_4.6.0-10_amd64.deb
libstdc++6-4.6-dbg_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libstdc++6-4.6-dbg_4.6.0-10_amd64.deb
libstdc++6-4.6-dev_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libstdc++6-4.6-dev_4.6.0-10_amd64.deb
libstdc++6-4.6-doc_4.6.0-10_all.deb
  to main/g/gcc-4.6/libstdc++6-4.6-doc_4.6.0-10_all.deb
libstdc++6-4.6-pic_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libstdc++6-4.6-pic_4.6.0-10_amd64.deb
libstdc++6_4.6.0-10_amd64.deb
  to main/g/gcc-4.6/libstdc++6_4.6.0-10_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 627795@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated gcc-4.6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 26 May 2011 16:00:49 +0200
Source: gcc-4.6
Binary: gcc-4.6-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc4 libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib32gcc1 lib32gcc1-dbg libn32gcc1 libn32gcc1-dbg gcc-4.6 gcc-4.6-multilib gcc-4.6-plugin-dev gcc-4.6-hppa64 gcc-4.6-spu g++-4.6-spu gfortran-4.6-spu cpp-4.6 gcc-4.6-locales g++-4.6 g++-4.6-multilib libmudflap0 libmudflap0-dbg lib32mudflap0 lib32mudflap0-dbg lib64mudflap0 lib64mudflap0-dbg libn32mudflap0 libn32mudflap0-dbg libmudflap0-4.6-dev libgomp1 libgomp1-dbg lib32gomp1 lib32gomp1-dbg lib64gomp1 lib64gomp1-dbg libn32gomp1 libn32gomp1-dbg libquadmath0 libquadmath0-dbg lib32quadmath0 lib32quadmath0-dbg lib64quadmath0 lib64quadmath0-dbg libn32quadmath0 libn32quadmath0-dbg gobjc++-4.6 gobjc++-4.6-multilib gobjc-4.6 gobjc-4.6-multilib libobjc3 libobjc3-dbg lib64objc3 lib64objc3-dbg lib32objc3 lib32objc3-dbg libn32objc3 libn32objc3-dbg gfortran-4.6 gfortran-4.6-multilib libgfortran3 libgfortran3-dbg lib64gfortran3 lib64gfortran3-dbg lib32gfortran3 lib32gfortran3-dbg
 libn32gfortran3 libn32gfortran3-dbg gccgo-4.6 gccgo-4.6-multilib libgo0 libgo0-dbg lib64go0 lib64go0-dbg lib32go0 lib32go0-dbg libn32go0 libn32go0-dbg libstdc++6 lib32stdc++6 lib64stdc++6 libn32stdc++6 libstdc++6-4.6-dev libstdc++6-4.6-pic libstdc++6-4.6-dbg lib32stdc++6-4.6-dbg lib64stdc++6-4.6-dbg libn32stdc++6-4.6-dbg libstdc++6-4.6-doc gcc-4.6-soft-float fixincludes
 gcc-4.6-source
Architecture: source all amd64
Version: 4.6.0-10
Distribution: unstable
Urgency: high
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 cpp-4.6    - The GNU C preprocessor
 fixincludes - Fix non-ANSI header files
 g++-4.6    - The GNU C++ compiler
 g++-4.6-multilib - The GNU C++ compiler (multilib files)
 g++-4.6-spu - SPU cross-compiler (C++ compiler)
 gcc-4.6    - The GNU C compiler
 gcc-4.6-base - The GNU Compiler Collection (base package)
 gcc-4.6-hppa64 - The GNU C compiler (cross compiler for hppa64)
 gcc-4.6-locales - The GNU C compiler (native language support files)
 gcc-4.6-multilib - The GNU C compiler (multilib files)
 gcc-4.6-plugin-dev - Files for GNU GCC plugin development.
 gcc-4.6-soft-float - The soft-floating-point gcc libraries (arm)
 gcc-4.6-source - Source of the GNU Compiler Collection
 gcc-4.6-spu - SPU cross-compiler (preprocessor and C compiler)
 gccgo-4.6  - The GNU Go compiler
 gccgo-4.6-multilib - The GNU Go compiler (multilib files)
 gfortran-4.6 - The GNU Fortran 95 compiler
 gfortran-4.6-multilib - The GNU Fortran 95 compiler (multilib files)
 gfortran-4.6-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.6 - The GNU Objective-C++ compiler
 gobjc++-4.6-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-4.6  - The GNU Objective-C compiler
 gobjc-4.6-multilib - The GNU Objective-C compiler (multilib files)
 lib32gcc1  - GCC support library (32 bit Version)
 lib32gcc1-dbg - GCC support library (debug symbols)
 lib32gfortran3 - Runtime library for GNU Fortran applications (32bit)
 lib32gfortran3-dbg - Runtime library for GNU Fortran applications (32 bit debug symbol
 lib32go0   - Runtime library for GNU Go applications (32bit)
 lib32go0-dbg - Runtime library for GNU Go applications (32 bit debug symbols)
 lib32gomp1 - GCC OpenMP (GOMP) support library (32bit)
 lib32gomp1-dbg - GCC OpenMP (GOMP) support library (32 bit debug symbols)
 lib32mudflap0 - GCC mudflap shared support libraries (32bit)
 lib32mudflap0-dbg - GCC mudflap shared support libraries (32 bit debug symbols)
 lib32objc3 - Runtime library for GNU Objective-C applications (32bit)
 lib32objc3-dbg - Runtime library for GNU Objective-C applications (32 bit debug sy
 lib32quadmath0 - GCC Quad-Precision Math Library (32bit)
 lib32quadmath0-dbg - GCC Quad-Precision Math Library (32 bit debug symbols)
 lib32stdc++6 - The GNU Standard C++ Library v3 (32 bit Version)
 lib32stdc++6-4.6-dbg - The GNU Standard C++ Library v3 (debugging files)
 lib64gcc1  - GCC support library (64bit)
 lib64gcc1-dbg - GCC support library (debug symbols)
 lib64gfortran3 - Runtime library for GNU Fortran applications (64bit)
 lib64gfortran3-dbg - Runtime library for GNU Fortran applications (64bit debug symbols
 lib64go0   - Runtime library for GNU Go applications (64bit)
 lib64go0-dbg - Runtime library for GNU Go applications (64bit debug symbols)
 lib64gomp1 - GCC OpenMP (GOMP) support library (64bit)
 lib64gomp1-dbg - GCC OpenMP (GOMP) support library (64bit debug symbols)
 lib64mudflap0 - GCC mudflap shared support libraries (64bit)
 lib64mudflap0-dbg - GCC mudflap shared support libraries (64 bit debug symbols)
 lib64objc3 - Runtime library for GNU Objective-C applications (64bit)
 lib64objc3-dbg - Runtime library for GNU Objective-C applications (64 bit debug sy
 lib64quadmath0 - GCC Quad-Precision Math Library  (64bit)
 lib64quadmath0-dbg - GCC Quad-Precision Math Library  (64bit debug symbols)
 lib64stdc++6 - The GNU Standard C++ Library v3 (64bit)
 lib64stdc++6-4.6-dbg - The GNU Standard C++ Library v3 (debugging files)
 libgcc1    - GCC support library
 libgcc1-dbg - GCC support library (debug symbols)
 libgcc2    - GCC support library
 libgcc2-dbg - GCC support library (debug symbols)
 libgcc4    - GCC support library
 libgcc4-dbg - GCC support library (debug symbols)
 libgfortran3 - Runtime library for GNU Fortran applications
 libgfortran3-dbg - Runtime library for GNU Fortran applications (debug symbols)
 libgo0     - Runtime library for GNU Go applications
 libgo0-dbg - Runtime library for GNU Go applications (debug symbols)
 libgomp1   - GCC OpenMP (GOMP) support library
 libgomp1-dbg - GCC OpenMP (GOMP) support library (debug symbols)
 libmudflap0 - GCC mudflap shared support libraries
 libmudflap0-4.6-dev - GCC mudflap support libraries (development files)
 libmudflap0-dbg - GCC mudflap shared support libraries (debug symbols)
 libn32gcc1 - GCC support library (n32)
 libn32gcc1-dbg - GCC support library (debug symbols)
 libn32gfortran3 - Runtime library for GNU Fortran applications (n32)
 libn32gfortran3-dbg - Runtime library for GNU Fortran applications (n32 debug symbols)
 libn32go0  - Runtime library for GNU Go applications (n32)
 libn32go0-dbg - Runtime library for GNU Go applications (n32 debug symbols)
 libn32gomp1 - GCC OpenMP (GOMP) support library (n32)
 libn32gomp1-dbg - GCC OpenMP (GOMP) support library (n32 debug symbols)
 libn32mudflap0 - GCC mudflap shared support libraries (n32)
 libn32mudflap0-dbg - GCC mudflap shared support libraries (n32 debug symbols)
 libn32objc3 - Runtime library for GNU Objective-C applications (n32)
 libn32objc3-dbg - Runtime library for GNU Objective-C applications (n32 debug symbo
 libn32quadmath0 - GCC Quad-Precision Math Library (n32)
 libn32quadmath0-dbg - GCC Quad-Precision Math Library (n32 debug symbols)
 libn32stdc++6 - The GNU Standard C++ Library v3 (n32)
 libn32stdc++6-4.6-dbg - The GNU Standard C++ Library v3 (debugging files)
 libobjc3   - Runtime library for GNU Objective-C applications
 libobjc3-dbg - Runtime library for GNU Objective-C applications (debug symbols)
 libquadmath0 - GCC Quad-Precision Math Library
 libquadmath0-dbg - GCC Quad-Precision Math Library (debug symbols)
 libstdc++6 - The GNU Standard C++ Library v3
 libstdc++6-4.6-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.6-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-4.6-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.6-pic - The GNU Standard C++ Library v3 (shared library subset kit)
Closes: 627795
Changes: 
 gcc-4.6 (4.6.0-10) unstable; urgency=high
 .
   * Update to SVN 20110526 (r174290) from the gcc-4_6-branch.
     - Fix PR target/44643, PR c++/49165, PR tree-optimization/49161,
       PR target/49128, PR tree-optimization/44897, PR target/49133,
       PR c++/44994, PR c++/49156, PR c++/45401, PR c++/44311, PR c++/44311,
       PR c++/45698, PR c++/46145, PR c++/46245, PR c++/46696, PR c++/47184,
       PR c++/48935, PR c++/45418, PR c++/45080, PR c++/48292, PR c++/49136,
       PR c++/49042, PR c++/48884, PR c++/49105, PR c++/47263, PR c++/47336,
       PR c++/47544, PR c++/48617, PR c++/48424, PR libstdc++/49141,
       PR libobjc/48177.
   * Proposed fix for PR tree-optimization/48702, PR tree-optimization/49144.
     Closes: #627795.
   * Proposed fix for PR fortran/PR48955.
   * Add some conditionals to build the package on older releases.
Checksums-Sha1: 
 001ee48dced92b9f7c1b4e50d1b8f5b7fb35aaea 4172 gcc-4.6_4.6.0-10.dsc
 95c61b690d11551aa749e77e1673dff428c43153 9639914 gcc-4.6_4.6.0-10.diff.gz
 479667e169192b4b8b68311e3d6a974bea39c574 65794208 gcc-4.6-source_4.6.0-10_all.deb
 002d303b20ac01e562e1af3f419cda6b52751368 3714146 libstdc++6-4.6-doc_4.6.0-10_all.deb
 fb1f6618fc4cf76f45db143efaaf43b347e2745f 2590810 gcc-4.6-locales_4.6.0-10_all.deb
 651d736438cc05dd36d6e7601e227f2debfffce1 130608 gcc-4.6-base_4.6.0-10_amd64.deb
 dc7c6bae2d0572f988f3f49ba4cc692de41aace0 42770 libgcc1_4.6.0-10_amd64.deb
 efc3654850e879476785bf5cbbc864a0eb9bdf00 93050 libgcc1-dbg_4.6.0-10_amd64.deb
 155c7c59b99f4c4e75d4a6491a82e3b86a65d5ce 54080 lib32gcc1_4.6.0-10_amd64.deb
 d294ddc7ebf54e480146e75278fe68f9af44670e 98504 lib32gcc1-dbg_4.6.0-10_amd64.deb
 efe8abf3aff507713f37d42aa034e05c5bea18ad 125910 libquadmath0_4.6.0-10_amd64.deb
 617b2e223d9b2be3d7144c4bfb1886885ba31f30 149928 libquadmath0-dbg_4.6.0-10_amd64.deb
 db0dc1644f6ddad683abc1009eaccd17ffe90724 195218 lib32quadmath0_4.6.0-10_amd64.deb
 77e73f247ad422ef0ae6ebe111db4d6d199b3d61 169434 lib32quadmath0-dbg_4.6.0-10_amd64.deb
 dcb0e2e6262c1b95aaf27351658ec096d91c1cad 25632 libgomp1_4.6.0-10_amd64.deb
 d231c6ef6ffffe4a0cf3c3ea7618fc540de57311 62766 libgomp1-dbg_4.6.0-10_amd64.deb
 881938113cb04f0a1c9156ca13dc91c32d8135d4 28444 lib32gomp1_4.6.0-10_amd64.deb
 1fbca599dde899fe6dcc27a856ab418cd33a59d2 62732 lib32gomp1-dbg_4.6.0-10_amd64.deb
 f139a2a00923cc4422a91d1ebc0ad75f4742a5f9 4783824 cpp-4.6_4.6.0-10_amd64.deb
 dd4ac3cb99c7d8ed2a1b57bb3273dc02f428c883 65424 fixincludes_4.6.0-10_amd64.deb
 ecebdbbe47413f324e1d0c3e0ea65fbdce618aed 218844 libmudflap0-4.6-dev_4.6.0-10_amd64.deb
 d118ef2a3a01c861d9e535b78974f3a8ee2cd117 97706 libmudflap0_4.6.0-10_amd64.deb
 4712f6f74d23ba39238dce33e30644e15b88e1de 133520 libmudflap0-dbg_4.6.0-10_amd64.deb
 e3bdc8e120d2366bd535259d943dfa78911de029 88040 lib32mudflap0_4.6.0-10_amd64.deb
 b0be8ae8f850d2af0a6aea71bb7691e59bfa914e 118462 lib32mudflap0-dbg_4.6.0-10_amd64.deb
 853f3a1232e4191b93ae8f07552b61535992fcf2 874 gobjc++-4.6-multilib_4.6.0-10_amd64.deb
 769db7ff6eb5ff8403b10e17990e913152c07cfe 5167508 gobjc++-4.6_4.6.0-10_amd64.deb
 a13168956ad2e961467acf343b7d7c0e787d1d2a 199772 gobjc-4.6-multilib_4.6.0-10_amd64.deb
 5623c9b052561c83f64fc053750e6c8c29217a16 5020874 gobjc-4.6_4.6.0-10_amd64.deb
 d6f3c346d03e7333e90203f20a92df67eb2b790c 184704 libobjc3_4.6.0-10_amd64.deb
 500c9872aec3a336e82deccbb2e6234edb503655 362900 libobjc3-dbg_4.6.0-10_amd64.deb
 04638642fbc0fb1aa0b0aa4c8b434e206e2e3f22 183260 lib32objc3_4.6.0-10_amd64.deb
 e6c4b1e5ceeedbb7f05e0c1f2255864c9bbb7a45 333076 lib32objc3-dbg_4.6.0-10_amd64.deb
 2528bf6e866b7335f5c74be044c7fc871c3b299f 2308540 libgo0_4.6.0-10_amd64.deb
 831a20414a138b4e4bce63e937b01138c896bf8c 2047754 libgo0-dbg_4.6.0-10_amd64.deb
 7130c8fdf3ac0e036873d37cafdddf98c088e14e 2104648 lib32go0_4.6.0-10_amd64.deb
 eaeb2dc22a9ff2049e67c1cbbb184cee25825a74 1574188 lib32go0-dbg_4.6.0-10_amd64.deb
 0f8dc217908adc6cc78db7c66b96361ec633422c 8122856 gccgo-4.6_4.6.0-10_amd64.deb
 24bc4b96789ebf17c032a58531a7d18dc4ac403a 2805568 gccgo-4.6-multilib_4.6.0-10_amd64.deb
 551e84183aa728c21a25154464592a5fdf2e9755 1012816 g++-4.6-multilib_4.6.0-10_amd64.deb
 b5969d118b07f19ddceecb5c7a260bd977c0148e 6948584 g++-4.6_4.6.0-10_amd64.deb
 e6ce7418e696808b307bf3bf27d456cd5f1b5808 336772 libstdc++6_4.6.0-10_amd64.deb
 67e1e237c82c8ad99bb47ea4649ce761e24ec33a 351766 lib32stdc++6_4.6.0-10_amd64.deb
 e86d64d1b021353a5a803960d7b4e1b0ad274057 6713300 lib32stdc++6-4.6-dbg_4.6.0-10_amd64.deb
 d18099f1e2eae5bc4bc2ee203e1f24d82ac7f2d8 1659420 libstdc++6-4.6-dev_4.6.0-10_amd64.deb
 a7af3bd9183369e27bd54589da0057d94eae527a 503080 libstdc++6-4.6-pic_4.6.0-10_amd64.deb
 44d59e6d69da6f176598207a45c0d88066440696 4335376 libstdc++6-4.6-dbg_4.6.0-10_amd64.deb
 5e89592939aa9826ea30da3bd2c20a60a6f81398 358190 libgfortran3_4.6.0-10_amd64.deb
 588b3662ca2aec2ba5503814156cd9b3bda61627 806980 libgfortran3-dbg_4.6.0-10_amd64.deb
 85e3968be7f8c15c28fc620e6ef55444f9780e43 356194 lib32gfortran3_4.6.0-10_amd64.deb
 56a0ddfb4f668a56f47bc31b3430ad82ef3d65ad 639562 lib32gfortran3-dbg_4.6.0-10_amd64.deb
 ad38c74b3ab5c2e3e67b19a0699fe3a4f24df208 405160 gfortran-4.6-multilib_4.6.0-10_amd64.deb
 e52cddf43f013cfe0a68ea081d91dc7f3a27c52c 5547174 gfortran-4.6_4.6.0-10_amd64.deb
 4724598ad02016c81d1be385910fb0e3de3d9151 2532836 gcc-4.6-multilib_4.6.0-10_amd64.deb
 29fd9aa64b0ab2f8a92bd6775fac12727740cb27 840320 gcc-4.6-plugin-dev_4.6.0-10_amd64.deb
 cfd545d16660914cc0786b0b1a082a874c542f5d 7321590 gcc-4.6_4.6.0-10_amd64.deb
Checksums-Sha256: 
 615013e8426a666cd203165a27468bbe353a8016386fa28271ce89265e4d2bcb 4172 gcc-4.6_4.6.0-10.dsc
 5d0ef93c889ecc7c3749b1368b951bfb7e8edc8ae14295a18e3a9d956adfdd69 9639914 gcc-4.6_4.6.0-10.diff.gz
 133231d94f5cfceda574c1ebcb7cdbcb5d62d5b94e67d647ec41e2ba07250661 65794208 gcc-4.6-source_4.6.0-10_all.deb
 1b413a679bb528a7d66a8444b71cf017884350b88dc9d5e700dee4cbb13a4315 3714146 libstdc++6-4.6-doc_4.6.0-10_all.deb
 591a20d0ba429243991a2341de0248ca01ece3f9efd78b89d192ea7bfc70e27c 2590810 gcc-4.6-locales_4.6.0-10_all.deb
 70553399fe6a151642b69ba4f64f71b07288bf4fb68bc4e63e2da4ee03fd6211 130608 gcc-4.6-base_4.6.0-10_amd64.deb
 535f18f658c3f905f92e7e19c65eb6fe8d6090406077b2320ec94c15839e3e3e 42770 libgcc1_4.6.0-10_amd64.deb
 9edbbb8ee9afc60fd4b0cb3cac82ce8a28500dd68f068fc02a762139fafa7327 93050 libgcc1-dbg_4.6.0-10_amd64.deb
 07149cbe2f00d7cee9ee0f3042f16fac0a8110a8a518c6239b2984cf8d4a5e6f 54080 lib32gcc1_4.6.0-10_amd64.deb
 f50adad3bb0b7c2f105ffb809886ba7688d6060ed90ff4ac8d1d0d04fae810ac 98504 lib32gcc1-dbg_4.6.0-10_amd64.deb
 cf8f8eebfb9c7be9bf405dcba8162d6e1efbd9639a9f474de550839c84b6a90b 125910 libquadmath0_4.6.0-10_amd64.deb
 d48bd026c0723fb6e377e25097b54c71fe10fa779bf1a9777482eef642538456 149928 libquadmath0-dbg_4.6.0-10_amd64.deb
 6d0c9a8fd08a0a1d67dff6a85d6154e153f462f6b84fea16315ddd8e29c233d5 195218 lib32quadmath0_4.6.0-10_amd64.deb
 1487f89b111094123440b368f7180f769342faf42fc44ab3aab7a0f276805b3b 169434 lib32quadmath0-dbg_4.6.0-10_amd64.deb
 6fc945135535494eb434f8012edb9c7faff447772d7fe007b7ccdd717a39d395 25632 libgomp1_4.6.0-10_amd64.deb
 addeadfba939f16dfbde05b6a6375aa4ac20cf7cc79415642e733f6972cd9b7b 62766 libgomp1-dbg_4.6.0-10_amd64.deb
 a6a24e37685d914e13435b688b7c2307758986ae9de48fa0af65f94553dee761 28444 lib32gomp1_4.6.0-10_amd64.deb
 bd8d53a82758bc26a165146ecdc4b0ce1df2a2efdadbd9af240ecf16ff83c17c 62732 lib32gomp1-dbg_4.6.0-10_amd64.deb
 fd3cd1f12cb6faac13a10e3ff7e2de9c6f3f88a7afc21ac5b156246bcb3c6ed2 4783824 cpp-4.6_4.6.0-10_amd64.deb
 ec9edf21e4c241c7edf9e47090ca7dd569569a6642ead43a637b4296a98bd9b4 65424 fixincludes_4.6.0-10_amd64.deb
 6d3da8f9efa175f84c623eb28d2444db938086f1688b9614fab18ab474b15bef 218844 libmudflap0-4.6-dev_4.6.0-10_amd64.deb
 d3b98222f70879e5e8c8da1a5898c966d42ad612d07e3dc89df8af9a15c7ca16 97706 libmudflap0_4.6.0-10_amd64.deb
 6571a29cc26b5d743e0a2e50a0f39babfe50eb37e9b706c89e5fb6be121295b3 133520 libmudflap0-dbg_4.6.0-10_amd64.deb
 663705b64ae2d5ee5b37ae9e972124e96069bc1f5fbb05e0d34c45fc6bd2520e 88040 lib32mudflap0_4.6.0-10_amd64.deb
 0de0b650997283380b1f214c61e667f8c53424549474c13c55f92fe39a135b10 118462 lib32mudflap0-dbg_4.6.0-10_amd64.deb
 b2909a317ffbbe0b33989cc7521d9f55a1f69792485a0f48b42eda512bbc2a9b 874 gobjc++-4.6-multilib_4.6.0-10_amd64.deb
 4024ed47d9363d68d48f32fd29188c4befe9849e260c04490c1e319cc33b4aa7 5167508 gobjc++-4.6_4.6.0-10_amd64.deb
 ab7a77c60827d399ef0fe88b913f4f5925d2ae2ba52a0227e68b71393a64ae8a 199772 gobjc-4.6-multilib_4.6.0-10_amd64.deb
 857877989159979cd63b957e4a320e1a67e2e43732d9f5bdec042f6d1790b99b 5020874 gobjc-4.6_4.6.0-10_amd64.deb
 9529897c183b3394b8a0e4214d608e2b616cb848a8f743d6e845c2937722db53 184704 libobjc3_4.6.0-10_amd64.deb
 eaf8e72c8721bb9526babca510ef2247f17bbadc22087f3bebb6cdbaed8c8392 362900 libobjc3-dbg_4.6.0-10_amd64.deb
 fd82579f744d141f0b63556e57dc3247c5364f659a17a84e339a14c2cd2b4290 183260 lib32objc3_4.6.0-10_amd64.deb
 4866443d357d37c358c2688fb58a6e0757948e17dac2b2114a74a2e5600077ec 333076 lib32objc3-dbg_4.6.0-10_amd64.deb
 c1d11de899ff318a45f712eb42c6636becdc60af10175e10e132e681a49656a8 2308540 libgo0_4.6.0-10_amd64.deb
 775721f53801cf15f3405ffdfe43d728cda59f0a116d6ac08133d0faaa1e72cb 2047754 libgo0-dbg_4.6.0-10_amd64.deb
 3a6e86c6f38444db987bde115d62940508427685ed90e6c41c92b9276d7f1965 2104648 lib32go0_4.6.0-10_amd64.deb
 2b802ba2a8be3e770a9f88a0bf967c2bdf37f97a1b533a3e8e980d0f10b9fecc 1574188 lib32go0-dbg_4.6.0-10_amd64.deb
 91c507397a1e9d5cfcb81a5fd9b6a8943ca9e5627a358378027c4eb5eea0b39e 8122856 gccgo-4.6_4.6.0-10_amd64.deb
 89999479f4287d69783e5cb908f90c0e961553e639660f50eb84e98dd38596a5 2805568 gccgo-4.6-multilib_4.6.0-10_amd64.deb
 e9301be40262cc6e31187867c6d7274aa5483ddaa327225717de62caa76e0803 1012816 g++-4.6-multilib_4.6.0-10_amd64.deb
 aa0d0e2edd07929910710c22155885700ad23519e71b0d7c552455427cdd2a6e 6948584 g++-4.6_4.6.0-10_amd64.deb
 ae12abe73e7578ad7ae4e3e40bb8ae85ff9712db2a52cb2abfb89e27ad7f922f 336772 libstdc++6_4.6.0-10_amd64.deb
 89a26cf645451875db589099e9f6e4943ee117bc0bf88fe047bb976bdc47ffdd 351766 lib32stdc++6_4.6.0-10_amd64.deb
 53aa75c76f98fc75741924e24e4bfcd936d53d3d0d5f1284b7c5446c0d5a4589 6713300 lib32stdc++6-4.6-dbg_4.6.0-10_amd64.deb
 c624755aa568cd9625e95a535a782d364e254a5527f8cb839e5ff4d5cab1be7d 1659420 libstdc++6-4.6-dev_4.6.0-10_amd64.deb
 0b38651bf07fcc9365f11c74d5c0f9bd7d023f6589e72cb1fe3eb9fd63894d90 503080 libstdc++6-4.6-pic_4.6.0-10_amd64.deb
 529af8e16a61457c67ab0f9715938553c8d00fdf0a2bbdaa99181d847dcc43ba 4335376 libstdc++6-4.6-dbg_4.6.0-10_amd64.deb
 d7c041ca2873ff757759adee5faf862755ffe9a4f4838153e61c275f62f634b4 358190 libgfortran3_4.6.0-10_amd64.deb
 71816f887c626b913f91522f9e191e15a46ed82c94bbd9512319524056bffb4f 806980 libgfortran3-dbg_4.6.0-10_amd64.deb
 3a4e23cc5a788dc655c5fefbd824ec7aca7cedb7bcdc060da02144a425800818 356194 lib32gfortran3_4.6.0-10_amd64.deb
 3d7dbb20ca43e77c351eb71ce20b1788d87d0d66e0c715f7df8b448c71964328 639562 lib32gfortran3-dbg_4.6.0-10_amd64.deb
 ed702cc8c2e9e2674b5efd47ccb7fa310376db024c977efa11e4ddd35aeb2827 405160 gfortran-4.6-multilib_4.6.0-10_amd64.deb
 f14cebded4290c02c2b1bbb6c15edb0223670bdc465874e7b2322f4d1143e55a 5547174 gfortran-4.6_4.6.0-10_amd64.deb
 b615908b852096b5fb97c3b76275f068112af25051e2d357aed8ff0655e1fac8 2532836 gcc-4.6-multilib_4.6.0-10_amd64.deb
 5d4525fc448eeeaf1562e9cd7d5d91f377f42e2f6ec62c2ae02e97d28d984cb4 840320 gcc-4.6-plugin-dev_4.6.0-10_amd64.deb
 fcfcb9adabb68429e73f1cce188530a361bcff0fdc8a11d453bb0a75280e5a7a 7321590 gcc-4.6_4.6.0-10_amd64.deb
Files: 
 39806b41d98e207065cef425b6e60ea9 4172 devel optional gcc-4.6_4.6.0-10.dsc
 70810898250f6dce2f7ddfdb4420b348 9639914 devel optional gcc-4.6_4.6.0-10.diff.gz
 4264c273512b987b22c794f15ff06ed5 65794208 devel optional gcc-4.6-source_4.6.0-10_all.deb
 10877713135892b7ac4237591d02800d 3714146 doc optional libstdc++6-4.6-doc_4.6.0-10_all.deb
 460f0cfcbc366b0bd9fba563b5b81c70 2590810 devel optional gcc-4.6-locales_4.6.0-10_all.deb
 2ec9a3c5e5f9a1d606f3ebf19e381661 130608 libs required gcc-4.6-base_4.6.0-10_amd64.deb
 123acff6b40385f19a87dfe9a84ce97a 42770 libs required libgcc1_4.6.0-10_amd64.deb
 f7194a7b0fb66123a535f60ea5de8750 93050 debug extra libgcc1-dbg_4.6.0-10_amd64.deb
 0105589ec83e7cd4db02247d6870f3d0 54080 libs extra lib32gcc1_4.6.0-10_amd64.deb
 1a02f72d11b8b0155120c66bde26d7de 98504 debug extra lib32gcc1-dbg_4.6.0-10_amd64.deb
 5df9bb926ac400a6e119b1829dcd7e42 125910 libs optional libquadmath0_4.6.0-10_amd64.deb
 304f39b30c880eb81a09b20f0d60d405 149928 debug extra libquadmath0-dbg_4.6.0-10_amd64.deb
 7966d1ff45ded26bd5eae91433e3c7af 195218 libs optional lib32quadmath0_4.6.0-10_amd64.deb
 bdda45e113d08d3566ef1008c0851fe8 169434 debug extra lib32quadmath0-dbg_4.6.0-10_amd64.deb
 2edf31f3e4ffae0f9be5843ad66e9dcd 25632 libs optional libgomp1_4.6.0-10_amd64.deb
 5ee68bc71bb005e61e59494a8ed0b7e6 62766 debug extra libgomp1-dbg_4.6.0-10_amd64.deb
 c98823820ec40d9a2f00c55ccb59afb4 28444 libs optional lib32gomp1_4.6.0-10_amd64.deb
 847c43d44703637454ee3fc1762c0a70 62732 debug extra lib32gomp1-dbg_4.6.0-10_amd64.deb
 8fd59b91841b22ba9afa19c695d42da3 4783824 interpreters optional cpp-4.6_4.6.0-10_amd64.deb
 4acc2caeaec919635d67a587c5c2369f 65424 devel optional fixincludes_4.6.0-10_amd64.deb
 9d7a291470a7a16cbc4938579dbbc7f5 218844 libdevel optional libmudflap0-4.6-dev_4.6.0-10_amd64.deb
 3aa19c87426dd9225d675ba104326c8b 97706 libs optional libmudflap0_4.6.0-10_amd64.deb
 e4e0c55241d76146ff1074b02f67a95e 133520 debug extra libmudflap0-dbg_4.6.0-10_amd64.deb
 f07bc9fcd0a5e62c6891a2396699bd02 88040 libs optional lib32mudflap0_4.6.0-10_amd64.deb
 ea8f8f80a4c79c9d35fae06f451e9c8a 118462 debug extra lib32mudflap0-dbg_4.6.0-10_amd64.deb
 06511b2e518bf85e9eb90180eb5870a6 874 devel optional gobjc++-4.6-multilib_4.6.0-10_amd64.deb
 f9cb41a2cd935e6133c4d985e9a8eb96 5167508 devel optional gobjc++-4.6_4.6.0-10_amd64.deb
 f9d6bc0e5f8d76ec1fcc7d10cb47873e 199772 devel optional gobjc-4.6-multilib_4.6.0-10_amd64.deb
 c5a2a6030213aeb2621d3fb60c99ea72 5020874 devel optional gobjc-4.6_4.6.0-10_amd64.deb
 fde80b89a538dd041daf1dcaec227e4a 184704 libs optional libobjc3_4.6.0-10_amd64.deb
 779f6b394b0a15ed654833bae061edba 362900 debug extra libobjc3-dbg_4.6.0-10_amd64.deb
 c2ded97965c91a9a330912c3320622c5 183260 libs optional lib32objc3_4.6.0-10_amd64.deb
 7e3656c62d9a85834c69bed2a1ca78cd 333076 debug extra lib32objc3-dbg_4.6.0-10_amd64.deb
 5510f8dea3a3d55cb607a32d8208f32a 2308540 libs optional libgo0_4.6.0-10_amd64.deb
 334510183a617390e29a857b2de4fb1e 2047754 debug extra libgo0-dbg_4.6.0-10_amd64.deb
 ee820b3d5b397d1b5a8dba4d4feb2129 2104648 libs optional lib32go0_4.6.0-10_amd64.deb
 6cc03267053e28933524731547a7d0b5 1574188 debug extra lib32go0-dbg_4.6.0-10_amd64.deb
 71bfe8e7d0882d9ad4c688c1fb45c259 8122856 devel optional gccgo-4.6_4.6.0-10_amd64.deb
 400afc1a4902efb0b94aa33f1639fcbf 2805568 devel optional gccgo-4.6-multilib_4.6.0-10_amd64.deb
 9e094005b908f5e6f2d4f62015710c13 1012816 devel optional g++-4.6-multilib_4.6.0-10_amd64.deb
 f93bfd61f67a227a295a44181505f412 6948584 devel optional g++-4.6_4.6.0-10_amd64.deb
 35cd9a9e79ea30a1bb2ef9c9e8aa48ab 336772 libs required libstdc++6_4.6.0-10_amd64.deb
 3f67a17bfd0346e35d5e5285c1d27634 351766 libs extra lib32stdc++6_4.6.0-10_amd64.deb
 1862ab71da01e449b10de660ac0e45b7 6713300 debug extra lib32stdc++6-4.6-dbg_4.6.0-10_amd64.deb
 4cf9782f0ff02dab0c5a1a18264ffc9f 1659420 libdevel optional libstdc++6-4.6-dev_4.6.0-10_amd64.deb
 fc3c4d517f1adb7c1402dde810324ad9 503080 libdevel extra libstdc++6-4.6-pic_4.6.0-10_amd64.deb
 f750f3d0c3646ef4ae4de6e14e00eed5 4335376 debug extra libstdc++6-4.6-dbg_4.6.0-10_amd64.deb
 37f894c5f677a5db1d0c24d0908ea78e 358190 libs optional libgfortran3_4.6.0-10_amd64.deb
 73b2934088daa5074e892d346fb4df30 806980 debug extra libgfortran3-dbg_4.6.0-10_amd64.deb
 b3572909254554d2f2542d7ce5834121 356194 libs optional lib32gfortran3_4.6.0-10_amd64.deb
 a8a4f56a9e7e249851c4aaf51e2b1302 639562 debug extra lib32gfortran3-dbg_4.6.0-10_amd64.deb
 c8c91cecbd1cfd51de8da345b865c4fe 405160 devel optional gfortran-4.6-multilib_4.6.0-10_amd64.deb
 acaa08f7974c8d29b4ccfc08a26bd878 5547174 devel optional gfortran-4.6_4.6.0-10_amd64.deb
 7a7dbdeaef2a020abfdc64c3dc2a3ea6 2532836 devel optional gcc-4.6-multilib_4.6.0-10_amd64.deb
 2006845a28e5ec1604b006412767c583 840320 devel optional gcc-4.6-plugin-dev_4.6.0-10_amd64.deb
 846adcee9c5a917de9c290902b5a07b6 7321590 devel optional gcc-4.6_4.6.0-10_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk3ej3sACgkQStlRaw+TLJzF3QCaAx8XAK4xsIijZeS9hHgJBsn8
zxwAoI7puH9k+5jHOYPUwDgFVH9I+Lul
=XMMu
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: