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

Bug#715468: marked as done (gcc-4.7: internal compiler error with -O2)



Your message dated Mon, 02 Jun 2014 15:40:19 +0000
with message-id <E1WrULT-0005lh-Oz@franck.debian.org>
and subject line Bug#715468: fixed in gcc-4.7 4.7.3-14
has caused the Debian Bug report #715468,
regarding gcc-4.7: internal compiler error with -O2
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.)


-- 
715468: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=715468
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-4.7
Version: 4.7.2-5
Severity: normal
Tags: upstream

Dear Maintainer,

Compiling the attached program with

gcc -std=c99 test.c -o test -Wall -Wextra -O2

results in

test.c: In function ‘pow2_s’:
test.c:3:7: internal compiler error: in build2_stat, at tree.c:3785

but works fine without the -O2 flag.



-- System Information:
Debian Release: 7.1
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gcc-4.7 depends on:
ii  binutils      2.22-8
ii  cpp-4.7       4.7.2-5
ii  gcc-4.7-base  4.7.2-5
ii  libc6         2.13-38
ii  libgcc1       1:4.7.2-5
ii  libgmp10      2:5.0.5+dfsg-2
ii  libgomp1      4.7.2-5
ii  libitm1       4.7.2-5
ii  libmpc2       0.9-4
ii  libmpfr4      3.1.0-5
ii  libquadmath0  4.7.2-5
ii  zlib1g        1:1.2.7.dfsg-13

Versions of packages gcc-4.7 recommends:
ii  libc6-dev  2.13-38

Versions of packages gcc-4.7 suggests:
pn  binutils-gold        <none>
pn  gcc-4.7-doc          <none>
pn  gcc-4.7-locales      <none>
pn  gcc-4.7-multilib     <none>
pn  libcloog-ppl0        <none>
pn  libgcc1-dbg          <none>
pn  libgomp1-dbg         <none>
pn  libitm1-dbg          <none>
pn  libmudflap0-4.7-dev  <none>
pn  libmudflap0-dbg      <none>
pn  libppl-c2            <none>
pn  libppl7              <none>
pn  libquadmath0-dbg     <none>




*** /tmp/ccsJ7oOo.out
// /usr/lib/gcc/x86_64-linux-gnu/4.7/cc1 -quiet -imultiarch x86_64-linux-gnu
test.c -quiet -dumpbase test.c -mtune=generic -march=x86-64 -auxbase test -O2
-Wall -Wextra -std=c99 -o - -frandom-seed=0
# 1 "test.c"
# 1 "<command-line>"
# 1 "test.c"
# 1 "/usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdint.h" 1 3 4


# 1 "/usr/include/stdint.h" 1 3 4
# 26 "/usr/include/stdint.h" 3 4
# 1 "/usr/include/features.h" 1 3 4
# 323 "/usr/include/features.h" 3 4
# 1 "/usr/include/x86_64-linux-gnu/bits/predefs.h" 1 3 4
# 324 "/usr/include/features.h" 2 3 4
# 356 "/usr/include/features.h" 3 4
# 1 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 1 3 4
# 359 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
# 1 "/usr/include/x86_64-linux-gnu/bits/wordsize.h" 1 3 4
# 360 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 2 3 4
# 357 "/usr/include/features.h" 2 3 4
# 388 "/usr/include/features.h" 3 4
# 1 "/usr/include/x86_64-linux-gnu/gnu/stubs.h" 1 3 4



# 1 "/usr/include/x86_64-linux-gnu/bits/wordsize.h" 1 3 4
# 5 "/usr/include/x86_64-linux-gnu/gnu/stubs.h" 2 3 4




# 1 "/usr/include/x86_64-linux-gnu/gnu/stubs-64.h" 1 3 4
# 10 "/usr/include/x86_64-linux-gnu/gnu/stubs.h" 2 3 4
# 389 "/usr/include/features.h" 2 3 4
# 27 "/usr/include/stdint.h" 2 3 4
# 1 "/usr/include/x86_64-linux-gnu/bits/wchar.h" 1 3 4
# 28 "/usr/include/stdint.h" 2 3 4
# 1 "/usr/include/x86_64-linux-gnu/bits/wordsize.h" 1 3 4
# 29 "/usr/include/stdint.h" 2 3 4
# 37 "/usr/include/stdint.h" 3 4
typedef signed char int8_t;
typedef short int int16_t;
typedef int int32_t;

