gcc/gcc
Thomas Schwinge aee5ee3560 Rust: In 'type_for_mode' langhook also consider all 'int_n' modes/types
As reported in "Rust related issues" at the end of
<https://inbox.sourceware.org/gcc-patches/20221219212344.ewtuzd2jtztm77x2@lug-owl.de>
"Modula-2 / Rust: Many targets failing",
<https://github.com/Rust-GCC/gccrs/issues/1713>
"Test failure on msp430-elfbare target", for '--target=msp430-elfbar' we ICE:

    <built-in>: internal compiler error: Segmentation fault
    0xf2efbf crash_signal
          ../../gcc/gcc/toplev.cc:314
    0x120c8c7 build_function_type(tree_node*, tree_node*, bool)
          ../../gcc/gcc/tree.cc:7360
    0x120cc20 build_function_type_list(tree_node*, ...)
          ../../gcc/gcc/tree.cc:7442
    0x120d16b build_common_builtin_nodes()
          ../../gcc/gcc/tree.cc:9883
    0x8449b4 grs_langhook_init
          ../../gcc/gcc/rust/rust-lang.cc:132
    [...]

This is due to 'tmp == NULL' for 'gcc/tree.cc:build_common_builtin_nodes':

    tmp = lang_hooks.types.type_for_mode (targetm.eh_return_filter_mode (), 0);

..., were 'targetm.eh_return_filter_mode' (that is,
'gcc/targhooks.cc:default_eh_return_filter_mode',
via calling 'targetm.unwind_word_mode':
'gcc/config/msp430/msp430.cc:msp430_unwind_word_mode') returns 'PSImode',
and 'lang_hooks.types.type_for_mode' (that is,
'gcc/rust/rust-lang.cc:grs_langhook_type_for_mode') returns 'NULL' for
'PSImode'.

As, for example, discussed in <https://gcc.gnu.org/PR46805>
"ICE: SIGSEGV in optab_for_tree_code (optabs.c:407) with -O -fno-tree-scev-cprop -ftree-vectorize",
we have to support "random" modes/types in the 'type_for_mode' langhook.

	gcc/rust/
	* rust-lang.cc (grs_langhook_type_for_mode): Also consider all
	'int_n' modes/types.
