This is the mail archive of the gcc-patches@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: basic VRP min/max range overflow question


Sebastian Pop <sebastian.pop@cri.ensmp.fr> writes:

[...]

| +@item -Wloop-bound-estimated
| +@opindex Wloop-bound-estimated
| +Warn when an estimation of the number of iterations is computed based
| +on the fact that compiled programs are correct and do not invoke
| +undefined behavior.

I think the documentation would need to be less vague about the
precondition -- there are many sources of "undefined behaviour" :-)

-- Gaby


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