[Bug tree-optimization/62021] ICE in verify_gimple_assign_single
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Dec 10 20:02:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021
--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
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_type): Use
vector of pointer_sized_int_node types instead vector of pointer
types.
(simd_clone_adjust_argument_types): Likewise.
* gcc.dg/vect/pr62021.c: New test.
Added:
branches/gcc-4_9-branch/gcc/testsuite/gcc.dg/vect/pr62021.c
Modified:
branches/gcc-4_9-branch/gcc/ChangeLog
branches/gcc-4_9-branch/gcc/omp-low.c
branches/gcc-4_9-branch/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list