2023-02-22 15:54:55 +01:00
..
ada Daily bump. 2023-02-15 00:17:49 +00:00
analyzer Daily bump. 2023-02-22 00:18:49 +00:00
c Daily bump. 2023-02-19 00:16:39 +00:00
c-family Daily bump. 2023-02-19 00:16:39 +00:00
common arc: Don't use millicode thunks unless asked for. 2023-02-13 11:35:15 +02:00
config RISC-V: Add RVV reduction C/C++ intrinsics support 2023-02-22 20:51:21 +08:00
cp Daily bump. 2023-02-21 00:18:20 +00:00
d Daily bump. 2023-02-22 00:18:49 +00:00
doc Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-supports.exp:check_compile' and elsewhere 2023-02-22 09:19:51 +01:00
fortran Daily bump. 2023-02-22 00:18:49 +00:00
ginclude [PATCH 6/15] arm: Add pointer authentication for stack-unwinding runtime 2023-01-23 11:28:11 +01:00
go Daily bump. 2023-01-18 00:17:21 +00:00
jit Daily bump. 2023-02-17 00:17:49 +00:00
lto Update copyright years. 2023-01-16 11:52:17 +01:00
m2 Daily bump. 2023-02-07 00:17:44 +00:00
objc Daily bump. 2023-02-17 00:17:49 +00:00
objcp Update copyright years. 2023-01-16 11:52:17 +01:00
po Daily bump. 2023-02-11 00:17:31 +00:00
rtl-ssa rtl-ssa: Extend m_num_defs to a full unsigned int [PR108086] 2023-02-02 14:53:34 +00:00
rust Rust: In 'type_for_mode' langhook also consider all 'int_n' modes/types 2023-02-22 15:54:55 +01:00
testsuite vect: inbranch SIMD clones 2023-02-22 13:57:11 +00:00
ABOUT-GCC-NLS Update copyright years. 2023-01-02 09:40:19 +01:00
acinclude.m4 Update copyright years. 2023-01-02 09:40:19 +01:00
aclocal.m4
addresses.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
adjust-alignment.cc Update copyright years. 2023-01-02 09:40:19 +01:00
alias.cc Update copyright years. 2023-01-02 09:40:19 +01:00
alias.h Update copyright years. 2023-01-02 09:40:19 +01:00
align.h Update copyright years. 2023-01-02 09:40:19 +01:00
alloc-pool.cc Update copyright years. 2023-01-02 09:40:19 +01:00
alloc-pool.h Update copyright years. 2023-01-02 09:40:19 +01:00
array-traits.h Update copyright years. 2023-01-02 09:40:19 +01:00
asan.cc asan: Add --param=asan-kernel-mem-intrinsic-prefix= [PR108777] 2023-02-14 12:10:09 +01:00
asan.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
attr-fnspec.h Update copyright years. 2023-01-02 09:40:19 +01:00
attribs.cc Replace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300] 2023-02-02 10:54:54 +01:00
attribs.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
auto-inc-dec.cc Update copyright years. 2023-01-02 09:40:19 +01:00
auto-profile.cc Update copyright years. 2023-01-02 09:40:19 +01:00
auto-profile.h Update copyright years. 2023-01-02 09:40:19 +01:00
backend.h Update copyright years. 2023-01-02 09:40:19 +01:00
BASE-VER Bump BASE-VER to 13.0.1 now that we are in stage4. 2023-01-16 12:44:25 +01:00
basic-block.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
bb-reorder.cc bbpart: Fix up ICE on asm goto [PR108596] 2023-01-31 09:46:35 +01:00
bb-reorder.h Update copyright years. 2023-01-02 09:40:19 +01:00
bitmap.cc Update copyright years. 2023-01-02 09:40:19 +01:00
bitmap.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
btfout.cc Update copyright years. 2023-01-02 09:40:19 +01:00
builtin-attrs.def Update copyright years. 2023-01-02 09:40:19 +01:00
builtin-types.def Update copyright years. 2023-01-02 09:40:19 +01:00
builtins.cc asan: Add --param=asan-kernel-mem-intrinsic-prefix= [PR108777] 2023-02-14 12:10:09 +01:00
builtins.def Replace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300] 2023-02-02 10:54:54 +01:00
builtins.h Update copyright years. 2023-01-02 09:40:19 +01:00
caller-save.cc Update copyright years. 2023-01-02 09:40:19 +01:00
calls.cc Revert "tree-optimization/108691 - indirect calls to setjmp" 2023-02-21 10:26:30 +01:00
calls.h Update copyright years. 2023-01-02 09:40:19 +01:00
ccmp.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ccmp.h Update copyright years. 2023-01-02 09:40:19 +01:00
cfg-flags.def Update copyright years. 2023-01-02 09:40:19 +01:00
cfg.cc Update copyright years. 2023-01-02 09:40:19 +01:00
cfg.h Update copyright years. 2023-01-02 09:40:19 +01:00
cfganal.cc Update copyright years. 2023-01-02 09:40:19 +01:00
cfganal.h Update copyright years. 2023-01-02 09:40:19 +01:00
cfgbuild.cc Update copyright years. 2023-01-02 09:40:19 +01:00
cfgbuild.h Update copyright years. 2023-01-02 09:40:19 +01:00
cfgcleanup.cc Update copyright years. 2023-01-02 09:40:19 +01:00
cfgcleanup.h Update copyright years. 2023-01-02 09:40:19 +01:00
cfgexpand.cc Revert "tree-optimization/108691 - indirect calls to setjmp" 2023-02-21 10:26:30 +01:00
cfgexpand.h Update copyright years. 2023-01-02 09:40:19 +01:00
cfghooks.cc Update copyright years. 2023-01-02 09:40:19 +01:00
cfghooks.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
cfgloop.cc Update copyright years. 2023-01-02 09:40:19 +01:00
cfgloop.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
cfgloopanal.cc Update copyright years. 2023-01-02 09:40:19 +01:00
cfgloopmanip.cc Update copyright years. 2023-01-02 09:40:19 +01:00
cfgloopmanip.h Update copyright years. 2023-01-02 09:40:19 +01:00
cfgrtl.cc cfgrtl: Don't try to redirect asm goto to EXIT [PR108263] 2023-01-03 12:12:35 +01:00
cfgrtl.h Update copyright years. 2023-01-02 09:40:19 +01:00
cgraph.cc cgraph: Handle BUILT_IN_UNREACHABLE_TRAP like BUILT_IN_UNREACHABLE in more spots [PR106258] 2023-02-22 11:22:03 +01:00
cgraph.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
cgraphbuild.cc c++: Handle structured bindings like anon unions in initializers [PR108474] 2023-01-24 11:28:00 +01:00
cgraphclones.cc cgraph: Handle BUILT_IN_UNREACHABLE_TRAP like BUILT_IN_UNREACHABLE in more spots [PR106258] 2023-02-22 11:22:03 +01:00
cgraphunit.cc ipa: check if cache_token != NULL before hash_set::add call 2023-02-01 15:18:14 +01:00
ChangeLog Daily bump. 2023-02-22 00:18:49 +00:00
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
ChangeLog-2019
ChangeLog-2020
ChangeLog-2021
ChangeLog-2022 Rotate ChangeLog files. 2023-01-01 16:20:13 +01:00
ChangeLog.dataflow
ChangeLog.gimple-classes
ChangeLog.graphite
ChangeLog.jit
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
cif-code.def Update copyright years. 2023-01-02 09:40:19 +01:00
collect-utils.cc Update copyright years. 2023-01-02 09:40:19 +01:00
collect-utils.h Update copyright years. 2023-01-02 09:40:19 +01:00
collect2-aix.cc Update copyright years. 2023-01-02 09:40:19 +01:00
collect2-aix.h Update copyright years. 2023-01-02 09:40:19 +01:00
collect2.cc Update copyright years. 2023-01-02 09:40:19 +01:00
collect2.h Update copyright years. 2023-01-02 09:40:19 +01:00
color-macros.h Update copyright years. 2023-01-02 09:40:19 +01:00
combine-stack-adj.cc Update copyright years. 2023-01-02 09:40:19 +01:00
combine.cc Update copyright years. 2023-01-02 09:40:19 +01:00
common.md Update copyright years. 2023-01-02 09:40:19 +01:00
common.opt Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-supports.exp:check_compile' and elsewhere 2023-02-22 09:19:51 +01:00
compare-elim.cc compare-elim: Fix an RTL checking failure 2023-02-01 09:53:50 +00:00
conditions.h Update copyright years. 2023-01-02 09:40:19 +01:00
config.build Update copyright years. 2023-01-02 09:40:19 +01:00
config.gcc LoongArch: Fix multiarch tuple canonization 2023-02-18 15:29:31 +08:00
config.host Update copyright years. 2023-01-02 09:40:19 +01:00
config.in
configure gcc: fix Windows target binutils secrel detection 2022-12-27 16:00:11 +00:00
configure.ac Update copyright years. 2023-01-02 09:40:19 +01:00
context.cc Update copyright years. 2023-01-02 09:40:19 +01:00
context.h Update copyright years. 2023-01-02 09:40:19 +01:00
convert.cc ubsan: Avoid narrowing of multiply for -fsanitize=signed-integer-overflow [PR108256] 2023-01-04 10:52:49 +01:00
convert.h Update copyright years. 2023-01-02 09:40:19 +01:00
COPYING
COPYING.LIB
COPYING3
COPYING3.LIB
coretypes.h Update copyright years. 2023-01-02 09:40:19 +01:00
coroutine-builtins.def Update copyright years. 2023-01-02 09:40:19 +01:00
coroutine-passes.cc Update copyright years. 2023-01-02 09:40:19 +01:00
coverage.cc Update copyright years. 2023-01-02 09:40:19 +01:00
coverage.h Update copyright years. 2023-01-02 09:40:19 +01:00
cppbuiltin.cc Update copyright years. 2023-01-02 09:40:19 +01:00
cppbuiltin.h Update copyright years. 2023-01-02 09:40:19 +01:00
cppdefault.cc Update copyright years. 2023-01-02 09:40:19 +01:00
cppdefault.h Update copyright years. 2023-01-02 09:40:19 +01:00
cprop.cc PR rtl-optimization/106421: ICE in bypass_block from non-local goto. 2023-01-10 14:05:46 +00:00
cse.cc Update copyright years. 2023-01-02 09:40:19 +01:00
cselib.cc sched-deps, cselib: Fix up some -fcompare-debug issues and regressions [PR108463] 2023-02-02 13:52:45 +01:00
cselib.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
cstamp-h.in
ctfc.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ctfc.h Update copyright years. 2023-01-02 09:40:19 +01:00
ctfout.cc Update copyright years. 2023-01-02 09:40:19 +01:00
data-streamer-in.cc Update copyright years. 2023-01-02 09:40:19 +01:00
data-streamer-out.cc Update copyright years. 2023-01-02 09:40:19 +01:00
data-streamer.cc Update copyright years. 2023-01-02 09:40:19 +01:00
data-streamer.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
DATESTAMP Daily bump. 2023-02-22 00:18:49 +00:00
dbgcnt.cc Update copyright years. 2023-01-02 09:40:19 +01:00
dbgcnt.def Update copyright years. 2023-01-02 09:40:19 +01:00
dbgcnt.h Update copyright years. 2023-01-02 09:40:19 +01:00
dce.cc Update copyright years. 2023-01-02 09:40:19 +01:00
dce.h Update copyright years. 2023-01-02 09:40:19 +01:00
ddg.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ddg.h Update copyright years. 2023-01-02 09:40:19 +01:00
debug.cc Update copyright years. 2023-01-02 09:40:19 +01:00
debug.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
defaults.h Update copyright years. 2023-01-02 09:40:19 +01:00
DEV-PHASE
df-core.cc Speedup DF dataflow solver 2023-02-15 15:05:27 +01:00
df-problems.cc Update copyright years. 2023-01-02 09:40:19 +01:00
df-scan.cc Update copyright years. 2023-01-02 09:40:19 +01:00
df.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
dfp.cc Update copyright years. 2023-01-02 09:40:19 +01:00
dfp.h Update copyright years. 2023-01-02 09:40:19 +01:00
diagnostic-client-data-hooks.h Update copyright years. 2023-01-02 09:40:19 +01:00
diagnostic-color.cc Always define WIN32_LEAN_AND_MEAN before <windows.h> 2023-01-07 06:51:06 +00:00
diagnostic-color.h Update copyright years. 2023-01-02 09:40:19 +01:00
diagnostic-core.h Update copyright years. 2023-01-02 09:40:19 +01:00
diagnostic-event-id.h Update copyright years. 2023-01-02 09:40:19 +01:00
diagnostic-format-json.cc Update copyright years. 2023-01-02 09:40:19 +01:00
diagnostic-format-sarif.cc Update copyright years. 2023-01-02 09:40:19 +01:00
diagnostic-metadata.h Update copyright years. 2023-01-02 09:40:19 +01:00
diagnostic-path.h Update copyright years. 2023-01-02 09:40:19 +01:00
diagnostic-show-locus.cc Update copyright years. 2023-01-02 09:40:19 +01:00
diagnostic-spec.cc Update copyright years. 2023-01-02 09:40:19 +01:00
diagnostic-spec.h Update copyright years. 2023-01-02 09:40:19 +01:00
diagnostic-url.h Update copyright years. 2023-01-02 09:40:19 +01:00
diagnostic.cc Update copyright years. 2023-01-02 09:40:19 +01:00
diagnostic.def Update copyright years. 2023-01-02 09:40:19 +01:00
diagnostic.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
digraph.cc Update copyright years. 2023-01-02 09:40:19 +01:00
digraph.h Update copyright years. 2023-01-02 09:40:19 +01:00
dojump.cc Update copyright years. 2023-01-02 09:40:19 +01:00
dojump.h Update copyright years. 2023-01-02 09:40:19 +01:00
dominance.cc middle-end/108500 - replace recursive domtree DFS traversal 2023-02-01 08:47:40 +01:00
dominance.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
domwalk.cc Update copyright years. 2023-01-02 09:40:19 +01:00
domwalk.h Update copyright years. 2023-01-02 09:40:19 +01:00
double-int.cc Update copyright years. 2023-01-02 09:40:19 +01:00
double-int.h Update copyright years. 2023-01-02 09:40:19 +01:00
dse.cc Update copyright years. 2023-01-02 09:40:19 +01:00
dump-context.h Update copyright years. 2023-01-02 09:40:19 +01:00
dumpfile.cc Update copyright years. 2023-01-02 09:40:19 +01:00
dumpfile.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
dwarf2asm.cc Update copyright years. 2023-01-02 09:40:19 +01:00
dwarf2asm.h Update copyright years. 2023-01-02 09:40:19 +01:00
dwarf2cfi.cc New reg note REG_CFA_NORESTORE 2023-02-01 08:59:41 +01:00
dwarf2ctf.cc Update copyright years. 2023-01-02 09:40:19 +01:00
dwarf2ctf.h Update copyright years. 2023-01-02 09:40:19 +01:00
dwarf2out.cc Update copyright years. 2023-01-02 09:40:19 +01:00
dwarf2out.h Update copyright years. 2023-01-02 09:40:19 +01:00
early-remat.cc Update copyright years. 2023-01-02 09:40:19 +01:00
edit-context.cc Update copyright years. 2023-01-02 09:40:19 +01:00
edit-context.h Update copyright years. 2023-01-02 09:40:19 +01:00
emit-rtl.cc Update copyright years. 2023-01-02 09:40:19 +01:00
emit-rtl.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
errors.cc Update copyright years. 2023-01-02 09:40:19 +01:00
errors.h Update copyright years. 2023-01-02 09:40:19 +01:00
escaped_string.h Update copyright years. 2023-01-02 09:40:19 +01:00
et-forest.cc Update copyright years. 2023-01-02 09:40:19 +01:00
et-forest.h Update copyright years. 2023-01-02 09:40:19 +01:00
except.cc Update copyright years. 2023-01-02 09:40:19 +01:00
except.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
exec-tool.in Update copyright years. 2023-01-02 09:40:19 +01:00
explow.cc Update copyright years. 2023-01-02 09:40:19 +01:00
explow.h Update copyright years. 2023-01-02 09:40:19 +01:00
expmed.cc Update copyright years. 2023-01-02 09:40:19 +01:00
expmed.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
expr.cc expr: Fix up store_expr into SUBREG_PROMOTED_* target [PR108264] 2023-01-03 12:13:24 +01:00
expr.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
fibonacci_heap.cc Update copyright years. 2023-01-02 09:40:19 +01:00
fibonacci_heap.h Update copyright years. 2023-01-02 09:40:19 +01:00
file-find.cc Update copyright years. 2023-01-02 09:40:19 +01:00
file-find.h Update copyright years. 2023-01-02 09:40:19 +01:00
file-prefix-map.cc Update copyright years. 2023-01-02 09:40:19 +01:00
file-prefix-map.h Update copyright years. 2023-01-02 09:40:19 +01:00
final.cc Update copyright years. 2023-01-02 09:40:19 +01:00
fixed-value.cc Update copyright years. 2023-01-02 09:40:19 +01:00
fixed-value.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
flag-types.h Update copyright years. 2023-01-02 09:40:19 +01:00
flags.h Update copyright years. 2023-01-02 09:40:19 +01:00
fold-const-call.cc Update copyright years. 2023-01-02 09:40:19 +01:00
fold-const-call.h Update copyright years. 2023-01-02 09:40:19 +01:00
fold-const.cc ubsan: Avoid narrowing of multiply for -fsanitize=signed-integer-overflow [PR108256] 2023-01-04 10:52:49 +01:00
fold-const.h Update copyright years. 2023-01-02 09:40:19 +01:00
fp-test.cc Update copyright years. 2023-01-02 09:40:19 +01:00
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function-abi.cc Update copyright years. 2023-01-02 09:40:19 +01:00
function-abi.h Update copyright years. 2023-01-02 09:40:19 +01:00
function-tests.cc value-relation: Fix up relation_union [PR108447] 2023-01-19 23:26:35 +01:00
function.cc Fix PR rtl-optimization/108274 2023-01-13 22:15:20 +01:00
function.h aarch64: fix warning emission for ABI break since GCC 9.1 2023-01-12 14:42:00 +01:00
fwprop.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gcc-ar.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gcc-main.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gcc-plugin.h Update copyright years. 2023-01-02 09:40:19 +01:00
gcc-rich-location.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gcc-rich-location.h Update copyright years. 2023-01-02 09:40:19 +01:00
gcc-symtab.h Update copyright years. 2023-01-02 09:40:19 +01:00
gcc.cc driver: fix -gz=none error message with missing zstd 2023-02-01 14:13:03 +01:00
gcc.h Update copyright years. 2023-01-02 09:40:19 +01:00
gcov-counter.def Update copyright years. 2023-01-02 09:40:19 +01:00
gcov-dump.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gcov-io.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gcov-io.h Update copyright years. 2023-01-02 09:40:19 +01:00
gcov-tool.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gcov.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gcse-common.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gcse-common.h Update copyright years. 2023-01-02 09:40:19 +01:00
gcse.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gcse.h Update copyright years. 2023-01-02 09:40:19 +01:00
gdbasan.in
gdbhooks.py Update copyright years. 2023-01-02 09:40:19 +01:00
gdbinit.in debug: Support "phrs" for dumping a HARD_REG_SET 2023-02-15 01:09:06 +01:00
gen-pass-instances.awk Update copyright years. 2023-01-02 09:40:19 +01:00
genattr-common.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genattr.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genattrtab.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genautomata.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gencfn-macros.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gencheck.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genchecksum.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gencodes.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genconditions.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genconfig.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genconstants.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genemit.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genenums.cc Update copyright years. 2023-01-02 09:40:19 +01:00
generic-match-head.cc generic-match-head: Don't assume GENERIC folding is done only early [PR108237] 2023-01-04 10:54:38 +01:00
generic-match.h Update copyright years. 2023-01-02 09:40:19 +01:00
genextract.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genflags.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gengenrtl.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gengtype-lex.l Update copyright years. 2023-01-02 09:40:19 +01:00
gengtype-parse.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gengtype-state.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gengtype.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gengtype.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
genhooks.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genmatch.cc middle-end/108625 - wrong folding due to misinterpreted ! 2023-02-02 13:13:26 +01:00
genmddeps.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genmddump.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genmodes.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genmultilib Update copyright years. 2023-01-02 09:40:19 +01:00
genopinit.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genoutput.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genpeep.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genpreds.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genrecog.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gensupport.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gensupport.h Update copyright years. 2023-01-02 09:40:19 +01:00
gentarget-def.cc Update copyright years. 2023-01-02 09:40:19 +01:00
genversion.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ggc-common.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ggc-internal.h Update copyright years. 2023-01-02 09:40:19 +01:00
ggc-none.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ggc-page.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ggc-tests.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ggc.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-array-bounds.cc Replace flag_strict_flex_arrays with DECL_NOT_FLEXARRAY in middle-end. 2023-01-13 15:08:00 +00:00
gimple-array-bounds.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-builder.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-builder.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-expr.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-expr.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
gimple-fold.cc tree-optimization/26854 - compile-time hog in SSA forwprop 2023-02-07 14:39:31 +01:00
gimple-fold.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-harden-conditionals.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-if-to-switch.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-isel.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-iterator.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-iterator.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
gimple-laddress.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-loop-interchange.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-loop-jam.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-loop-versioning.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-low.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-low.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-match-head.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-match.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-predicate-analysis.cc tree-optimization/108547 - robustify uninit predicate analysis 2023-01-26 13:49:30 +01:00
gimple-predicate-analysis.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-predict.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
gimple-pretty-print.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-pretty-print.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-range-cache.cc Query rangers cache in readonly mode only from within 2023-02-10 09:46:33 -05:00
gimple-range-cache.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-range-edge.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-range-edge.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-range-fold.cc Do not try to logical fold floating point relations. 2023-01-27 09:32:42 -05:00
gimple-range-fold.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
gimple-range-gori.cc Add op2_range to pointer_plus. 2023-01-31 09:56:27 -05:00
gimple-range-gori.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-range-infer.cc Add function context for querying global ranges. 2023-02-10 09:46:33 -05:00
gimple-range-infer.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-range-op.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-range-op.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-range-path.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-range-path.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-range-tests.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-range-trace.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-range-trace.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-range.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-range.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-ssa-backprop.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-ssa-isolate-paths.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-ssa-nonnull-compare.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-ssa-split-paths.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-ssa-sprintf.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-ssa-store-merging.cc store-merging: Disable string_concatenate mode if start or end aren't byte aligned [PR108498] 2023-01-25 10:50:27 +01:00
gimple-ssa-strength-reduction.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-ssa-warn-access.cc warn-access: wrong -Wdangling-pointer with labels [PR106080] 2023-02-15 08:53:44 -05:00
gimple-ssa-warn-access.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-ssa-warn-alloca.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-ssa-warn-restrict.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-ssa-warn-restrict.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-ssa.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
gimple-streamer-in.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-streamer-out.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-streamer.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-walk.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-walk.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimple-warn-recursion.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimple.cc Replace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300] 2023-02-02 10:54:54 +01:00
gimple.def Update copyright years. 2023-01-02 09:40:19 +01:00
gimple.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
gimplify-me.cc Update copyright years. 2023-01-02 09:40:19 +01:00
gimplify-me.h Update copyright years. 2023-01-02 09:40:19 +01:00
gimplify.cc Fix small regression in Ada 2023-02-14 13:27:18 +01:00
gimplify.h Update copyright years. 2023-01-02 09:40:19 +01:00
glimits.h Update copyright years. 2023-01-02 09:40:19 +01:00
godump.cc Update copyright years. 2023-01-02 09:40:19 +01:00
graph.cc Update copyright years. 2023-01-02 09:40:19 +01:00
graph.h Update copyright years. 2023-01-02 09:40:19 +01:00
graphds.cc Update copyright years. 2023-01-02 09:40:19 +01:00
graphds.h Update copyright years. 2023-01-02 09:40:19 +01:00
graphite-dependences.cc Update copyright years. 2023-01-02 09:40:19 +01:00
graphite-isl-ast-to-gimple.cc Update copyright years. 2023-01-02 09:40:19 +01:00
graphite-optimize-isl.cc Update copyright years. 2023-01-02 09:40:19 +01:00
graphite-poly.cc Update copyright years. 2023-01-02 09:40:19 +01:00
graphite-scop-detection.cc Update copyright years. 2023-01-02 09:40:19 +01:00
graphite-sese-to-poly.cc Update copyright years. 2023-01-02 09:40:19 +01:00
graphite.cc Update copyright years. 2023-01-02 09:40:19 +01:00
graphite.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
graphviz.cc Update copyright years. 2023-01-02 09:40:19 +01:00
graphviz.h Update copyright years. 2023-01-02 09:40:19 +01:00
gsstruct.def Update copyright years. 2023-01-02 09:40:19 +01:00
gsyms.h Update copyright years. 2023-01-02 09:40:19 +01:00
gsyslimits.h
gtm-builtins.def
haifa-sched.cc Update copyright years. 2023-01-02 09:40:19 +01:00
hard-reg-set.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
hash-map-tests.cc Update copyright years. 2023-01-02 09:40:19 +01:00
hash-map-traits.h Update copyright years. 2023-01-02 09:40:19 +01:00
hash-map.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
hash-set-tests.cc Update copyright years. 2023-01-02 09:40:19 +01:00
hash-set.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
hash-table.cc Update copyright years. 2023-01-02 09:40:19 +01:00
hash-table.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
hash-traits.h Update copyright years. 2023-01-02 09:40:19 +01:00
highlev-plugin-common.h Update copyright years. 2023-01-02 09:40:19 +01:00
hooks.cc Update copyright years. 2023-01-02 09:40:19 +01:00
hooks.h Update copyright years. 2023-01-02 09:40:19 +01:00
host-default.cc Update copyright years. 2023-01-02 09:40:19 +01:00
hosthooks-def.h Update copyright years. 2023-01-02 09:40:19 +01:00
hosthooks.h Update copyright years. 2023-01-02 09:40:19 +01:00
hw-doloop.cc Update copyright years. 2023-01-02 09:40:19 +01:00
hw-doloop.h Update copyright years. 2023-01-02 09:40:19 +01:00
hwint.cc Update copyright years. 2023-01-02 09:40:19 +01:00
hwint.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
ifcvt.cc ifcvt: Fix regression in aarch64/fcsel_1.c 2023-02-13 11:38:45 +00:00
ifcvt.h ifcvt: Fix regression in aarch64/fcsel_1.c 2023-02-13 11:38:45 +00:00
inchash.cc Update copyright years. 2023-01-02 09:40:19 +01:00
inchash.h Update copyright years. 2023-01-02 09:40:19 +01:00
incpath.cc Update copyright years. 2023-01-02 09:40:19 +01:00
incpath.h Update copyright years. 2023-01-02 09:40:19 +01:00
init-regs.cc Update copyright years. 2023-01-02 09:40:19 +01:00
input.cc Update copyright years. 2023-01-02 09:40:19 +01:00
input.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
insn-addr.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
insn-notes.def Update copyright years. 2023-01-02 09:40:19 +01:00
int-vector-builder.h Update copyright years. 2023-01-02 09:40:19 +01:00
internal-fn.cc vect: inbranch SIMD clones 2023-02-22 13:57:11 +00:00
internal-fn.def vect: inbranch SIMD clones 2023-02-22 13:57:11 +00:00
internal-fn.h vect: inbranch SIMD clones 2023-02-22 13:57:11 +00:00
intl.cc Update copyright years. 2023-01-02 09:40:19 +01:00
intl.h Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-comdats.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-cp.cc ipa-cp: Punt for too large offsets [PR108605] 2023-02-11 15:57:54 +01:00
ipa-devirt.cc Replace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300] 2023-02-02 10:54:54 +01:00
ipa-fnsummary.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-fnsummary.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
ipa-free-lang-data.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-icf-gimple.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-icf-gimple.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
ipa-icf.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-icf.h Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-inline-analysis.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-inline-transform.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-inline.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-inline.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
ipa-modref-tree.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-modref-tree.h Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-modref.cc Fix wrong code issues with ipa-sra 2023-01-16 18:14:45 +01:00
ipa-modref.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
ipa-param-manipulation.cc ipa: Avoid invalid gimple when IPA-CP and IPA-SRA disagree on types (108384) 2023-02-03 13:29:59 +01:00
ipa-param-manipulation.h ipa: Sort ipa_param_body_adjustments::m_replacements (PR 108110) 2023-01-10 14:20:30 +01:00
ipa-polymorphic-call.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-predicate.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-predicate.h Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-profile.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-prop.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-prop.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
ipa-pure-const.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-ref.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-ref.h Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-reference.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-reference.h Update copyright years. 2023-01-02 09:40:19 +01:00
ipa-split.cc ipa-split: Don't split returns_twice functions [PR106923] 2023-02-07 10:34:45 +01:00
ipa-sra.cc ipa: Avoid IPA confusing scalar values and single-field aggregates (PR 108679) 2023-02-15 11:38:07 +01:00
ipa-utils.cc Fix find_always_executed_bbs handling of infinite loops 2023-01-29 01:27:26 +01:00
ipa-utils.h Fix wrong code issues with ipa-sra 2023-01-16 18:14:45 +01:00
ipa-visibility.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ipa.cc ipa: check if cache_token != NULL before hash_set::add call 2023-02-01 15:18:14 +01:00
ira-build.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ira-color.cc debug: Support "phrs" for dumping a HARD_REG_SET 2023-02-15 01:09:06 +01:00
ira-conflicts.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ira-costs.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ira-emit.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ira-int.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
ira-lives.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ira.cc RA: Clear reg equiv caller_save_p flag when clearing defined_p flag 2023-02-13 16:09:12 -05:00
ira.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
is-a.h Update copyright years. 2023-01-02 09:40:19 +01:00
iterator-utils.h Update copyright years. 2023-01-02 09:40:19 +01:00
json.cc Update copyright years. 2023-01-02 09:40:19 +01:00
json.h Update copyright years. 2023-01-02 09:40:19 +01:00
jump.cc Update copyright years. 2023-01-02 09:40:19 +01:00
langhooks-def.h Update copyright years. 2023-01-02 09:40:19 +01:00
langhooks.cc Update copyright years. 2023-01-02 09:40:19 +01:00
langhooks.h Update copyright years. 2023-01-02 09:40:19 +01:00
LANGUAGES Update copyright years. 2023-01-02 09:40:19 +01:00
lcm.cc Update copyright years. 2023-01-02 09:40:19 +01:00
lcm.h Update copyright years. 2023-01-02 09:40:19 +01:00
libfuncs.h Update copyright years. 2023-01-02 09:40:19 +01:00
limitx.h Update copyright years. 2023-01-02 09:40:19 +01:00
limity.h
lists.cc Update copyright years. 2023-01-02 09:40:19 +01:00
lock-and-run.sh
logical-location.h Update copyright years. 2023-01-02 09:40:19 +01:00
loop-doloop.cc Update copyright years. 2023-01-02 09:40:19 +01:00
loop-init.cc Update copyright years. 2023-01-02 09:40:19 +01:00
loop-invariant.cc Update copyright years. 2023-01-02 09:40:19 +01:00
loop-iv.cc Update copyright years. 2023-01-02 09:40:19 +01:00
loop-unroll.cc Update copyright years. 2023-01-02 09:40:19 +01:00
loop-unroll.h Update copyright years. 2023-01-02 09:40:19 +01:00
lower-subreg.cc Update copyright years. 2023-01-02 09:40:19 +01:00
lower-subreg.h Update copyright years. 2023-01-02 09:40:19 +01:00
lra-assigns.cc Update copyright years. 2023-01-02 09:40:19 +01:00
lra-coalesce.cc Update copyright years. 2023-01-02 09:40:19 +01:00
lra-constraints.cc RA: Clear reg equiv caller_save_p flag when clearing defined_p flag 2023-02-13 16:09:12 -05:00
lra-eliminations.cc Update copyright years. 2023-01-02 09:40:19 +01:00
lra-int.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
lra-lives.cc Update copyright years. 2023-01-02 09:40:19 +01:00
lra-remat.cc Update copyright years. 2023-01-02 09:40:19 +01:00
lra-spills.cc lra: Replace subregs in bare uses & clobbers [PR108681] 2023-02-13 21:13:59 +00:00
lra.cc Update copyright years. 2023-01-02 09:40:19 +01:00
lra.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
lto-cgraph.cc hash: do not insert deleted value to a hash_set 2023-01-09 13:22:45 +01:00
lto-compress.cc Update copyright years. 2023-01-02 09:40:19 +01:00
lto-compress.h Update copyright years. 2023-01-02 09:40:19 +01:00
lto-opts.cc Update copyright years. 2023-01-02 09:40:19 +01:00
lto-section-in.cc Update copyright years. 2023-01-02 09:40:19 +01:00
lto-section-names.h Update copyright years. 2023-01-02 09:40:19 +01:00
lto-section-out.cc Update copyright years. 2023-01-02 09:40:19 +01:00
lto-streamer-in.cc Update copyright years. 2023-01-02 09:40:19 +01:00
lto-streamer-out.cc Update copyright years. 2023-01-02 09:40:19 +01:00
lto-streamer.cc Update copyright years. 2023-01-02 09:40:19 +01:00
lto-streamer.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
lto-wrapper.cc lto-wrapper: Pass through -funwind-tables and -fasynchronous-unwind-tables 2023-02-09 09:57:44 +01:00
machmode.def Update copyright years. 2023-01-02 09:40:19 +01:00
machmode.h Update copyright years. 2023-01-02 09:40:19 +01:00
main.cc Update copyright years. 2023-01-02 09:40:19 +01:00
make-unique.h Update copyright years. 2023-01-02 09:40:19 +01:00
Makefile.in Set CROSS_SYSTEM_HEADER_DIR according includedir 2023-01-30 17:15:57 +08:00
match.pd Remove #if GIMPLE around 1 - a pattern 2023-02-18 01:48:33 +00:00
mcf.cc Update copyright years. 2023-01-02 09:40:19 +01:00
mem-stats-traits.h Update copyright years. 2023-01-02 09:40:19 +01:00
mem-stats.h Update copyright years. 2023-01-02 09:40:19 +01:00
memmodel.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
memory-block.cc Update copyright years. 2023-01-02 09:40:19 +01:00
memory-block.h Update copyright years. 2023-01-02 09:40:19 +01:00
mkconfig.sh Update copyright years. 2023-01-02 09:40:19 +01:00
mode-classes.def Update copyright years. 2023-01-02 09:40:19 +01:00
mode-switching.cc Update copyright years. 2023-01-02 09:40:19 +01:00
modulo-sched.cc Update copyright years. 2023-01-02 09:40:19 +01:00
multiple_target.cc Update copyright years. 2023-01-02 09:40:19 +01:00
mux-utils.h Update copyright years. 2023-01-02 09:40:19 +01:00
obstack-utils.h Update copyright years. 2023-01-02 09:40:19 +01:00
omp-builtins.def Update copyright years. 2023-01-02 09:40:19 +01:00
omp-expand.cc openmp: Fix up OpenMP expansion of non-rectangular loops [PR108459] 2023-01-19 21:00:08 +01:00
omp-expand.h Update copyright years. 2023-01-02 09:40:19 +01:00
omp-general.cc Update copyright years. 2023-01-02 09:40:19 +01:00
omp-general.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
omp-low.cc Update copyright years. 2023-01-02 09:40:19 +01:00
omp-low.h Update copyright years. 2023-01-02 09:40:19 +01:00
omp-oacc-kernels-decompose.cc Update copyright years. 2023-01-02 09:40:19 +01:00
omp-oacc-neuter-broadcast.cc Update copyright years. 2023-01-02 09:40:19 +01:00
omp-offload.cc Update copyright years. 2023-01-02 09:40:19 +01:00
omp-offload.h Update copyright years. 2023-01-02 09:40:19 +01:00
omp-simd-clone.cc vect: inbranch SIMD clones 2023-02-22 13:57:11 +00:00
omp-simd-clone.h Update copyright years. 2023-01-02 09:40:19 +01:00
ONEWS
opt-functions.awk Update copyright years. 2023-01-02 09:40:19 +01:00
opt-gather.awk Update copyright years. 2023-01-02 09:40:19 +01:00
opt-include.awk Update copyright years. 2023-01-02 09:40:19 +01:00
opt-problem.cc Update copyright years. 2023-01-02 09:40:19 +01:00
opt-problem.h Update copyright years. 2023-01-02 09:40:19 +01:00
opt-read.awk Update copyright years. 2023-01-02 09:40:19 +01:00
opt-suggestions.cc Update copyright years. 2023-01-02 09:40:19 +01:00
opt-suggestions.h Update copyright years. 2023-01-02 09:40:19 +01:00
optabs-libfuncs.cc Update copyright years. 2023-01-02 09:40:19 +01:00
optabs-libfuncs.h Update copyright years. 2023-01-02 09:40:19 +01:00
optabs-query.cc Update copyright years. 2023-01-02 09:40:19 +01:00
optabs-query.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
optabs-tree.cc Update copyright years. 2023-01-02 09:40:19 +01:00
optabs-tree.h Update copyright years. 2023-01-02 09:40:19 +01:00
optabs.cc Update copyright years. 2023-01-02 09:40:19 +01:00
optabs.def Update copyright years. 2023-01-02 09:40:19 +01:00
optabs.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
optc-gen.awk Update copyright years. 2023-01-02 09:40:19 +01:00
optc-save-gen.awk options: fix cl_target_option_print_diff() with strings 2023-01-24 11:54:41 +01:00
opth-gen.awk Update copyright years. 2023-01-02 09:40:19 +01:00
optinfo-emit-json.cc Update copyright years. 2023-01-02 09:40:19 +01:00
optinfo-emit-json.h Update copyright years. 2023-01-02 09:40:19 +01:00
optinfo.cc Update copyright years. 2023-01-02 09:40:19 +01:00
optinfo.h Update copyright years. 2023-01-02 09:40:19 +01:00
opts-common.cc Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-supports.exp:check_compile' and elsewhere 2023-02-22 09:19:51 +01:00
opts-diagnostic.h Update copyright years. 2023-01-02 09:40:19 +01:00
opts-global.cc Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-supports.exp:check_compile' and elsewhere 2023-02-22 09:19:51 +01:00
opts-jobserver.h Update copyright years. 2023-01-02 09:40:19 +01:00
opts.cc opts: SANITIZE_ADDRESS wrongly cleared [PR108543] 2023-01-26 12:59:17 -05:00
opts.h Update copyright years. 2023-01-02 09:40:19 +01:00
ordered-hash-map-tests.cc Update copyright years. 2023-01-02 09:40:19 +01:00
ordered-hash-map.h Update copyright years. 2023-01-02 09:40:19 +01:00
output.h Update copyright years. 2023-01-02 09:40:19 +01:00
params.opt asan: Add --param=asan-kernel-mem-intrinsic-prefix= [PR108777] 2023-02-14 12:10:09 +01:00
pass_manager.h Update copyright years. 2023-01-02 09:40:19 +01:00
passes.cc Update copyright years. 2023-01-02 09:40:19 +01:00
passes.def Update copyright years. 2023-01-02 09:40:19 +01:00
plugin.cc Always define WIN32_LEAN_AND_MEAN before <windows.h> 2023-01-07 06:51:06 +00:00
plugin.def Update copyright years. 2023-01-02 09:40:19 +01:00
plugin.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
pointer-query.cc Update copyright years. 2023-01-02 09:40:19 +01:00
pointer-query.h Update copyright years. 2023-01-02 09:40:19 +01:00
poly-int-types.h Update copyright years. 2023-01-02 09:40:19 +01:00
poly-int.h Update copyright years. 2023-01-02 09:40:19 +01:00
postreload-gcse.cc Update copyright years. 2023-01-02 09:40:19 +01:00
postreload.cc Update copyright years. 2023-01-02 09:40:19 +01:00
predict.cc Update copyright years. 2023-01-02 09:40:19 +01:00
predict.def Update copyright years. 2023-01-02 09:40:19 +01:00
predict.h Update copyright years. 2023-01-02 09:40:19 +01:00
prefix.cc Always define WIN32_LEAN_AND_MEAN before <windows.h> 2023-01-07 06:51:06 +00:00
prefix.h Update copyright years. 2023-01-02 09:40:19 +01:00
pretty-print.cc Update copyright years. 2023-01-02 09:40:19 +01:00
pretty-print.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
print-rtl-function.cc Update copyright years. 2023-01-02 09:40:19 +01:00
print-rtl.cc Update copyright years. 2023-01-02 09:40:19 +01:00
print-rtl.h Update copyright years. 2023-01-02 09:40:19 +01:00
print-tree.cc Update copyright years. 2023-01-02 09:40:19 +01:00
print-tree.h Update copyright years. 2023-01-02 09:40:19 +01:00
profile-count.cc Update copyright years. 2023-01-02 09:40:19 +01:00
profile-count.h Update copyright years. 2023-01-02 09:40:19 +01:00
profile.cc Update copyright years. 2023-01-02 09:40:19 +01:00
profile.h Update copyright years. 2023-01-02 09:40:19 +01:00
range-op-float.cc range-ops: Handle undefined ranges in frange op[12]_range [PR108647] 2023-02-03 21:30:28 +01:00
range-op.cc range-op: Handle op?.undefined_p () in op[12]_range of comparisons [PR108647] 2023-02-03 21:39:16 +01:00
range-op.h Utilize op1 == op2 when invoking range-ops folding. 2023-01-31 09:56:27 -05:00
range.cc Update copyright years. 2023-01-02 09:40:19 +01:00
range.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
read-md.cc Update copyright years. 2023-01-02 09:40:19 +01:00
read-md.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
read-rtl-function.cc Update copyright years. 2023-01-02 09:40:19 +01:00
read-rtl-function.h Update copyright years. 2023-01-02 09:40:19 +01:00
read-rtl.cc Update copyright years. 2023-01-02 09:40:19 +01:00
README.Portability Update copyright years. 2023-01-02 09:40:19 +01:00
real.cc Update copyright years. 2023-01-02 09:40:19 +01:00
real.h Update copyright years. 2023-01-02 09:40:19 +01:00
realmpfr.cc Update copyright years. 2023-01-02 09:40:19 +01:00
realmpfr.h Update copyright years. 2023-01-02 09:40:19 +01:00
recog.cc Update copyright years. 2023-01-02 09:40:19 +01:00
recog.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
ree.cc ree: Fix -fcompare-debug issues in combine_reaching_defs [PR108573] 2023-02-01 12:52:52 +01:00
reg-notes.def New reg note REG_CFA_NORESTORE 2023-02-01 08:59:41 +01:00
reg-stack.cc Update copyright years. 2023-01-02 09:40:19 +01:00
regcprop.cc Update copyright years. 2023-01-02 09:40:19 +01:00
regcprop.h Update copyright years. 2023-01-02 09:40:19 +01:00
reginfo.cc Update copyright years. 2023-01-02 09:40:19 +01:00
regrename.cc Update copyright years. 2023-01-02 09:40:19 +01:00
regrename.h Update copyright years. 2023-01-02 09:40:19 +01:00
regs.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
regset.h Update copyright years. 2023-01-02 09:40:19 +01:00
regstat.cc Update copyright years. 2023-01-02 09:40:19 +01:00
reload.cc Update copyright years. 2023-01-02 09:40:19 +01:00
reload.h Update copyright years. 2023-01-02 09:40:19 +01:00
reload1.cc gen_reload: Correct parameter for fatal_insn call 2023-02-15 01:15:43 +01:00
reorg.cc Update copyright years. 2023-01-02 09:40:19 +01:00
resource.cc Update copyright years. 2023-01-02 09:40:19 +01:00
resource.h Update copyright years. 2023-01-02 09:40:19 +01:00
rtl-error.cc Update copyright years. 2023-01-02 09:40:19 +01:00
rtl-error.h Update copyright years. 2023-01-02 09:40:19 +01:00
rtl-iter.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
rtl-ssa.h Update copyright years. 2023-01-02 09:40:19 +01:00
rtl-tests.cc Update copyright years. 2023-01-02 09:40:19 +01:00
rtl.cc Update copyright years. 2023-01-02 09:40:19 +01:00
rtl.def Update copyright years. 2023-01-02 09:40:19 +01:00
rtl.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
rtlanal.cc Update copyright years. 2023-01-02 09:40:19 +01:00
rtlanal.h Update copyright years. 2023-01-02 09:40:19 +01:00
rtlhash.cc Update copyright years. 2023-01-02 09:40:19 +01:00
rtlhash.h Update copyright years. 2023-01-02 09:40:19 +01:00
rtlhooks-def.h Update copyright years. 2023-01-02 09:40:19 +01:00
rtlhooks.cc Update copyright years. 2023-01-02 09:40:19 +01:00
rtx-vector-builder.cc Update copyright years. 2023-01-02 09:40:19 +01:00
rtx-vector-builder.h Update copyright years. 2023-01-02 09:40:19 +01:00
run-rtl-passes.cc Update copyright years. 2023-01-02 09:40:19 +01:00
run-rtl-passes.h Update copyright years. 2023-01-02 09:40:19 +01:00
sancov.cc Update copyright years. 2023-01-02 09:40:19 +01:00
sanitizer.def Update copyright years. 2023-01-02 09:40:19 +01:00
sanopt.cc Fix possible sanopt compile-time hog 2023-02-15 08:28:48 +01:00
sbitmap.cc Update copyright years. 2023-01-02 09:40:19 +01:00
sbitmap.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
sched-deps.cc sched-deps, cselib: Fix up some -fcompare-debug issues and regressions [PR108463] 2023-02-02 13:52:45 +01:00
sched-ebb.cc Update copyright years. 2023-01-02 09:40:19 +01:00
sched-int.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
sched-rgn.cc Update copyright years. 2023-01-02 09:40:19 +01:00
sel-sched-dump.cc debug: Support "phrs" for dumping a HARD_REG_SET 2023-02-15 01:09:06 +01:00
sel-sched-dump.h Update copyright years. 2023-01-02 09:40:19 +01:00
sel-sched-ir.cc Update copyright years. 2023-01-02 09:40:19 +01:00
sel-sched-ir.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
sel-sched.cc Update copyright years. 2023-01-02 09:40:19 +01:00
sel-sched.h Update copyright years. 2023-01-02 09:40:19 +01:00
selftest-diagnostic.cc Update copyright years. 2023-01-02 09:40:19 +01:00
selftest-diagnostic.h Update copyright years. 2023-01-02 09:40:19 +01:00
selftest-rtl.cc Update copyright years. 2023-01-02 09:40:19 +01:00
selftest-rtl.h Update copyright years. 2023-01-02 09:40:19 +01:00
selftest-run-tests.cc Update copyright years. 2023-01-02 09:40:19 +01:00
selftest.cc Update copyright years. 2023-01-02 09:40:19 +01:00
selftest.h value-relation: Fix up relation_union [PR108447] 2023-01-19 23:26:35 +01:00
sese.cc Update copyright years. 2023-01-02 09:40:19 +01:00
sese.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
shortest-paths.h Update copyright years. 2023-01-02 09:40:19 +01:00
shrink-wrap.cc Update copyright years. 2023-01-02 09:40:19 +01:00
shrink-wrap.h Update copyright years. 2023-01-02 09:40:19 +01:00
signop.h Update copyright years. 2023-01-02 09:40:19 +01:00
simplify-rtx.cc simplify-rtx: Fix VOIDmode operand handling in simplify_subreg [PR108805] 2023-02-17 16:04:26 +01:00
sort.cc Update copyright years. 2023-01-02 09:40:19 +01:00
sparseset.cc Update copyright years. 2023-01-02 09:40:19 +01:00
sparseset.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
spellcheck-tree.cc Update copyright years. 2023-01-02 09:40:19 +01:00
spellcheck-tree.h Update copyright years. 2023-01-02 09:40:19 +01:00
spellcheck.cc Update copyright years. 2023-01-02 09:40:19 +01:00
spellcheck.h Update copyright years. 2023-01-02 09:40:19 +01:00
splay-tree-utils.cc Update copyright years. 2023-01-02 09:40:19 +01:00
splay-tree-utils.h Update copyright years. 2023-01-02 09:40:19 +01:00
splay-tree-utils.tcc Update copyright years. 2023-01-02 09:40:19 +01:00
sreal.cc Update copyright years. 2023-01-02 09:40:19 +01:00
sreal.h Update copyright years. 2023-01-02 09:40:19 +01:00
ssa-iterators.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
ssa.h Update copyright years. 2023-01-02 09:40:19 +01:00
stack-ptr-mod.cc Update copyright years. 2023-01-02 09:40:19 +01:00
statistics.cc Update copyright years. 2023-01-02 09:40:19 +01:00
statistics.h Update copyright years. 2023-01-02 09:40:19 +01:00
stmt.cc switch expansion: limit JT growth param values 2023-01-11 13:06:28 +01:00
stmt.h Update copyright years. 2023-01-02 09:40:19 +01:00
stor-layout.cc Update copyright years. 2023-01-02 09:40:19 +01:00
stor-layout.h Update copyright years. 2023-01-02 09:40:19 +01:00
store-motion.cc Update copyright years. 2023-01-02 09:40:19 +01:00
streamer-hooks.cc Update copyright years. 2023-01-02 09:40:19 +01:00
streamer-hooks.h Update copyright years. 2023-01-02 09:40:19 +01:00
stringpool.cc Update copyright years. 2023-01-02 09:40:19 +01:00
stringpool.h Update copyright years. 2023-01-02 09:40:19 +01:00
substring-locations.cc Update copyright years. 2023-01-02 09:40:19 +01:00
substring-locations.h Update copyright years. 2023-01-02 09:40:19 +01:00
symbol-summary.h Update copyright years. 2023-01-02 09:40:19 +01:00
symtab-clones.cc Update copyright years. 2023-01-02 09:40:19 +01:00
symtab-clones.h Update copyright years. 2023-01-02 09:40:19 +01:00
symtab-thunks.cc Update copyright years. 2023-01-02 09:40:19 +01:00
symtab-thunks.h Update copyright years. 2023-01-02 09:40:19 +01:00
symtab.cc Update copyright years. 2023-01-02 09:40:19 +01:00
sync-builtins.def Update copyright years. 2023-01-02 09:40:19 +01:00
system.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
target-def.h Update copyright years. 2023-01-02 09:40:19 +01:00
target-globals.cc Update copyright years. 2023-01-02 09:40:19 +01:00
target-globals.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
target-hooks-macros.h Update copyright years. 2023-01-02 09:40:19 +01:00
target-insns.def Update copyright years. 2023-01-02 09:40:19 +01:00
target.def Revert "Compute a table of DWARF register sizes at compile" 2023-01-03 16:47:31 +01:00
target.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
targhooks.cc Update copyright years. 2023-01-02 09:40:19 +01:00
targhooks.h Update copyright years. 2023-01-02 09:40:19 +01:00
timevar.cc Update copyright years. 2023-01-02 09:40:19 +01:00
timevar.def Update copyright years. 2023-01-02 09:40:19 +01:00
timevar.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
toplev.cc driver, toplevel: Avoid emitting the version information twice. 2023-02-02 16:17:58 +00:00
toplev.h Update copyright years. 2023-01-02 09:40:19 +01:00
tracer.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tracer.h Update copyright years. 2023-01-02 09:40:19 +01:00
trans-mem.cc Update copyright years. 2023-01-02 09:40:19 +01:00
trans-mem.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-affine.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-affine.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-call-cdce.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-cfg.cc Revert "tree-optimization/108691 - indirect calls to setjmp" 2023-02-21 10:26:30 +01:00
tree-cfg.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-cfgcleanup.cc tree-optimization/108500 - avoid useless fast-query compute in CFG cleanup 2023-01-24 15:29:17 +01:00
tree-cfgcleanup.h tree-optimization/107767 - not profitable switch conversion 2023-01-11 13:13:50 +01:00
tree-chrec.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-chrec.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-complex.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-core.h tree: Fix up tree_code_{length,type} 2023-01-27 10:51:35 +01:00
tree-data-ref.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-data-ref.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-dfa.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-dfa.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-diagnostic-client-data-hooks.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-diagnostic-path.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-diagnostic.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-diagnostic.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-dump.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-dump.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-eh.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-eh.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-emutls.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-hash-traits.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-hasher.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-if-conv.cc vect: inbranch SIMD clones 2023-02-22 13:57:11 +00:00
tree-if-conv.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-inline.cc Revert "middle-end/108086 - avoid unshare_expr when remapping SSA names" 2023-01-18 14:57:24 +01:00
tree-inline.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-into-ssa.cc tree-optimization/26854 - slow bitmap operations 2023-02-09 08:24:30 +01:00
tree-into-ssa.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-iterator.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-iterator.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-logical-location.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-logical-location.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-loop-distribution.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-nested.cc nested, openmp: Wrap OMP_CLAUSE_*_GIMPLE_SEQ into GIMPLE_BIND for declare_vars [PR108435] 2023-02-02 09:59:27 +01:00
tree-nested.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-nrv.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-object-size.cc tree-optimization/108522 Use component_ref_field_offset 2023-01-26 07:20:53 -05:00
tree-object-size.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-outof-ssa.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-outof-ssa.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-parloops.cc tree-optimization/99412 - reassoc and reduction chains 2023-01-12 14:30:21 +01:00
tree-parloops.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-pass.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-phinodes.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-phinodes.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-predcom.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-pretty-print.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-pretty-print.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-profile.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-scalar-evolution.cc Add cltz_complement idiom recognition 2023-01-16 10:40:51 +00:00
tree-scalar-evolution.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-sra.cc Fix problematic interaction between bitfields, unions, SSO and SRA 2023-01-11 16:03:25 +01:00
tree-sra.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-ssa-address.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-address.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-alias-compare.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-alias.cc tree-optimization/26854 - slow bitmap operations 2023-02-09 08:24:30 +01:00
tree-ssa-alias.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-ssa-ccp.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-ccp.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-coalesce.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-coalesce.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-copy.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-dce.cc tree-optimization/108691 - remove trigger-happy assert 2023-02-21 14:02:58 +01:00
tree-ssa-dce.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-dom.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-dom.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-dse.cc tree-ssa-dse: Fix up handling of lhs of internal calls [PR108657] 2023-02-16 15:35:05 +01:00
tree-ssa-dse.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-forwprop.cc tree-optimization/108791 - checking ICE with sloppy ADDR_EXPR 2023-02-16 08:29:44 +01:00
tree-ssa-ifcombine.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-live.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-live.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-ssa-loop-ch.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-loop-im.cc tree-optimization/108821 - store motion and volatiles 2023-02-17 12:36:44 +01:00
tree-ssa-loop-ivcanon.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-loop-ivopts.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-loop-ivopts.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-loop-manip.cc tree-optimization/108825 - checking ICE with unroll-and-jam 2023-02-20 09:54:37 +01:00
tree-ssa-loop-manip.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-ssa-loop-niter.cc tree-optimization/108793 - niter compute type mismatch 2023-02-21 14:02:58 +01:00
tree-ssa-loop-niter.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-loop-prefetch.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-loop-split.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-loop-unswitch.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-loop.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-loop.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-ssa-math-opts.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-math-opts.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-operands.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-operands.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-ssa-phiopt.cc Fix PR 108582: ICE due to PHI-OPT removing a still in use ssa_name. 2023-01-30 12:45:35 +00:00
tree-ssa-phiprop.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-pre.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-propagate.cc tree-optimization/108353 - copyprop iteration order 2023-01-11 11:53:12 +01:00
tree-ssa-propagate.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-ssa-reassoc.cc reassoc: Fold some statements [PR108819] 2023-02-18 12:40:49 +01:00
tree-ssa-reassoc.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-sccvn.cc Fix wrong-code issue in VN 2023-02-17 12:31:17 +01:00
tree-ssa-sccvn.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-ssa-scopedtables.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-scopedtables.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-sink.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-strlen.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-strlen.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-structalias.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-tail-merge.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-ter.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-ter.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-threadbackward.cc tree-optimization/108352 - FSM threads creating irreducible loops 2023-01-11 12:59:12 +01:00
tree-ssa-threadedge.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-threadedge.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-threadupdate.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-threadupdate.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-uncprop.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa-uninit.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssa.cc Fix wrong-code issue in VN 2023-02-17 12:31:17 +01:00
tree-ssa.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-ssanames.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-ssanames.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-stdarg.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-stdarg.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-streamer-in.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-streamer-out.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-streamer.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-streamer.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-switch-conversion.cc tree-optimization/107767 - not profitable switch conversion 2023-01-11 13:13:50 +01:00
tree-switch-conversion.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-tailcall.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-vect-data-refs.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-vect-generic.cc tree-optimization/108482 - remove stray .LOOP_DIST_ALIAS calls 2023-01-23 11:51:06 +01:00
tree-vect-loop-manip.cc tree-optimization/108816 - vect versioning check split confusion 2023-02-20 11:55:55 +01:00
tree-vect-loop.cc vect: inbranch SIMD clones 2023-02-22 13:57:11 +00:00
tree-vect-patterns.cc vect-patterns: Fix up vect_widened_op_tree [PR108692] 2023-02-08 18:41:21 +01:00
tree-vect-slp-patterns.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-vect-slp.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-vect-stmts.cc vect: inbranch SIMD clones 2023-02-22 13:57:11 +00:00
tree-vector-builder.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tree-vector-builder.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree-vectorizer.cc vect/aarch64: Fix various sve/cond*.c failures 2023-01-27 17:03:50 +00:00
tree-vectorizer.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
tree-vrp.cc Reset SCEV before removing unreachable globals. 2023-02-03 14:42:46 -05:00
tree-vrp.h Update copyright years. 2023-01-02 09:40:19 +01:00
tree.cc Replace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300] 2023-02-02 10:54:54 +01:00
tree.def tree.def: Remove outdated comment on SAD_EXPR 2023-02-08 12:02:35 +01:00
tree.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
treestruct.def Update copyright years. 2023-01-02 09:40:19 +01:00
tristate.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tristate.h Update copyright years. 2023-01-02 09:40:19 +01:00
tsan.cc Update copyright years. 2023-01-02 09:40:19 +01:00
tsan.h Update copyright years. 2023-01-02 09:40:19 +01:00
tsystem.h Update copyright years. 2023-01-02 09:40:19 +01:00
typeclass.h Update copyright years. 2023-01-02 09:40:19 +01:00
typed-splay-tree.cc Update copyright years. 2023-01-02 09:40:19 +01:00
typed-splay-tree.h Update copyright years. 2023-01-02 09:40:19 +01:00
ubsan.cc ubsan: Fix up another spot that should have been BUILT_IN_UNREACHABLE_TRAPS [PR108655] 2023-02-06 09:05:56 +01:00
ubsan.h Update copyright years. 2023-01-02 09:40:19 +01:00
valtrack.cc Update copyright years. 2023-01-02 09:40:19 +01:00
valtrack.h Update copyright years. 2023-01-02 09:40:19 +01:00
value-pointer-equiv.cc Update copyright years. 2023-01-02 09:40:19 +01:00
value-pointer-equiv.h Update copyright years. 2023-01-02 09:40:19 +01:00
value-prof.cc Update copyright years. 2023-01-02 09:40:19 +01:00
value-prof.h Update copyright years. 2023-01-02 09:40:19 +01:00
value-query.cc Add function context for querying global ranges. 2023-02-10 09:46:33 -05:00
value-query.h Support get_range_query with a nullptr argument 2023-02-18 01:48:33 +00:00
value-range-pretty-print.cc Update copyright years. 2023-01-02 09:40:19 +01:00
value-range-pretty-print.h Update copyright years. 2023-01-02 09:40:19 +01:00
value-range-storage.cc Update copyright years. 2023-01-02 09:40:19 +01:00
value-range-storage.h Update copyright years. 2023-01-02 09:40:19 +01:00
value-range.cc irange: Compare nonzero bits in irange with widest_int [PR108639] 2023-02-03 21:33:07 +01:00
value-range.h [PR107608] [range-ops] Avoid folding into INF when flag_trapping_math. 2023-01-15 16:42:56 +01:00
value-relation.cc Properly set GORI relation trios. 2023-01-31 09:56:27 -05:00
value-relation.h Properly set GORI relation trios. 2023-01-31 09:56:27 -05:00
var-tracking.cc Update copyright years. 2023-01-02 09:40:19 +01:00
varasm.cc Update copyright years. 2023-01-02 09:40:19 +01:00
varasm.h Update copyright years. 2023-01-02 09:40:19 +01:00
varpool.cc Update copyright years. 2023-01-02 09:40:19 +01:00
vec-perm-indices.cc Update copyright years. 2023-01-02 09:40:19 +01:00
vec-perm-indices.h Update copyright years. 2023-01-02 09:40:19 +01:00
vec.cc Update copyright years. 2023-01-02 09:40:19 +01:00
vec.h Update copyright years. 2023-01-02 09:40:19 +01:00
vector-builder.h Update copyright years. 2023-01-02 09:40:19 +01:00
vmsdbg.h Update copyright years. 2023-01-02 09:40:19 +01:00
vmsdbgout.cc Update copyright years. 2023-01-02 09:40:19 +01:00
vr-values.cc Update copyright years. 2023-01-02 09:40:19 +01:00
vr-values.h Update copyright years. 2023-01-02 09:40:19 +01:00
vtable-verify.cc Update copyright years. 2023-01-02 09:40:19 +01:00
vtable-verify.h Update copyright years. 2023-01-02 09:40:19 +01:00
warning-control.cc Update copyright years. 2023-01-02 09:40:19 +01:00
web.cc Update copyright years. 2023-01-02 09:40:19 +01:00
wide-int-bitmask.h Update copyright years. 2023-01-02 09:40:19 +01:00
wide-int-print.cc Update copyright years. 2023-01-02 09:40:19 +01:00
wide-int-print.h Update copyright years. 2023-01-02 09:40:19 +01:00
wide-int.cc Update copyright years. 2023-01-02 09:40:19 +01:00
wide-int.h don't declare header-defined functions both static and inline 2023-02-16 10:30:20 -05:00
xcoff.h Update copyright years. 2023-01-02 09:40:19 +01:00

