gcc/gcc
Tom de Vries 356e2720e9 [openmp] Set location for taskloop stmts
The test-case included in this patch contains:
...
  #pragma omp taskloop simd shared(a) lastprivate(myId)
...

This is translated to 3 taskloop statements in gimple, visible with
-fdump-tree-gimple:
...
  #pragma omp taskloop private(D.2124)
    #pragma omp taskloop shared(a) shared(myId) private(i.0) firstprivate(a_h)
      #pragma omp taskloop lastprivate(myId)
...

But when exposing the gimple statement locations using
-fdump-tree-gimple-lineno, we find that only the first one has location
information.

Fix this by adding the missing location information.

Tested gomp.exp on x86_64.

Tested libgomp testsuite on x86_64 with nvptx accelerator.

gcc/ChangeLog:

2022-03-18  Tom de Vries  <tdevries@suse.de>

	* gimplify.cc (gimplify_omp_for): Set taskloop location.

gcc/testsuite/ChangeLog:

2022-03-18  Tom de Vries  <tdevries@suse.de>

	* c-c++-common/gomp/pr104968.c: New test.
2022-03-18 16:16:24 +01:00
..
ada Daily bump. 2022-03-11 00:16:39 +00:00
analyzer Daily bump. 2022-03-18 00:16:27 +00:00
c Daily bump. 2022-03-13 00:16:20 +00:00
c-family Daily bump. 2022-03-17 00:17:00 +00:00
common RISC-V: Add version info for zk, zkn and zks 2022-03-16 21:11:46 +08:00
config Refine HImode movement for "v" to "v". 2022-03-18 20:01:17 +08:00
cp Daily bump. 2022-03-17 00:17:00 +00:00
d Daily bump. 2022-03-14 00:16:20 +00:00
doc x86: Correct march=sapphirerapids to base on icelake server 2022-03-18 16:24:41 +08:00
fortran Fortran/OpenMP: Improve associate-name diagnostic [PR103039] 2022-03-18 14:50:36 +01:00
ginclude Update copyright years. 2022-01-03 10:42:10 +01:00
go libgo: update to final Go 1.18 release 2022-03-16 13:52:32 -07:00
jit Daily bump. 2022-03-08 00:16:32 +00:00
lto Daily bump. 2022-02-05 00:16:31 +00:00
objc Daily bump. 2022-01-18 00:16:54 +00:00
objcp Daily bump. 2022-01-18 00:16:54 +00:00
po Daily bump. 2022-03-15 00:16:49 +00:00
rtl-ssa Update copyright years. 2022-01-03 10:42:10 +01:00
testsuite [openmp] Set location for taskloop stmts 2022-03-18 16:16:24 +01:00
ABOUT-GCC-NLS Update copyright years. 2022-01-03 10:42:10 +01:00
acinclude.m4 Update copyright years. 2022-01-03 10:42:10 +01:00
aclocal.m4
addresses.h Update copyright years. 2022-01-03 10:42:10 +01:00
adjust-alignment.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
alias.cc rtl-optimization/104498: Fix comparing symbol reference 2022-02-21 09:41:53 +00:00
alias.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
align.h Update copyright years. 2022-01-03 10:42:10 +01:00
alloc-pool.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
alloc-pool.h Update copyright years. 2022-01-03 10:42:10 +01:00
array-traits.h Update copyright years. 2022-01-03 10:42:10 +01:00
asan.cc asan: Mark instrumented vars addressable [PR102656] 2022-02-19 09:03:57 +01:00
asan.h Update copyright years. 2022-01-03 10:42:10 +01:00
attr-fnspec.h Update copyright years. 2022-01-03 10:42:10 +01:00
attribs.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
attribs.h Update copyright years. 2022-01-03 10:42:10 +01:00
auto-inc-dec.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
auto-profile.cc AutoFDO: Don't try to promote indirect calls that result in recursive direct calls 2022-02-09 23:33:10 -08:00
auto-profile.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
backend.h Update copyright years. 2022-01-03 10:42:10 +01:00
BASE-VER Bump gcc/BASE-VER to 12.0.1 now that we are in stage4. 2022-01-17 13:21:24 +01:00
basic-block.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
bb-reorder.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
bb-reorder.h Update copyright years. 2022-01-03 10:42:10 +01:00
bitmap.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
bitmap.h Update copyright years. 2022-01-03 10:42:10 +01:00
btfout.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
builtin-attrs.def Update copyright years. 2022-01-03 10:42:10 +01:00
builtin-types.def Update copyright years. 2022-01-03 10:42:10 +01:00
builtins.cc PR tree-optimization/98335: Improvements to DSE's compute_trims. 2022-03-11 17:51:18 +00:00
builtins.def Update copyright years. 2022-01-03 10:42:10 +01:00
builtins.h PR tree-optimization/98335: Improvements to DSE's compute_trims. 2022-03-11 17:51:18 +00:00
caller-save.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
calls.cc PR c++/84964: Middle-end patch to expand_call for ICE after sorry. 2022-03-10 23:49:15 +00:00
calls.h Update copyright years. 2022-01-03 10:42:10 +01:00
ccmp.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ccmp.h Update copyright years. 2022-01-03 10:42:10 +01:00
cfg-flags.def Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
cfg.cc cfg: Dump goto_locus if -fdump-*-*-blocks-details 2022-03-02 10:48:55 +01:00
cfg.h Update copyright years. 2022-01-03 10:42:10 +01:00
cfganal.cc Assert that backedges are available in path solver. 2022-02-03 14:06:45 +01:00
cfganal.h Assert that backedges are available in path solver. 2022-02-03 14:06:45 +01:00
cfgbuild.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
cfgbuild.h Update copyright years. 2022-01-03 10:42:10 +01:00
cfgcleanup.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
cfgcleanup.h Update copyright years. 2022-01-03 10:42:10 +01:00
cfgexpand.cc Restore INDIRECT_REF asm operand heuristic with MEM_REF 2022-03-09 15:56:23 +01:00
cfgexpand.h Update copyright years. 2022-01-03 10:42:10 +01:00
cfghooks.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
cfghooks.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
cfgloop.cc tree-optimization/104528 - free niter estimates after DSE 2022-02-14 14:31:06 +01:00
cfgloop.h Update copyright years. 2022-01-03 10:42:10 +01:00
cfgloopanal.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
cfgloopmanip.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
cfgloopmanip.h Update copyright years. 2022-01-03 10:42:10 +01:00
cfgrtl.cc cfgrtl: Fix up -g vs. -g0 code generation -flto differences in fixup_reorder_chain [PR104589] 2022-03-02 10:48:14 +01:00
cfgrtl.h Update copyright years. 2022-01-03 10:42:10 +01:00
cgraph.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
cgraph.h Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
cgraphbuild.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
cgraphclones.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
cgraphunit.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
ChangeLog Daily bump. 2022-03-18 00:16:27 +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.dataflow
ChangeLog.gimple-classes
ChangeLog.graphite
ChangeLog.jit
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
cif-code.def Update copyright years. 2022-01-03 10:42:10 +01:00
collect2-aix.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
collect2-aix.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
collect2.cc Fix -Wformat-diag in various targets. 2022-01-18 17:25:37 +01:00
collect2.h Update copyright years. 2022-01-03 10:42:10 +01:00
collect-utils.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
collect-utils.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
color-macros.h Update copyright years. 2022-01-03 10:42:10 +01:00
combine-stack-adj.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
combine.cc combine: Fix up -fcompare-debug issue in the combiner [PR104544] 2022-02-16 14:48:30 +01:00
common.md Update copyright years. 2022-01-03 10:42:10 +01:00
common.opt Don't emit switch-unreachable warnings for -ftrivial-auto-var-init (PR102276) 2022-03-02 16:53:00 +00:00
compare-elim.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
conditions.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
config.build Update copyright years. 2022-01-03 10:42:10 +01:00
config.gcc [nvptx] Add nvptx-gen.h and nvptx-gen.opt 2022-03-01 08:58:36 +01:00
config.host Update copyright years. 2022-01-03 10:42:10 +01:00
config.in aix: handle 64bit inodes for include directories 2022-01-12 16:59:47 +01:00
configure configure: use linker plug-in by default for ld.mold 2022-03-03 17:31:08 +01:00
configure.ac configure: use linker plug-in by default for ld.mold 2022-03-03 17:31:08 +01:00
context.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
context.h Update copyright years. 2022-01-03 10:42:10 +01:00
convert.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
convert.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
coretypes.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
coroutine-builtins.def Update copyright years. 2022-01-03 10:42:10 +01:00
coroutine-passes.cc Update copyright years. 2022-01-03 10:42:10 +01:00
coverage.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
coverage.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
cppbuiltin.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
cppbuiltin.h Update copyright years. 2022-01-03 10:42:10 +01:00
cppdefault.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
cppdefault.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
cprop.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
cse.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
cselib.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
cselib.h Update copyright years. 2022-01-03 10:42:10 +01:00
cstamp-h.in
ctfc.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ctfc.h Fix up duplicated duplicated words in comments 2022-03-07 15:00:20 +01:00
ctfout.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
data-streamer-in.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
data-streamer-out.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
data-streamer.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
data-streamer.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
DATESTAMP Daily bump. 2022-03-18 00:16:27 +00:00
dbgcnt.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
dbgcnt.def Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
dbgcnt.h Update copyright years. 2022-01-03 10:42:10 +01:00
dbxout.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
dbxout.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
dce.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
dce.h Update copyright years. 2022-01-03 10:42:10 +01:00
ddg.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ddg.h Update copyright years. 2022-01-03 10:42:10 +01:00
debug.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
debug.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
defaults.h Update copyright years. 2022-01-03 10:42:10 +01:00
DEV-PHASE
df-core.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
df-problems.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
df-scan.cc df: Don't set bbs dirty because of debug insn moves [PR104459] 2022-02-11 11:21:24 +01:00
df.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
dfp.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
dfp.h Update copyright years. 2022-01-03 10:42:10 +01:00
diagnostic-color.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
diagnostic-color.h Update copyright years. 2022-01-03 10:42:10 +01:00
diagnostic-core.h Update copyright years. 2022-01-03 10:42:10 +01:00
diagnostic-event-id.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
diagnostic-format-json.cc Update copyright years. 2022-01-03 10:42:10 +01:00
diagnostic-metadata.h Update copyright years. 2022-01-03 10:42:10 +01:00
diagnostic-path.h Update copyright years. 2022-01-03 10:42:10 +01:00
diagnostic-show-locus.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
diagnostic-spec.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
diagnostic-spec.h Add -Wuse-after-free [PR80532]. 2022-01-15 16:45:24 -07:00
diagnostic-url.h Update copyright years. 2022-01-03 10:42:10 +01:00
diagnostic.cc Remove extra newline in ICE report. 2022-01-28 16:11:33 +01:00
diagnostic.def Update copyright years. 2022-01-03 10:42:10 +01:00
diagnostic.h Improve wording for -freport-bug option. 2022-01-27 13:34:29 +01:00
digraph.cc Update copyright years. 2022-01-03 10:42:10 +01:00
digraph.h Update copyright years. 2022-01-03 10:42:10 +01:00
dojump.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
dojump.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
dominance.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
dominance.h Update copyright years. 2022-01-03 10:42:10 +01:00
domwalk.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
domwalk.h Update copyright years. 2022-01-03 10:42:10 +01:00
double-int.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
double-int.h Update copyright years. 2022-01-03 10:42:10 +01:00
dse.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
dump-context.h Update copyright years. 2022-01-03 10:42:10 +01:00
dumpfile.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
dumpfile.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
dwarf2asm.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
dwarf2asm.h Update copyright years. 2022-01-03 10:42:10 +01:00
dwarf2cfi.cc Cope with NULL dw_cfi_cfa_loc 2022-02-24 22:03:34 -03:00
dwarf2ctf.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
dwarf2ctf.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
dwarf2out.cc dwarf2out: Don't call expand_expr during early_dwarf [PR104407] 2022-02-09 15:17:52 +01:00
dwarf2out.h Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
early-remat.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
edit-context.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
edit-context.h Update copyright years. 2022-01-03 10:42:10 +01:00
emit-rtl.cc arm: Implement MVE predicates as vectors of booleans 2022-02-22 15:55:07 +00:00
emit-rtl.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
errors.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
errors.h Update copyright years. 2022-01-03 10:42:10 +01:00
escaped_string.h Update copyright years. 2022-01-03 10:42:10 +01:00
et-forest.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
et-forest.h Update copyright years. 2022-01-03 10:42:10 +01:00
except.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
except.h Update copyright years. 2022-01-03 10:42:10 +01:00
exec-tool.in Update copyright years. 2022-01-03 10:42:10 +01:00
explow.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
explow.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
expmed.cc PR middle-end/80270: ICE in extract_bit_field_1 2022-02-28 22:26:43 +00:00
expmed.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
expr.cc Revert commit r12-5852-g50e8b0c9bca6cdc57804f860ec5311b641753fbb 2022-02-24 22:16:56 -03:00
expr.h Update copyright years. 2022-01-03 10:42:10 +01:00
fibonacci_heap.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
fibonacci_heap.h Update copyright years. 2022-01-03 10:42:10 +01:00
file-find.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
file-find.h Update copyright years. 2022-01-03 10:42:10 +01:00
file-prefix-map.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
file-prefix-map.h Update copyright years. 2022-01-03 10:42:10 +01:00
final.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
fixed-value.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
fixed-value.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
flag-types.h aarch64: Add compiler support for Shadow Call Stack 2022-02-21 20:01:14 +00:00
flags.h Update copyright years. 2022-01-03 10:42:10 +01:00
fold-const-call.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
fold-const-call.h Update copyright years. 2022-01-03 10:42:10 +01:00
fold-const.cc Implement constant-folding simplifications of reductions. 2022-02-22 12:32:22 +00:00
fold-const.h Implement constant-folding simplifications of reductions. 2022-02-22 12:32:22 +00:00
fp-test.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function-abi.cc Update copyright years. 2022-01-03 10:42:10 +01:00
function-abi.h Update copyright years. 2022-01-03 10:42:10 +01:00
function-tests.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
function.cc middle-end: updating the reg use in exit block for -fzero-call-used-regs [PR100775] 2022-02-10 16:40:39 +00:00
function.h pack fields in cgraph_simd_clone_arg and struct function 2022-01-18 12:19:49 +01:00
fwprop.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gcc-ar.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gcc-main.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gcc-plugin.h Update copyright years. 2022-01-03 10:42:10 +01:00
gcc-rich-location.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gcc-rich-location.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gcc-symtab.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gcc.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gcc.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gcov-counter.def Update copyright years. 2022-01-03 10:42:10 +01:00
gcov-dump.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gcov-io.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gcov-io.h Update copyright years. 2022-01-03 10:42:10 +01:00
gcov-tool.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gcov.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gcse-common.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gcse-common.h Update copyright years. 2022-01-03 10:42:10 +01:00
gcse.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
gcse.h Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
gdbasan.in
gdbhooks.py Update copyright years. 2022-01-03 10:42:10 +01:00
gdbinit.in Update copyright years. 2022-01-03 10:42:10 +01:00
gen-pass-instances.awk Update copyright years. 2022-01-03 10:42:10 +01:00
genattr-common.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
genattr.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
genattrtab.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
genautomata.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gencfn-macros.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gencheck.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
genchecksum.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gencodes.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
genconditions.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
genconfig.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
genconstants.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
genemit.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
genenums.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
generic-match-head.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
generic-match.h Update copyright years. 2022-01-03 10:42:10 +01:00
genextract.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
genflags.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gengenrtl.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gengtype-lex.l Update copyright years. 2022-01-03 10:42:10 +01:00
gengtype-parse.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gengtype-state.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gengtype.cc Manual changes for .cc renaming. 2022-01-17 22:12:14 +01:00
gengtype.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
genhooks.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
genmatch.cc middle-end/104644 - recursion with bswap match.pd pattern 2022-02-23 13:51:43 +01:00
genmddeps.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
genmddump.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
genmodes.cc arm: Implement MVE predicates as vectors of booleans 2022-02-22 15:55:07 +00:00
genmultilib Update copyright years. 2022-01-03 10:42:10 +01:00
genopinit.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
genoutput.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
genpeep.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
genpreds.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
genrecog.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gensupport.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gensupport.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gentarget-def.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
genversion.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ggc-common.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ggc-internal.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
ggc-none.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ggc-page.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ggc-tests.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
ggc.h Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-array-bounds.cc Enable pointer_query caching in -Warray-bounds. 2022-02-03 13:58:28 -07:00
gimple-array-bounds.h Enable pointer_query caching in -Warray-bounds. 2022-02-03 13:58:28 -07:00
gimple-builder.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gimple-builder.h Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-expr.cc middle-end/104402 - split out _Complex compares from COND_EXPRs 2022-02-07 09:37:59 +01:00
gimple-expr.h Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-fold.cc Suppress uninitialized warnings for new created uses from __builtin_clear_padding folding [PR104550] 2022-02-28 15:58:43 +00:00
gimple-fold.h reassoc: Fix up inter-bb range optimization [PR104196] 2022-01-27 10:47:00 +01:00
gimple-harden-conditionals.cc Copy EH phi args for throwing hardened compares 2022-02-24 22:03:32 -03:00
gimple-if-to-switch.cc Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-isel.cc middle-end/104464 - ISEL and non-call EH #2 2022-02-09 15:50:02 +01:00
gimple-iterator.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gimple-iterator.h Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-laddress.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gimple-loop-interchange.cc Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-loop-jam.cc tree-optimization/104543 - fix unroll-and-jam precondition 2022-02-15 13:22:15 +01:00
gimple-loop-versioning.cc Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-low.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gimple-low.h Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-match-head.cc Performance/size improvement to single_use when matching GIMPLE. 2022-03-16 09:27:33 +00:00
gimple-match.h Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-predicate-analysis.cc Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-predicate-analysis.h Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-predict.h Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-pretty-print.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gimple-pretty-print.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gimple-range-cache.cc Always use dominators in the cache when available. 2022-03-17 16:43:21 -04:00
gimple-range-cache.h Register non-null side effects properly. 2022-02-09 09:09:54 -05:00
gimple-range-edge.cc Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-range-edge.h Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-range-fold.cc ranger: Fix up REALPART_EXPR/IMAGPART_EXPR handling [PR104604] 2022-02-22 10:43:13 +01:00
gimple-range-fold.h Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-range-gori.cc Fix up duplicated duplicated words in comments 2022-03-07 15:00:20 +01:00
gimple-range-gori.h Use GORI to evaluate arguments of a COND_EXPR. 2022-02-15 17:03:27 -05:00
gimple-range-path.cc Register non-null side effects properly. 2022-02-09 09:09:54 -05:00
gimple-range-path.h Reset relations when crossing backedges. 2022-01-21 11:19:07 +01:00
gimple-range-tests.cc Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-range-trace.cc Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-range-trace.h Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-range.cc Register non-null side effects properly. 2022-02-09 09:09:54 -05:00
gimple-range.h Register non-null side effects properly. 2022-02-09 09:09:54 -05:00
gimple-ssa-backprop.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gimple-ssa-evrp-analyze.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gimple-ssa-evrp-analyze.h Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-ssa-evrp.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gimple-ssa-isolate-paths.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gimple-ssa-nonnull-compare.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gimple-ssa-split-paths.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gimple-ssa-sprintf.cc Constrain conservative string lengths to array sizes [PR104119]. 2022-02-03 13:27:16 -07:00
gimple-ssa-store-merging.cc store-merging: Fix up a -fcompare-debug bug in get_status_for_store_merging [PR104263] 2022-01-28 19:02:26 +01:00
gimple-ssa-strength-reduction.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gimple-ssa-warn-access.cc Avoid -Wdangling-pointer for by-transparent-reference arguments [PR104436]. 2022-03-14 18:26:05 -06:00
gimple-ssa-warn-access.h Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-ssa-warn-alloca.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gimple-ssa-warn-restrict.cc Enable pointer_query caching in -Wrestrict. 2022-02-03 13:59:39 -07:00
gimple-ssa-warn-restrict.h Enable pointer_query caching in -Wrestrict. 2022-02-03 13:59:39 -07:00
gimple-ssa.h Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-streamer-in.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gimple-streamer-out.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gimple-streamer.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
gimple-walk.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gimple-walk.h Update copyright years. 2022-01-03 10:42:10 +01:00
gimple-warn-recursion.cc warn-recursion: Don't warn for __builtin_calls in gnu_inline extern inline functions [PR104633] 2022-02-23 12:03:55 +01:00
gimple.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
gimple.def Update copyright years. 2022-01-03 10:42:10 +01:00
gimple.h Add CLOBBER_EOL to mark storage end-of-life clobbers 2022-02-04 08:16:50 +01:00
gimplify-me.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
gimplify-me.h Update copyright years. 2022-01-03 10:42:10 +01:00
gimplify.cc [openmp] Set location for taskloop stmts 2022-03-18 16:16:24 +01:00
gimplify.h Update copyright years. 2022-01-03 10:42:10 +01:00
glimits.h Update copyright years. 2022-01-03 10:42:10 +01:00
godump.cc -fgo-dump-spec: really name alignment field "_" 2022-02-09 09:39:03 -08:00
graph.cc Make graph dumping work for fn != cfun 2022-01-28 11:28:09 +01:00
graph.h Update copyright years. 2022-01-03 10:42:10 +01:00
graphds.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
graphds.h Update copyright years. 2022-01-03 10:42:10 +01:00
graphite-dependences.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
graphite-isl-ast-to-gimple.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
graphite-optimize-isl.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
graphite-poly.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
graphite-scop-detection.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
graphite-sese-to-poly.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
graphite.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
graphite.h Update copyright years. 2022-01-03 10:42:10 +01:00
graphviz.cc Update copyright years. 2022-01-03 10:42:10 +01:00
graphviz.h Update copyright years. 2022-01-03 10:42:10 +01:00
gsstruct.def Update copyright years. 2022-01-03 10:42:10 +01:00
gstab.h Update copyright years. 2022-01-03 10:42:10 +01:00
gsyms.h Update copyright years. 2022-01-03 10:42:10 +01:00
gsyslimits.h
gtm-builtins.def
haifa-sched.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
hard-reg-set.h Update copyright years. 2022-01-03 10:42:10 +01:00
hash-map-tests.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
hash-map-traits.h Update copyright years. 2022-01-03 10:42:10 +01:00
hash-map.h Update copyright years. 2022-01-03 10:42:10 +01:00
hash-set-tests.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
hash-set.h Update copyright years. 2022-01-03 10:42:10 +01:00
hash-table.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
hash-table.h Update copyright years. 2022-01-03 10:42:10 +01:00
hash-traits.h Update copyright years. 2022-01-03 10:42:10 +01:00
highlev-plugin-common.h Update copyright years. 2022-01-03 10:42:10 +01:00
hooks.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
hooks.h Update copyright years. 2022-01-03 10:42:10 +01:00
host-default.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
hosthooks-def.h Update copyright years. 2022-01-03 10:42:10 +01:00
hosthooks.h Update copyright years. 2022-01-03 10:42:10 +01:00
hw-doloop.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
hw-doloop.h Update copyright years. 2022-01-03 10:42:10 +01:00
hwint.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
hwint.h Update copyright years. 2022-01-03 10:42:10 +01:00
ifcvt.cc ifcvt: Punt if not onlyjump_p for find_if_case_{1,2} [PR104814] 2022-03-15 09:12:03 +01:00
ifcvt.h Update copyright years. 2022-01-03 10:42:10 +01:00
inchash.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
inchash.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
incpath.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
incpath.h Update copyright years. 2022-01-03 10:42:10 +01:00
init-regs.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
input.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
input.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
insn-addr.h Update copyright years. 2022-01-03 10:42:10 +01:00
insn-notes.def Update copyright years. 2022-01-03 10:42:10 +01:00
int-vector-builder.h Update copyright years. 2022-01-03 10:42:10 +01:00
internal-fn.cc Fix up duplicated duplicated words in comments 2022-03-07 15:00:20 +01:00
internal-fn.def widening_mul, i386: Improve spaceship expansion on x86 [PR103973] 2022-01-17 13:39:05 +01:00
internal-fn.h widening_mul, i386: Improve spaceship expansion on x86 [PR103973] 2022-01-17 13:39:05 +01:00
intl.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
intl.h Update copyright years. 2022-01-03 10:42:10 +01:00
ipa-comdats.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ipa-cp.cc ipa-cp: Avoid adjusting references through self-recursion (PR 104813) 2022-03-10 14:50:54 +01:00
ipa-devirt.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ipa-fnsummary.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
ipa-fnsummary.h Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
ipa-free-lang-data.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
ipa-icf-gimple.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ipa-icf-gimple.h Update copyright years. 2022-01-03 10:42:10 +01:00
ipa-icf.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ipa-icf.h Update copyright years. 2022-01-03 10:42:10 +01:00
ipa-inline-analysis.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ipa-inline-transform.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ipa-inline.cc ipa/103989 - avoid IPA inlining of small functions with -Og 2022-01-18 15:43:04 +01:00
ipa-inline.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
ipa-modref-tree.cc modref: Comment spelling fixes 2022-03-02 10:25:25 +01:00
ipa-modref-tree.h modref: Comment spelling fixes 2022-03-02 10:25:25 +01:00
ipa-modref.cc modref: Comment spelling fixes 2022-03-02 10:25:25 +01:00
ipa-modref.h modref: Comment spelling fixes 2022-03-02 10:25:25 +01:00
ipa-param-manipulation.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
ipa-param-manipulation.h Update copyright years. 2022-01-03 10:42:10 +01:00
ipa-polymorphic-call.cc Fix up duplicated duplicated words in comments 2022-03-07 15:00:20 +01:00
ipa-predicate.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ipa-predicate.h Update copyright years. 2022-01-03 10:42:10 +01:00
ipa-profile.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ipa-prop.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
ipa-prop.h Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
ipa-pure-const.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ipa-ref.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ipa-ref.h Update copyright years. 2022-01-03 10:42:10 +01:00
ipa-reference.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
ipa-reference.h Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
ipa-split.cc [COMMITTED] Improve coment for the newly added code in ipa-split. 2022-01-18 15:45:20 -08:00
ipa-sra.cc Fix up duplicated duplicated words in comments 2022-03-07 15:00:20 +01:00
ipa-utils.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ipa-utils.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
ipa-visibility.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ipa.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ira-build.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
ira-color.cc rtl-optimization/104686 - speedup IRA allocno conflict test 2022-03-02 15:08:49 +01:00
ira-conflicts.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
ira-costs.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
ira-emit.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
ira-int.h rtl-optimization/104686 - speed up conflict iteration 2022-02-28 08:02:49 +01:00
ira-lives.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
ira.cc [PR103676] LRA: Calculate and exclude some start hard registers for reload pseudos 2022-01-21 13:37:11 -05:00
ira.h [PR103676] LRA: Calculate and exclude some start hard registers for reload pseudos 2022-01-21 13:37:11 -05:00
is-a.h Update copyright years. 2022-01-03 10:42:10 +01:00
iterator-utils.h Update copyright years. 2022-01-03 10:42:10 +01:00
json.cc Update copyright years. 2022-01-03 10:42:10 +01:00
json.h Update copyright years. 2022-01-03 10:42:10 +01:00
jump.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
langhooks-def.h Update copyright years. 2022-01-03 10:42:10 +01:00
langhooks.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
langhooks.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
LANGUAGES Update copyright years. 2022-01-03 10:42:10 +01:00
lcm.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
lcm.h Update copyright years. 2022-01-03 10:42:10 +01:00
libfuncs.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
limitx.h Update copyright years. 2022-01-03 10:42:10 +01:00
limity.h
lists.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
lock-and-run.sh
loop-doloop.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
loop-init.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
loop-invariant.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
loop-iv.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
loop-unroll.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
loop-unroll.h Update copyright years. 2022-01-03 10:42:10 +01:00
lower-subreg.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
lower-subreg.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
lra-assigns.cc [PR104637] LRA: Split hard regs as many as possible on one subpass 2022-02-28 16:44:57 -05:00
lra-coalesce.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
lra-constraints.cc [PR103074] LRA: Check new conflicts when splitting hard reg live range. 2022-03-10 16:16:49 -05:00
lra-eliminations.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
lra-int.h [PR103676] LRA: Calculate and exclude some start hard registers for reload pseudos 2022-01-21 13:37:11 -05:00
lra-lives.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
lra-remat.cc [PR103676] LRA: Calculate and exclude some start hard registers for reload pseudos 2022-01-21 13:37:11 -05:00
lra-spills.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
lra.cc lra: Fix up debug_p handling in lra_substitute_pseudo [PR104778] 2022-03-14 14:49:09 +01:00
lra.h [PR103676] LRA: Calculate and exclude some start hard registers for reload pseudos 2022-01-21 13:37:11 -05:00
lto-cgraph.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
lto-compress.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
lto-compress.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
lto-opts.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
lto-section-in.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
lto-section-names.h Update copyright years. 2022-01-03 10:42:10 +01:00
lto-section-out.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
lto-streamer-in.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
lto-streamer-out.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
lto-streamer.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
lto-streamer.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
lto-wrapper.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
machmode.def arm: Implement MVE predicates as vectors of booleans 2022-02-22 15:55:07 +00:00
machmode.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
main.cc Fix error recovery in toplev::finalize. 2022-02-28 13:58:41 +01:00
Makefile.in Manual changes for .cc renaming. 2022-01-17 22:12:14 +01:00
match.pd Some minor HONOR_NANS improvements to match.pd 2022-03-16 09:25:34 +00:00
mcf.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
mem-stats-traits.h Update copyright years. 2022-01-03 10:42:10 +01:00
mem-stats.h Update copyright years. 2022-01-03 10:42:10 +01:00
memmodel.h Update copyright years. 2022-01-03 10:42:10 +01:00
memory-block.cc Update copyright years. 2022-01-03 10:42:10 +01:00
memory-block.h Update copyright years. 2022-01-03 10:42:10 +01:00
mkconfig.sh Update copyright years. 2022-01-03 10:42:10 +01:00
mode-classes.def Update copyright years. 2022-01-03 10:42:10 +01:00
mode-switching.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
modulo-sched.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
multiple_target.cc ipa: Improve error handling for target_clone single value 2022-03-01 10:10:29 +01:00
mux-utils.h Update copyright years. 2022-01-03 10:42:10 +01:00
obstack-utils.h Update copyright years. 2022-01-03 10:42:10 +01:00
omp-builtins.def Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
omp-expand.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
omp-expand.h Update copyright years. 2022-01-03 10:42:10 +01:00
omp-general.cc Get rid of 'gcc/omp-oacc-neuter-broadcast.cc:oacc_build_component_ref' 2022-02-22 17:53:10 +01:00
omp-general.h Get rid of 'gcc/omp-oacc-neuter-broadcast.cc:oacc_build_component_ref' 2022-02-22 17:53:10 +01:00
omp-low.cc [openmp] Fix SIMT reduction using TRUTH_{AND,OR}IF_EXPR 2022-03-18 15:45:13 +01:00
omp-low.h Update copyright years. 2022-01-03 10:42:10 +01:00
omp-oacc-kernels-decompose.cc OpenACC 'kernels' decomposition: resolve wrong-code cases unless manually making certain variables addressable [PR100280, PR104892] 2022-03-12 15:37:27 +01:00
omp-oacc-neuter-broadcast.cc Get rid of 'gcc/omp-oacc-neuter-broadcast.cc:oacc_build_component_ref' 2022-02-22 17:53:10 +01:00
omp-offload.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
omp-offload.h Update copyright years. 2022-01-03 10:42:10 +01:00
omp-simd-clone.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
omp-simd-clone.h Update copyright years. 2022-01-03 10:42:10 +01:00
ONEWS
opt-functions.awk options: Add EnumBitSet property support [PR104158] 2022-01-24 11:53:08 +01:00
opt-gather.awk Update copyright years. 2022-01-03 10:42:10 +01:00
opt-include.awk Update copyright years. 2022-01-03 10:42:10 +01:00
opt-problem.cc Update copyright years. 2022-01-03 10:42:10 +01:00
opt-problem.h Update copyright years. 2022-01-03 10:42:10 +01:00
opt-read.awk options: Add EnumSet and Set property support [PR104158] 2022-01-24 11:50:15 +01:00
opt-suggestions.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
opt-suggestions.h Update copyright years. 2022-01-03 10:42:10 +01:00
optabs-libfuncs.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
optabs-libfuncs.h Update copyright years. 2022-01-03 10:42:10 +01:00
optabs-query.cc vect: fix out-of-bound access in supports_vec_convert_optab_p [PR 104851] 2022-03-09 17:27:23 +08:00
optabs-query.h tree-optimization/104445 - check for vector extraction support 2022-02-09 14:03:31 +01:00
optabs-tree.cc match.pd, optabs: Avoid vectorization of {FLOOR,CEIL,ROUND}_{DIV,MOD}_EXPR [PR102860] 2022-01-19 15:03:45 +01:00
optabs-tree.h Update copyright years. 2022-01-03 10:42:10 +01:00
optabs.cc optabs: Don't create pseudos in prepare_cmp_insn when not allowed [PR102478] 2022-01-21 11:16:50 +01:00
optabs.def rtl: builtins: (not just) rs6000: Add builtins for fegetround, feclearexcept and feraiseexcept [PR94193] 2022-01-24 17:00:11 +00:00
optabs.h ifcvt/optabs: Allow using a CC comparison for emit_conditional_move. 2022-01-19 18:36:04 +01:00
optc-gen.awk options: Add EnumBitSet property support [PR104158] 2022-01-24 11:53:08 +01:00
optc-save-gen.awk Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
opth-gen.awk Update copyright years. 2022-01-03 10:42:10 +01:00
optinfo-emit-json.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
optinfo-emit-json.h Update copyright years. 2022-01-03 10:42:10 +01:00
optinfo.cc Update copyright years. 2022-01-03 10:42:10 +01:00
optinfo.h Update copyright years. 2022-01-03 10:42:10 +01:00
opts-common.cc options: Add EnumBitSet property support [PR104158] 2022-01-24 11:53:08 +01:00
opts-diagnostic.h Update copyright years. 2022-01-03 10:42:10 +01:00
opts-global.cc ootstrap: Fix bootstrap with --disable-plugin [PR104176] 2022-01-22 19:04:41 +01:00
opts.cc opts: fix -gtoggle + optimize attribute 2022-03-07 15:45:21 +01:00
opts.h options: Add EnumBitSet property support [PR104158] 2022-01-24 11:53:08 +01:00
ordered-hash-map-tests.cc Update copyright years. 2022-01-03 10:42:10 +01:00
ordered-hash-map.h Update copyright years. 2022-01-03 10:42:10 +01:00
output.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
params.opt Fix typo in gcc/params.opt. 2022-03-08 12:14:33 -05:00
pass_manager.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
passes.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
passes.def tree-optimization/104960 - unsplit edges after late sinking 2022-03-17 09:51:09 +01:00
plugin.cc translation: small fixes 2022-03-07 11:03:58 +01:00
plugin.def Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
plugin.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
pointer-query.cc Fix up duplicated duplicated words in comments 2022-03-07 15:00:20 +01:00
pointer-query.h Use auto_vec for pointer_query cache for auto cleanup. 2022-02-03 19:47:04 -07:00
poly-int-types.h Update copyright years. 2022-01-03 10:42:10 +01:00
poly-int.h Update copyright years. 2022-01-03 10:42:10 +01:00
postreload-gcse.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
postreload.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
predict.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
predict.def Update copyright years. 2022-01-03 10:42:10 +01:00
predict.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
prefix.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
prefix.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
pretty-print.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
pretty-print.h Update copyright years. 2022-01-03 10:42:10 +01:00
print-rtl-function.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
print-rtl.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
print-rtl.h Update copyright years. 2022-01-03 10:42:10 +01:00
print-tree.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
print-tree.h Update copyright years. 2022-01-03 10:42:10 +01:00
profile-count.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
profile-count.h Update copyright years. 2022-01-03 10:42:10 +01:00
profile.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
profile.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
range-op.cc Spelling fix - cannott -> cannot [PR104899] 2022-03-14 10:40:47 +01:00
range-op.h Update copyright years. 2022-01-03 10:42:10 +01:00
range.cc Update copyright years. 2022-01-03 10:42:10 +01:00
range.h Update copyright years. 2022-01-03 10:42:10 +01:00
read-md.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
read-md.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
read-rtl-function.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
read-rtl-function.h Update copyright years. 2022-01-03 10:42:10 +01:00
read-rtl.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
README.Portability Update copyright years. 2022-01-03 10:42:10 +01:00
real.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
real.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
realmpfr.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
realmpfr.h Update copyright years. 2022-01-03 10:42:10 +01:00
recog.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
recog.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
ree.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
reg-notes.def Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
reg-stack.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
regcprop.cc Don't propagate for a more expensive reg-reg move. 2022-02-08 12:39:31 +08:00
regcprop.h Update copyright years. 2022-01-03 10:42:10 +01:00
reginfo.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
regrename.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
regrename.h Update copyright years. 2022-01-03 10:42:10 +01:00
regs.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
regset.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
regstat.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
reload1.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
reload.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
reload.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
reorg.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
resource.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
resource.h Update copyright years. 2022-01-03 10:42:10 +01:00
rtl-error.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
rtl-error.h Update copyright years. 2022-01-03 10:42:10 +01:00
rtl-iter.h Update copyright years. 2022-01-03 10:42:10 +01:00
rtl-ssa.h Update copyright years. 2022-01-03 10:42:10 +01:00
rtl-tests.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
rtl.cc rtl: ICE with thread_local and inline asm [PR104777] 2022-03-08 14:00:32 -05:00
rtl.def Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
rtl.h ifcvt/optabs: Allow using a CC comparison for emit_conditional_move. 2022-01-19 18:36:04 +01:00
rtlanal.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
rtlanal.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
rtlhash.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
rtlhash.h Update copyright years. 2022-01-03 10:42:10 +01:00
rtlhooks-def.h Update copyright years. 2022-01-03 10:42:10 +01:00
rtlhooks.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
rtx-vector-builder.cc arm: Implement MVE predicates as vectors of booleans 2022-02-22 15:55:07 +00:00
rtx-vector-builder.h Update copyright years. 2022-01-03 10:42:10 +01:00
run-rtl-passes.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
run-rtl-passes.h Update copyright years. 2022-01-03 10:42:10 +01:00
sancov.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
sanitizer.def Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
sanopt.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
sbitmap.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
sbitmap.h Update copyright years. 2022-01-03 10:42:10 +01:00
sched-deps.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
sched-ebb.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
sched-int.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
sched-rgn.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
sel-sched-dump.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
sel-sched-dump.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
sel-sched-ir.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
sel-sched-ir.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
sel-sched.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
sel-sched.h Update copyright years. 2022-01-03 10:42:10 +01:00
selftest-diagnostic.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
selftest-diagnostic.h Update copyright years. 2022-01-03 10:42:10 +01:00
selftest-rtl.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
selftest-rtl.h Update copyright years. 2022-01-03 10:42:10 +01:00
selftest-run-tests.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
selftest.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
selftest.h Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
sese.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
sese.h Update copyright years. 2022-01-03 10:42:10 +01:00
shortest-paths.h Update copyright years. 2022-01-03 10:42:10 +01:00
shrink-wrap.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
shrink-wrap.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
signop.h Update copyright years. 2022-01-03 10:42:10 +01:00
simplify-rtx.cc simplify-rtx: Fix up SUBREG_PROMOTED_SET arguments [PR104839] 2022-03-09 09:12:38 +01:00
sort.cc Update copyright years. 2022-01-03 10:42:10 +01:00
sparseset.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
sparseset.h Update copyright years. 2022-01-03 10:42:10 +01:00
spellcheck-tree.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
spellcheck-tree.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
spellcheck.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
spellcheck.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
splay-tree-utils.cc Update copyright years. 2022-01-03 10:42:10 +01:00
splay-tree-utils.h Update copyright years. 2022-01-03 10:42:10 +01:00
splay-tree-utils.tcc Update copyright years. 2022-01-03 10:42:10 +01:00
sreal.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
sreal.h Update copyright years. 2022-01-03 10:42:10 +01:00
ssa-iterators.h Update copyright years. 2022-01-03 10:42:10 +01:00
ssa.h Update copyright years. 2022-01-03 10:42:10 +01:00
stab.def Update copyright years. 2022-01-03 10:42:10 +01:00
stack-ptr-mod.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
statistics.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
statistics.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
stmt.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
stmt.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
stor-layout.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
stor-layout.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
store-motion.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
streamer-hooks.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
streamer-hooks.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
stringpool.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
stringpool.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
substring-locations.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
substring-locations.h Update copyright years. 2022-01-03 10:42:10 +01:00
symbol-summary.h Update copyright years. 2022-01-03 10:42:10 +01:00
symtab-clones.cc Update copyright years. 2022-01-03 10:42:10 +01:00
symtab-clones.h Update copyright years. 2022-01-03 10:42:10 +01:00
symtab-thunks.cc Update copyright years. 2022-01-03 10:42:10 +01:00
symtab-thunks.h Update copyright years. 2022-01-03 10:42:10 +01:00
symtab.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
sync-builtins.def Update copyright years. 2022-01-03 10:42:10 +01:00
system.h Update copyright years. 2022-01-03 10:42:10 +01:00
target-def.h Update copyright years. 2022-01-03 10:42:10 +01:00
target-globals.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
target-globals.h Update copyright years. 2022-01-03 10:42:10 +01:00
target-hooks-macros.h Update copyright years. 2022-01-03 10:42:10 +01:00
target-insns.def Update copyright years. 2022-01-03 10:42:10 +01:00
target.def aarch64: Add compiler support for Shadow Call Stack 2022-02-21 20:01:14 +00:00
target.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
targhooks.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
targhooks.h ipa-inline: Add target info into fn summary [PR102059] 2022-01-04 20:27:18 -06:00
timevar.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
timevar.def Avoid recomputing PHI results after failure (PR104203). 2022-01-25 14:22:49 -07:00
timevar.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
toplev.cc aarch64: Add compiler support for Shadow Call Stack 2022-02-21 20:01:14 +00:00
toplev.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tracer.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tracer.h Update copyright years. 2022-01-03 10:42:10 +01:00
trans-mem.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
trans-mem.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-affine.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-affine.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-call-cdce.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-cfg.cc middle-end/104402 - split out _Complex compares from COND_EXPRs 2022-02-07 09:37:59 +01:00
tree-cfg.h widening_mul, i386: Improve spaceship expansion on x86 [PR103973] 2022-01-17 13:39:05 +01:00
tree-cfgcleanup.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-cfgcleanup.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-chrec.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-chrec.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-complex.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-core.h Add 'gcc/tree.cc:user_omp_clause_code_name' [PR65095] 2022-03-12 11:05:29 +01:00
tree-data-ref.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-data-ref.h vect: Simplify and extend the complex numbers validation routines. 2022-02-02 10:39:03 +00:00
tree-dfa.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-dfa.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-diagnostic-path.cc Update copyright years. 2022-01-03 10:42:10 +01:00
tree-diagnostic.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-diagnostic.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-dump.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-dump.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-eh.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-eh.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-emutls.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-hash-traits.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-hasher.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-if-conv.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-if-conv.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-inline.cc Add CLOBBER_EOL to mark storage end-of-life clobbers 2022-02-04 08:16:50 +01:00
tree-inline.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-into-ssa.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-into-ssa.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-iterator.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-iterator.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-loop-distribution.cc tree-optimization/104716 - check if we can copy loop in loop distribution 2022-03-01 15:24:31 +01:00
tree-nested.cc C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct. 2022-02-09 23:47:12 -08:00
tree-nested.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-nrv.cc debug/104337 - avoid messing with the abstract origin chain in NRV 2022-02-03 16:02:12 +01:00
tree-object-size.cc tree-optimization/104941: Actually assign the conversion result 2022-03-16 20:45:48 +05:30
tree-object-size.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-outof-ssa.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-outof-ssa.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-parloops.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-parloops.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-pass.h tree-optimization/103990 - fix CFG cleanup regression from PRE change 2022-01-12 16:18:20 +01:00
tree-phinodes.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-phinodes.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-predcom.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-pretty-print.cc C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct. 2022-02-09 23:47:12 -08:00
tree-pretty-print.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-profile.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-scalar-evolution.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-scalar-evolution.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-sra.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-sra.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-address.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-ssa-address.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-alias-compare.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-alias.cc PR tree-optimization/98335: Improvements to DSE's compute_trims. 2022-03-11 17:51:18 +00:00
tree-ssa-alias.h PR tree-optimization/98335: Improvements to DSE's compute_trims. 2022-03-11 17:51:18 +00:00
tree-ssa-ccp.cc Add CLOBBER_EOL to mark storage end-of-life clobbers 2022-02-04 08:16:50 +01:00
tree-ssa-ccp.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-coalesce.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssa-coalesce.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-ssa-copy.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssa-dce.cc tree-optimization/96881 - CD-DCE and CLOBBERs 2022-02-18 07:58:54 +01:00
tree-ssa-dce.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-dom.cc tree-optimization/102943 - avoid (re-)computing dominance bitmap 2022-03-10 13:40:25 +01:00
tree-ssa-dom.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-dse.cc PR tree-optimization/98335: Improvements to DSE's compute_trims. 2022-03-11 17:51:18 +00:00
tree-ssa-dse.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-forwprop.cc tree-optimization/104511 - avoid FP to DFP conversion for VEC_PACK_TRUNC 2022-02-14 11:26:06 +01:00
tree-ssa-ifcombine.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssa-live.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-ssa-live.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-loop-ch.cc Assert that backedges are available in path solver. 2022-02-03 14:06:45 +01:00
tree-ssa-loop-im.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssa-loop-ivcanon.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssa-loop-ivopts.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssa-loop-ivopts.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-loop-manip.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-ssa-loop-manip.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-loop-niter.cc tree-optimization/104519 - adjust PR100499 niter fix 2022-02-15 11:41:42 +01:00
tree-ssa-loop-niter.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-loop-prefetch.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssa-loop-split.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssa-loop-unswitch.cc tree-optimization/104156 - fix unswitching compare-debug issue 2022-01-21 12:18:59 +01:00
tree-ssa-loop.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssa-loop.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-math-opts.cc PR middle-end/104140: bootstrap ICE on riscv. 2022-01-21 18:50:22 +00:00
tree-ssa-math-opts.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-operands.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-ssa-operands.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-phiopt.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssa-phiprop.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssa-pre.cc Simplify PRE fix 2022-02-28 12:23:22 +01:00
tree-ssa-propagate.cc Fix up duplicated duplicated words in comments 2022-03-07 15:00:20 +01:00
tree-ssa-propagate.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-reassoc.cc reassoc: Fix up inter-bb range optimization [PR104196] 2022-01-27 10:47:00 +01:00
tree-ssa-reassoc.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-sccvn.cc tree-optimization/104825 - guard modref query 2022-03-08 09:55:58 +01:00
tree-ssa-sccvn.h tree-optimization/103037 - PRE simplifying valueized expressions 2022-02-25 13:20:40 +01:00
tree-ssa-scopedtables.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-ssa-scopedtables.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-sink.cc tree-optimization/104960 - unsplit edges after late sinking 2022-03-17 09:51:09 +01:00
tree-ssa-strlen.cc strlen: Comment spelling fixes 2022-03-02 10:26:27 +01:00
tree-ssa-strlen.h Constrain conservative string lengths to array sizes [PR104119]. 2022-02-03 13:27:16 -07:00
tree-ssa-structalias.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssa-tail-merge.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-ssa-ter.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssa-ter.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-ssa-threadbackward.cc Assert that backedges are available in path solver. 2022-02-03 14:06:45 +01:00
tree-ssa-threadedge.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssa-threadedge.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-ssa-threadupdate.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssa-threadupdate.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-ssa-uncprop.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssa-uninit.cc Fix up duplicated duplicated words in comments 2022-03-07 15:00:20 +01:00
tree-ssa.cc tree-optimization/104880 - update-address-taken and cmpxchg 2022-03-11 14:12:06 +01:00
tree-ssa.h tree-optimization/104528 - free niter estimates after DSE 2022-02-14 14:31:06 +01:00
tree-ssanames.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-ssanames.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-stdarg.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-stdarg.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-streamer-in.cc Add CLOBBER_EOL to mark storage end-of-life clobbers 2022-02-04 08:16:50 +01:00
tree-streamer-out.cc Add CLOBBER_EOL to mark storage end-of-life clobbers 2022-02-04 08:16:50 +01:00
tree-streamer.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-streamer.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
tree-switch-conversion.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-switch-conversion.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-tailcall.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-vect-data-refs.cc tree-optimization/104064 - UBSAN issue in vect dataref analysis 2022-01-18 10:27:56 +01:00
tree-vect-generic.cc veclower: Fix up -fcompare-debug issue in expand_vector_comparison [PR104307] 2022-02-01 16:02:54 +01:00
tree-vect-loop-manip.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-vect-loop.cc tree-optimization/84201 - add --param vect-induction-float 2022-03-08 15:57:50 +01:00
tree-vect-patterns.cc Restrict the two sources of vect_recog_cond_expr_convert_pattern to be of the same type when convert is extension. 2022-02-17 18:58:22 +08:00
tree-vect-slp-patterns.cc vect: Simplify and extend the complex numbers validation routines. 2022-02-02 10:39:03 +00:00
tree-vect-slp.cc tree-optimization/104782 - adjust PR101636 fix 2022-03-07 12:33:35 +01:00
tree-vect-stmts.cc tree-optimization/104582 - make SLP node available in vector cost hook 2022-02-22 07:48:38 +01:00
tree-vector-builder.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tree-vector-builder.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree-vectorizer.cc tree-optimization/104582 - make SLP node available in vector cost hook 2022-02-22 07:48:38 +01:00
tree-vectorizer.h tree-optimization/104582 - make SLP node available in vector cost hook 2022-02-22 07:48:38 +01:00
tree-vrp.cc Register non-null side effects properly. 2022-02-09 09:09:54 -05:00
tree-vrp.h Update copyright years. 2022-01-03 10:42:10 +01:00
tree.cc Add 'gcc/tree.cc:user_omp_clause_code_name' [PR65095] 2022-03-12 11:05:29 +01:00
tree.def PR middle-end/104140: bootstrap ICE on riscv. 2022-01-21 18:50:22 +00:00
tree.h OpenACC 'kernels' decomposition: Move 'TREE_ADDRESSABLE' setting into OMP lowering [PR100280] 2022-03-04 14:21:01 +01:00
treestruct.def Update copyright years. 2022-01-03 10:42:10 +01:00
tristate.cc Update copyright years. 2022-01-03 10:42:10 +01:00
tristate.h Update copyright years. 2022-01-03 10:42:10 +01:00
tsan.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
tsan.h Update copyright years. 2022-01-03 10:42:10 +01:00
tsystem.h Update copyright years. 2022-01-03 10:42:10 +01:00
typeclass.h Update copyright years. 2022-01-03 10:42:10 +01:00
typed-splay-tree.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
typed-splay-tree.h Update copyright years. 2022-01-03 10:42:10 +01:00
ubsan.cc aarch64: Add compiler support for Shadow Call Stack 2022-02-21 20:01:14 +00:00
ubsan.h Update copyright years. 2022-01-03 10:42:10 +01:00
valtrack.cc valtrack: Avoid creating raw SUBREGs with VOIDmode argument [PR104557] 2022-02-17 11:14:38 +01:00
valtrack.h Update copyright years. 2022-01-03 10:42:10 +01:00
value-pointer-equiv.cc Update copyright years. 2022-01-03 10:42:10 +01:00
value-pointer-equiv.h Update copyright years. 2022-01-03 10:42:10 +01:00
value-prof.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
value-prof.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
value-query.cc Update copyright years. 2022-01-03 10:42:10 +01:00
value-query.h Update copyright years. 2022-01-03 10:42:10 +01:00
value-range-equiv.cc Update copyright years. 2022-01-03 10:42:10 +01:00
value-range-equiv.h Update copyright years. 2022-01-03 10:42:10 +01:00
value-range.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
value-range.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
value-relation.cc Reset relations when crossing backedges. 2022-01-21 11:19:07 +01:00
value-relation.h Fix up duplicated duplicated words in comments 2022-03-07 15:00:20 +01:00
var-tracking.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
varasm.cc Fix up duplicated duplicated words in comments 2022-03-07 15:00:20 +01:00
varasm.h Update copyright years. 2022-01-03 10:42:10 +01:00
varpool.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
vec-perm-indices.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
vec-perm-indices.h Update copyright years. 2022-01-03 10:42:10 +01:00
vec.cc Update per-file selftest and finalization hooks for .c to .cc renaming 2022-01-19 11:33:53 -05:00
vec.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
vector-builder.h Update copyright years. 2022-01-03 10:42:10 +01:00
vmsdbg.h Update copyright years. 2022-01-03 10:42:10 +01:00
vmsdbgout.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
vr-values.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
vr-values.h Update copyright years. 2022-01-03 10:42:10 +01:00
vtable-verify.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
vtable-verify.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
warning-control.cc warning-control: Comment spelling fix 2022-02-25 11:00:39 +01:00
web.cc Rename .c files to .cc files. 2022-01-17 22:12:04 +01:00
wide-int-bitmask.h Update copyright years. 2022-01-03 10:42:10 +01:00
wide-int-print.cc Update copyright years. 2022-01-03 10:42:10 +01:00
wide-int-print.h Update copyright years. 2022-01-03 10:42:10 +01:00
wide-int.cc Update copyright years. 2022-01-03 10:42:10 +01:00
wide-int.h Update copyright years. 2022-01-03 10:42:10 +01:00
xcoff.h Update copyright years. 2022-01-03 10:42:10 +01:00
xcoffout.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
xcoffout.h Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00

Copyright (C) 2000-2022 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.