[Bug tree-optimization/32032] [4.3 Regression] Inliner not setting has_volatile_ops

2007-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2007-08-22 20:37 --- Looks ok on current trunk - after einline: setparam () { char * * D.2024; char * D.2025; char * * ap; struct shparam * shellparam.0; : shellparam.0_1 = &shellparam; ap_2 ={v} shellparam.0_1->p; goto

[Bug tree-optimization/32032] [4.3 Regression] Inliner not setting has_volatile_ops

2007-07-08 Thread pinskia at gmail dot com
--- Comment #5 from pinskia at gmail dot com 2007-07-08 10:11 --- Subject: Re: [4.3 Regression] Inliner not setting has_volatile_ops > --- 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

Re: [Bug tree-optimization/32032] [4.3 Regression] Inliner not setting has_volatile_ops

2007-07-08 Thread Andrew Pinski
--- 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

[Bug tree-optimization/32032] [4.3 Regression] Inliner not setting has_volatile_ops

2007-07-04 Thread jakub at gcc dot gnu dot 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. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32032