[Bug c/45176] restrict qualifier is not used in a manually unrolled loop

2010-08-05 Thread siarhei dot siamashka at gmail dot com
--- Comment #4 from siarhei dot siamashka at gmail dot com 2010-08-05 13:40 --- Looks like this missed optimization regression was introduced in gcc 4.5 Are any similar fixes possible in 4.5 branch? -- siarhei dot siamashka at gmail dot com changed: What|Removed

[Bug c/45176] restrict qualifier is not used in a manually unrolled loop

2010-08-05 Thread bmei at broadcom dot com
--- Comment #5 from bmei at broadcom dot com 2010-08-05 13:44 --- I tried to apply the patches (this one alone is not enough) Richard suggested. It becomes a chain of too many patches in the end. I am confident any more to apply them to 4.5. --

[Bug c/45176] restrict qualifier is not used in a manually unrolled loop

2010-08-04 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-08-04 09:19 --- I'll bootstrap test that patch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/45176] restrict qualifier is not used in a manually unrolled loop

2010-08-04 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-08-04 11:09 --- Subject: Bug 45176 Author: rguenth Date: Wed Aug 4 11:08:54 2010 New Revision: 162862 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=162862 Log: 2010-08-04 Richard Guenther rguent...@suse.de PR

[Bug c/45176] restrict qualifier is not used in a manually unrolled loop

2010-08-04 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-08-04 11:09 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED