This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug tree-optimization/32032] [4.3 Regression] Inliner not setting has_volatile_ops
- From: "Andrew Pinski" <pinskia at gmail dot com>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 8 Jul 2007 03:11:22 -0700
- Subject: Re: [Bug tree-optimization/32032] [4.3 Regression] Inliner not setting has_volatile_ops
- References: <bug-32032-12387@http.gcc.gnu.org/bugzilla/> <20070704123131.11355.qmail@sourceware.org>
------- Comment #4 from jakub at gcc dot gnu dot org 2007-07-04 12:31 -------
This doesn't ICE any longer on the trunk.
But that does not mean the bug is still there. PRE/VN was changed
(which exposed the ICE) but the inliner was not. Really we should
verify this in the verify_tree_cfg so we catch this early on and not
depend on PRE ICEing.
-- Pinski