Copyright (C) 2000-2023 Free Software Foundation, Inc.

This file is intended to contain a few notes about writing C code
within GCC so that it compiles without error on the full range of
compilers GCC needs to be able to compile on.

The problem is that many ISO-standard constructs are not accepted by
either old or buggy compilers, and we keep getting bitten by them.
This knowledge until now has been sparsely spread around, so I
thought I'd collect it in one useful place.  Please add and correct
any problems as you come across them.

I'm going to start from a base of the ISO C90 standard, since that is
probably what most people code to naturally.  Obviously using
constructs introduced after that is not a good idea.

For the complete coding style conventions used in GCC, please read
http://gcc.gnu.org/codingconventions.html


String literals
---------------

Some compilers like MSVC++ have fairly low limits on the maximum
length of a string literal; 509 is the lowest we've come across.  You
may need to break up a long printf statement into many smaller ones.


Empty macro arguments
---------------------

ISO C (6.8.3 in the 1990 standard) specifies the following:

If (before argument substitution) any argument consists of no
preprocessing tokens, the behavior is undefined.

This was relaxed by ISO C99, but some older compilers emit an error,
so code like

#define foo(x, y) x y
foo (bar, )

needs to be coded in some other way.


Avoid unnecessary test before free
----------------------------------

Since SunOS 4 stopped being a reasonable portability target,
(which happened around 2007) there has been no need to guard
against "free (NULL)".  Thus, any guard like the following
constitutes a redundant test:

  if (P)
    free (P);

