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

2008-01-07 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2008-01-07 16:18 --- On the 2801-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 tha

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

2008-01-07 Thread dominiq at lps dot ens dot fr
--- Comment #11 from dominiq at lps dot ens dot fr 2008-01-07 18:31 --- Subject: Re: [4.3 Regression] gcc.c-torture/execute/2801-4.c fails at -O1 and above > Could somebody please bootstrap/regtest this on darwin native? Seems to work on a quick test, but I have to regtest ~1 hou

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

2008-01-07 Thread dominiq at lps dot ens dot fr
--- Comment #12 from dominiq at lps dot ens dot fr 2008-01-07 20:03 --- Subject: Re: [4.3 Regression] gcc.c-torture/execute/2801-4.c fails at -O1 and above The patch fix the problem on i686-apple-darwin9 32 and 64 bit modes without regression on gcc testsuite. BTW I never said th

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

2008-01-07 Thread jakub at gcc dot gnu dot org
--- Comment #13 from jakub at gcc dot gnu dot org 2008-01-07 21:50 --- Subject: Bug 34622 Author: jakub Date: Mon Jan 7 21:49:27 2008 New Revision: 131386 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131386 Log: PR target/34622 * config/darwin.c (darwin_mergea

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

2008-01-07 Thread jakub at gcc dot gnu dot org
--- Comment #14 from jakub at gcc dot gnu dot org 2008-01-07 22:07 --- Fixed on the trunk. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status