This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/19431] missed optimization with ifs and deferencing
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Feb 2007 22:01:45 -0000
- Subject: [Bug tree-optimization/19431] missed optimization with ifs and deferencing
- References: <bug-19431-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #13 from pinskia at gcc dot gnu dot org 2007-02-25 22:01 -------
> if (variable != variable + 8B) goto <L6>; else goto <L2>;
That issue was fixed just yesterday by PR 30951.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19431