It is better to avoid the test.[*]
Instead, simply free P, regardless of whether it is NULL.

[*] However, if your profiling exposes a test like this in a
performance-critical loop, say where P is nearly always NULL, and
the cost of calling free on a NULL pointer would be prohibitively
high, consider using __builtin_expect, e.g., like this:

  if (__builtin_expect (ptr != NULL, 0))
    free (ptr);



Trigraphs
---------

You weren't going to use them anyway, but some otherwise ISO C
compliant compilers do not accept trigraphs.


Suffixes on Integer Constants
-----------------------------

You should never use a 'l' suffix on integer constants ('L' is fine),
since it can easily be confused with the number '1'.


			Common Coding Pitfalls
			======================

errno
-----

errno might be declared as a macro.


Implicit int
------------

In C, the 'int' keyword can often be omitted from type declarations.
For instance, you can write

  unsigned variable;

as shorthand for

  unsigned int variable;

There are several places where this can cause trouble.  First, suppose
'variable' is a long; then you might think

  (unsigned) variable

would convert it to unsigned long.  It does not.  It converts to
unsigned int.  This mostly causes problems on 64-bit platforms, where
long and int are not the same size.

Second, if you write a function definition with no return type at
all:

  operate (int a, int b)
  {
    ...
  }

that function is expected to return int, *not* void.  GCC will warn
about this.

