mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
f180b56b3d14cd1ab7ca42c9bad69be2fa36a818
The following patch fixes different harmless typos and removes some unused code. gcc/ChangeLog: * ira-build.cc (add_to_conflicts): Use sizeof(ira_object_p) instead of sizeof(ira_allocno_t) for allocations. * ira-color.cc (print_hard_reg_set): Fix printing hard reg set. * ira-emit.cc (allocno_last_set, allocno_last_set_check): Remove unused static variables. * ira.cc (combine_and_move_insns): Fix dead note recognition. (ira_remove_insn_scratches): Use dump_file instead of ira_dump_file. * lra-constraints.cc (match_reload): Remove always true condition. (undo_optional_reloads): Fix recognition of clobber for assertion.
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
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.2%
Ada
14.4%
D
6.1%
Go
5.7%
Other
12.4%