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

Bug#166143: marked as done ([PR 8601] strlen/template interaction causes ICE)



Your message dated Tue, 31 Dec 2002 11:02:52 -0500
with message-id <E18TOqy-0006d6-00@auric.debian.org>
and subject line Bug#166143: fixed in gcc-3.2 1:3.2.2ds3-0pre3
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 24 Oct 2002 05:24:32 +0000
>From martind@bluearc.com Thu Oct 24 00:24:31 2002
Return-path: <martind@bluearc.com>
Received: from mailgate.terastack.com (mail.synaxia.com) [195.173.195.66] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 184aTv-0007bD-00; Thu, 24 Oct 2002 00:24:31 -0500
Received: from ukexchange.synaxia.com (unverified) by mail.synaxia.com
 (Content Technologies SMTPRS 4.2.5) with ESMTP id <T5e217c8562c0a800030ff@mail.synaxia.com> for <submit@bugs.debian.org>;
 Thu, 24 Oct 2002 06:25:34 +0100
Received: from trevithick.dev.bluearc.com (TREVITHICK [10.1.16.8]) by ukexchange.synaxia.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id VP3Z0V1T; Thu, 24 Oct 2002 06:24:51 +0100
Received: from martind by trevithick.dev.bluearc.com with local (Exim 3.36 #1 (Debian))
	id 184aTP-0001jT-00; Thu, 24 Oct 2002 06:23:59 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Martin Dorey <martin.dorey@bluearc.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: g++-3.2: strlen/template interaction causes ICE
X-Mailer: reportbug 2.8
Date: Thu, 24 Oct 2002 06:23:59 +0100
Message-Id: <E184aTP-0001jT-00@trevithick.dev.bluearc.com>
Sender: Martin Dorey <martind@bluearc.com>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-2.6 required=5.0
	tests=EXCUSE_16,SPAM_PHRASE_01_02,SUPERLONG_LINE
	version=2.41
X-Spam-Level: 

Package: g++-3.2
Version: 1:3.2.1-0pre4
Severity: normal

Bang uptodate Debian testing/unstable g++-3.2 ICEs on this code.  Interestingly, it's already started generating the .s file.  Dude on the gcc bug list said to send it your way:

From: Andrew Pinski <pinskia@physics.uc.edu>
To: martin.dorey@bluearc.com
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c++/8332: strlen/template interaction causes ICE
Date: Wed, 23 Oct 2002 22:05:18 -0700

 This works fine for me on gcc 3.3 i686-pc-linux-gnu.
 It also works on gcc 3.1.1, so it looks like a Debian specific bug, 
 report it to them.
 
 Thanks,
 Andrew Pinski

# 1 "playpen.cpp"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "playpen.cpp"

template <typename A1>
void monk2 (A1) {}


unsigned int strlen (const char*);

void monk ()
{
  monk2 (strlen (""));
}

+ g++-3.2 -v -g -W -Wall -pedantic -c playpen.cpp -o playpen.o --save-temps
Reading specs from /usr/lib/gcc-lib/i386-linux/3.2.1/specs
Configured with: /mnt/data/gcc-3.1/gcc-3.2-3.2.1ds3/src/configure -v --enable-languages=c,c++,java,f77,proto,objc,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.2 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-java-gc=boehm --enable-objc-gc i386-linux
Thread model: posix
gcc version 3.2.1 20021020 (Debian prerelease)
/usr/lib/gcc-lib/i386-linux/3.2.1/cpp0 -lang-c++ -D__GNUG__=3 -D__DEPRECATED -D__EXCEPTIONS -v -D__GNUC__=3 -D__GNUC_MINOR__=2 -D__GNUC_PATCHLEVEL__=1 -D__GXX_ABI_VERSION=102 -D__ELF__ -Dunix -D__gnu_linux__ -Dlinux -D__ELF__ -D__unix__ -D__gnu_linux__ -D__linux__ -D__unix -D__linux -Asystem=posix -D__NO_INLINE__ -D__STDC_HOSTED__=1 -D_GNU_SOURCE -Acpu=i386 -Amachine=i386 -Di386 -D__i386 -D__i386__ -D__tune_i386__ playpen.cpp -W -Wall -pedantic playpen.ii
GNU CPP version 3.2.1 20021020 (Debian prerelease) (cpplib) (i386 Linux/ELF)
ignoring nonexistent directory "/usr/i386-linux/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/include/c++/3.2
/usr/include/c++/3.2/i386-linux
/usr/include/c++/3.2/backward
/usr/local/include
/usr/lib/gcc-lib/i386-linux/3.2.1/include
/usr/include
End of search list.
/usr/lib/gcc-lib/i386-linux/3.2.1/cc1plus -fpreprocessed playpen.ii -quiet -dumpbase playpen.cpp -g -W -Wall -pedantic -version -o playpen.s
GNU CPP version 3.2.1 20021020 (Debian prerelease) (cpplib) (i386 Linux/ELF)
GNU C++ version 3.2.1 20021020 (Debian prerelease) (i386-linux)
        compiled by GNU C version 3.2.1 20021020 (Debian prerelease).
playpen.cpp: In function `void monk()':
playpen.cpp:10: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL: http://www.gnu.org/software/gcc/bugs.html> for instructions.

        .file   "playpen.cpp"
        .file 1 "playpen.cpp"
        .section        .debug_abbrev,"",@progbits
.Ldebug_abbrev0:
        .section        .debug_info,"",@progbits
.Ldebug_info0:
        .section        .debug_line,"",@progbits
.Ldebug_line0:
        .text
.Ltext0:


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux trevithick 2.4.16 #2 Mon Dec 10 15:54:50 GMT 2001 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages g++-3.2 depends on:
ii  gcc-3.2                    1:3.2.1-0pre4 The GNU C compiler.
ii  gcc-3.2-base               1:3.2.1-0pre4 The GNU Compiler Collection (base 
ii  libc6                      2.3.1-3       GNU C Library: Shared libraries an
ii  libstdc++5-dev             1:3.2.1-0pre4 The GNU stdc++ library version 3 (

-- no debconf information



*********************************************************************
This e-mail and any attachment is confidential. It may only be read, copied and used by the intended recipient(s). If you are not the intended recipient(s), you may not copy, use, distribute, forward, store or disclose this e-mail or any attachment. If you are not the intended recipient(s) or have otherwise received this e-mail in error, you should destroy it and any attachment and notify the sender by reply e-mail or send a message to sysadmin@bluearc.com
*********************************************************************


---------------------------------------
Received: (at 166143-close) by bugs.debian.org; 31 Dec 2002 16:05:13 +0000
>From katie@auric.debian.org Tue Dec 31 10:05:13 2002
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18TOtF-0005rE-00; Tue, 31 Dec 2002 10:05:13 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 18TOqy-0006d6-00; Tue, 31 Dec 2002 11:02:52 -0500
From: Matthias Klose <doko@debian.org>
To: 166143-close@bugs.debian.org
X-Katie: $Revision: 1.29 $
Subject: Bug#166143: fixed in gcc-3.2 1:3.2.2ds3-0pre3
Message-Id: <E18TOqy-0006d6-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Tue, 31 Dec 2002 11:02:52 -0500
Delivered-To: 166143-close@bugs.debian.org

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

cpp-3.2-doc_3.2.2-0pre3_all.deb
  to pool/main/g/gcc-3.2/cpp-3.2-doc_3.2.2-0pre3_all.deb
cpp-3.2_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/cpp-3.2_3.2.2-0pre3_i386.deb
fastjar_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/fastjar_3.2.2-0pre3_i386.deb
fixincludes_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/fixincludes_3.2.2-0pre3_i386.deb
g++-3.2_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/g++-3.2_3.2.2-0pre3_i386.deb
g77-3.2-doc_3.2.2-0pre3_all.deb
  to pool/main/g/gcc-3.2/g77-3.2-doc_3.2.2-0pre3_all.deb
g77-3.2_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/g77-3.2_3.2.2-0pre3_i386.deb
gcc-3.2-base_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/gcc-3.2-base_3.2.2-0pre3_i386.deb
gcc-3.2-doc_3.2.2-0pre3_all.deb
  to pool/main/g/gcc-3.2/gcc-3.2-doc_3.2.2-0pre3_all.deb
gcc-3.2_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/gcc-3.2_3.2.2-0pre3_i386.deb
gcc-3.2_3.2.2ds3-0pre3.diff.gz
  to pool/main/g/gcc-3.2/gcc-3.2_3.2.2ds3-0pre3.diff.gz
gcc-3.2_3.2.2ds3-0pre3.dsc
  to pool/main/g/gcc-3.2/gcc-3.2_3.2.2ds3-0pre3.dsc
gcc-3.2_3.2.2ds3.orig.tar.gz
  to pool/main/g/gcc-3.2/gcc-3.2_3.2.2ds3.orig.tar.gz
gcj-3.2_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/gcj-3.2_3.2.2-0pre3_i386.deb
gij-3.2_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/gij-3.2_3.2.2-0pre3_i386.deb
gnat-3.2-doc_3.2.2-0pre3_all.deb
  to pool/main/g/gcc-3.2/gnat-3.2-doc_3.2.2-0pre3_all.deb
gnat-3.2_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/gnat-3.2_3.2.2-0pre3_i386.deb
gobjc-3.2_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/gobjc-3.2_3.2.2-0pre3_i386.deb
gpc-2.1-3.2-doc_3.2.2.20021128-0pre3_all.deb
  to pool/main/g/gcc-3.2/gpc-2.1-3.2-doc_3.2.2.20021128-0pre3_all.deb
gpc-2.1-3.2_3.2.2.20021128-0pre3_i386.deb
  to pool/main/g/gcc-3.2/gpc-2.1-3.2_3.2.2.20021128-0pre3_i386.deb
libffi2-dev_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/libffi2-dev_3.2.2-0pre3_i386.deb
libffi2_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/libffi2_3.2.2-0pre3_i386.deb
libg2c0_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/libg2c0_3.2.2-0pre3_i386.deb
libgcc1_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/libgcc1_3.2.2-0pre3_i386.deb
libgcj-common_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/libgcj-common_3.2.2-0pre3_i386.deb
libgcj3-dev_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/libgcj3-dev_3.2.2-0pre3_i386.deb
libgcj3_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/libgcj3_3.2.2-0pre3_i386.deb
libgnat3.15a_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/libgnat3.15a_3.2.2-0pre3_i386.deb
libobjc1_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/libobjc1_3.2.2-0pre3_i386.deb
libstdc++5-dbg_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/libstdc++5-dbg_3.2.2-0pre3_i386.deb
libstdc++5-dev_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/libstdc++5-dev_3.2.2-0pre3_i386.deb
libstdc++5-doc_3.2.2-0pre3_all.deb
  to pool/main/g/gcc-3.2/libstdc++5-doc_3.2.2-0pre3_all.deb
libstdc++5-pic_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/libstdc++5-pic_3.2.2-0pre3_i386.deb
libstdc++5_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/libstdc++5_3.2.2-0pre3_i386.deb
protoize_3.2.2-0pre3_i386.deb
  to pool/main/g/gcc-3.2/protoize_3.2.2-0pre3_i386.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 166143@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-3.2 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-----

Format: 1.7
Date: Tue, 31 Dec 2002 13:47:52 +0100
Source: gcc-3.2
Binary: gcc-3.2-base libstdc++5-dev cpp-3.2-doc libgcj3-dev libobjc1 libstdc++5-doc libgcc1 libstdc++5 protoize g77-3.2-doc libstdc++5-dbg gobjc-3.2 g++-3.2 gnat-3.2-doc gcc-3.2 gpc-2.1-3.2-doc libstdc++5-pic g77-3.2 libgcj3 libffi2-dev gpc-2.1-3.2 gcc-3.2-soft-float gcj-3.2 libgcj-common libgnat3.15a fastjar gcc-3.2-doc gcc-3.2-nof libg2c0 fixincludes gij-3.2 cpp-3.2 libffi2 gnat-3.2
Architecture: source i386 all
Version: 1:3.2.2ds3-0pre3
Distribution: unstable
Urgency: low
Maintainer: Debian GCC maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 cpp-3.2    - The GNU C preprocessor
 cpp-3.2-doc - Documentation for the GNU C preprocessor (cpp)
 fastjar    - Jar creation utility
 fixincludes - Fix non-ANSI header files
 g++-3.2    - The GNU C++ compiler
 g77-3.2    - The GNU Fortran 77 compiler
 g77-3.2-doc - Documentation for the GNU Fortran compiler (g77)
 gcc-3.2    - The GNU C compiler
 gcc-3.2-base - The GNU Compiler Collection (base package)
 gcc-3.2-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
 gcj-3.2    - The GNU compiler for Java(TM)
 gij-3.2    - The GNU Java bytecode interpreter
 gnat-3.2   - The GNU Ada compiler
 gnat-3.2-doc - Documentation for the GNU Ada compiler (gnat)
 gobjc-3.2  - The GNU Objective-C compiler
 gpc-2.1-3.2 - The GNU Pascal compiler
 gpc-2.1-3.2-doc - Documentation for the GNU Pascal compiler (gpc)
 libffi2    - Foreign Function Interface library runtime
 libffi2-dev - Foreign Function Interface library development
 libg2c0    - Runtime library for GNU Fortran 77 applications
 libgcc1    - GCC support library
 libgcj-common - Java runtime library (common files)
 libgcj3    - Java runtime library for use with gcj
 libgcj3-dev - Java development headers and static library for use with gcj
 libgnat3.15a - Runtime library for GNU Ada applications
 libobjc1   - Runtime library for GNU Objective-C applications
 libstdc++5 - The GNU stdc++ library version 3
 libstdc++5-dbg - The GNU stdc++ library version 3 (debugging files)
 libstdc++5-dev - The GNU stdc++ library version 3 (development files)
 libstdc++5-doc - The GNU stdc++ library version 3 (documentation files)
 libstdc++5-pic - The GNU stdc++ library version 3 (shared library subset kit)
 protoize   - Create/remove ANSI prototypes from C code
Closes: 162919 163647 166143 172953 174598
Changes: 
 gcc-3.2 (1:3.2.2ds3-0pre3) unstable; urgency=low
 .
   * gcc-3.2 snapshot taken from the gcc-3_2-branch (CVS 20021231).
     - Fix loop count computation for preconditioned unrolled loops.
       Closes: #162919.
     - Fix xmmintrin.h (_MM_TRANSPOSE4_PS) CVS 20021027 (closes: #163647).
     - Fix [PR 8601] strlen/template interaction causes ICE CVS 20021201.
       Closes: #166143.
   * Watch the log files, which are written during the testsuite runs and print
     out a message, if there is still activity. No more buildd timeouts on arm
     and m68k ...
   * Remove gpc's reference to librx1g-dev package (closes: #172953).
   * Remove trailing dots on package descriptions.
   * Fix external reference to cpp.info in gcc.info (closes: #174598).
Files: 
 e2098953ba31f4e098014bd177e8c0f2 1996 devel standard gcc-3.2_3.2.2ds3-0pre3.dsc
 9bcff8c6a9883d25067bf59c205fe634 21486373 devel standard gcc-3.2_3.2.2ds3.orig.tar.gz
 3c192c34efcfb0b659fb1768f326705f 1745820 devel standard gcc-3.2_3.2.2ds3-0pre3.diff.gz
 57bcb59a0bfba005d7d10a0fb3fdf5bb 84290 doc optional cpp-3.2-doc_3.2.2-0pre3_all.deb
 77a88eae5b9762ac27da05b4fcdfad76 2202134 doc optional libstdc++5-doc_3.2.2-0pre3_all.deb
 0cbe9579ca8cd80896ac268cc8771c97 309442 doc optional g77-3.2-doc_3.2.2-0pre3_all.deb
 8317512e53575fa4842c2130d6121f64 346692 doc optional gnat-3.2-doc_3.2.2-0pre3_all.deb
 b9af3d54f0a2c1f33edbb9772b8a8a10 558306 doc optional gpc-2.1-3.2-doc_3.2.2.20021128-0pre3_all.deb
 9f935ce71eef8481c45e59c7a7ccca98 630996 doc optional gcc-3.2-doc_3.2.2-0pre3_all.deb
 1b70f5de211ad751488b207cf6481a8d 122002 devel standard gcc-3.2-base_3.2.2-0pre3_i386.deb
 ad6aa9a8cd1a5a9d7dca1e72ea73db39 52104 libs standard libgcc1_3.2.2-0pre3_i386.deb
 c1acc89872ae8125699827a84431811a 119958 interpreters standard cpp-3.2_3.2.2-0pre3_i386.deb
 77cd6992521d01c53aa1ff45adb5e3ce 22538 devel optional protoize_3.2.2-0pre3_i386.deb
 b7aadd9b5373a37ad244545e571391dd 46576 devel optional fixincludes_3.2.2-0pre3_i386.deb
 16e73769964c5be64d8ff230cc1e2750 1297896 devel optional gobjc-3.2_3.2.2-0pre3_i386.deb
 48f922cb5d46bd34f33fe734784b3071 107800 libs optional libobjc1_3.2.2-0pre3_i386.deb
 33ec667e3b2117d9b69e63b9175627a8 11810 devel optional gij-3.2_3.2.2-0pre3_i386.deb
 b22deebb5e8d6650f962c50f5e854aa8 38596 libs optional libgcj-common_3.2.2-0pre3_i386.deb
 9049c297b41868743f48e397df8758d1 2682046 libs optional libgcj3_3.2.2-0pre3_i386.deb
 762a67e2286d56798b5a390a15b448f8 1501904 devel optional gcj-3.2_3.2.2-0pre3_i386.deb
 d1f62d7692db92353a5a2f890182bae9 3015820 devel optional libgcj3-dev_3.2.2-0pre3_i386.deb
 8d297c2387e6324bf1a03f48b2cb5ff8 81336 devel extra fastjar_3.2.2-0pre3_i386.deb
 b1d201d2b8146f5d85c6f861bc2e6199 54140 libs optional libffi2_3.2.2-0pre3_i386.deb
 fa6c72124a1ffb41c14016fa4baeaee7 10584 devel optional libffi2-dev_3.2.2-0pre3_i386.deb
 39ef4f45d100bcf091361edd14211aad 1548466 devel optional g++-3.2_3.2.2-0pre3_i386.deb
 c18e9c2cb21f386b0056b6a1fa644500 252134 base standard libstdc++5_3.2.2-0pre3_i386.deb
 7fdde6c62c84ef27e2c3c9f355ee3864 679386 devel optional libstdc++5-dev_3.2.2-0pre3_i386.deb
 73ddda7478247dc76e0bf40aec1c9cf5 307736 devel extra libstdc++5-pic_3.2.2-0pre3_i386.deb
 2e75dd9c650f6429d812e2d7ebe2d1a6 976 devel extra libstdc++5-dbg_3.2.2-0pre3_i386.deb
 d4d7070b5a9811c58e3095309bbd7c62 47456 libs optional libg2c0_3.2.2-0pre3_i386.deb
 fba6ffbb8bbd20abe00c82db48489eb1 1430478 devel optional g77-3.2_3.2.2-0pre3_i386.deb
 8401e60ce875fed0748585a08978045c 5405418 devel optional gnat-3.2_3.2.2-0pre3_i386.deb
 ef2ffb6c6b828b8595324ced507a6afa 38456 libs optional libgnat3.15a_3.2.2-0pre3_i386.deb
 232f0c513566d979456c4170e17c29ab 1718194 devel optional gpc-2.1-3.2_3.2.2.20021128-0pre3_i386.deb
 0dec376270bbf068102be118b7934373 2259384 devel standard gcc-3.2_3.2.2-0pre3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv
Comment: Requires PGP version 2.6 or later.

iQEVAwUBPhGxVguDzMCIcnEhAQHeIAf/Z/1nPrJ5x0nalFfxNeSspHuEFUVucXj5
b3iboRlzFq/eaoszSrtZ1oDNxpX6jhGxpKCwPJpDSmyEbOH+4BXXmlEaqNS1hjDm
yBp0z6KYhzj/B0KQwfhdTHTP9cFz0PojeGHxYPqwxhQCy6vKm526OcZgqrizWT1r
ouTD5qq6FLdI5ucGbyJ+zJhn8dzJXrcH5yxmyQxlCRNkHdowrMdzG2HnWfHKvKRs
dVn9JrCvEwDhrk0gJrtFeZ5zP+lY1hSIM8tRLw6Ee/qLCxZSMjJhgXN6i7m0TXYK
NJ5mFC1cudTT1iknViX68nwG8C4FcD2tJZVOsLMT2OxEzdZgEMjv9Q==
=uBp0
-----END PGP SIGNATURE-----



Reply to: