]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix: Fortran/OpenMP: align/allocator modifiers to the allocate clause
authorTobias Burnus <tobias@codesourcery.com>
Wed, 22 Feb 2023 11:35:29 +0000 (12:35 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Wed, 22 Feb 2023 11:35:29 +0000 (12:35 +0100)
commitcbd92239ae10fdc8abc69355fd4397473cdf5950
treed421d408d5a91190721f7c1be2abd5d300d70070
parent9657d906869e098340c23118c2eb8592d9e77ac5
Fix: Fortran/OpenMP: align/allocator modifiers to the allocate clause

When merging r13-4584-gb2e1c49b4a4 to OG12 as commit 58e0579ed87,
the 'align' handling seemingly ended up in the wrong clause.
(Result: libgomp.fortran/allocate-2a.f90 FAILED; now fixed.)

gcc/fortran/
* trans-openmp.cc (gfc_trans_omp_clauses): Move align modifier
handling from OMP_LIST_ALLOCATOR to OMP_LIST_ALLOCATE.
gcc/fortran/ChangeLog.omp
gcc/fortran/trans-openmp.cc