https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35357
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |8.0
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35357
--- Comment #3 from Andrew Pinski ---
I think this is fixed for GCC 8 for the work on HMMER.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35357
--- Comment #2 from davidxl 2012-10-26 16:55:48
UTC ---
(In reply to comment #1)
> What is the expected optimization and what is its benefit?
Should be transformed into the following the simplified loop body.
void foo(int n)
{
i
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-02-25 11:48 ---
What is the expected optimization and what is its benefit?
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--