[Bug tree-optimization/28624] [4.2/4.3 regression] latent segfault in remove_phi_node

2006-12-12 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-12-12 22:45 --- Subject: Bug 28624 Author: pinskia Date: Tue Dec 12 22:45:25 2006 New Revision: 119802 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119802 Log: 2006-12-12 Andrew Pinski <[EMAIL PROTECTED]> PR tr

[Bug tree-optimization/28624] [4.2/4.3 regression] latent segfault in remove_phi_node

2006-12-12 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added URL||http://gcc.gnu.org/ml/gcc- |

[Bug tree-optimization/28624] [4.2/4.3 regression] latent segfault in remove_phi_node

2006-12-12 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-12-12 17:12 --- (In reply to comment #6) > Wow, nice you tracked this down. I thought this bug would stay open forever > as > unreproducible. I only tracked it down because of the duplicate to this bug. -- http://gcc.gnu.or

[Bug tree-optimization/28624] [4.2/4.3 regression] latent segfault in remove_phi_node

2006-12-12 Thread tbm at cyrius dot com
--- Comment #6 from tbm at cyrius dot com 2006-12-12 10:57 --- (In reply to comment #5) > The problem is EXECUTE_IF_SET_IN_BITMAP does not like the bitmap to change > from > underneath it. > > I have a patch which fixes this issue. Wow, nice you tracked this down. I thought this bug

[Bug tree-optimization/28624] [4.2/4.3 regression] latent segfault in remove_phi_node

2006-12-11 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-12-12 01:24 --- The problem is EXECUTE_IF_SET_IN_BITMAP does not like the bitmap to change from underneath it. I have a patch which fixes this issue. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/28624] [4.2/4.3 regression] latent segfault in remove_phi_node

2006-12-11 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-12-12 01:22 --- *** Bug 30126 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---