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/63247] fortran array alignment in omp target map


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Sep 29 05:24:44 2014
New Revision: 215679

URL: https://gcc.gnu.org/viewcvs?rev=215679&root=gcc&view=rev
Log:
    PR middle-end/63247
    * omp-low.c (lower_omp_target): For OMP_CLAUSE_MAP_POINTER
    of ARRAY_TYPE, if not OMP_CLAUSE_MAP_ZERO_BIAS_ARRAY_SECTION
    use the alignment of avar rather than ovar.

Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/omp-low.c


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