This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/34622] [4.3 Regression] gcc.c-torture/execute/20000801-4.c fails at -O1 and above



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]