[Bug tree-optimization/62021] ICE in verify_gimple_assign_single

2014-12-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/62021] ICE in verify_gimple_assign_single

2014-12-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Wed Dec 10 20:02:19 2014 New Revision: 218604 URL: https://gcc.gnu.org/viewcvs?rev=218604&root=gcc&view=rev Log: PR tree-optimization/62021 * omp-low.c (simd_clone_adjust_return_t

[Bug tree-optimization/62021] ICE in verify_gimple_assign_single

2014-12-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Wed Dec 10 20:01:12 2014 New Revision: 218603 URL: https://gcc.gnu.org/viewcvs?rev=218603&root=gcc&view=rev Log: PR tree-optimization/62021 * omp-low.c (simd_clone_adjust_return_t

[Bug tree-optimization/62021] ICE in verify_gimple_assign_single

2014-12-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug tree-optimization/62021] ICE in verify_gimple_assign_single

2014-12-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/62021] ICE in verify_gimple_assign_single

2014-08-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021 --- Comment #4 from Richard Biener --- (In reply to Jakub Jelinek from comment #3) > The problem is that get_vectype_for_scalar_type_and_size for pointers just > returns vectors of pointer sized integers instead of vectors of pointers. > So, eith

[Bug tree-optimization/62021] ICE in verify_gimple_assign_single

2014-08-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021 --- Comment #3 from Jakub Jelinek --- The problem is that get_vectype_for_scalar_type_and_size for pointers just returns vectors of pointer sized integers instead of vectors of pointers. So, either we need to VCE it, or change the simd_clones to

[Bug tree-optimization/62021] ICE in verify_gimple_assign_single

2014-08-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021 Richard Biener changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug tree-optimization/62021] ICE in verify_gimple_assign_single

2014-08-05 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021 --- Comment #1 from Yuri Rumyantsev --- Created attachment 33247 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33247&action=edit test-case to reprroduce Test should be compiled with -O2 -fopenmp -march=core-avx2 options. If we add -DUNIFO