[Bug tree-optimization/33854] [4.3 Regression] ICE in vectorizable_conversion, at tree-vect-transform.c:3374

2007-10-27 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2007-10-27 16:15 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug tree-optimization/33854] [4.3 Regression] ICE in vectorizable_conversion, at tree-vect-transform.c:3374

2007-10-22 Thread irar at gcc dot gnu dot org
--- Comment #5 from irar at gcc dot gnu dot org 2007-10-22 12:05 --- Subject: Bug 33854 Author: irar Date: Mon Oct 22 12:05:36 2007 New Revision: 129549 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129549 Log: PR tree-optimization/33854 * tree-vect-analyze.c (v

[Bug tree-optimization/33854] [4.3 Regression] ICE in vectorizable_conversion, at tree-vect-transform.c:3374

2007-10-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug tree-optimization/33854] [4.3 Regression] ICE in vectorizable_conversion, at tree-vect-transform.c:3374

2007-10-22 Thread irar at il dot ibm dot com
--- Comment #4 from irar at il dot ibm dot com 2007-10-22 07:23 --- I am testing the following patch: Index: tree-vect-analyze.c === --- tree-vect-analyze.c (revision 129404) +++ tree-vect-analyze.c (working copy) @@ -242,7

[Bug tree-optimization/33854] [4.3 Regression] ICE in vectorizable_conversion, at tree-vect-transform.c:3374

2007-10-21 Thread tbm at cyrius dot com
--- Comment #3 from tbm at cyrius dot com 2007-10-22 06:37 --- Breakpoint 1, fancy_abort (file=0xc4e238 "gcc/tree-vect-transform.c", line=3374, function=0xc4fa60 "vectorizable_conversion") at gcc/diagnostic.c:659 659 { (gdb) where #0 fancy_abort (file=0xc4e238 "gcc/tree-vect

[Bug tree-optimization/33854] [4.3 Regression] ICE in vectorizable_conversion, at tree-vect-transform.c:3374

2007-10-21 Thread tbm at cyrius dot com
--- Comment #2 from tbm at cyrius dot com 2007-10-22 06:36 --- /* Testcase by Martin Michlmayr <[EMAIL PROTECTED]> */ extern void *malloc (long unsigned int __size); typedef struct VMatrix_ VMatrix; struct VMatrix_ { int dim; int t2; }; void uniform_correlation_matrix (VMatrix * v)

[Bug tree-optimization/33854] [4.3 Regression] ICE in vectorizable_conversion, at tree-vect-transform.c:3374

2007-10-21 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2007-10-22 06:35 --- Created an attachment (id=14385) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14385&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33854