typedef long int int64_t;







typedef unsigned char uint8_t;
typedef unsigned short int uint16_t;

typedef unsigned int uint32_t;



typedef unsigned long int uint64_t;
# 66 "/usr/include/stdint.h" 3 4
typedef signed char int_least8_t;
typedef short int int_least16_t;
typedef int int_least32_t;

typedef long int int_least64_t;






typedef unsigned char uint_least8_t;
typedef unsigned short int uint_least16_t;
typedef unsigned int uint_least32_t;

typedef unsigned long int uint_least64_t;
# 91 "/usr/include/stdint.h" 3 4
typedef signed char int_fast8_t;

typedef long int int_fast16_t;
typedef long int int_fast32_t;
typedef long int int_fast64_t;
# 104 "/usr/include/stdint.h" 3 4
typedef unsigned char uint_fast8_t;

typedef unsigned long int uint_fast16_t;
typedef unsigned long int uint_fast32_t;
typedef unsigned long int uint_fast64_t;
# 120 "/usr/include/stdint.h" 3 4
typedef long int intptr_t;


typedef unsigned long int uintptr_t;
# 135 "/usr/include/stdint.h" 3 4
typedef long int intmax_t;
typedef unsigned long int uintmax_t;
# 4 "/usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdint.h" 2 3 4
# 2 "test.c" 2

void *pow2_s(void *arg)
{
    intptr_t n = (intptr_t)arg;

    if (n == 0)
        return (void *)1;

    n--;

    intptr_t s1 = (intptr_t)pow2_s((void *)n);
    intptr_t s2 = (intptr_t)pow2_s((void *)n);

    return (void *)(s1 + s2);
}

int main(void)
{
    intptr_t n = 5;

    pow2_s((void *)n);

    return 0;
}

--- End Message ---
--- Begin Message ---
Source: gcc-4.7
Source-Version: 4.7.3-14

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

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 715468@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.7 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@ftp-master.debian.org)


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

