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]

Re: optimization/7799: [3.2/3.3 regression] Loop bug with optimization flag -Os in gcc


> Thanks for the clarification. This means that we can close the report?

'Suspended' is probably better.

> I can confirm that using -fno-strength-reduce fixes the problem.

The culprit is actually not the strength reduction pass per se, but the 
induction variable elimination pass that is bundled with it.

-- 
Eric Botcazou


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