Your message dated Sun, 11 Jun 2006 10:32:38 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#367448: fixed in gcc-3.4 3.4.6-2 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package:gcc-3.4 Version:3.4.6-1 Severity:wishlist Tags:patch Could you please apply the following patch? This patch is to fix some problems. Remove a patahes/autoconf.dpatch because it has not already conflicted. The following patches have been applied to gcc-3.4 to fix some bugs. m32r-remove-addsi3.dpatch, m32r-auto.dpatch Regards, Kazuhiro Inaokadiff -urNp ../org/gcc-3.4-3.4.6/debian/changelog gcc-3.4-3.4.6/debian/changelog --- ../org/gcc-3.4-3.4.6/debian/changelog 2006-05-16 10:42:25.752663200 +0900 +++ gcc-3.4-3.4.6/debian/changelog 2006-05-16 10:43:03.097769356 +0900 @@ -1,3 +1,12 @@ +gcc-3.4 (3.4.6-1ds01) unstable; urgency=low + + * rules.patch: Removed autoreconf.dpatch for m32r. + * debian/patches/m32r-remove-addsi3.dpatch: Fixed FAIL gcc.dg/2004013-1.c. + * debian/patches/m32r-auto.dpatch: Fixed target/26775 target/26776. + * debian/rule.patch: Added m32r-remove-addsi3 m32r-auto.dpatch. + + -- Kazuhiro Inaoka <[EMAIL PROTECTED]> Fri, 12 May 2006 19:04:17 +0900 + gcc-3.4 (3.4.6-1) unstable; urgency=low * GCC 3.4.6 release. diff -urNp ../org/gcc-3.4-3.4.6/debian/patches/m32r-auto.dpatch gcc-3.4-3.4.6/debian/patches/m32r-auto.dpatch --- ../org/gcc-3.4-3.4.6/debian/patches/m32r-auto.dpatch 1970-01-01 09:00:00.000000000 +0900 +++ gcc-3.4-3.4.6/debian/patches/m32r-auto.dpatch 2006-05-16 10:43:02.479866874 +0900 @@ -0,0 +1,97 @@ +#! /bin/sh -e +# +# +# DP: Author: Kazuhiro Inaoka +# DP: Fixed PR target/26775 target/26776 + +if [ $# -eq 3 ] && [ "$2" = '-d' ]; then + pdir="-d $3" + dir="$3/" +elif [ $# -ne 1 ]; then + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1 +fi +case "$1" in + -patch) patch $pdir -f --no-backup-if-mismatch -p1 < $0;; + -unpatch) patch $pdir -f --no-backup-if-mismatch -R -p1 < $0;; + *) + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1;; +esac + +exit 0 + +--- gcc/gcc/config/m32r/m32r.c.orig 2006-03-01 16:28:44.000000000 +0900 ++++ gcc/gcc/config/m32r/m32r.c 2006-03-21 15:33:53.894564698 +0900 +@@ -2087,11 +2087,19 @@ m32r_output_function_epilogue (FILE * fi + else if (reg_offset < 32768) + fprintf (file, "\tadd3 %s,%s,%s%d\n", + sp_str, sp_str, IMMEDIATE_PREFIX, reg_offset); +- else ++ else if (reg_offset <= 0xffffff) + fprintf (file, "\tld24 %s,%s%d\n\tadd %s,%s\n", + reg_names[PROLOGUE_TMP_REGNUM], + IMMEDIATE_PREFIX, reg_offset, + sp_str, reg_names[PROLOGUE_TMP_REGNUM]); ++ else ++ fprintf (file, "\tseth %s,%shigh(%d)\n\tor3 %s,%s,%slow(%d)\n\tadd %s,%s\n", ++ reg_names[PROLOGUE_TMP_REGNUM], ++ IMMEDIATE_PREFIX, reg_offset, ++ reg_names[PROLOGUE_TMP_REGNUM], ++ reg_names[PROLOGUE_TMP_REGNUM], ++ IMMEDIATE_PREFIX, reg_offset, ++ sp_str, reg_names[PROLOGUE_TMP_REGNUM]); + } + else if (frame_pointer_needed) + { +@@ -2102,10 +2110,20 @@ m32r_output_function_epilogue (FILE * fi + else if (reg_offset < 32768) + fprintf (file, "\tadd3 %s,%s,%s%d\n", + sp_str, fp_str, IMMEDIATE_PREFIX, reg_offset); ++ else if (reg_offset <= 0xffffff) ++ fprintf (file, "\tld24 %s,%s%d\n\tadd %s,%s\n\tmv %s,%s\n", ++ reg_names[PROLOGUE_TMP_REGNUM], ++ IMMEDIATE_PREFIX, reg_offset, ++ reg_names[PROLOGUE_TMP_REGNUM], fp_str, ++ sp_str, reg_names[PROLOGUE_TMP_REGNUM]); + else +- fprintf (file, "\tld24 %s,%s%d\n\tadd %s,%s\n", ++ fprintf (file, "\tseth %s,%shigh(%d)\nor3 %s,%s,%slow(%d)\n\tadd %s,%s\n\tmv %s,%s\n", ++ reg_names[PROLOGUE_TMP_REGNUM], ++ IMMEDIATE_PREFIX, reg_offset, ++ reg_names[PROLOGUE_TMP_REGNUM], + reg_names[PROLOGUE_TMP_REGNUM], + IMMEDIATE_PREFIX, reg_offset, ++ reg_names[PROLOGUE_TMP_REGNUM], fp_str, + sp_str, reg_names[PROLOGUE_TMP_REGNUM]); + } + else +@@ -2127,8 +2145,26 @@ m32r_output_function_epilogue (FILE * fi + + /* Remove varargs area if present. */ + if (current_frame_info.pretend_size != 0) +- fprintf (file, "\taddi %s,%s%d\n", +- sp_str, IMMEDIATE_PREFIX, current_frame_info.pretend_size); ++ if (current_frame_info.pretend_size < 128) ++ fprintf (file, "\taddi %s,%s%d\n", ++ sp_str, IMMEDIATE_PREFIX, current_frame_info.pretend_size); ++ else if (current_frame_info.pretend_size < 32768) ++ fprintf (file, "\tadd3 %s,%s,%s%d\n", ++ sp_str, sp_str, IMMEDIATE_PREFIX, ++ current_frame_info.pretend_size); ++ else if (current_frame_info.pretend_size <= 0xffffff) ++ fprintf (file, "\tld24 %s,%s%d\n\tadd %s,%s\n", ++ reg_names[PROLOGUE_TMP_REGNUM], ++ IMMEDIATE_PREFIX, current_frame_info.pretend_size, ++ sp_str, reg_names[PROLOGUE_TMP_REGNUM]); ++ else ++ fprintf (file, "\tseth %s,%shigh(%d)\n\tor3 %s,%s,%slow(%d)\n\tadd %s,%s\n", ++ reg_names[PROLOGUE_TMP_REGNUM], ++ IMMEDIATE_PREFIX, current_frame_info.pretend_size, ++ reg_names[PROLOGUE_TMP_REGNUM], ++ reg_names[PROLOGUE_TMP_REGNUM], ++ IMMEDIATE_PREFIX, current_frame_info.pretend_size, ++ sp_str, reg_names[PROLOGUE_TMP_REGNUM]); + + /* Emit the return instruction. */ + if (M32R_INTERRUPT_P (fn_type)) diff -urNp ../org/gcc-3.4-3.4.6/debian/patches/m32r-remove-addsi3.dpatch gcc-3.4-3.4.6/debian/patches/m32r-remove-addsi3.dpatch --- ../org/gcc-3.4-3.4.6/debian/patches/m32r-remove-addsi3.dpatch 1970-01-01 09:00:00.000000000 +0900 +++ gcc-3.4-3.4.6/debian/patches/m32r-remove-addsi3.dpatch 2006-05-16 10:43:02.470868294 +0900 @@ -0,0 +1,134 @@ +#! /bin/sh -e +# +# +# DP: Author: Kazuhiro Inaoka +# DP: Fixed FAIL gcc.dg/2004013-1.c. + +if [ $# -eq 3 ] && [ "$2" = '-d' ]; then + pdir="-d $3" + dir="$3/" +elif [ $# -ne 1 ]; then + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1 +fi +case "$1" in + -patch) patch $pdir -f --no-backup-if-mismatch -p1 < $0;; + -unpatch) patch $pdir -f --no-backup-if-mismatch -R -p1 < $0;; + *) + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1;; +esac + +exit 0 + +--- gcc-3.4.4/gcc/config/m32r/m32r.c (revision 109855) ++++ gcc-3.4.4/gcc/config/m32r/m32r.c (working copy) +@@ -1028,6 +1028,20 @@ + { + case EQ: + if (GET_CODE (y) == CONST_INT ++ && UINT16_P (INTVAL (y)) /* Reg equal to small const. */ ++ && y != const0_rtx) ++ { ++ rtx tmp = gen_reg_rtx (SImode); ++ ++ emit_insn (gen_xorsi3 (tmp, x, GEN_INT (INTVAL (y)))); ++ x = tmp; ++ y = const0_rtx; ++ } ++#if 0 ++ /* ++ * Removed for miss optimizing at simplify_relational_operation(). ++ */ ++ else if (GET_CODE (y) == CONST_INT + && CMP_INT16_P (INTVAL (y)) /* Reg equal to small const. */ + && y != const0_rtx) + { +@@ -1037,6 +1051,7 @@ + x = tmp; + y = const0_rtx; + } ++#endif + else if (CONSTANT_P (y)) /* Reg equal to const. */ + { + rtx tmp = force_reg (GET_MODE (x), y); +@@ -1151,6 +1166,20 @@ + /* Reg/smallconst equal comparison. */ + if (compare_code == EQ + && GET_CODE (y) == CONST_INT ++ && UINT16_P (INTVAL (y))) ++ { ++ rtx tmp = gen_reg_rtx (SImode); ++ ++ emit_insn (gen_xorsi3 (tmp, x, GEN_INT (INTVAL (y)))); ++ return gen_rtx (code, CCmode, tmp, const0_rtx); ++ } ++ ++#if 0 ++ /* ++ * Removed for miss optimizing at simplify_relational_operation(). ++ */ ++ if (compare_code == EQ ++ && GET_CODE (y) == CONST_INT + && CMP_INT16_P (INTVAL (y))) + { + rtx tmp = gen_reg_rtx (SImode); +@@ -1158,6 +1187,7 @@ + emit_insn (gen_addsi3 (tmp, x, GEN_INT (-INTVAL (y)))); + return gen_rtx (code, CCmode, tmp, const0_rtx); + } ++#endif + + /* Reg/const equal comparison. */ + if (compare_code == EQ +Index: m32r.md +=================================================================== +--- gcc-3.4.4/gcc/config/m32r/m32r.md (revision 109855) ++++ gcc-3.4.4/gcc/config/m32r/m32r.md (working copy) +@@ -1690,7 +1691,7 @@ + DONE; + } + +- if (! reg_or_eq_int16_operand (op2, mode)) ++ if (! reg_or_uint16_operand (op2, mode)) + op2 = force_reg (mode, op2); + + emit_insn (gen_seq_insn (op0, op1, op2)); +@@ -1752,7 +1753,7 @@ + (define_insn "seq_insn" + [(set (match_operand:SI 0 "register_operand" "=r,r,??r,r") + (eq:SI (match_operand:SI 1 "register_operand" "r,r,r,r") +- (match_operand:SI 2 "reg_or_eq_int16_operand" "r,r,r,PK"))) ++ (match_operand:SI 2 "reg_or_uint16_operand" "r,r,r,K"))) + (clobber (reg:CC 17)) + (clobber (match_scratch:SI 3 "=1,2,&r,r"))] + "TARGET_M32R" +@@ -1763,7 +1764,7 @@ + (define_split + [(set (match_operand:SI 0 "register_operand" "") + (eq:SI (match_operand:SI 1 "register_operand" "") +- (match_operand:SI 2 "reg_or_eq_int16_operand" ""))) ++ (match_operand:SI 2 "reg_or_uint16_operand" ""))) + (clobber (reg:CC 17)) + (clobber (match_scratch:SI 3 ""))] + "TARGET_M32R && reload_completed" +@@ -1791,10 +1792,15 @@ + op1 = op3; + } + +- if (GET_CODE (op2) == CONST_INT && (value = INTVAL (op2)) != 0 +- && CMP_INT16_P (value)) +- emit_insn (gen_addsi3 (op3, op1, GEN_INT (-value))); +- else ++/* ++ * Removed for miss optimizing at simplify_relational_operation(). ++ * ++ * if (GET_CODE (op2) == CONST_INT && (value = INTVAL (op2)) != 0 ++ * && !(GET_CODE (op1) == REG && REG_POINTER (op1)) ++ * && CMP_INT16_P (value)) ++ * emit_insn (gen_addsi3 (op3, op1, GEN_INT (-value))); ++ * else ++ */ + emit_insn (gen_xorsi3 (op3, op1, op2)); + + emit_insn (gen_cmp_ltusi_insn (op3, GEN_INT (1))); diff -urNp ../org/gcc-3.4-3.4.6/debian/rules.patch gcc-3.4-3.4.6/debian/rules.patch --- ../org/gcc-3.4-3.4.6/debian/rules.patch 2006-05-16 10:42:25.706670459 +0900 +++ gcc-3.4-3.4.6/debian/rules.patch 2006-05-16 10:43:00.696148380 +0900 @@ -77,8 +77,8 @@ ifeq ($(DEB_TARGET_ARCH_OS),hurd) endif ifeq ($(DEB_TARGET_GNU_CPU),m32r) - debian_patches += autoreconf m32r-gotoff m32r-stack m32r-libffi \ - m32r-fixes m32r-limits m32r-pie + debian_patches += m32r-gotoff m32r-stack m32r-libffi \ + m32r-fixes m32r-limits m32r-pie m32r-remove-addsi3 m32r-auto endif ifeq ($(DEB_TARGET_ARCH),alpha) debian_patches += alpha-ieee
--- End Message ---
--- Begin Message ---Source: gcc-3.4 Source-Version: 3.4.6-2 We believe that the bug you reported is fixed in the latest version of gcc-3.4, which is due to be installed in the Debian FTP archive: cpp-3.4-doc_3.4.6-2_all.deb to pool/main/g/gcc-3.4/cpp-3.4-doc_3.4.6-2_all.deb cpp-3.4_3.4.6-2_hppa.deb to pool/main/g/gcc-3.4/cpp-3.4_3.4.6-2_hppa.deb cpp-3.4_3.4.6-2_i386.deb to pool/main/g/gcc-3.4/cpp-3.4_3.4.6-2_i386.deb cpp-3.4_3.4.6-2_powerpc.deb to pool/main/g/gcc-3.4/cpp-3.4_3.4.6-2_powerpc.deb g++-3.4_3.4.6-2_i386.deb to pool/main/g/gcc-3.4/g++-3.4_3.4.6-2_i386.deb g++-3.4_3.4.6-2_powerpc.deb to pool/main/g/gcc-3.4/g++-3.4_3.4.6-2_powerpc.deb g77-3.4-doc_3.4.6-2_all.deb to pool/main/g/gcc-3.4/g77-3.4-doc_3.4.6-2_all.deb g77-3.4_3.4.6-2_hppa.deb to pool/main/g/gcc-3.4/g77-3.4_3.4.6-2_hppa.deb g77-3.4_3.4.6-2_i386.deb to pool/main/g/gcc-3.4/g77-3.4_3.4.6-2_i386.deb g77-3.4_3.4.6-2_powerpc.deb to pool/main/g/gcc-3.4/g77-3.4_3.4.6-2_powerpc.deb gcc-3.4-base_3.4.6-2_hppa.deb to pool/main/g/gcc-3.4/gcc-3.4-base_3.4.6-2_hppa.deb gcc-3.4-base_3.4.6-2_i386.deb to pool/main/g/gcc-3.4/gcc-3.4-base_3.4.6-2_i386.deb gcc-3.4-base_3.4.6-2_powerpc.deb to pool/main/g/gcc-3.4/gcc-3.4-base_3.4.6-2_powerpc.deb gcc-3.4-doc_3.4.6-2_all.deb to pool/main/g/gcc-3.4/gcc-3.4-doc_3.4.6-2_all.deb gcc-3.4-hppa64_3.4.6-2_hppa.deb to pool/main/g/gcc-3.4/gcc-3.4-hppa64_3.4.6-2_hppa.deb gcc-3.4_3.4.6-2.diff.gz to pool/main/g/gcc-3.4/gcc-3.4_3.4.6-2.diff.gz gcc-3.4_3.4.6-2.dsc to pool/main/g/gcc-3.4/gcc-3.4_3.4.6-2.dsc gcc-3.4_3.4.6-2_hppa.deb to pool/main/g/gcc-3.4/gcc-3.4_3.4.6-2_hppa.deb gcc-3.4_3.4.6-2_i386.deb to pool/main/g/gcc-3.4/gcc-3.4_3.4.6-2_i386.deb gcc-3.4_3.4.6-2_powerpc.deb to pool/main/g/gcc-3.4/gcc-3.4_3.4.6-2_powerpc.deb gpc-2.1-3.4-doc_3.4.6-2_all.deb to pool/main/g/gcc-3.4/gpc-2.1-3.4-doc_3.4.6-2_all.deb gpc-2.1-3.4_3.4.6-2_hppa.deb to pool/main/g/gcc-3.4/gpc-2.1-3.4_3.4.6-2_hppa.deb gpc-2.1-3.4_3.4.6-2_i386.deb to pool/main/g/gcc-3.4/gpc-2.1-3.4_3.4.6-2_i386.deb gpc-2.1-3.4_3.4.6-2_powerpc.deb to pool/main/g/gcc-3.4/gpc-2.1-3.4_3.4.6-2_powerpc.deb lib64g2c0_3.4.6-2_i386.deb to pool/main/g/gcc-3.4/lib64g2c0_3.4.6-2_i386.deb lib64g2c0_3.4.6-2_powerpc.deb to pool/main/g/gcc-3.4/lib64g2c0_3.4.6-2_powerpc.deb libg2c0-dev_3.4.6-2_hppa.deb to pool/main/g/gcc-3.4/libg2c0-dev_3.4.6-2_hppa.deb libg2c0-dev_3.4.6-2_i386.deb to pool/main/g/gcc-3.4/libg2c0-dev_3.4.6-2_i386.deb libg2c0-dev_3.4.6-2_powerpc.deb to pool/main/g/gcc-3.4/libg2c0-dev_3.4.6-2_powerpc.deb libg2c0_3.4.6-2_hppa.deb to pool/main/g/gcc-3.4/libg2c0_3.4.6-2_hppa.deb libg2c0_3.4.6-2_i386.deb to pool/main/g/gcc-3.4/libg2c0_3.4.6-2_i386.deb libg2c0_3.4.6-2_powerpc.deb to pool/main/g/gcc-3.4/libg2c0_3.4.6-2_powerpc.deb libstdc++6-dbg_3.4.6-2_i386.deb to pool/main/g/gcc-3.4/libstdc++6-dbg_3.4.6-2_i386.deb libstdc++6-dbg_3.4.6-2_powerpc.deb to pool/main/g/gcc-3.4/libstdc++6-dbg_3.4.6-2_powerpc.deb libstdc++6-dev_3.4.6-2_i386.deb to pool/main/g/gcc-3.4/libstdc++6-dev_3.4.6-2_i386.deb libstdc++6-dev_3.4.6-2_powerpc.deb to pool/main/g/gcc-3.4/libstdc++6-dev_3.4.6-2_powerpc.deb libstdc++6-doc_3.4.6-2_all.deb to pool/main/g/gcc-3.4/libstdc++6-doc_3.4.6-2_all.deb libstdc++6-pic_3.4.6-2_i386.deb to pool/main/g/gcc-3.4/libstdc++6-pic_3.4.6-2_i386.deb libstdc++6-pic_3.4.6-2_powerpc.deb to pool/main/g/gcc-3.4/libstdc++6-pic_3.4.6-2_powerpc.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Matthias Klose <[EMAIL PROTECTED]> (supplier of updated gcc-3.4 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 10 Jun 2006 17:01:05 +0200 Source: gcc-3.4 Binary: g77-3.4-doc gcc-3.4-base cpp-3.4 gcc-3.4-hppa64 gcc-3.4-soft-float gcc-3.4 cpp-3.4-doc lib64g2c0 gcc-3.4-doc libstdc++6-dev libg2c0-dev libstdc++6-doc gpc-2.1-3.4-doc lib32g2c0 libg2c0 libstdc++6-pic libstdc++6-dbg g++-3.4 gpc-2.1-3.4 g77-3.4 Architecture: all hppa i386 powerpc source Version: 3.4.6-2 Distribution: unstable Urgency: low Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org> Changed-By: Matthias Klose <[EMAIL PROTECTED]> Description: cpp-3.4 - The GNU C preprocessor g77-3.4 - The GNU Fortran 77 compiler gcc-3.4 - The GNU C compiler gcc-3.4-base - The GNU Compiler Collection (base package) gcc-3.4-hppa64 - The GNU C compiler (cross compiler for hppa64) gpc-2.1-3.4 - The GNU Pascal compiler libg2c0 - Runtime library for GNU Fortran 77 applications libg2c0-dev - GNU Fortran 77 library development Closes: 348972 357658 367448 Changes: gcc-3.4 (3.4.6-2) unstable; urgency=low . * Configure --with-cpu=v8 on sparc. * Force the termination of the logwatch script. * m32r fixes (Kazuhiro Inaoka): - debian/rules.patch: Do not apply autoreconf.dpatch for m32r. - debian/patches/m32r-remove-addsi3.dpatch: Fixed FAIL gcc.dg/2004013-1.c. - debian/patches/m32r-auto.dpatch: Fixed target/26775 target/26776. - debian/rules.patch: Added m32r-remove-addsi3 and m32r-auto.dpatch. Closes: #348972, #367448. * libgcc1: Provide -dcv1 when cross-compiling. Closes: #357658. * Do not build g++ on hppa (ABI incompatible with g++-4.1). * lib64*: Remove references to amd64-libs * Update Pascal to 2.1 20060322. * Fix build error using bison-2.2, build-depend on bison (>= 2.3). Files: 0085d52f8c5fb9b62ede63ec5500ec7b 2313696 devel optional gpc-2.1-3.4_3.4.6-2_hppa.deb 02aa5d495b8b0df3ed8e4b5f5175d142 90410 libdevel optional libg2c0-dev_3.4.6-2_hppa.deb 05243289665f195e7a5e0e0c021368ba 2644028 devel optional gpc-2.1-3.4_3.4.6-2_powerpc.deb 06255f0a6db4cdf2ff06120ccd1d987f 631440 doc optional g77-3.4-doc_3.4.6-2_all.deb 0db0c21d2ff707e90fa279eab6bc5045 65286 libs optional lib64g2c0_3.4.6-2_powerpc.deb 2d494fc23a7e53ab4aa87154aa42a189 1907170 devel optional g77-3.4_3.4.6-2_i386.deb 3553dad4a9113e9000c0827cb3655610 1526046 devel optional gcc-3.4_3.4.6-2_hppa.deb 37652ebfb08a0ce92499ad446426980d 167322 libdevel optional libg2c0-dev_3.4.6-2_powerpc.deb 4927fec3ff31c12bc5be1588085e107f 1989274 devel optional g++-3.4_3.4.6-2_i386.deb 635c59362409d015b0aa1c5a9d61c79e 1273174 libdevel optional libstdc++6-dev_3.4.6-2_i386.deb 700a29574a858f79fd43db7bd8aa5f32 142076 libdevel optional libg2c0-dev_3.4.6-2_i386.deb 767328307cb2d3a17c0a5d88c21d63f2 902726 doc optional gpc-2.1-3.4-doc_3.4.6-2_all.deb 81ed6c580df751888ab72adf40171189 64772 libs optional libg2c0_3.4.6-2_hppa.deb 8e56d2e19da2e4f954d341d728825781 164112 devel optional gcc-3.4-base_3.4.6-2_hppa.deb 916ec65f4b2e4ad875d645bceca3b278 164218 devel optional gcc-3.4-base_3.4.6-2_powerpc.deb 9530bba8696808848d014e1eea42c604 1395474 libdevel optional libstdc++6-dev_3.4.6-2_powerpc.deb 9b6e2d27285d9d7c843116a6580e125a 8648988 doc optional libstdc++6-doc_3.4.6-2_all.deb 9bb2960f39881da262f0453b11c9e416 164168 devel optional gcc-3.4-base_3.4.6-2_i386.deb 9d8c0e01d76a457e0da72bfd7f7c8202 1996626 interpreters optional cpp-3.4_3.4.6-2_powerpc.deb a3aa164538b203e0eb10310c984a6cd6 1745850 interpreters optional cpp-3.4_3.4.6-2_i386.deb a9d48b0937a03eaceae0369898f30723 54920 libs optional libg2c0_3.4.6-2_powerpc.deb ab1f532e8eb6494ca8a9e3dba77158f6 2160308 devel optional g77-3.4_3.4.6-2_powerpc.deb b6110036dd6dc9a9e2f5e4189d8cbfe0 1479556 doc optional gcc-3.4-doc_3.4.6-2_all.deb c8fc1f878db0ee425ccffbfc43becf7e 394102 devel optional gcc-3.4_3.4.6-2.diff.gz cecda1f333936256bf174ffea3ded16e 9325428 libdevel extra libstdc++6-dbg_3.4.6-2_powerpc.deb d6f9ad06c55301c998881fc3ad2c1e03 2350860 devel optional gpc-2.1-3.4_3.4.6-2_i386.deb e0a49ab43f6814048cbf608c9c0ff12c 852406 libdevel extra libstdc++6-pic_3.4.6-2_powerpc.deb e1289f6d0ce2ae45dc135264ff92c44f 54622 libs optional lib64g2c0_3.4.6-2_i386.deb e19beeb0d64043df12276d72ab44c5bc 1823942 devel optional g77-3.4_3.4.6-2_hppa.deb c3d02a0702ada1133b8010154a463b08 2064 devel optional gcc-3.4_3.4.6-2.dsc e472f2c4454d78bec52c82c4aab9d37d 182526 doc optional cpp-3.4-doc_3.4.6-2_all.deb e6932e46f4dce8133f4955b020439c60 758014 libdevel extra libstdc++6-pic_3.4.6-2_i386.deb e6f447a6e7a89b82f8e91aa50549c5f7 1890760 devel optional gcc-3.4-hppa64_3.4.6-2_hppa.deb e850e20a773d3b546cd91fc11099bea8 8938820 libdevel extra libstdc++6-dbg_3.4.6-2_i386.deb ea9ebe835c000a95cfbbae1ecf02873f 2250568 devel optional g++-3.4_3.4.6-2_powerpc.deb eef9538188fb75e582f8f525db3638c7 1638530 interpreters optional cpp-3.4_3.4.6-2_hppa.deb efa88dc0d13f1bb4e08168a5e4b4999b 1542980 devel optional gcc-3.4_3.4.6-2_i386.deb f90b1a45e23a7ee039ea6a59354b338d 1596184 devel optional gcc-3.4_3.4.6-2_powerpc.deb fe80fa44abef5df11850c5010f1fcb8f 51130 libs optional libg2c0_3.4.6-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEjFG9StlRaw+TLJwRAmRVAJ9X0rujODpSde0O8/EjfljYQFAGPACaAuem J8c1C48ZHxxkHI5JBpuEb80= =OCLJ -----END PGP SIGNATURE-----
--- End Message ---