[Bug middle-end/44592] [4.5/4.6 Regression] wrong code at -O3

2010-06-28 Thread matz at gcc dot gnu dot org
--- Comment #5 from matz at gcc dot gnu dot org 2010-06-28 15:14 --- Subject: Bug 44592 Author: matz Date: Mon Jun 28 15:14:31 2010 New Revision: 161496 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161496 Log: PR middle-end/44592 * gimple-fold.c (gimplify_and_u

[Bug middle-end/44592] [4.5/4.6 Regression] wrong code at -O3

2010-06-25 Thread matz at gcc dot gnu dot org
--- Comment #4 from matz at gcc dot gnu dot org 2010-06-25 15:34 --- Indeed. Mine. -- matz at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassig

[Bug middle-end/44592] [4.5/4.6 Regression] wrong code at -O3

2010-06-25 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2010-06-25 11:26 --- This goes wrong with -O2 -funroll-loops already during tree opts. In vrp2 we have: b[2][1]{lb: 1 sz: 1} = D.1599_148; b[3][1]{lb: 1 sz: 1} = D.1599_154; D.1635_152 = 2; D.1636_151 = &b[2][1]{lb: 1 sz: 1}; D.

[Bug middle-end/44592] [4.5/4.6 Regression] wrong code at -O3

2010-06-24 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2010-06-25 03:38 --- It is caused by revision 152236: http://gcc.gnu.org/ml/gcc-cvs/2009-09/msg00987.html -- hjl dot tools at gmail dot com changed: What|Removed |Added ---

[Bug middle-end/44592] [4.5/4.6 Regression] wrong code at -O3

2010-06-24 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-06-24 21:58 --- Fails also at -O2 -funroll-loops. I can't see anything wrong with the tree-level code. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/44592] [4.5/4.6 Regression] wrong code at -O3

2010-06-19 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC|rguenther at suse dot de|rguenth at gcc dot gnu dot |