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

Bug#88959: marked as done ([PR optimization/3513]: GCC doesn't merge substrings)



Your message dated Thu, 2 Jan 2003 02:33:58 +0100
with message-id <15891.38662.776079.411299@gargle.gargle.HOWL>
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 herbert@gondor.apana.org.au Thu Mar 08 14:49:49 2001
Return-path: <herbert@gondor.apana.org.au>
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 herbert@localhost)
	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: <200103082049.f28KngR01322@gondor.apana.org.au>
From: <herbert@gondor.apana.org.au>
Subject: gcc: GCC doesn't merge substrings
To: submit@bugs.debian.org
X-Mailer: bug 3.3.9
Delivered-To: submit@bugs.debian.org

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 doko@cs.tu-berlin.de Wed Jan 01 19:37:19 2003
Return-path: <doko@cs.tu-berlin.de>
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 (daemon@bolero.cs.tu-berlin.de [130.149.19.1])
	by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id CAA06979
	for <88959-done@bugs.debian.org>; Thu, 2 Jan 2003 02:33:59 +0100 (MET)
Received: (from doko@localhost)
	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 <doko@cs.tu-berlin.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <15891.38662.776079.411299@gargle.gargle.HOWL>
Date: Thu, 2 Jan 2003 02:33:58 +0100
To: 88959-done@bugs.debian.org
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: 88959-done@bugs.debian.org
X-Spam-Status: No, hits=0.6 required=5.0
	tests=SPAM_PHRASE_00_01
	version=2.41
X-Spam-Level: 


From: rodrigc@gcc.gnu.org
To: 88959-quiet@bugs.debian.org, gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org,
  gcc-prs@gcc.gnu.org, herbert@gondor.apana.org.au, nobody@gcc.gnu.org
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 to: