[Bug target/27363] ARM gcc 4.1 optimization bug

2007-01-25 Thread m dot k dot edwards at gmail dot com
--- Comment #19 from m dot k dot edwards at gmail dot com 2007-01-26 02:53 --- Still generates bad code for snd_mask_refine in the gcc-4.1-20070115 snapshot. I have verified that the patch claimed to fix this bug is in this snapshot. My gcc is tuned for arm-926ejs, old ABI. -O1

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-10-19 Thread likewise at gmx dot net
--- Comment #18 from likewise at gmx dot net 2006-10-19 22:01 --- Created an attachment (id=12464) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12464action=view) Fix. Copied from http://www.freaknet.org/martin/crosstool/patches/gcc-4.1.1/gcc-4.1.1-bugfix-27363.patch so that it

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-07-22 Thread yfw dot debian at gmail dot com
--- Comment #16 from yfw dot debian at gmail dot com 2006-07-22 06:21 --- Col. pbrook. I will try the latest gcc snapshot. Thanks a lot. Regards Yin, Fengwei -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27363

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-07-22 Thread dirk dot behme at googlemail dot com
--- Comment #17 from dirk dot behme at googlemail dot com 2006-07-22 06:24 --- Subject: Re: ARM gcc 4.1 optimization bug yfw dot debian at gmail dot com wrote: --- Comment #16 from yfw dot debian at gmail dot com 2006-07-22 06:21 --- Col. pbrook. I will try

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-07-20 Thread pbrook at gcc dot gnu dot org
--- Comment #12 from pbrook at gcc dot gnu dot org 2006-07-20 13:57 --- Subject: Bug 27363 Author: pbrook Date: Thu Jul 20 13:57:31 2006 New Revision: 115614 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=115614 Log: 2006-07-20 Paul Brook [EMAIL PROTECTED] PR 27363

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-07-20 Thread pbrook at gcc dot gnu dot org
--- Comment #13 from pbrook at gcc dot gnu dot org 2006-07-20 13:59 --- Subject: Bug 27363 Author: pbrook Date: Thu Jul 20 13:59:22 2006 New Revision: 115616 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=115616 Log: Backport from mainline. PR 27363 gcc/

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-07-20 Thread pbrook at gcc dot gnu dot org
--- Comment #14 from pbrook at gcc dot gnu dot org 2006-07-20 15:07 --- Subject: Bug 27363 Author: pbrook Date: Thu Jul 20 15:07:25 2006 New Revision: 115620 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=115620 Log: 2006-07-20 Paul Brook [EMAIL PROTECTED] Backport

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-07-20 Thread pbrook at gcc dot gnu dot org
--- Comment #15 from pbrook at gcc dot gnu dot org 2006-07-20 15:08 --- FIxed. -- pbrook at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-07-20 Thread rearnsha at gcc dot gnu dot org
-- rearnsha at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.0 |4.1.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27363

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-07-20 Thread rearnsha at gcc dot gnu dot org
-- rearnsha at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27363

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-07-18 Thread pbrook at gcc dot gnu dot org
--- Comment #11 from pbrook at gcc dot gnu dot org 2006-07-18 21:42 --- I'm working on this. Looks like a CSE bug. -- pbrook at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-07-15 Thread enrico dot scholz at informatik dot tu-chemnitz dot de
--- Comment #9 from enrico dot scholz at informatik dot tu-chemnitz dot de 2006-07-15 19:22 --- *** Bug 28362 has been marked as a duplicate of this bug. *** -- enrico dot scholz at informatik dot tu-chemnitz dot de changed: What|Removed |Added

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-07-15 Thread enrico dot scholz at informatik dot tu-chemnitz dot de
--- Comment #10 from enrico dot scholz at informatik dot tu-chemnitz dot de 2006-07-15 19:26 --- Bug #28362 contains a self contained example. Basically, it needs only | some_struct = *some_other_struct; to trigger this bug. I wonder for how much other segfaults/brokeness this bug is

Re: ARM gcc 4.1 optimization bug.

