This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/51309] -Wstrict-overflow false alarm when overflow impossible in loop body
- From: "eggert at gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 26 Jul 2017 03:33:32 +0000
- Subject: [Bug c/51309] -Wstrict-overflow false alarm when overflow impossible in loop body
- Auto-submitted: auto-generated
- References: <bug-51309-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51309
--- Comment #2 from Paul Eggert <eggert at gnu dot org> ---
(In reply to Eric Gallager from comment #1)
> I can't seem to reproduce the warning
Thanks, I can no longer reproduce the warning either. I used GCC 7.1.1 20170622
(Red Hat 7.1.1-3). So it looks like the problem is fixed.