This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/34622] [4.3 Regression] gcc.c-torture/execute/20000801-4.c fails at -O1 and above
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jan 2008 16:18:02 -0000
- Subject: [Bug target/34622] [4.3 Regression] gcc.c-torture/execute/20000801-4.c fails at -O1 and above
- References: <bug-34622-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from jakub at gcc dot gnu dot org 2008-01-07 16:18 -------
On the 20000801-4.c testcase with this patch .cstring is no longer used,
instead
.const is, which is desirable, at least if Darwin mergeable string sections
work at least roughly similarly to ELF, and I've checked that .cstring is still
used for string literals with len the same as zero terminated string's strlen +
1 for terminator.
Could somebody please bootstrap/regtest this on darwin native? Thanks.
--
jakub at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org |
Status|WAITING |ASSIGNED
Component|middle-end |target
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-01-07 16:18:02
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34622