2006-06-26 Thread Dirk Behme
Dave Korn wrote: On 06 June 2006 15:17, Richard Earnshaw wrote: On Tue, 2006-06-06 at 15:05, Dirk Behme wrote: Fengwei Yin wrote: Hi Daniel, I have already reported this bug. The bug number is #27363. I also tried the gcc snapshot 4.1.1-20060421. The bug is not fixed in this version too.

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-06-26 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2006-06-26 18:54 --- One thing we have is some extra virtual operands from CCP: before: bb 2: mask_5 = old; v_7 = mask_6; # SFT.2_33 = V_MAY_DEF SFT.2_32; *mask_5 = *v_7; mask_8 = mask_6; v_10 = v_9; i_11 = 0; goto bb 4 (L4);

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-06-12 Thread dirk dot behme at googlemail dot com
--- Comment #7 from dirk dot behme at googlemail dot com 2006-06-12 15:34 --- Until a fix for this bug is found, there are two possible workarounds: - Compile kernels sound system as modules and compile these modules with -O1 instead of default -Os or -O2 (e.g. by changing main

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-06-07 Thread dirk dot behme at googlemail dot com
--- Comment #6 from dirk dot behme at googlemail dot com 2006-06-07 15:52 --- Created an attachment (id=11628) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11628action=view) .i file of pcm_native.c and .s files for -Os, -O1 and -O2 Attached the .i and .s for -Os -O2 (failing)

Re: ARM gcc 4.1 optimization bug.

2006-06-06 Thread Dirk Behme
Fengwei Yin wrote: Hi Daniel, I have already reported this bug. The bug number is #27363. I also tried the gcc snapshot 4.1.1-20060421. The bug is not fixed in this version too. On 5/1/06, Daniel Jacobowitz [EMAIL PROTECTED] wrote: On Sun, Apr 30, 2006 at 11:03:05AM +0800, Fengwei Yin wrote:

Re: ARM gcc 4.1 optimization bug.

2006-06-06 Thread Richard Earnshaw
On Tue, 2006-06-06 at 15:05, Dirk Behme wrote: Fengwei Yin wrote: Hi Daniel, I have already reported this bug. The bug number is #27363. I also tried the gcc snapshot 4.1.1-20060421. The bug is not fixed in this version too. On 5/1/06, Daniel Jacobowitz [EMAIL PROTECTED] wrote: On

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-05-14 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #5 from s_j_newbury at yahoo dot co dot uk 2006-05-14 17:15 --- (In reply to comment #4) I tried the gcc 4.1.1 snapshot 20060421. The bug still there. The assembly code producted with -Os option is the same as gcc 4.1.0. Have you got anywhere with this? I wonder if

Re: ARM gcc 4.1 optimization bug.

2006-05-01 Thread Fengwei Yin
Hi Daniel, I have already reported this bug. The bug number is #27363. I also tried the gcc snapshot 4.1.1-20060421. The bug is not fixed in this version too. Thanks Regards yfw On 5/1/06, Daniel Jacobowitz [EMAIL PROTECTED] wrote: On Sun, Apr 30, 2006 at 11:03:05AM +0800, Fengwei Yin wrote:

Re: ARM gcc 4.1 optimization bug.

2006-04-30 Thread Daniel Jacobowitz
On Sun, Apr 30, 2006 at 11:03:05AM +0800, Fengwei Yin wrote: Hi, I am using gcc4.1 for ARM to build Linux kernel. But there is a bug related to the gcc optimization. I assume this is correct mail list to report this bug. If not, please let me know. No, if you have a bug report, please use

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-04-30 Thread yfw dot debian at gmail dot com
--- Comment #4 from yfw dot debian at gmail dot com 2006-04-30 09:09 --- I tried the gcc 4.1.1 snapshot 20060421. The bug still there. The assembly code producted with -Os option is the same as gcc 4.1.0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27363

ARM gcc 4.1 optimization bug.

2006-04-29 Thread Fengwei Yin
Hi, I am using gcc4.1 for ARM to build Linux kernel. But there is a bug related to the gcc optimization. I assume this is correct mail list to report this bug. If not, please let me know. And I didn't find the same bug reported too. The kernel is 2.6.14. When I build ALSA subsystem. I use

[Bug c/27363] New: ARM gcc 4.1 optimization bug

2006-04-29 Thread nh26223 at yahoo dot com dot cn
r0, r3 174: e24bd00csub sp, fp, #12 ; 0xc 178: e89da800ldmia sp, {fp, sp, pc} -- Summary: ARM gcc 4.1 optimization bug Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: major

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-04-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-30 05:01 --- We really need a self contianed example but I think this was already fixed for 4.1.1. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-04-29 Thread yfw dot debian at gmail dot com
--- Comment #2 from yfw dot debian at gmail dot com 2006-04-30 05:09 --- Subject: Re: ARM gcc 4.1 optimization bug Hi pinskia, I tried to make a simple test example for this bug. But If I put the code from ALSA subsystem of Linux kernel to a test.c file, the gcc will product correct

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-04-29 Thread yfw dot debian at gmail dot com
--- Comment #3 from yfw dot debian at gmail dot com 2006-04-30 05:32 --- Where can I get gcc 4.1.1? From the ftp site, the latest gcc 4.1 release is 4.1.0. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27363