[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2005-01-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-04 15:43 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2005-01-04 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-12-28 Thread bonzini at gcc dot gnu dot org
--- 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

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-12-28 Thread bonzini at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bonzini at gcc dot gnu dot |dot org |org Status|NEW

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-12-28 Thread bonzini at gcc dot gnu dot org
--- 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

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-11-18 Thread dpatel at apple dot com
--- 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

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-11-18 Thread paolo dot bonzini at lu dot unisi dot ch
--- 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

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-11-17 Thread dpatel at apple dot com
--- 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

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-11-17 Thread pinskia at gcc dot gnu dot org
--- 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 --

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-11-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-11-17 Thread dpatel at apple dot com
--- 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()

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-11-17 Thread dpatel at apple dot com
--- 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

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-11-17 Thread dpatel at apple dot com
--- 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

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-11-05 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-11-05 Thread reichelt at gcc dot gnu dot org
--- 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