[Bug tree-optimization/26376] K+R style function compiled with -fipa-pta ICEs

2006-02-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26376

[Bug tree-optimization/26376] K+R style function compiled with -fipa-pta ICEs

2006-02-23 Thread dberlin at gcc dot gnu dot org
--- Comment #5 from dberlin at gcc dot gnu dot org 2006-02-23 18:25 --- Fixed. -- dberlin at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/26376] K+R style function compiled with -fipa-pta ICEs

2006-02-23 Thread dberlin at gcc dot gnu dot org
--- Comment #4 from dberlin at gcc dot gnu dot org 2006-02-23 18:16 --- Subject: Bug 26376 Author: dberlin Date: Thu Feb 23 18:16:12 2006 New Revision: 111392 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111392 Log: 2006-02-23 Daniel Berlin <[EMAIL PROTECTED]> Fix P

[Bug tree-optimization/26376] K+R style function compiled with -fipa-pta ICEs

2006-02-21 Thread dberlin at dberlin dot org
--- Comment #3 from dberlin at gcc dot gnu dot org 2006-02-21 16:20 --- Subject: Re: K+R style function compiled with -qipa-pta ICEs On Tue, 2006-02-21 at 14:05 +, pinskia at gcc dot gnu dot org wrote: > > --- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-21

[Bug tree-optimization/26376] K+R style function compiled with -fipa-pta ICEs

2006-02-21 Thread dberlin at gcc dot gnu dot org
--- Comment #2 from dberlin at gcc dot gnu dot org 2006-02-21 14:48 --- fipa-pta currently doesn't do anything interesting, it just builds points-to sets and then deletes them. I will fix things when i get a chance.. -- dberlin at gcc dot gnu dot org changed: What|Rem