[Bug tree-optimization/71647] aligned(x:32) in #pragma omp simd does not work

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jun 24 18:44:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71647

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Jun 24 18:44:11 2016
New Revision: 237769

URL: https://gcc.gnu.org/viewcvs?rev=237769&root=gcc&view=rev
Log:
        PR tree-optimization/71647
        * omp-low.c (lower_rec_input_clauses): Convert
        omp_clause_aligned_alignment (c) to size_type_node for the
        last argument of __builtin_assume_aligned.

        * gcc.target/i386/pr71647.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr71647.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/omp-low.c
    trunk/gcc/testsuite/ChangeLog


More information about the Gcc-bugs mailing list