This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/39297] [4.4 Regression] gcc.dg/tree-ssa/loop-31.c



------- Comment #10 from rakdver at gcc dot gnu dot org  2009-02-25 19:09 -------
The difference between

>   D.1254 = &a[0] + ((long unsigned int) ((unsigned int) len + 4294967295) + 1)
> * 2;

(original) and

>   D.1255 = ((long unsigned int) &a + 2) + (long unsigned int) ((unsigned int)
>            len + 4294967295) * 2;

(current) is mostly cosmetical; the test in the testcase should be made more
robust, but other than that, there is no regression here.


-- 

rakdver at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://gcc.gnu.org/ml/gcc-  |
                   |patches/2009-               |
                   |02/msg01185.html            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]