Your message dated Thu, 2 Jan 2003 02:33:58 +0100
with message-id <[EMAIL PROTECTED]>
and subject line bug report closed upstream as "not a bug"
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; 8 Mar 2001 20:49:49 +0000
>From [EMAIL PROTECTED] Thu Mar 08 14:49:49 2001
Return-path: <[EMAIL PROTECTED]>
Received: from gondor.apana.org.au [::ffff:203.14.152.114] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 14b7M2-0003LP-00; Thu, 08 Mar 2001 14:49:48 -0600
Received: (from [EMAIL PROTECTED])
        by gondor.apana.org.au (8.11.1/8.11.1/Debian 8.11.0-6) id f28KngR01322;
        Fri, 9 Mar 2001 07:49:42 +1100
Date: Fri, 9 Mar 2001 07:49:42 +1100
Message-Id: <[EMAIL PROTECTED]>
From: <[EMAIL PROTECTED]>
Subject: gcc: GCC doesn't merge substrings
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.9
Delivered-To: [EMAIL PROTECTED]

Package: gcc
Version: 1:2.95.3-5
Severity: wishlist

GCC doesn't merge the two strings in this program:

char *a = "This is a string";
char *b = "string";

        .file   "a.c"
        .version        "01.01"
gcc2_compiled.:
.globl a
        .section        .rodata
.LC0:
        .string "This is a string"
        .data
        .align 4
        .type   a,@object
        .size   a,4
a:
        .long   .LC0
.globl b
        .section        .rodata
.LC1:
        .string "string"
        .data
        .align 4
        .type   b,@object
        .size   b,4
b:
        .long   .LC1
        .ident  "GCC: (GNU) 2.97 20010203 (experimental)"

This happens with both 2.95 and 2.97.

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux gondor 2.4.2-586tsc #20 Sat Mar 3 22:23:28 EST 2001 i586 
unknown

Versions of the packages gcc depends on:
ii  cpp            2.95.3-5       The GNU C preprocessor.
ii  cpp-2.95       2.95.3-4       The GNU C preprocessor.
ii  gcc-2.95       2.95.3-4       The GNU C compiler.

---------------------------------------
Received: (at 88959-done) by bugs.debian.org; 2 Jan 2003 01:37:20 +0000
>From [EMAIL PROTECTED] Wed Jan 01 19:37:19 2003
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18TuIR-000702-00; Wed, 01 Jan 2003 19:37:19 -0600
Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1])
        by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id CAA06979
        for <[EMAIL PROTECTED]>; Thu, 2 Jan 2003 02:33:59 +0100 (MET)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id h021XxT26129;
        Thu, 2 Jan 2003 02:33:59 +0100 (MET)
From: Matthias Klose <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 2 Jan 2003 02:33:58 +0100
To: [EMAIL PROTECTED]
Subject: bug report closed upstream as "not a bug"
X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=0.6 required=5.0
        tests=SPAM_PHRASE_00_01
        version=2.41
X-Spam-Level: 


From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], gcc-bugs@gcc.gnu.org, [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: optimization/3513: GCC doesn't merge substrings
Date: 12 Dec 2001 07:16:57 -0000

 Synopsis: GCC doesn't merge substrings
 
 State-Changed-From-To: open->closed
 State-Changed-By: rodrigc
 State-Changed-When: Tue Dec 11 23:16:57 2001
 State-Changed-Why:
     Not a bug.
 


Reply via email to