--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-04
15:43 ---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-04
14:37 ---
Subject: Bug 18308
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-01-04 14:37:24
Modified files:
gcc: ChangeLog tree-if-conv.c dojump.c
--- Additional Comments From bonzini at gcc dot gnu dot org 2004-12-28
18:49 ---
http://gcc.gnu.org/ml/gcc-patches/2004-12/msg02012.html
--
What|Removed |Added
Key
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |bonzini at gcc dot gnu dot
|dot org |org
Status|NEW
--- Additional Comments From bonzini at gcc dot gnu dot org 2004-12-28
17:44 ---
Looking at it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18308
--- Additional Comments From dpatel at apple dot com 2004-11-18 19:09
---
Subject: Re: ICE in do_jump, at dojump.c:274
On Nov 18, 2004, at 12:03 AM, paolo dot bonzini at lu dot unisi dot ch
wrote:
> While I can work on a fix, those COND_EXPR were *not* valid GIMPLE at
> the time the
--- Additional Comments From paolo dot bonzini at lu dot unisi dot ch
2004-11-18 08:03 ---
Subject: Re: ICE in do_jump, at dojump.c:274
> And that would mean it was caused by:
> * dojump.c (do_jump) TRUTH_ANDIF_EXPR, TRUTH_ORIF_EXPR, COMPOUND_EXPR>:
> Abort on
--- Additional Comments From dpatel at apple dot com 2004-11-18 02:33
---
Subject: Re: ICE in do_jump, at dojump.c:274
Andrew,
You can try following to fix tree level if-conversion. I have not
tested it completely yet.
-
Devang
Index: tree-if-conv.c
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-18
02:31 ---
And that would mean it was caused by:
* dojump.c (do_jump) :
Abort on gimplified cases.
--
What|Removed |Added
--
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-18
02:29 ---
So someone removed too much from do_jump in the first place.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18308
--- Additional Comments From dpatel at apple dot com 2004-11-18 02:26
---
After I update tree-level if-conversion to force gimple operands appropriately,
rewrite_out_of_ssa() is
converting following ...
bar()
--- Additional Comments From dpatel at apple dot com 2004-11-18 01:28
---
I meant,
Bigger issue is : if-convert COND_EXPR is not vectorized and do_jump() does not
handle it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18308
--- Additional Comments From dpatel at apple dot com 2004-11-18 01:27
---
Bigger issue is : if-convert COND_EXPR is not vectorized and do_jump() does not
aborts().
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18308
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-05 13:51
---
ifcvt produces non-gimple:
_ifc_.2_15 = (j_6 != 0 || !_ifc_.1_16) && ivtmp.0_4 != 0;
Confirmed.
--
What|Removed |Added
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-05 13:25
---
Zdenek, the problem appeared with your patch
http://gcc.gnu.org/ml/gcc-cvs/2004-10/msg00030.html
--
What|Removed |Added
15 matches
Mail list logo