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 middle-end/66702] #pragma omp declare simd uniform and linear issues


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Jun 30 12:16:01 2015
New Revision: 225180

URL: https://gcc.gnu.org/viewcvs?rev=225180&root=gcc&view=rev
Log:
        PR middle-end/66702
        * omp-low.c (simd_clone_adjust): Handle addressable linear
        or uniform parameters or non-gimple type uniform parameters.

        * testsuite/libgomp.c++/pr66702-1.C: New test.
        * testsuite/libgomp.c++/pr66702-2.C: New test.

Added:
    branches/gcc-5-branch/libgomp/testsuite/libgomp.c++/pr66702-1.C
    branches/gcc-5-branch/libgomp/testsuite/libgomp.c++/pr66702-2.C
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/omp-low.c
    branches/gcc-5-branch/libgomp/ChangeLog


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