mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
3ecc4d571f76d22cb08333c1cfe147674fd8c2cc
This changes the hook to support checking version mergeability for cases where the version strings do imply the same version, but are conflicting in some other way so cannot be merged. This is a change required for adding priority version support in aarch64. gcc/ChangeLog: * target.def (TARGET_OPTION_SAME_FUNCTION_VERSIONS): Update documentation. * tree.cc (disjoint_version_decls): Change for new NULL parameter to same_function_versions. (diagnose_versioned_decls): Update to pass diagnostic location to same_function_versions. * doc/tm.texi: Regenerate. * config/aarch64/aarch64.cc (aarch64_same_function_versions): Update hook impl for new arguments. * config/riscv/riscv.cc (riscv_same_function_versions): Update hook impl for new arguments. * config/loongarch/loongarch.cc (loongarch_same_function_versions): Likewise * hooks.cc (hook_stringslice_stringslice_unreachable): Changed to... (hook_stringslice_consttree_stringslice_consttree_unreachable): ...this and add extra arguments. * hooks.h (hook_stringslice_stringslice_unreachable): Changed to... (hook_stringslice_consttree_stringslice_consttree_unreachable): and add extra arguments.
…
…
…
…
…
…
…
…
…
…
…
…
…
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.7%
C
30.1%
Ada
14.4%
D
6.1%
Go
5.7%
Other
12.5%