]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: Add location info to OpenMP tree nodes
authorSandra Loosemore <sandra@codesourcery.com>
Fri, 25 Mar 2022 04:02:34 +0000 (21:02 -0700)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Tue, 28 Jun 2022 20:55:26 +0000 (13:55 -0700)
commit28d79c9620aa4d968f6b3be2772b5515f9d784d9
tree77ae24e2b729e65b01e07379b09016e20c2aee33
parentdbc770c4351c8824e8083f8aff6117a6b4ba3c0d
Fortran: Add location info to OpenMP tree nodes

gcc/fortran/
* trans-openmp.cc (gfc_trans_omp_critical): Set location on OMP
tree node.
(gfc_trans_omp_do): Likewise.
(gfc_trans_omp_masked): Likewise.
(gfc_trans_omp_do_simd): Likewise.
(gfc_trans_omp_scope): Likewise.
(gfc_trans_omp_taskgroup): Likewise.
(gfc_trans_omp_taskwait): Likewise.
(gfc_trans_omp_distribute): Likewise.
(gfc_trans_omp_taskloop): Likewise.
(gfc_trans_omp_master_masked_taskloop): Likewise.

(cherry picked from commit 198bd0d599e0a91df1cfa6ab37545d05dff48e97)
gcc/fortran/ChangeLog.omp
gcc/fortran/trans-openmp.cc