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 tree-optimization/33404] Predictive commoning + ivopts possibly introducing extra sign extensions.



------- Comment #4 from rakdver at gcc dot gnu dot org  2008-07-25 07:56 -------
(In reply to comment #3)
> (In reply to comment #2)
> > Also IV-opts is messing up anyways, it should have done out+1 as the base
> > instead of out, blah.
> 
> Filed as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36905 .

Can we close this bug, then, or is there some other problem reported in this
testcase?  As far as I can tell, predictive commoning does not introduce any
new sign extensions (it does not eliminate any, either, but that is not its
job).


-- 


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


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