This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/62021] ICE in verify_gimple_assign_single


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]