------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-17 22:55 
-------
As said before this patch fixes this regression but cause some optimizations 
regression because fold 
does not fold &a[0] + 1 into &a[1] but only fold_stmt (I might be able to remove the 
fold_stmt on the 
COND_EXPR).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED
           Keywords|patch                       |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17967

Reply via email to