This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/73550] Another wrong -Wmaybe-uninitialized warning in switch statement
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 11 Aug 2016 14:42:30 +0000
- Subject: [Bug middle-end/73550] Another wrong -Wmaybe-uninitialized warning in switch statement
- Authentication-results: sourceware.org; auth=none
- Auto-submitted: auto-generated
- References: <bug-73550-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=73550
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
There was a patch to improve jump threading and vrp here just within a few
weeks. I wonder why that did not help. Basically this is a missing jump
threading.