public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* optimization/3513: GCC doesn't merge substrings
@ 2001-07-01  9:36 Matthias Klose
  0 siblings, 0 replies; 3+ messages in thread
From: Matthias Klose @ 2001-07-01  9:36 UTC (permalink / raw)
  To: gcc-gnats, debian-gcc

>Number:         3513
>Category:       optimization
>Synopsis:       GCC doesn't merge substrings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jul 01 09:36:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     herbert@gondor.apana.org.au
>Release:        3.0 (Debian GNU/Linux) and HEAD 20010701
>Organization:
The Debian project
>Environment:
System: Debian GNU/Linux (testing/unstable)
Architecture: i686
	
host: i386-linux
build: i386-linux
target: i386-linux
configured with: ../src/configure -v --enable-languages=c,c++,java,f77,proto,objc --prefix=/usr --infodir=/share/info --mandir=/share/man --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --enable-long-long --enable-nls --without-included-gettext --disable-checking --enable-threads=posix --enable-java-gc=boehm --with-cpp-install-dir=bin --enable-objc-gc i386-linux
>Description:
[ Reported to the Debian BTS as report #88959.
  Please CC 88959-quiet@bugs.debian.org on replies.
  Log of report can be found at http://bugs.debian.org/88959 ]
 	

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

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

        .file   "bug-88959.c"
.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) 3.1 20010701 (experimental)"

>How-To-Repeat:
	
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: optimization/3513: GCC doesn't merge substrings
@ 2001-12-11 23:26 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-12-11 23:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR optimization/3513; it has been noted by GNATS.

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
Cc:  
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.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=3513&database=gcc


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: optimization/3513: GCC doesn't merge substrings
@ 2001-12-11 23:16 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-12-11 23:16 UTC (permalink / raw)
  To: 88959-quiet, gcc-bugs, gcc-gnats, gcc-prs, herbert, nobody

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.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=3513&database=gcc


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-12-12  7:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-01  9:36 optimization/3513: GCC doesn't merge substrings Matthias Klose
2001-12-11 23:16 rodrigc
2001-12-11 23:26 rodrigc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).