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

Bug#582787: marked as done (gcc-4.4: [hppa] Test tstdiomisc fails when multiplication of NAN by -1 results in NAN again.)



Your message dated Thu, 03 Jun 2010 05:19:41 +0000
with message-id <E1OK2qD-0003si-G9@ries.debian.org>
and subject line Bug#582787: fixed in gcc-4.5 4.5.0-5
has caused the Debian Bug report #582787,
regarding gcc-4.4: [hppa] Test tstdiomisc fails when multiplication of NAN by -1 results in NAN again.
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.)


-- 
582787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582787
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-4.4
Version: 4.4.4-2


----- Forwarded message from Carlos O'Donell <carlos@systemhalted.org> -----

Date: Sat, 22 May 2010 22:58:18 -0400
From: Carlos O'Donell <carlos@systemhalted.org>
To: John David Anglin <dave.anglin@nrc-cnrc.gc.ca>,
	Debian HPPA Port List <debian-hppa@lists.debian.org>,
	libc-ports@sourceware.org
Subject: Test tstdiomisc fails when multiplication of NAN by -1 results in NAN  again.

Dave,

The following testcase is an example of code used in a glibc testcase.
I'm trying hard to shake out the bugs in the glibc testsuite for
debian, and one testsuite failure looks like a compiler issue.

The expected behaviour is for the testcase to print the raw IEEE754
value of -NAN.

The observed behaviour, when -DALT is on the command line, is that the
testcase prints the incorrect raw value e.g. NAN.

GCC 4.4.3 in debian doesn't compile this code correctly. Could you
have a loot at my analysis and tell me if you have seen this before?

cat >> tst-mul-nan.c <<EOF
#include <stdio.h>
#include <math.h>

#ifdef ALT
volatile double nanval;
#else
#define nanval NAN
#endif

int
main ()
{
#ifdef ALT
  nanval = NAN;
#endif
  printf ("0x%llx\n", -nanval);
  return 0;
}
EOF

gcc -g3 -O0 -save-temps -o test-mul-nan-OK test-mul-nan.c; ./test-mul-nan-OK
0xfff7ffffffffffff

This is the correct result e.g. -NAN. In the correct case the compiler
has already computer -NAN and it's loaded directly from the local
symbol e.g.

.LC1:
        .word   -524289
        .word   -1

This is the case that is not working correctly:

gcc -g3 -O0 -save-temps -DALT -o test-mul-nan-NG test-mul-nan.c;
./test-mul-nan-NG
0x7ff7ffffffffffff

That result is not -NAN, it is NAN. This is incorrect.

In the incorrect compilation the compiler loads NAN from a local constant:

.LC0:
        .word   2146959359
        .word   -1

This is 0x7ff7ffffffffffff e.g. NAN.

Then it loads something which I assume *should* be -1, but isn't:

.LC2:
        .word   -1074790400
        .word   0

What is this value, it's 0xbff0000000000000 e.g. -1.875. Should it be
0xbf80000000000000 e.g. -1.0 exactly, but it's not? Is this a mistake?

In the incorrect case the compiler tries to multiply this value by NAN
to get a result of -NAN.

        addil LR'nanval-$global$,%r27
        copy %r1,%r19
        ldo RR'nanval-$global$(%r19),%r19
        fldds 0(%r19),%fr23
        ldil LR'.LC2,%r19
        ldo RR'.LC2(%r19),%r19
        fldds 0(%r19),%fr22
        fmpy,dbl %fr23,%fr22,%fr22

It seems like it should work (even if fr22 is -1.875), since the sign
of the output NAN is the XOR of the signs of the inputs, therefore "-
XOR + = -" and the the result should be -NAN, but it's not, it's NAN?
Why?

PA-RISC 2.0 Architecture, Floating Coprocessor 8-23 "Operations With
NaNs", and 8-24 "Sign Bit" can be referenced for information on NANs.

After the multiplication fr22 still contains NAN, and that is what is
printed instead of the expected result of -NAN.

Any idea what is going on here? Thanks for your help.

Cheers,
Carlos.

----- End forwarded message -----



--- End Message ---
--- Begin Message ---
Source: gcc-4.5
Source-Version: 4.5.0-5

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

cpp-4.5_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/cpp-4.5_4.5.0-5_amd64.deb
fixincludes_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/fixincludes_4.5.0-5_amd64.deb
g++-4.5-multilib_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/g++-4.5-multilib_4.5.0-5_amd64.deb
g++-4.5_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/g++-4.5_4.5.0-5_amd64.deb
gcc-4.5-base_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/gcc-4.5-base_4.5.0-5_amd64.deb
gcc-4.5-locales_4.5.0-5_all.deb
  to main/g/gcc-4.5/gcc-4.5-locales_4.5.0-5_all.deb
gcc-4.5-multilib_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/gcc-4.5-multilib_4.5.0-5_amd64.deb
gcc-4.5-plugin-dev_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/gcc-4.5-plugin-dev_4.5.0-5_amd64.deb
gcc-4.5-source_4.5.0-5_all.deb
  to main/g/gcc-4.5/gcc-4.5-source_4.5.0-5_all.deb
gcc-4.5_4.5.0-5.diff.gz
  to main/g/gcc-4.5/gcc-4.5_4.5.0-5.diff.gz
gcc-4.5_4.5.0-5.dsc
  to main/g/gcc-4.5/gcc-4.5_4.5.0-5.dsc
gcc-4.5_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/gcc-4.5_4.5.0-5_amd64.deb
gcj-4.5-base_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/gcj-4.5-base_4.5.0-5_amd64.deb
gcj-4.5-jdk_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/gcj-4.5-jdk_4.5.0-5_amd64.deb
gcj-4.5-jre-headless_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/gcj-4.5-jre-headless_4.5.0-5_amd64.deb
gcj-4.5-jre-lib_4.5.0-5_all.deb
  to main/g/gcc-4.5/gcj-4.5-jre-lib_4.5.0-5_all.deb
gcj-4.5-jre_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/gcj-4.5-jre_4.5.0-5_amd64.deb
gcj-4.5-source_4.5.0-5_all.deb
  to main/g/gcc-4.5/gcj-4.5-source_4.5.0-5_all.deb
gfortran-4.5-multilib_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/gfortran-4.5-multilib_4.5.0-5_amd64.deb
gfortran-4.5_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/gfortran-4.5_4.5.0-5_amd64.deb
gobjc++-4.5-multilib_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/gobjc++-4.5-multilib_4.5.0-5_amd64.deb
gobjc++-4.5_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/gobjc++-4.5_4.5.0-5_amd64.deb
gobjc-4.5-multilib_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/gobjc-4.5-multilib_4.5.0-5_amd64.deb
gobjc-4.5_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/gobjc-4.5_4.5.0-5_amd64.deb
lib32gcc1-dbg_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/lib32gcc1-dbg_4.5.0-5_amd64.deb
lib32gcc1_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/lib32gcc1_4.5.0-5_amd64.deb
lib32gfortran3-dbg_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/lib32gfortran3-dbg_4.5.0-5_amd64.deb
lib32gfortran3_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/lib32gfortran3_4.5.0-5_amd64.deb
lib32gomp1-dbg_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/lib32gomp1-dbg_4.5.0-5_amd64.deb
lib32gomp1_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/lib32gomp1_4.5.0-5_amd64.deb
lib32mudflap0-dbg_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/lib32mudflap0-dbg_4.5.0-5_amd64.deb
lib32mudflap0_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/lib32mudflap0_4.5.0-5_amd64.deb
lib32objc2-dbg_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/lib32objc2-dbg_4.5.0-5_amd64.deb
lib32objc2_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/lib32objc2_4.5.0-5_amd64.deb
lib32stdc++6-4.5-dbg_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/lib32stdc++6-4.5-dbg_4.5.0-5_amd64.deb
lib32stdc++6_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/lib32stdc++6_4.5.0-5_amd64.deb
libgcc1-dbg_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libgcc1-dbg_4.5.0-5_amd64.deb
libgcc1_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libgcc1_4.5.0-5_amd64.deb
libgcj-doc_4.5.0-5_all.deb
  to main/g/gcc-4.5/libgcj-doc_4.5.0-5_all.deb
libgcj11-awt_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libgcj11-awt_4.5.0-5_amd64.deb
libgcj11-dbg_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libgcj11-dbg_4.5.0-5_amd64.deb
libgcj11-dev_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libgcj11-dev_4.5.0-5_amd64.deb
libgcj11_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libgcj11_4.5.0-5_amd64.deb
libgfortran3-dbg_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libgfortran3-dbg_4.5.0-5_amd64.deb
libgfortran3_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libgfortran3_4.5.0-5_amd64.deb
libgomp1-dbg_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libgomp1-dbg_4.5.0-5_amd64.deb
libgomp1_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libgomp1_4.5.0-5_amd64.deb
libmudflap0-4.5-dev_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libmudflap0-4.5-dev_4.5.0-5_amd64.deb
libmudflap0-dbg_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libmudflap0-dbg_4.5.0-5_amd64.deb
libmudflap0_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libmudflap0_4.5.0-5_amd64.deb
libobjc2-dbg_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libobjc2-dbg_4.5.0-5_amd64.deb
libobjc2_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libobjc2_4.5.0-5_amd64.deb
libstdc++6-4.5-dbg_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libstdc++6-4.5-dbg_4.5.0-5_amd64.deb
libstdc++6-4.5-dev_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libstdc++6-4.5-dev_4.5.0-5_amd64.deb
libstdc++6-4.5-doc_4.5.0-5_all.deb
  to main/g/gcc-4.5/libstdc++6-4.5-doc_4.5.0-5_all.deb
libstdc++6-4.5-pic_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libstdc++6-4.5-pic_4.5.0-5_amd64.deb
libstdc++6_4.5.0-5_amd64.deb
  to main/g/gcc-4.5/libstdc++6_4.5.0-5_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 582787@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.5 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, 03 Jun 2010 00:44:37 +0200
Source: gcc-4.5
Binary: gcc-4.5-base gcj-4.5-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc4 libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib32gcc1 lib32gcc1-dbg libn32gcc1 libn32gcc1-dbg gcc-4.5 gcc-4.5-multilib gcc-4.5-plugin-dev gcc-4.5-hppa64 gcc-4.5-spu g++-4.5-spu gfortran-4.5-spu cpp-4.5 gcc-4.5-locales g++-4.5 g++-4.5-multilib libmudflap0 libmudflap0-dbg lib32mudflap0 lib32mudflap0-dbg lib64mudflap0 lib64mudflap0-dbg libn32mudflap0 libn32mudflap0-dbg libmudflap0-4.5-dev libgomp1 libgomp1-dbg lib32gomp1 lib32gomp1-dbg lib64gomp1 lib64gomp1-dbg libn32gomp1 libn32gomp1-dbg gobjc++-4.5 gobjc++-4.5-multilib gobjc-4.5 gobjc-4.5-multilib libobjc2 libobjc2-dbg lib64objc2 lib64objc2-dbg lib32objc2 lib32objc2-dbg libn32objc2 libn32objc2-dbg gfortran-4.5 gfortran-4.5-multilib libgfortran3 libgfortran3-dbg lib64gfortran3 lib64gfortran3-dbg lib32gfortran3 lib32gfortran3-dbg libn32gfortran3 libn32gfortran3-dbg gcj-4.5-jdk gcj-4.5-jre-headless gcj-4.5-jre libgcj11 gcj-4.5-jre-lib libgcj11-awt
 libgcj11-dev libgcj11-dbg gcj-4.5-source libgcj-doc libstdc++6 lib32stdc++6 lib64stdc++6 libn32stdc++6 libstdc++6-4.5-dev libstdc++6-4.5-pic libstdc++6-4.5-dbg lib32stdc++6-4.5-dbg lib64stdc++6-4.5-dbg libn32stdc++6-4.5-dbg libstdc++6-4.5-doc gcc-4.5-soft-float fixincludes
 gcc-4.5-source
Architecture: source all amd64
Version: 4.5.0-5
Distribution: experimental
Urgency: low
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 cpp-4.5    - The GNU C preprocessor
 fixincludes - Fix non-ANSI header files
 g++-4.5    - The GNU C++ compiler
 g++-4.5-multilib - The GNU C++ compiler (multilib files)
 g++-4.5-spu - SPU cross-compiler (C++ compiler)
 gcc-4.5    - The GNU C compiler
 gcc-4.5-base - The GNU Compiler Collection (base package)
 gcc-4.5-hppa64 - The GNU C compiler (cross compiler for hppa64)
 gcc-4.5-locales - The GNU C compiler (native language support files)
 gcc-4.5-multilib - The GNU C compiler (multilib files)
 gcc-4.5-plugin-dev - Files for GNU GCC plugin development.
 gcc-4.5-soft-float - The soft-floating-point gcc libraries (arm)
 gcc-4.5-source - Source of the GNU Compiler Collection
 gcc-4.5-spu - SPU cross-compiler (preprocessor and C compiler)
 gcj-4.5-base - The GNU Compiler Collection (gcj base package)
 gcj-4.5-jdk - gcj and classpath development tools for Java(TM)
 gcj-4.5-jre - Java runtime environment using GIJ/classpath
 gcj-4.5-jre-headless - Java runtime environment using GIJ/classpath (headless version)
 gcj-4.5-jre-lib - Java runtime library for use with gcj (jar files)
 gcj-4.5-source - GCJ java sources for use in IDEs like eclipse and netbeans
 gfortran-4.5 - The GNU Fortran 95 compiler
 gfortran-4.5-multilib - The GNU Fortran 95 compiler (multilib files)
 gfortran-4.5-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.5 - The GNU Objective-C++ compiler
 gobjc++-4.5-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-4.5  - The GNU Objective-C compiler
 gobjc-4.5-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
 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)
 lib32objc2 - Runtime library for GNU Objective-C applications (32bit)
 lib32objc2-dbg - Runtime library for GNU Objective-C applications (32 bit debug sy
 lib32stdc++6 - The GNU Standard C++ Library v3 (32 bit Version)
 lib32stdc++6-4.5-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
 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)
 lib64objc2 - Runtime library for GNU Objective-C applications (64bit)
 lib64objc2-dbg - Runtime library for GNU Objective-C applications (64 bit debug sy
 lib64stdc++6 - The GNU Standard C++ Library v3 (64bit)
 lib64stdc++6-4.5-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)
 libgcj-doc - libgcj API documentation and example programs
 libgcj11   - Java runtime library for use with gcj
 libgcj11-awt - AWT peer runtime libraries for use with gcj
 libgcj11-dbg - Debugging symbols for libraries provided in libgcj11-dev
 libgcj11-dev - Java development headers for use with gcj
 libgfortran3 - Runtime library for GNU Fortran applications
 libgfortran3-dbg - Runtime library for GNU Fortran 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.5-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)
 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)
 libn32objc2 - Runtime library for GNU Objective-C applications (n32)
 libn32objc2-dbg - Runtime library for GNU Objective-C applications (n32 debug symbo
 libn32stdc++6 - The GNU Standard C++ Library v3 (n32)
 libn32stdc++6-4.5-dbg - The GNU Standard C++ Library v3 (debugging files)
 libobjc2   - Runtime library for GNU Objective-C applications
 libobjc2-dbg - Runtime library for GNU Objective-C applications (debug symbols)
 libstdc++6 - The GNU Standard C++ Library v3
 libstdc++6-4.5-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.5-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-4.5-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.5-pic - The GNU Standard C++ Library v3 (shared library subset kit)
Closes: 582787
Changes: 
 gcc-4.5 (4.5.0-5) experimental; urgency=low
 .
   * Update to SVN 20100602 (r160097) from the gcc-4_5-branch. Fixes:
     PR target/44338, PR middle-end/44337, PR tree-optimization/44182,
     PR target/44161, PR c++/44358, PR fortran/44360, PR lto/44385.
   * Fix PR target/44261, taken from the trunk. Closes: #582787.
   * Fix passing the expanded -iplugindir option.
   * Disable broken profiled bootstrap on alpha.
   * On ix86, pass -mtune=generic32 in 32bit mode to the assembler, when
     configured for i586-linux-gnu or i686-linux-gnu.
Checksums-Sha1: 
 e2d5772db8de010d09b0b95531f32f7802f68566 4449 gcc-4.5_4.5.0-5.dsc
 8c6b0fdea5b704f55d1a8ca0dec7ac6ae6b2dae3 3072456 gcc-4.5_4.5.0-5.diff.gz
 f3e38bb848c216851d8a9e2bb9265478af02df4f 54869490 gcc-4.5-source_4.5.0-5_all.deb
 bd31079840a7ccee848c7cf6c6ea48c07e82fe2b 10478236 gcj-4.5-jre-lib_4.5.0-5_all.deb
 1609eebad5d2cc01ba889a252583a35e937ea3a4 12328916 gcj-4.5-source_4.5.0-5_all.deb
 c1f2a237b99e66afe98593b8e44a13eb05546e60 43820050 libgcj-doc_4.5.0-5_all.deb
 2edf2f7821a61f26c22212d773c797907add5086 3553714 libstdc++6-4.5-doc_4.5.0-5_all.deb
 39a1e97bc7b83506f8b792e00249648e9cd65c21 2310196 gcc-4.5-locales_4.5.0-5_all.deb
 a8272d7e29ad95bb10161e58c2f315d46c53b7b5 117010 gcc-4.5-base_4.5.0-5_amd64.deb
 9a6cdadd0092228ec800469f6ceb40435c9798b5 43514 libgcc1_4.5.0-5_amd64.deb
 2ce1a098652c27803729371c2fdef3867cd1f683 98008 libgcc1-dbg_4.5.0-5_amd64.deb
 d954092f647f87b867178d6d54ec39be9d1c56b3 52292 lib32gcc1_4.5.0-5_amd64.deb
 a598a94c1d4e0a9d26de1990abec65f6e2f931aa 100700 lib32gcc1-dbg_4.5.0-5_amd64.deb
 a481fe734d7524dbe87c9b78a99b675d1ee83218 25760 libgomp1_4.5.0-5_amd64.deb
 7547d21347158b16fe946fce431d966c68f35238 64870 libgomp1-dbg_4.5.0-5_amd64.deb
 f0f36b7236679aecd2e3db0ebc38209e0913cbb2 24268 lib32gomp1_4.5.0-5_amd64.deb
 34a9daf3fe7b40bdaa0f70e561db5d1cbbcbf190 68268 lib32gomp1-dbg_4.5.0-5_amd64.deb
 cbb2935f48e232846b67789ca1f82907cf7ac765 5220920 cpp-4.5_4.5.0-5_amd64.deb
 35bb7e83e476a2ab83e1e150f07bac55a142b3a7 65066 fixincludes_4.5.0-5_amd64.deb
 b165e15a128796939bf44ae14aa63f073f004140 214334 libmudflap0-4.5-dev_4.5.0-5_amd64.deb
 c9cdcdbf4990c98834de156d055002d388508d0c 98880 libmudflap0_4.5.0-5_amd64.deb
 4b5e57b6ca67de08ab9e50d141f348c4b53e2c92 136104 libmudflap0-dbg_4.5.0-5_amd64.deb
 fff96b277f11f5d6b29565973f65205f92e786ba 81794 lib32mudflap0_4.5.0-5_amd64.deb
 c57bfe5f6c50e90ac851dfa1c17d48b8f73a043a 127284 lib32mudflap0-dbg_4.5.0-5_amd64.deb
 9d1ccba2e6e569e8c197fc94d8bd818f7cbbce26 868 gobjc++-4.5-multilib_4.5.0-5_amd64.deb
 1548e1d941d7ac0aa286bf5c4ed057a0a63db951 5954882 gobjc++-4.5_4.5.0-5_amd64.deb
 9bb5aad6f4baf895afa25ac3929249b5b99fd9e8 178830 gobjc-4.5-multilib_4.5.0-5_amd64.deb
 b627aeee6a73ae97d97ee9e3783b9253ac12a7e0 5400740 gobjc-4.5_4.5.0-5_amd64.deb
 a2e92df0113d7c4edcf972d688c2a27b3c90e69e 167482 libobjc2_4.5.0-5_amd64.deb
 9de558556ec2a452a8fc94faa04d4aee2223a0fb 333268 libobjc2-dbg_4.5.0-5_amd64.deb
 36d4cfceb9a336d5637d8d165a816b79146ab071 162726 lib32objc2_4.5.0-5_amd64.deb
 917b991d93cb8ea4b9139c61e530708a45802652 304262 lib32objc2-dbg_4.5.0-5_amd64.deb
 79fa0291f5008d6c6d0d3928d55acfefaa604526 113446 gcj-4.5-base_4.5.0-5_amd64.deb
 3ae1aac0eb77d71ea39947f7d6fef1f15bb1b52f 49324 gcj-4.5-jre-headless_4.5.0-5_amd64.deb
 29b613d3cfae049ec02db199fb8eede3035d2ba6 13708836 libgcj11_4.5.0-5_amd64.deb
 f8495f4975d51a6589c7358ae9d6c1398bf390cc 83288 libgcj11-awt_4.5.0-5_amd64.deb
 93a51a42e354eff9a16c03dde49908c121018bf3 1008 gcj-4.5-jre_4.5.0-5_amd64.deb
 f0a0519d8200ec60322ae5b8055d5bd303cef1b9 765452 libgcj11-dev_4.5.0-5_amd64.deb
 3aa45438a9fa40d459f458a576cdd1a28e0be005 25570184 libgcj11-dbg_4.5.0-5_amd64.deb
 b39bf76f706e538a0c6289ffe54ad2b04d81a559 5427186 gcj-4.5-jdk_4.5.0-5_amd64.deb
 8f8b39bcf2ed4f76f1919a3d33472f8fd0481af2 1006792 g++-4.5-multilib_4.5.0-5_amd64.deb
 8e635f04e5d3a03a1454f3bf956750581a3af082 7568464 g++-4.5_4.5.0-5_amd64.deb
 d8e6cc7471181801a7c9cd1b2d189e9ab8265a98 337214 libstdc++6_4.5.0-5_amd64.deb
 a3c5f44a1f105d116ede23ef4a8a5bb0de447a07 344948 lib32stdc++6_4.5.0-5_amd64.deb
 bde2e198a21eb644437ecb32f013db4c8b1102f7 6641082 lib32stdc++6-4.5-dbg_4.5.0-5_amd64.deb
 c4d4c3337fbf386549d25af86782196ed61e634d 1613100 libstdc++6-4.5-dev_4.5.0-5_amd64.deb
 1f61e6ede40e658f5872db6b8c03e72405480e13 508024 libstdc++6-4.5-pic_4.5.0-5_amd64.deb
 7f7502f942897477f4275a84ad96c40671fbcdbc 4271480 libstdc++6-4.5-dbg_4.5.0-5_amd64.deb
 da28074ff7ed7ba531d9e1ed4d3dae9da58fc9f5 289176 libgfortran3_4.5.0-5_amd64.deb
 1d0dfc8a21bfc2fd7318cf182ad70702d761ab35 696228 libgfortran3-dbg_4.5.0-5_amd64.deb
 f724a7f7fdfac2fdb0669c100796ed5ff814a271 244164 lib32gfortran3_4.5.0-5_amd64.deb
 1e12597e4093052242428df915e8737f44291df7 522340 lib32gfortran3-dbg_4.5.0-5_amd64.deb
 cfdb0498fc987d570d83f2a0fcb8c88e8efb64ef 293292 gfortran-4.5-multilib_4.5.0-5_amd64.deb
 c5b579b693d0821c0d42a958373b0721b7da40e7 5820096 gfortran-4.5_4.5.0-5_amd64.deb
 6d374a26f8705c61f98d61a785e5fe2c4b684258 2326362 gcc-4.5-multilib_4.5.0-5_amd64.deb
 32cb80443fe4f4bb762d1c1253040250f84ec0f1 585726 gcc-4.5-plugin-dev_4.5.0-5_amd64.deb
 42290fd141be7cbe48936cd5783302d2ae6ba89c 7562546 gcc-4.5_4.5.0-5_amd64.deb
Checksums-Sha256: 
 bcaa281809d62e7786faf6fd85d68140f86ae59b1a1f954e3fb23bcc9a6ab344 4449 gcc-4.5_4.5.0-5.dsc
 e399d8081836afe4858a0bd745b528cb58a9780c2144175b739ad2254ec08598 3072456 gcc-4.5_4.5.0-5.diff.gz
 ca2d3201c14ee62938a5711f7564c502ec1480392c3f771e1aa1d6d665625aec 54869490 gcc-4.5-source_4.5.0-5_all.deb
 34fef5766aba50c4e29a3e0d14c7cf73b874a5f4bcb3162aaf6337505785c5cd 10478236 gcj-4.5-jre-lib_4.5.0-5_all.deb
 9ead7abc8fea040a3b7f7dd8c7ac31b6464215b37e0c3f45ba9ed9b87670d599 12328916 gcj-4.5-source_4.5.0-5_all.deb
 a929256f86c59f1aad69320e72286c744ea3e5777aec7ac5c4765e238a1a043b 43820050 libgcj-doc_4.5.0-5_all.deb
 dfe53c6e459c394cafc6b26afe879de3d6d8228129f0f8cf6a905617ebfdbcce 3553714 libstdc++6-4.5-doc_4.5.0-5_all.deb
 f0c7b3a6dff93718505f54f457ec2841661758067e372a4bf50fffdb2e45a69b 2310196 gcc-4.5-locales_4.5.0-5_all.deb
 93fd1439fddaae6afbd0dc5bcbe4771c6dc8a85640bf1c00e8aad4da5269a8ae 117010 gcc-4.5-base_4.5.0-5_amd64.deb
 835ca405f6ff525262795b175c2d4a987bdaac1ee6564c8d502eb9001f4e63e8 43514 libgcc1_4.5.0-5_amd64.deb
 4d2c12a73b38b49b8a981b46407010ff3de644bc060f2a5aecf0ab84e88b083a 98008 libgcc1-dbg_4.5.0-5_amd64.deb
 bee60bec484f7354ef8d42977686afdb9403388ee379353b839b969b010f0e0e 52292 lib32gcc1_4.5.0-5_amd64.deb
 13d0711dd63d8a2ddccee1d003536c7b0b809857c620c5cc8f9cca07771d172b 100700 lib32gcc1-dbg_4.5.0-5_amd64.deb
 5ee11d2d5682d2c92e0fd6ebf9d5ccf27263a5254ba033f3b6fe55fa14feb851 25760 libgomp1_4.5.0-5_amd64.deb
 a30909cec927249a581020b90c4b7c9a86e887df2c4cd95a8c68673756fb47fd 64870 libgomp1-dbg_4.5.0-5_amd64.deb
 a1e1766adae38875f30950df96eccac2f93bbe2e6c7a450ff6bb3c04aa9b7785 24268 lib32gomp1_4.5.0-5_amd64.deb
 0a7bc486746b386582a67fff24c0492e7e41e672fc58133e5a21908df82b4a2c 68268 lib32gomp1-dbg_4.5.0-5_amd64.deb
 4cfbf1cd987fead9a7dae2178f8830d5b740759184f844a2a4ce8f5240a3cd93 5220920 cpp-4.5_4.5.0-5_amd64.deb
 e09f2c663780c8f244e9a1b044ad2df0dcd44561e2971ded733576e9fea9709f 65066 fixincludes_4.5.0-5_amd64.deb
 e0464fc70036246169f31fd38f8b58bc182e29c072bef4dfe4eb73bd55040686 214334 libmudflap0-4.5-dev_4.5.0-5_amd64.deb
 897293c877e3d3a7c3be0dcebf532748213b0eefa8715d3f3a449a3454614752 98880 libmudflap0_4.5.0-5_amd64.deb
 22914b20a86cceb67f728d8c90bcec9ab7eb0ead46e3c2e89a136f93bcb4e025 136104 libmudflap0-dbg_4.5.0-5_amd64.deb
 62f547e951f50c333dcc0a55353834469b41cb9d129742911c7b2b2552009e74 81794 lib32mudflap0_4.5.0-5_amd64.deb
 85ca3e5df36cb530ce59fab55bf85d110ca59b8e1875a02ea08c53b5c6d46cd2 127284 lib32mudflap0-dbg_4.5.0-5_amd64.deb
 c1436609b2c29081ec9d7ac881087953a5639ebd04e1b18feb56238ab776f90f 868 gobjc++-4.5-multilib_4.5.0-5_amd64.deb
 a455c9efbe5e11966fede2bc24ad3b4be0d95a3e6da044360e305884cf55a65f 5954882 gobjc++-4.5_4.5.0-5_amd64.deb
 d9d857295744b8ef3eb4606669d03869b2355902023e83db02e4b98ffebf5637 178830 gobjc-4.5-multilib_4.5.0-5_amd64.deb
 9e0a8c1a26f778937785e771560dbb23d51bf78ca6cb7c0ceaa68d349d596e3d 5400740 gobjc-4.5_4.5.0-5_amd64.deb
 577b18eeaa66b2b47a6cea5a66938efbcabf6b4eb4be666608382a6d6a348e07 167482 libobjc2_4.5.0-5_amd64.deb
 137a05033a73b7e1489ba585d1134d6f0264a44e03d541bbbcf297bbfb963bfb 333268 libobjc2-dbg_4.5.0-5_amd64.deb
 9c172f6708ed8c042fb6dfceb838192bdb044f5c44685a78ddfbae282c761ede 162726 lib32objc2_4.5.0-5_amd64.deb
 4fa2fa687ae7a8c39288ccd8d97d4ee6ff0ce164fc0800b8dd7685fcfcc992e8 304262 lib32objc2-dbg_4.5.0-5_amd64.deb
 24466f44f0bc25529216318d0271769be5847eebd4b5d6a1c04b4c111e3314c7 113446 gcj-4.5-base_4.5.0-5_amd64.deb
 7ece62d45514584e2b82b8176f098fd8f87597944b8cd9b10687f2ee027ac79a 49324 gcj-4.5-jre-headless_4.5.0-5_amd64.deb
 6999b6395d8c13224c160406315396dd5618d9f62f94bc7e21a94dba5d118e7e 13708836 libgcj11_4.5.0-5_amd64.deb
 bc44c1bd3db7642e5fc54dec9b8248e355af52bfc8bb7ef7e54cf3ba33b72722 83288 libgcj11-awt_4.5.0-5_amd64.deb
 a014d869a62f75a20591c36525b4e02d6e6ffa85642c3d60f4498b4ff9038c28 1008 gcj-4.5-jre_4.5.0-5_amd64.deb
 6108a5d062808f5cf516f725402d1712dc4f30fa28ee586737787985b444dc23 765452 libgcj11-dev_4.5.0-5_amd64.deb
 fc51abdb4ccb2bac8a233eb11fa33285ea857454a83aba8fe8970ae6a1140239 25570184 libgcj11-dbg_4.5.0-5_amd64.deb
 e513ae548beb3f442fe4db0cab9a616cd3e0718ffd2cdb663fc1031bff44982e 5427186 gcj-4.5-jdk_4.5.0-5_amd64.deb
 feb9517ac4a862d572b411b836bd234293199c8402e3444b2d1eec84e29bd7b2 1006792 g++-4.5-multilib_4.5.0-5_amd64.deb
 a9c37bf931622548f22f9a10b9c7c374b7429708e07225a0dba221dbf24a895f 7568464 g++-4.5_4.5.0-5_amd64.deb
 0c6082cc2de1486563a0f8c20b4d4aedc8eda0a1feccf3b0a1e1b284d437ac05 337214 libstdc++6_4.5.0-5_amd64.deb
 470a890c1299e55ed21249f10faeab3f087eea63416715c962de2c2c95e882ce 344948 lib32stdc++6_4.5.0-5_amd64.deb
 f33271ee4004ff279facfa6e5eff2e67ce43b8db5a7c79a1f4bf13ed90aa85d8 6641082 lib32stdc++6-4.5-dbg_4.5.0-5_amd64.deb
 4cd180f6463e1c96598408e84e47e9fb3dc13de1a8d0d072237036effa5389c5 1613100 libstdc++6-4.5-dev_4.5.0-5_amd64.deb
 660025c623c837f85ba697a6b5138b0c13ef884851a16d7c43b2826003f0eebb 508024 libstdc++6-4.5-pic_4.5.0-5_amd64.deb
 4ee7d03bbdb0345c35a4cbd83746ee8712b9092e03bb9e4f215d05c99783d021 4271480 libstdc++6-4.5-dbg_4.5.0-5_amd64.deb
 9194f02512e8bc8fdb5c7fbc370e78beb5de13ed6eff407a3d89209fb80d4690 289176 libgfortran3_4.5.0-5_amd64.deb
 9dc2deb69ff952d271c2118a38821627fc56be1c95db18f9a1c3466f4e5a5b78 696228 libgfortran3-dbg_4.5.0-5_amd64.deb
 18493f24f3ac01c688b50b7447da29977a8a96b3e17b94ade692f62e59fdb73c 244164 lib32gfortran3_4.5.0-5_amd64.deb
 808aca17d984c5e87c026d8bfd7e29a60c76ecec12d5e7489ee7846f126cd864 522340 lib32gfortran3-dbg_4.5.0-5_amd64.deb
 964b4f05c6d3cb82b512e6a2149f2c03a2446b6b9554056a27904699502401e3 293292 gfortran-4.5-multilib_4.5.0-5_amd64.deb
 468cb0ae56bba340a96e451284ea5d4e6d88a45bb222c531207f695e3274f6c6 5820096 gfortran-4.5_4.5.0-5_amd64.deb
 f4b4a1ec8476accea4d8438db44fe0e8ff53f322a1ded446c085568141742e88 2326362 gcc-4.5-multilib_4.5.0-5_amd64.deb
 e7a7dd810c073c0de85db0cb7b0dc261a1b603ae1239b1bd6a93c5d1a4f7b417 585726 gcc-4.5-plugin-dev_4.5.0-5_amd64.deb
 44d4cf128bf3b472ba5209ac783b1fca78b29ad136930d10dfd536122bf132aa 7562546 gcc-4.5_4.5.0-5_amd64.deb
Files: 
 0d0692b827fc860dd290a63fa835cdf5 4449 devel optional gcc-4.5_4.5.0-5.dsc
 bb63e75ccd707881285c3e7ab2905409 3072456 devel optional gcc-4.5_4.5.0-5.diff.gz
 653773a6f1866c2b4b08217366bbbee6 54869490 devel optional gcc-4.5-source_4.5.0-5_all.deb
 89271474c1d9c08fd6b3fa9ad93f525a 10478236 java optional gcj-4.5-jre-lib_4.5.0-5_all.deb
 754ee32732a4e98b9afa5be00282f485 12328916 java optional gcj-4.5-source_4.5.0-5_all.deb
 9e1ba26a1f37362b7b15338c29524976 43820050 doc optional libgcj-doc_4.5.0-5_all.deb
 2fe91f3bb932700b406ba06a711b796c 3553714 doc optional libstdc++6-4.5-doc_4.5.0-5_all.deb
 65a36c4f0bb64af5994b216d0c5722fc 2310196 devel optional gcc-4.5-locales_4.5.0-5_all.deb
 30ef6b0581b356013e81478842bf0a6f 117010 libs required gcc-4.5-base_4.5.0-5_amd64.deb
 017dfeaada89bd456536325063c30065 43514 libs required libgcc1_4.5.0-5_amd64.deb
 f89d67c3d92687f22f8f727335d8eb57 98008 debug extra libgcc1-dbg_4.5.0-5_amd64.deb
 dfd78386b26b18c65a9025b4740f9f9e 52292 libs extra lib32gcc1_4.5.0-5_amd64.deb
 dee7591bdf80f5e0acd03f21eb6f2674 100700 debug extra lib32gcc1-dbg_4.5.0-5_amd64.deb
 d50b95113d1f1e8d13221c14725f8e8c 25760 libs optional libgomp1_4.5.0-5_amd64.deb
 aed76b81a545e515a1e2281ea7e59a50 64870 debug extra libgomp1-dbg_4.5.0-5_amd64.deb
 d0633089f6242550ba6ff505ca572804 24268 libs optional lib32gomp1_4.5.0-5_amd64.deb
 8e988e2fb785f87d4e1463e3885c2c88 68268 debug extra lib32gomp1-dbg_4.5.0-5_amd64.deb
 4e91ffbfc91179b711501fa9c456c7b5 5220920 interpreters optional cpp-4.5_4.5.0-5_amd64.deb
 7f12ca70b38be85d0692ef62506d78dc 65066 devel optional fixincludes_4.5.0-5_amd64.deb
 2732c8f423ac7191689efb72df7002ff 214334 libdevel optional libmudflap0-4.5-dev_4.5.0-5_amd64.deb
 2b9d9f0f364628d2ef7a80a66e435d1c 98880 libs optional libmudflap0_4.5.0-5_amd64.deb
 0ed4b01048b0f9986f79e2ba47943df5 136104 debug extra libmudflap0-dbg_4.5.0-5_amd64.deb
 ee6e3380fd3a332908f000f721f184ae 81794 libs optional lib32mudflap0_4.5.0-5_amd64.deb
 42672d65cf7a8b5f4f3854449dc094ce 127284 debug extra lib32mudflap0-dbg_4.5.0-5_amd64.deb
 95e3ccef3c39b67a7730ef2a585af2a5 868 devel optional gobjc++-4.5-multilib_4.5.0-5_amd64.deb
 efa861bd8101c46a3e878458e8436035 5954882 devel optional gobjc++-4.5_4.5.0-5_amd64.deb
 459e3b3b773a5608756aa4925aa3f38c 178830 devel optional gobjc-4.5-multilib_4.5.0-5_amd64.deb
 04f2d979a39d3de871b3c2e38f8b62eb 5400740 devel optional gobjc-4.5_4.5.0-5_amd64.deb
 cfbcaea2ab3b6dfe42e20c8a9ea3e119 167482 libs optional libobjc2_4.5.0-5_amd64.deb
 0e18df02a016446f1b7daef4a6967e61 333268 debug extra libobjc2-dbg_4.5.0-5_amd64.deb
 7bda04f5f0f258d83e7ac1decd634ece 162726 libs optional lib32objc2_4.5.0-5_amd64.deb
 152987c4ee8eed1e3ca1a3b0c673d183 304262 debug extra lib32objc2-dbg_4.5.0-5_amd64.deb
 c442f9e81997e19521f425750457a13a 113446 libs optional gcj-4.5-base_4.5.0-5_amd64.deb
 839db402c0c1ec1e85c37d64a82c0e08 49324 java optional gcj-4.5-jre-headless_4.5.0-5_amd64.deb
 753a8bbec7c335ab05053210f0315b7d 13708836 libs optional libgcj11_4.5.0-5_amd64.deb
 e054386544c9449e282791e7381fe0ea 83288 libs optional libgcj11-awt_4.5.0-5_amd64.deb
 c0358fedfa7401792c5893dd313ce5c2 1008 java optional gcj-4.5-jre_4.5.0-5_amd64.deb
 a63e7f17ffcac79ffffa1d767a681019 765452 libdevel optional libgcj11-dev_4.5.0-5_amd64.deb
 235dab28887cd8b5652b9ca890a6185a 25570184 debug extra libgcj11-dbg_4.5.0-5_amd64.deb
 9cc7e0464312f41398cf902ac7d8e43a 5427186 java optional gcj-4.5-jdk_4.5.0-5_amd64.deb
 86c4905c5aee2f1376ab521b33f05239 1006792 devel optional g++-4.5-multilib_4.5.0-5_amd64.deb
 82b95c28c68e56c44bd43cf30390bd86 7568464 devel optional g++-4.5_4.5.0-5_amd64.deb
 be01edc8e69a1a56bd84aa8ff06da493 337214 libs required libstdc++6_4.5.0-5_amd64.deb
 815079713ca7fd19fec976ff26a0de0a 344948 libs extra lib32stdc++6_4.5.0-5_amd64.deb
 68a199adbdbb28727b31e5ce2a54003e 6641082 debug extra lib32stdc++6-4.5-dbg_4.5.0-5_amd64.deb
 87322f5965131119e0c9af2b078aa5f9 1613100 libdevel optional libstdc++6-4.5-dev_4.5.0-5_amd64.deb
 75591fc1ce12ff6bc611f5f54f063d76 508024 libdevel extra libstdc++6-4.5-pic_4.5.0-5_amd64.deb
 4510dd2554c59b451ed740e3974a5773 4271480 debug extra libstdc++6-4.5-dbg_4.5.0-5_amd64.deb
 c990083f26c6c375d250abd69dcafd16 289176 libs optional libgfortran3_4.5.0-5_amd64.deb
 a2d839ce1921220153168760ec0c7e65 696228 debug extra libgfortran3-dbg_4.5.0-5_amd64.deb
 9a6af17811cc0aad909e445437233728 244164 libs optional lib32gfortran3_4.5.0-5_amd64.deb
 3a2b4667a1d471dcb66af5ea6fbb1c7a 522340 debug extra lib32gfortran3-dbg_4.5.0-5_amd64.deb
 219df0818876477b90a2037cabb4d225 293292 devel optional gfortran-4.5-multilib_4.5.0-5_amd64.deb
 6c1f584e9fe13ca8475393d72443a985 5820096 devel optional gfortran-4.5_4.5.0-5_amd64.deb
 9e9bcbd9b2cb93e5408bc5d3c2710999 2326362 devel optional gcc-4.5-multilib_4.5.0-5_amd64.deb
 dd94586e6e3889b187cc79448f3a1832 585726 devel optional gcc-4.5-plugin-dev_4.5.0-5_amd64.deb
 3ad9adac97a339db9d1c59da8edfebaf 7562546 devel optional gcc-4.5_4.5.0-5_amd64.deb

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

iEYEARECAAYFAkwHLTsACgkQStlRaw+TLJwcCQCfYMvpOu/ULLKlRCtoaFbjo+v7
XREAoKQGHyqsDY5plLGr1J/Vro6PDryH
=gFzi
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: