mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
3d84356bcbeefabf45420fe1299e29a079a96adb
Since r16-6477 we allow a gnu_inline to be a key method, because it is only emitted in one place. It occurs to me that we should make the same adjustment to other places that check DECL_DECLARED_INLINE_P to decide if a function has inline/vague/comdat linkage. PR libstdc++/123326 gcc/cp/ChangeLog: * cp-tree.h (DECL_NONGNU_INLINE_P): New. * decl.cc (duplicate_decls, start_decl): Check it. * decl2.cc (vague_linkage_p, import_export_class): Likewise. (vtables_uniquely_emitted, import_export_decl): Likewise. * class.cc (determine_key_method): Check it instead of lookup_attribute.
…
…
…
…
…
…
…
…
…
…
…
…
…
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%
Ada
14.5%
D
6.1%
Go
5.7%
Other
12.5%