mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
357207648f16eeb6768e081d320bf131a33316fc
Move the logic to deduce what needs to be freed from the caller to the callee by passing the OMP_LIST_... enum value instead of multiple bool arguments to gfc_free_omp_namelist. Additionally, add the name 'gfc_omp_list_type' to the existing OMP_LIST_... enum values and OMP_LIST_NONE (== OMP_LIST_NUM) as special value. As an enum is available, use it properly and replace 0 by OMP_LIST_FIRST in the list walks. gcc/fortran/ChangeLog: * gfortran.h (enum gfc_omp_list_type): Add this name to the existing OMP_LIST... enum; add OMP_LIST_NONE. (gfc_free_omp_namelist): Take that enum as arg instead of bool args. * match.cc (gfc_free_omp_namelist): Update. * openmp.cc (gfc_free_omp_clauses, gfc_free_omp_declare_variant_list, gfc_match_omp_clause_reduction, gfc_match_omp_clauses, gfc_match_omp_allocate, gfc_match_omp_flush, gfc_match_omp_declare_target, resolve_omp_clauses, gfc_resolve_omp_parallel_blocks, resolve_omp_do, gfc_resolve_oacc_blocks, gfc_resolve_oacc_declare): Update gfc_free_omp_namelist call and used enum type instead of int. * st.cc (gfc_free_statement): Likewise. Co-Authored-By: Julian Brown <julian@codesourcery.com>
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
This directory contains the GNU Compiler Collection (GCC). The GNU Compiler Collection is free software. See the files whose names start with COPYING for copying permission. The manuals, and some of the runtime libraries, are under different terms; see the individual source files for details. The directory INSTALL contains copies of the installation information as HTML and plain text. The source of this information is gcc/doc/install.texi. The installation information includes details of what is included in the GCC sources and what files GCC installs. See the file gcc/doc/gcc.texi (together with other files that it includes) for usage and porting information. An online readable version of the manual is in the files gcc/doc/gcc.info*. See http://gcc.gnu.org/bugs/ for how to report bugs usefully. Copyright years on GCC source files may be listed using range notation, e.g., 1987-2012, indicating that every year in the range, inclusive, is a copyrightable year that could otherwise be listed individually.
Description
Languages
C++
30.8%
C
30.2%
Ada
14.4%
D
6.1%
Go
5.7%
Other
12.3%