Implicit function declarations always have return type int.  So if you
correct the above definition to

  void
  operate (int a, int b)
  ...

but operate() is called above its definition, you will get an error
about a "type mismatch with previous implicit declaration".  The cure
is to prototype all functions at the top of the file, or in an
appropriate header.

Char vs unsigned char vs int
----------------------------

In C, unqualified 'char' may be either signed or unsigned; it is the
implementation's choice.  When you are processing 7-bit ASCII, it does
not matter.  But when your program must handle arbitrary binary data,
or fully 8-bit character sets, you have a problem.  The most obvious
issue is if you have a look-up table indexed by characters.

For instance, the character '\341' in ISO Latin 1 is SMALL LETTER A
WITH ACUTE ACCENT.  In the proper locale, isalpha('\341') will be
true.  But if you read '\341' from a file and store it in a plain
char, isalpha(c) may look up character 225, or it may look up
character -31.  And the ctype table has no entry at offset -31, so
your program will crash.  (If you're lucky.)

It is wise to use unsigned char everywhere you possibly can.  This
avoids all these problems.  Unfortunately, the routines in <string.h>
take plain char arguments, so you have to remember to cast them back
and forth - or avoid the use of strxxx() functions, which is probably
a good idea anyway.

Another common mistake is to use either char or unsigned char to
receive the result of getc() or related stdio functions.  They may
return EOF, which is outside the range of values representable by
char.  If you use char, some legal character value may be confused
with EOF, such as '\377' (SMALL LETTER Y WITH UMLAUT, in Latin-1).
The correct choice is int.

A more subtle version of the same mistake might look like this:

  unsigned char pushback[NPUSHBACK];
  int pbidx;
  #define unget(c) (assert(pbidx < NPUSHBACK), pushback[pbidx++] = (c))
  #define get(c) (pbidx ? pushback[--pbidx] : getchar())
  ...
  unget(EOF);

which will mysteriously turn a pushed-back EOF into a SMALL LETTER Y
WITH UMLAUT.


Other common pitfalls
---------------------

o Expecting 'plain' char to be either sign or unsigned extending.

o Shifting an item by a negative amount or by greater than or equal to
  the number of bits in a type (expecting shifts by 32 to be sensible
  has caused quite a number of bugs at least in the early days).

o Expecting ints shifted right to be sign extended.

o Modifying the same value twice within one sequence point.

o Host vs. target floating point representation, including emitting NaNs
  and Infinities in a form that the assembler handles.

o qsort being an unstable sort function (unstable in the sense that
  multiple items that sort the same may be sorted in different orders
  by different qsort functions).

o Passing incorrect types to fprintf and friends.

o Adding a function declaration for a module declared in another file to
  a .c file instead of to a .h file.