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/57558] Issue with number of iterations calculation


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

Anatoly Sinyavin <a.sinyavin at samsung dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |a.sinyavin at samsung dot com

--- Comment #2 from Anatoly Sinyavin <a.sinyavin at samsung dot com> ---
There is "-Wunsafe-loop-optimizations" option. This option switches on warnings
about such potential "infinite" loops.

Question: if we have this option should we fix this problem ?


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