Format: 1.8
Date: Mon, 02 Jun 2014 12:02:48 +0200
Source: gcc-4.7
Binary: gcc-4.7-base libgcc-4.7-dev lib64gcc-4.7-dev lib32gcc-4.7-dev libn32gcc-4.7-dev libx32gcc-4.7-dev gcc-4.7 gcc-4.7-multilib gcc-4.7-plugin-dev gcc-4.7-hppa64 gcc-4.7-spu g++-4.7-spu gfortran-4.7-spu cpp-4.7 gcc-4.7-locales g++-4.7 g++-4.7-multilib gobjc++-4.7 gobjc++-4.7-multilib gobjc-4.7 gobjc-4.7-multilib libobjc-4.7-dev lib64objc-4.7-dev lib32objc-4.7-dev libn32objc-4.7-dev libx32objc-4.7-dev gfortran-4.7 gfortran-4.7-multilib libgfortran-4.7-dev lib64gfortran-4.7-dev lib32gfortran-4.7-dev libn32gfortran-4.7-dev libx32gfortran-4.7-dev gccgo-4.7 gccgo-4.7-multilib libgo0 libgo0-dbg lib64go0 lib64go0-dbg lib32go0 lib32go0-dbg libn32go0 libn32go0-dbg libx32go0 libx32go0-dbg libstdc++6-4.7-dev libstdc++6-4.7-pic libstdc++6-4.7-dbg lib32stdc++6-4.7-dev lib32stdc++6-4.7-dbg lib64stdc++6-4.7-dev lib64stdc++6-4.7-dbg libn32stdc++6-4.7-dev libn32stdc++6-4.7-dbg libx32stdc++6-4.7-dev libx32stdc++6-4.7-dbg libstdc++6-4.7-doc gcc-4.7-soft-float gcc-4.7-source
Architecture: source all amd64
Version: 4.7.3-14
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 cpp-4.7    - GNU C preprocessor
 g++-4.7    - GNU C++ compiler
 g++-4.7-multilib - GNU C++ compiler (multilib files)
 g++-4.7-spu - SPU cross-compiler (C++ compiler)
 gcc-4.7    - GNU C compiler
 gcc-4.7-base - GCC, the GNU Compiler Collection (base package)
 gcc-4.7-hppa64 - GNU C compiler (cross compiler for hppa64)
 gcc-4.7-locales - GCC, the GNU compiler collection (native language support files)
 gcc-4.7-multilib - GNU C compiler (multilib files)
 gcc-4.7-plugin-dev - Files for GNU GCC plugin development.
 gcc-4.7-soft-float - GCC soft-floating-point gcc libraries (ARM)
 gcc-4.7-source - Source of the GNU Compiler Collection
 gcc-4.7-spu - SPU cross-compiler (preprocessor and C compiler)
 gccgo-4.7  - GNU Go compiler
 gccgo-4.7-multilib - GNU Go compiler (multilib files)
 gfortran-4.7 - GNU Fortran compiler
 gfortran-4.7-multilib - GNU Fortran compiler (multilib files)
 gfortran-4.7-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.7 - GNU Objective-C++ compiler
 gobjc++-4.7-multilib - GNU Objective-C++ compiler (multilib files)
 gobjc-4.7  - GNU Objective-C compiler
 gobjc-4.7-multilib - GNU Objective-C compiler (multilib files)
 lib32gcc-4.7-dev - GCC support library (32 bit development files)
 lib32gfortran-4.7-dev - Runtime library for GNU Fortran applications (32bit development f
 lib32go0   - Runtime library for GNU Go applications (32bit)
 lib32go0-dbg - Runtime library for GNU Go applications (32 bit debug symbols)
 lib32objc-4.7-dev - Runtime library for GNU Objective-C applications (32bit developme
 lib32stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 lib32stdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
 lib64gcc-4.7-dev - GCC support library (64bit development files)
 lib64gfortran-4.7-dev - Runtime library for GNU Fortran applications (64bit development f
 lib64go0   - Runtime library for GNU Go applications (64bit)
 lib64go0-dbg - Runtime library for GNU Go applications (64bit debug symbols)
 lib64objc-4.7-dev - Runtime library for GNU Objective-C applications (64bit developme
 lib64stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 lib64stdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
 libgcc-4.7-dev - GCC support library (development files)
 libgfortran-4.7-dev - Runtime library for GNU Fortran applications (development files)
 libgo0     - Runtime library for GNU Go applications
 libgo0-dbg - Runtime library for GNU Go applications (debug symbols)
 libn32gcc-4.7-dev - GCC support library (n32 development files)
 libn32gfortran-4.7-dev - Runtime library for GNU Fortran applications (n32 development fil
 libn32go0  - Runtime library for GNU Go applications (n32)
 libn32go0-dbg - Runtime library for GNU Go applications (n32 debug symbols)
 libn32objc-4.7-dev - Runtime library for GNU Objective-C applications (n32 development
 libn32stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libn32stdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
 libobjc-4.7-dev - Runtime library for GNU Objective-C applications (development fil
 libstdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
 libstdc++6-4.7-doc - GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.7-pic - GNU Standard C++ Library v3 (shared library subset kit)
 libx32gcc-4.7-dev - GCC support library (x32 development files)
 libx32gfortran-4.7-dev - Runtime library for GNU Fortran applications (x32 development fil
 libx32go0  - Runtime library for GNU Go applications (x32)
 libx32go0-dbg - Runtime library for GNU Go applications (x32 debug symbols)
 libx32objc-4.7-dev - Runtime library for GNU Objective-C applications (x32 development
 libx32stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libx32stdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
Closes: 715468 739955 742860
Changes: 
 gcc-4.7 (4.7.3-14) unstable; urgency=medium
 .
   * GCC 4.7.4 release candidate 1.
   * Update to SVN 20140602 (r211129) from the gcc-4_7-branch.
     - Fix PR tree-optimization/58209. Closes: #715468.
   * Move the libstdc++ gdb pretty printers into libstdc++6, install the
     -gdb.py files into /usr/share/gdb/auto-load.
   * Use an absolute path to find the libstdc++ pretty printers. Closes: #739955.
   * Add mips64(el) and mipsn32(el) support with multilib (Yunqiang Su).
     Closes: #742860.
Checksums-Sha1: 
 3cf6fb147da6028435f33c1f29bac349e88798cb 8146 gcc-4.7_4.7.3-14.dsc
 ff4b581274c04e55d4cffb3ffb3d0cd924b36af9 1628923 gcc-4.7_4.7.3-14.diff.gz
 a983bec6d8dafaf23af26b74f8e993107e25ba22 66501786 gcc-4.7-source_4.7.3-14_all.deb
 d72d27d7c0789e2cae7eb2273dadc42be3a21cc7 19811502 libstdc++6-4.7-doc_4.7.3-14_all.deb
 54e70ec97312355e8153d72de2abff377382b436 1306074 gcc-4.7-locales_4.7.3-14_all.deb
 16b7d2ab322ad32f03cbfc96626eb5e3d6d45d0c 149364 gcc-4.7-base_4.7.3-14_amd64.deb
 7e29e4c5f02f26b4515ae4d2a918faa669e8e1a0 1490674 libgcc-4.7-dev_4.7.3-14_amd64.deb
 3bdb5e2ac2c4fc03d4e0eb9b8ab55c4b885a1b01 1569648 lib32gcc-4.7-dev_4.7.3-14_amd64.deb
 e06ec41cbe9b82c8d57322ab36a636a770bcb7f1 1444894 libx32gcc-4.7-dev_4.7.3-14_amd64.deb
 02272640606f0c516cfe0480cef4f0fb634ad552 4165024 cpp-4.7_4.7.3-14_amd64.deb
 e7f1692fcd6ad6ae6e31d9b84018d4475c49e9bb 976 gobjc++-4.7-multilib_4.7.3-14_amd64.deb
 3f80fd29c706b53f3658889028b20e5974a52c2b 4418980 gobjc++-4.7_4.7.3-14_amd64.deb
 b3ed58522a8baf577f5e00ea145e9b1c9e19ee33 974 gobjc-4.7-multilib_4.7.3-14_amd64.deb
 7b6a1cd1daebfb77927c44f02b6e517a05c16790 4059598 gobjc-4.7_4.7.3-14_amd64.deb
 a661affd97fc34fc5bf80e49a6a14d30fa3903ce 365980 libobjc-4.7-dev_4.7.3-14_amd64.deb
 ee382ac8d7bf33e22707de436b4405dc2a16097b 330466 lib32objc-4.7-dev_4.7.3-14_amd64.deb
 2409e3dcb61f73b580ef7895a20185cacf54ff63 334114 libx32objc-4.7-dev_4.7.3-14_amd64.deb
 d53236550df71352763ff550c659a1e021f27367 2158396 libgo0_4.7.3-14_amd64.deb
 ad15b06e3ae1f0820c568324d387055ae397f7ca 2731574 libgo0-dbg_4.7.3-14_amd64.deb
 20e59e8b3723caf9fedca06e43fe56e23611265e 2049478 lib32go0_4.7.3-14_amd64.deb
 7d2399bfd99d018ec217675fc7363a5ac5a02a03 1691244 lib32go0-dbg_4.7.3-14_amd64.deb
 465a298173b944ad1b28691ec97655b8bab383a0 2081762 libx32go0_4.7.3-14_amd64.deb
 f095defc2dd61b992573a41ccb80ad614f28a788 2684248 libx32go0-dbg_4.7.3-14_amd64.deb
 b678273b08e69f255961a2b6c5a46ebff33a6e09 6936818 gccgo-4.7_4.7.3-14_amd64.deb
 1c69d6f1cd57774e65e2fe55ce7f7b0da305a08b 4860110 gccgo-4.7-multilib_4.7.3-14_amd64.deb
 06d1ce8794b2791d576be893ab019ef50f1fce90 988 g++-4.7-multilib_4.7.3-14_amd64.deb
 7c6541ea4711f91a1a7c185219b56619a2d268b4 7178622 g++-4.7_4.7.3-14_amd64.deb
 aec565805755b61f335d20b750e8727c6c611884 312374 lib32stdc++6-4.7-dev_4.7.3-14_amd64.deb
 5daf30bf20913dfaa4b930c5e1e15de00b38f8ff 2507460 lib32stdc++6-4.7-dbg_4.7.3-14_amd64.deb
 a25a6737c19b616e2f02ce6d963ad7c7ffa45006 303324 libx32stdc++6-4.7-dev_4.7.3-14_amd64.deb
 dbc5b3f3a7989fcab6b4276436679e3c062bffba 2591212 libx32stdc++6-4.7-dbg_4.7.3-14_amd64.deb
 9ed01676c45e19b3152a3f3d5ba894f0678bb7b4 1019952 libstdc++6-4.7-dev_4.7.3-14_amd64.deb
 89843c7b3864ab8fbfc3c7e23424327b17285bec 283018 libstdc++6-4.7-pic_4.7.3-14_amd64.deb
 0746825d59888700bb29fc2e2a86b1b3b3a6c09a 2736984 libstdc++6-4.7-dbg_4.7.3-14_amd64.deb
 2f5c9eaac76bc1916b89c067cada4d0bf06d0a96 266006 libgfortran-4.7-dev_4.7.3-14_amd64.deb
 d2261b9eb1ec6aab95b7b9ad2dc8017336aeaa0d 251596 lib32gfortran-4.7-dev_4.7.3-14_amd64.deb
 74e94ea002c7ab72202fb0dc769e10bdd9df52bd 266406 libx32gfortran-4.7-dev_4.7.3-14_amd64.deb
 9ef0ffe1df732f6bb644a933f9904594c9c55ff6 976 gfortran-4.7-multilib_4.7.3-14_amd64.deb
 b30ff334200c711fe4709f99411e91488007cdbd 4437698 gfortran-4.7_4.7.3-14_amd64.deb
 da4bb2b682220432429fe946edf6928833ec8904 968 gcc-4.7-multilib_4.7.3-14_amd64.deb
 7f88d83788b17d845a899a29fbb5dd52164480f0 706286 gcc-4.7-plugin-dev_4.7.3-14_amd64.deb
 0d474d6a980b2f43dd594429f534a8d6512d6564 4276940 gcc-4.7_4.7.3-14_amd64.deb
Checksums-Sha256: 
 d91dd3333f3f500b5992e431c1f623167870044096fe40842d89ce520cdef41b 8146 gcc-4.7_4.7.3-14.dsc
 792fa76c12dce4d553fc61a1478ceb571cc3381d6e531995aae3414361c1919c 1628923 gcc-4.7_4.7.3-14.diff.gz
 32eb3639797611597d37ed03a973bc2c8a2fbedbdb59511443d38e1425f71a4d 66501786 gcc-4.7-source_4.7.3-14_all.deb
 5998a7f27eb99b915a82e56b8303d1054bfe9102236a2f9c8f2e676d1cfe2cee 19811502 libstdc++6-4.7-doc_4.7.3-14_all.deb
 a0decec92ff41186b69985df7ab854beffd22c878e66c97762cbf7f44fb43678 1306074 gcc-4.7-locales_4.7.3-14_all.deb
 66216033cbeec7eb8938f657db79c16f80f97fb26d3a332d5ea9c5bec623a4c3 149364 gcc-4.7-base_4.7.3-14_amd64.deb
 a93c404f5d69d9503cc595bc221f0135a9051ae3be2dc07b642f36d849aceaac 1490674 libgcc-4.7-dev_4.7.3-14_amd64.deb
 5c60cab4e0f83dcb47bef2303ddb969268920eef8854ff8192abed854d5c77f0 1569648 lib32gcc-4.7-dev_4.7.3-14_amd64.deb
 5b3821d1fbaddae0f6a20f6d3c0a6019ccd3482463a75675f99b5c2114e1ab0e 1444894 libx32gcc-4.7-dev_4.7.3-14_amd64.deb
 1c99455577eceed5b7e551b734086020528dfff744e4f20cc03eb2a22bafaf95 4165024 cpp-4.7_4.7.3-14_amd64.deb
 212fd49ef874e64eeac23fec3a2b4cec6a14ef8f883c62df3676b904a712032b 976 gobjc++-4.7-multilib_4.7.3-14_amd64.deb
 e77d99c5aaf7c9eb940380b5c1a7a84d2e70e42c5964188a5b2cfb9885921907 4418980 gobjc++-4.7_4.7.3-14_amd64.deb
 899cac6c5fd32d8ecec2bb7ab94ed049c5bc62f6094cfe12e981d45d5a0463aa 974 gobjc-4.7-multilib_4.7.3-14_amd64.deb
 10fc31e5eaf6ce5416ae9491bee060f251b0cf16da87d51fc26a1d1e1288318a 4059598 gobjc-4.7_4.7.3-14_amd64.deb
 377a5c59ff7bccde3b6d9dd05d79aeed883af65b504e20652354db9dd323b360 365980 libobjc-4.7-dev_4.7.3-14_amd64.deb
 e84cab05a601a1cba1a193d0e9eccdf9ff780be3e6b940a2fbddf26acc17cb8d 330466 lib32objc-4.7-dev_4.7.3-14_amd64.deb
 16f121778029d7d5c6f816684cf8b3f642f4585dac4caf642970756287842969 334114 libx32objc-4.7-dev_4.7.3-14_amd64.deb
 16fc5e161c65d421a47f2e6d8094edd09991a9f39bb0da6cea8668a259c86980 2158396 libgo0_4.7.3-14_amd64.deb
 188d12d935dfabd2099568a641f2e9fb165dcfdd7567f15fc1bc5c7a3c6da6e1 2731574 libgo0-dbg_4.7.3-14_amd64.deb
 112741eec8690347c26bc71cde5b731ba6c81e67bea7c028e862a882a599d2ca 2049478 lib32go0_4.7.3-14_amd64.deb
 eaf568dec2067b9d2a4012b8df8bd97733d12e7106c000b60f6b717a5553c7b4 1691244 lib32go0-dbg_4.7.3-14_amd64.deb
 3d894dbd653bcaecb879a53aab8bfc34374dbc5c08f249387f2c3795b88331f3 2081762 libx32go0_4.7.3-14_amd64.deb
 b4ce82b9a21a4e5298f666b588e5ef38d9c12c50c618e4502c63b31862112461 2684248 libx32go0-dbg_4.7.3-14_amd64.deb
 5b62c3068716b7863bd1a390abbe97a13c76b60e29c737b67a423d3ca032a1f4 6936818 gccgo-4.7_4.7.3-14_amd64.deb
 db21253321c72777d9a8f29bceec781f0a78c00ee1acfe792b2b56e0bf0f441c 4860110 gccgo-4.7-multilib_4.7.3-14_amd64.deb
 f868793e0958c39c891b2a79b033e04a802114829f8a33f5edf6c566fbd0798b 988 g++-4.7-multilib_4.7.3-14_amd64.deb
 8bf899c65f9f8629969f14c1f69747d4281ce3f2f33d97dcceca1027f4a6c4ac 7178622 g++-4.7_4.7.3-14_amd64.deb
 3ea0389ee0b829191cab3562a25fb65fa78180c5dd9b636b20b63a17a378affb 312374 lib32stdc++6-4.7-dev_4.7.3-14_amd64.deb
 fb24e7abd9413d2e44169587b9a899db184c4afbacdfba21cdfed159db1c8faa 2507460 lib32stdc++6-4.7-dbg_4.7.3-14_amd64.deb
 70abae4c243c2367cea6d30332f23fed0f00121b4d1e17db24c10c215ced5adf 303324 libx32stdc++6-4.7-dev_4.7.3-14_amd64.deb
 cae7c6c74f63753d299fd2dd5230de723d6ce1a17d517e56589d1c09c0c7f81c 2591212 libx32stdc++6-4.7-dbg_4.7.3-14_amd64.deb
 938b5ca376980408fb20a6c39372298c8ccf6c6cb9fd7259544ce6b76bf7d861 1019952 libstdc++6-4.7-dev_4.7.3-14_amd64.deb
 f78b691e871cde38884bf0dd009da49070b4f828866ac46f28091019ecfa7faa 283018 libstdc++6-4.7-pic_4.7.3-14_amd64.deb
 28156c01ee49d1432db1d85482d172bbfe522716346542c7fc0d29ef4d08c834 2736984 libstdc++6-4.7-dbg_4.7.3-14_amd64.deb
 a59ffe25b349daaab36dce91aaa2f88415b1c0bd5a8c853b2dad06ab0c8db6f2 266006 libgfortran-4.7-dev_4.7.3-14_amd64.deb
 47adf6de5a5081e647cdc59a1857037c74af63244f8aa988f3b02f0df18262c8 251596 lib32gfortran-4.7-dev_4.7.3-14_amd64.deb
 cceb67f2ece99d43fb3c9684fe6a27b55aefe8eed1e95c6bb7e2fa2165a0ea16 266406 libx32gfortran-4.7-dev_4.7.3-14_amd64.deb
 9a8a585f920b771b28040bab72ece036b9819d00784687b56dfa409cf1dc5a40 976 gfortran-4.7-multilib_4.7.3-14_amd64.deb
 b69c20f22078af2ad6d1a4b9e6febff544ffb8f135cc7fb7bf55e9d37e38ed8c 4437698 gfortran-4.7_4.7.3-14_amd64.deb
 8d16f50614354c89ecf14c5a32f891642cb85e8b08fb1f74b05859bccbf92f9b 968 gcc-4.7-multilib_4.7.3-14_amd64.deb
 41a52b052e6cb75332ff3e2a715c806e07ea8942461990ccca2277662c29687d 706286 gcc-4.7-plugin-dev_4.7.3-14_amd64.deb
 5fc561f17071c18414f356bc1bbf1703aec0a89ab3bcdd04cde3aec3aeedb458 4276940 gcc-4.7_4.7.3-14_amd64.deb
Files: 
 edbe5d159cb1b31633f0fa8e970cfc9c 66501786 devel optional gcc-4.7-source_4.7.3-14_all.deb
 eae7283da8d625b3def463d4bdf856aa 19811502 doc optional libstdc++6-4.7-doc_4.7.3-14_all.deb
 7920afca1938c2e3ec9ce9a184fd8ab1 1306074 devel optional gcc-4.7-locales_4.7.3-14_all.deb
 d1f727420f578a654b7d2f70fbcc39a5 149364 libs required gcc-4.7-base_4.7.3-14_amd64.deb
 1a814159d181352653f9a9de02dc32ee 1490674 libdevel optional libgcc-4.7-dev_4.7.3-14_amd64.deb
 16ce10128f375a7a7fac6fae523a91f7 1569648 libdevel optional lib32gcc-4.7-dev_4.7.3-14_amd64.deb
 6d56887228969b135a323d21f6b6ddcc 1444894 libdevel optional libx32gcc-4.7-dev_4.7.3-14_amd64.deb
 9983b99d3e067a7dd6315487958ad0b3 4165024 interpreters optional cpp-4.7_4.7.3-14_amd64.deb
 91eba09901044ba47a40e6a11055bf1e 976 devel optional gobjc++-4.7-multilib_4.7.3-14_amd64.deb
 e557da69faf78670dd2006c6aa5b9575 4418980 devel optional gobjc++-4.7_4.7.3-14_amd64.deb
 b7b36336d3012ec1c4212cee6b612f77 974 devel optional gobjc-4.7-multilib_4.7.3-14_amd64.deb
 747ab2c50f4634cffe3e79e02b6dbf08 4059598 devel optional gobjc-4.7_4.7.3-14_amd64.deb
 7489ffb761ab49264ce19ab48dd8e5d3 365980 libdevel optional libobjc-4.7-dev_4.7.3-14_amd64.deb
 65f8c0baf3a1d083b571e0381b206d8c 330466 libdevel optional lib32objc-4.7-dev_4.7.3-14_amd64.deb
 9da2f6e1330cf19ba7ffbccf4f6e37a5 334114 libdevel optional libx32objc-4.7-dev_4.7.3-14_amd64.deb
 2f24db9aa88cf88c5443b222a9df6a35 2158396 libs optional libgo0_4.7.3-14_amd64.deb
 5aa72e78c336d00d88f65903b5c01114 2731574 debug extra libgo0-dbg_4.7.3-14_amd64.deb
 9afd0e09ce73f2166abd2f0b5eeb4206 2049478 libs optional lib32go0_4.7.3-14_amd64.deb
 3d22732caf8e7ccf48415204ed40d95a 1691244 debug extra lib32go0-dbg_4.7.3-14_amd64.deb
 1c9468d8ba5021dd1d832598f4e626ca 2081762 libs optional libx32go0_4.7.3-14_amd64.deb
 9ac5303e4ade28a44512228834a972cb 2684248 debug extra libx32go0-dbg_4.7.3-14_amd64.deb
 3fa77a36708ab4ea8256094253f27078 6936818 devel optional gccgo-4.7_4.7.3-14_amd64.deb
 b7c81dd7c14dd218f930f9311699b709 4860110 devel optional gccgo-4.7-multilib_4.7.3-14_amd64.deb
 34b586a284ad109b4ee0eabde86b43c9 988 devel optional g++-4.7-multilib_4.7.3-14_amd64.deb
 2c1928131f8e1a592fcaba8730caab32 7178622 devel optional g++-4.7_4.7.3-14_amd64.deb
 f4a45ca18f935b89f60124912b5cea04 312374 libdevel optional lib32stdc++6-4.7-dev_4.7.3-14_amd64.deb
 e4b4d4222f1ca05620bc718932630b69 2507460 debug extra lib32stdc++6-4.7-dbg_4.7.3-14_amd64.deb
 8a8932a054dfd17e4202190857f3c025 303324 libdevel optional libx32stdc++6-4.7-dev_4.7.3-14_amd64.deb
 0766a47d013e6a1b97d36972f4593c76 2591212 debug extra libx32stdc++6-4.7-dbg_4.7.3-14_amd64.deb
 5ee447ffd32474cdeb0779cdff69a8b2 1019952 libdevel optional libstdc++6-4.7-dev_4.7.3-14_amd64.deb
 193589ee827c7380408b6163e3b5b40f 283018 libdevel extra libstdc++6-4.7-pic_4.7.3-14_amd64.deb
 33f212c04da7722d5ee10326878440fd 2736984 debug extra libstdc++6-4.7-dbg_4.7.3-14_amd64.deb
 0fe77f4b4a0ecd4359618de9b4eea601 266006 libdevel optional libgfortran-4.7-dev_4.7.3-14_amd64.deb
 ae038e2c47706ffde9fe179e7c570d56 251596 libdevel optional lib32gfortran-4.7-dev_4.7.3-14_amd64.deb
 a771b0208f7c9ac5dd5cb0a1004f62cb 266406 libdevel optional libx32gfortran-4.7-dev_4.7.3-14_amd64.deb
 788af51e14bd168d5bf372c9d2db9862 976 devel optional gfortran-4.7-multilib_4.7.3-14_amd64.deb
 3694935786a4b13358655d5b368e8a55 4437698 devel optional gfortran-4.7_4.7.3-14_amd64.deb
 e252bd9e73e1a79c5c1b49380ad0cbd0 968 devel optional gcc-4.7-multilib_4.7.3-14_amd64.deb
 7e0c24c81190cd5e4d867e1fd1259d6b 706286 devel optional gcc-4.7-plugin-dev_4.7.3-14_amd64.deb
 2340a8cd9eb521c92fd27c1b6bc49bcd 4276940 devel optional gcc-4.7_4.7.3-14_amd64.deb
 27fd1dbc48bce574aea7b0d2adc0118f 8146 devel optional gcc-4.7_4.7.3-14.dsc
 3488020fb19ec4575cd71240f2d12145 1628923 devel optional gcc-4.7_4.7.3-14.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlOMikMACgkQStlRaw+TLJw3AACfTIv2vgMGbdetaXJz/G1D7CVm
g4IAoK4/4DdIvV3dSLGLQwIBiyIoVE/5
=lWND
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: