gcc/gcc
Sebastian Huber 27f7fb79d2 gcov: Add -fprofile-info-section support
Register the profile information in the specified section instead of using a
constructor/destructor.  A pointer to the profile information generated by
-fprofile-arcs or -ftest-coverage is placed in the specified section for each
translation unit.  This option disables the profile information registration
through a constructor and it disables the profile information processing
through a destructor.

I am not sure how I can test this option.  One approach would be to assemble a
test file, then scan it and check that a .gcov_info section is present and no
__gcov_init() and __gcov_exit() calls are present.  Is there an example for
this in the test suite?

gcc/

	* common.opt (fprofile-info-section): New.
	* coverage.c (build_gcov_info_var_registration): New.
	(coverage_obj_init): Evaluate profile_info_section and use
	build_gcov_info_var_registration().
	* doc/invoke.texi (fprofile-info-section): Document.
	* opts.c (common_handle_option): Process fprofile-info-section
	option.

gcc/testsuite/ChangeLog:

	* gcc.dg/profile-info-section.c: New test.
2020-11-16 12:52:14 +01:00
..
ada Daily bump. 2020-11-12 00:16:39 +00:00
analyzer Daily bump. 2020-11-13 00:16:35 +00:00
brig
c Daily bump. 2020-11-14 00:16:38 +00:00
c-family Daily bump. 2020-11-14 00:16:38 +00:00
common Support Intel AVX VNNI 2020-11-11 19:09:50 +08:00
config Put PREFETCHW back to march=broadwell 2020-11-16 13:28:16 +08:00
cp Daily bump. 2020-11-16 00:16:31 +00:00
d Daily bump. 2020-11-14 00:16:38 +00:00
doc gcov: Add -fprofile-info-section support 2020-11-16 12:52:14 +01:00
fortran Daily bump. 2020-11-14 00:16:38 +00:00
ginclude stdbool.h: Update true and false expansions for C2x 2020-10-29 15:06:26 +00:00
go Daily bump. 2020-11-12 00:16:39 +00:00
jit Daily bump. 2020-11-13 00:16:35 +00:00
lto Daily bump. 2020-11-07 00:16:39 +00:00
objc Daily bump. 2020-11-14 00:16:38 +00:00
objcp
po
testsuite gcov: Add -fprofile-info-section support 2020-11-16 12:52:14 +01:00
ABOUT-GCC-NLS
acinclude.m4
aclocal.m4
addresses.h
adjust-alignment.c
alias.c
alias.h
align.h
alloc-pool.c
alloc-pool.h
array-traits.h
asan.c
asan.h
attr-fnspec.h Copied arguments are readonly 2020-11-13 21:14:37 +01:00
attribs.c PR middle-end/97552 - missing waning passing null to a VLA argument declared [static] 2020-10-23 12:37:38 -06:00
attribs.h
auto-inc-dec.c
auto-profile.c
auto-profile.h
backend.h
BASE-VER
basic-block.h
bb-reorder.c
bb-reorder.h
bitmap.c More PRE compile-time optimizations 2020-11-12 15:08:43 +01:00
bitmap.h
brig-builtins.def
builtin-attrs.def Fix fnspec of math builtins 2020-10-27 09:51:56 +01:00
builtin-types.def openmp: Implement allocate clause in omp lowering. 2020-11-12 21:38:04 +01:00
builtins.c openmp: Implement allocate clause in omp lowering. 2020-11-12 21:38:04 +01:00
builtins.def builtins: Add DFP signaling NaN built-in functions 2020-11-06 21:55:19 +00:00
builtins.h Generalize compute_objsize to return maximum size/offset instead of failing (PR middle-end/97023). 2020-10-12 09:05:55 -06:00
caller-save.c
calls.c core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN 2020-11-06 10:50:51 -08:00
calls.h can_implement_as_sibling_call_p REG_PARM_STACK_SPACE check 2020-11-03 09:36:40 +10:30
ccmp.c
ccmp.h
cfg-flags.def
cfg.c Add overloaded debug_bb and debug_bb_n with dump flags 2020-10-26 02:52:39 -05:00
cfg.h Add overloaded debug_bb and debug_bb_n with dump flags 2020-10-26 02:52:39 -05:00
cfganal.c
cfganal.h
cfgbuild.c
cfgbuild.h
cfgcleanup.c
cfgcleanup.h
cfgexpand.c [PATCH] Implementation of asm goto outputs 2020-11-13 13:01:51 -05:00
cfgexpand.h
cfghooks.c Separate new_edges compute in copy_bbs 2020-10-21 10:45:08 +02:00
cfghooks.h
cfgloop.c
cfgloop.h
cfgloopanal.c
cfgloopmanip.c
cfgloopmanip.h
cfgrtl.c
cfgrtl.h
cgraph.c Fix copying of clone_info while reshaping clone tree. 2020-11-04 00:19:59 +01:00
cgraph.h Improve efficiency of copying section from another tree 2020-11-10 20:59:01 -07:00
cgraphbuild.c
cgraphclones.c cgraph: Avoid segfault when attempting to dump NULL clone_info 2020-11-12 19:56:22 +01:00
cgraphunit.c Fix thunk info WRT PCH 2020-10-30 14:30:43 +01:00
ChangeLog Daily bump. 2020-11-16 00:16:31 +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.dataflow
ChangeLog.gimple-classes
ChangeLog.graphite
ChangeLog.jit
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
cif-code.def
collect2-aix.c
collect2-aix.h
collect2.c collect-utils.c, lto-wrapper + mkoffload: Improve -save-temps filename 2020-10-20 12:14:03 +02:00
collect2.h
collect-utils.c collect-utils.c, lto-wrapper + mkoffload: Improve -save-temps filename 2020-10-20 12:14:03 +02:00
collect-utils.h collect-utils.c, lto-wrapper + mkoffload: Improve -save-temps filename 2020-10-20 12:14:03 +02:00
color-macros.h
combine-stack-adj.c
combine.c aarch64: Fix PR96998 and restore code quality in combine 2020-10-30 09:21:31 +00:00
common.md
common.opt gcov: Add -fprofile-info-section support 2020-11-16 12:52:14 +01:00
compare-elim.c
conditions.h
config.build
config.gcc Support Intel AVX VNNI 2020-11-11 19:09:50 +08:00
config.host
config.in Update check for working assembler --gdwarf-4 option 2020-10-24 09:03:36 -07:00
configure RISC-V: Enable ifunc if it was supported in the binutils for linux toolchain. 2020-11-12 13:47:16 -08:00
configure.ac RISC-V: Enable ifunc if it was supported in the binutils for linux toolchain. 2020-11-12 13:47:16 -08:00
context.c
context.h
convert.c
convert.h
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
coretypes.h Implement three-level optimize_for_size predicates 2020-10-26 18:19:48 +01:00
coroutine-builtins.def
coroutine-passes.cc
coverage.c gcov: Add -fprofile-info-section support 2020-11-16 12:52:14 +01:00
coverage.h
cppbuiltin.c
cppbuiltin.h
cppdefault.c
cppdefault.h
cprop.c
cse.c
cselib.c
cselib.h
cstamp-h.in
data-streamer-in.c Add poly_int64 streaming support 2020-10-02 13:01:01 +02:00
data-streamer-out.c Add poly_int64 streaming support 2020-10-02 13:01:01 +02:00
data-streamer.c
data-streamer.h Add poly_int64 streaming support 2020-10-02 13:01:01 +02:00
DATESTAMP Daily bump. 2020-11-16 00:16:31 +00:00
dbgcnt.c dbgcnt: print list after compilation 2020-10-06 15:49:42 +02:00
dbgcnt.def ipa-cp: New debug counters for IPA-CP 2020-11-02 15:43:28 +01:00
dbgcnt.h
dbxout.c
dbxout.h
dce.c
dce.h
ddg.c
ddg.h
debug.c
debug.h
defaults.h
DEV-PHASE
df-core.c
df-problems.c
df-scan.c Add -fzero-call-used-regs option and zero_call_used_regs function attributes. 2020-10-30 20:41:38 +01:00
df.h Add -fzero-call-used-regs option and zero_call_used_regs function attributes. 2020-10-30 20:41:38 +01:00
dfp.c Fix PR97439 2020-10-22 12:38:01 +02:00
dfp.h
diagnostic-color.c
diagnostic-color.h
diagnostic-core.h
diagnostic-event-id.h
diagnostic-format-json.cc
diagnostic-metadata.h
diagnostic-path.h
diagnostic-show-locus.c
diagnostic-url.h
diagnostic.c
diagnostic.def
diagnostic.h
digraph.cc
digraph.h
dojump.c
dojump.h
dominance.c
dominance.h
domwalk.c
domwalk.h
double-int.c
double-int.h
dse.c
dump-context.h
dumpfile.c
dumpfile.h
dwarf2asm.c
dwarf2asm.h
dwarf2cfi.c
dwarf2out.c dwarf2: Emit DW_TAG_unspecified_parameters even in late DWARF [PR97599] 2020-11-14 09:14:19 +01:00
dwarf2out.h
early-remat.c
edit-context.c
edit-context.h
emit-rtl.c
emit-rtl.h Add -fzero-call-used-regs option and zero_call_used_regs function attributes. 2020-10-30 20:41:38 +01:00
errors.c
errors.h
escaped_string.h
et-forest.c
et-forest.h
except.c
except.h
exec-tool.in
explow.c
explow.h
expmed.c
expmed.h
expr.c middle-end/97521 - always use single-bit bools in mask vector types 2020-10-26 12:28:30 +01:00
expr.h
fibonacci_heap.c
fibonacci_heap.h
file-find.c
file-find.h
file-prefix-map.c
file-prefix-map.h
final.c
fixed-value.c
fixed-value.h
flag-types.h Decompose OpenACC 'kernels' constructs into parts, a sequence of compute constructs 2020-11-13 22:58:57 +01:00
flags.h
fold-const-call.c builtins: Add DFP signaling NaN built-in functions 2020-11-06 21:55:19 +00:00
fold-const-call.h
fold-const.c Compare field offsets in operand_equal_p and OEP_ADDRESS_OF 2020-11-12 17:15:19 +01:00
fold-const.h
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function-abi.cc
function-abi.h
function-tests.c Clean up irange self tests. 2020-11-09 16:29:47 +01:00
function.c Add -fzero-call-used-regs option and zero_call_used_regs function attributes. 2020-10-30 20:41:38 +01:00
function.h pass: Run cleanup passes before SLP [PR96789] 2020-11-02 20:55:48 -06:00
fwprop.c
gcc-ar.c
gcc-main.c
gcc-plugin.h
gcc-rich-location.c
gcc-rich-location.h
gcc-symtab.h
gcc.c Update check for working assembler --gdwarf-4 option 2020-10-24 09:03:36 -07:00
gcc.h
gcov-counter.def
gcov-dump.c
gcov-io.c
gcov-io.h gcov-profile: use static pool for TOPN first 2020-10-27 11:49:54 +01:00
gcov-iov.c
gcov-tool.c
gcov.c gcov: fix reading of zero sections. 2020-10-23 16:22:55 +02:00
gcse-common.c
gcse-common.h
gcse.c
gcse.h
gdbasan.in
gdbhooks.py
gdbinit.in
gen-pass-instances.awk
genattr-common.c
genattr.c
genattrtab.c
genautomata.c
gencfn-macros.c
gencheck.c
genchecksum.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c
genemit.c
genenums.c
generic-match-head.c
generic-match.h
genextract.c
genflags.c
gengenrtl.c
gengtype-lex.l
gengtype-parse.c
gengtype-state.c
gengtype.c PR target/96342 Change field "simdlen" into poly_uint64 2020-11-03 16:13:47 +00:00
gengtype.h
genhooks.c
genmatch.c
genmddeps.c
genmddump.c
genmodes.c
genmultilib
genopinit.c
genoutput.c
genpeep.c
genpreds.c
genrecog.c
gensupport.c
gensupport.h
gentarget-def.c
ggc-common.c
ggc-internal.h
ggc-none.c
ggc-page.c
ggc-tests.c
ggc.h
gimple-array-bounds.cc Correct handling of indices into arrays with elements larger than 1 (PR c++/96511) 2020-10-12 09:04:49 -06:00
gimple-array-bounds.h
gimple-builder.c
gimple-builder.h
gimple-expr.c
gimple-expr.h
gimple-fold.c tree-optimization/97732 - fix init of SLP induction vectorization 2020-11-06 11:10:23 +01:00
gimple-fold.h
gimple-isel.cc vect: Allow vconds between different vector sizes 2020-11-11 11:42:45 +00:00
gimple-iterator.c
gimple-iterator.h
gimple-laddress.c
gimple-loop-interchange.cc loops: Invoke lim after successful loop interchange 2020-11-13 15:35:18 +01:00
gimple-loop-jam.c
gimple-loop-versioning.cc
gimple-low.c
gimple-low.h
gimple-match-head.c
gimple-match.h
gimple-predict.h
gimple-pretty-print.c Decompose OpenACC 'kernels' constructs into parts, a sequence of compute constructs 2020-11-13 22:58:57 +01:00
gimple-pretty-print.h
gimple-range-cache.cc Add Ranger temporal cache 2020-11-04 13:07:53 -05:00
gimple-range-cache.h Add Ranger temporal cache 2020-11-04 13:07:53 -05:00
gimple-range-edge.cc Do not save hash slots across calls to hash_table::get_or_insert. 2020-10-13 11:02:18 -04:00
gimple-range-edge.h Ranger classes. 2020-10-06 12:47:59 -04:00
gimple-range-gori.cc Fix logical_combine OR operation. Again. 2020-11-09 19:41:05 -05:00
gimple-range-gori.h Ranger classes. 2020-10-06 12:47:59 -04:00
gimple-range.cc Cleanup range of address calculations. 2020-11-13 09:36:20 -05:00
gimple-range.h Re: Fix gimple_expr_code? 2020-11-13 13:59:44 -05:00
gimple-ssa-backprop.c
gimple-ssa-evrp-analyze.c
gimple-ssa-evrp-analyze.h
gimple-ssa-evrp.c Don't invoke range_of_expr multiple times. 2020-10-16 15:06:44 -04:00
gimple-ssa-isolate-paths.c
gimple-ssa-nonnull-compare.c
gimple-ssa-split-paths.c
gimple-ssa-sprintf.c
gimple-ssa-store-merging.c PR tree-optimization/97546 Bail out of find_bswap_or_nop on non-INTEGER_CST sizes 2020-10-26 11:43:26 +00:00
gimple-ssa-strength-reduction.c
gimple-ssa-warn-alloca.c Convert -Walloca pass to ranger. 2020-10-20 20:45:14 +02:00
gimple-ssa-warn-restrict.c Convert -Wrestrict pass to ranger. 2020-10-20 20:46:08 +02:00
gimple-ssa-warn-restrict.h Convert -Wrestrict pass to ranger. 2020-10-20 20:46:08 +02:00
gimple-ssa.h
gimple-streamer-in.c
gimple-streamer-out.c
gimple-streamer.h
gimple-walk.c
gimple-walk.h
gimple.c Detect EAF flags in ipa-modref 2020-11-14 13:52:36 +01:00
gimple.def
gimple.h Decompose OpenACC 'kernels' constructs into parts, a sequence of compute constructs 2020-11-13 22:58:57 +01:00
gimplify-me.c remove almost all users of gimple_expr_code 2020-11-13 11:35:01 +01:00
gimplify-me.h
gimplify.c openmp: Add support for non-VLA {,first}private allocate on omp task 2020-11-14 01:46:16 +01:00
gimplify.h
glimits.h
godump.c core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN 2020-11-06 10:50:51 -08:00
graph.c
graph.h
graphds.c
graphds.h
graphite-dependences.c
graphite-isl-ast-to-gimple.c
graphite-optimize-isl.c
graphite-poly.c
graphite-scop-detection.c
graphite-sese-to-poly.c
graphite.c
graphite.h
graphviz.cc
graphviz.h
gsstruct.def
gstab.h
gsyms.h
gsyslimits.h
gtm-builtins.def
haifa-sched.c
hard-reg-set.h
hash-map-tests.c
hash-map-traits.h
hash-map.h
hash-set-tests.c
hash-set.h
hash-table.c
hash-table.h
hash-traits.h
highlev-plugin-common.h
hooks.c
hooks.h
host-default.c
hosthooks-def.h
hosthooks.h
hw-doloop.c
hw-doloop.h
hwint.c
hwint.h
ifcvt.c
ifcvt.h
inchash.c
inchash.h
incpath.c
incpath.h
init-regs.c
input.c
input.h
insn-addr.h
insn-notes.def
int-vector-builder.h
internal-fn.c SLP: fix SVE issues 2020-10-12 15:23:20 +02:00
internal-fn.def Perforate fnspec strings 2020-10-02 15:56:12 +02:00
internal-fn.h
intl.c
intl.h
ipa-comdats.c Move thunks out of cgraph_node 2020-10-23 21:44:23 +02:00
ipa-cp.c ipa-cp: One more safe_add (PR 97816) 2020-11-13 18:30:11 +01:00
ipa-devirt.c
ipa-fnsummary.c Add fnspec handling to ipa mode of ipa-modef. 2020-11-06 10:23:58 +01:00
ipa-fnsummary.h Move size time tables from GGC to heap 2020-11-06 10:05:11 +01:00
ipa-icf-gimple.c Improve handling of memory operands in ipa-icf 2/4 2020-11-13 16:04:48 +01:00
ipa-icf-gimple.h Improve handling of memory operands in ipa-icf 2/4 2020-11-13 16:04:48 +01:00
ipa-icf.c Improve handling of memory operands in ipa-icf 2/4 2020-11-13 16:04:48 +01:00
ipa-icf.h
ipa-inline-analysis.c Make default duplicate and insert methods of summaries abort; fix fallout 2020-10-26 11:24:33 +01:00
ipa-inline-transform.c Avoid recursion in tree-inline 2020-11-03 11:56:05 +01:00
ipa-inline.c Move thunks out of cgraph_node 2020-10-23 21:44:23 +02:00
ipa-inline.h
ipa-modref-tree.c ipa-modref-tree.c: fix selftest leaks 2020-10-22 06:44:27 -04:00
ipa-modref-tree.h ipa-modref: Fix comment typos 2020-11-06 13:20:51 +01:00
ipa-modref.c Mare return to clear EAF_UNUSED flag. 2020-11-15 15:10:22 +01:00
ipa-modref.h Detect EAF flags in ipa-modref 2020-11-14 13:52:36 +01:00
ipa-param-manipulation.c Move clone_info to summary 2020-10-31 10:18:06 +01:00
ipa-param-manipulation.h
ipa-polymorphic-call.c Move thunks out of cgraph_node 2020-10-23 21:44:23 +02:00
ipa-predicate.c Turn offset_map to HOST_WIDE_INT 2020-10-14 16:07:07 +02:00
ipa-predicate.h Turn offset_map to HOST_WIDE_INT 2020-10-14 16:07:07 +02:00
ipa-profile.c
ipa-prop.c Add fnspec handling to ipa mode of ipa-modef. 2020-11-06 10:23:58 +01:00
ipa-prop.h Make default duplicate and insert methods of summaries abort; fix fallout 2020-10-26 11:24:33 +01:00
ipa-pure-const.c Move thunks out of cgraph_node 2020-10-23 21:44:23 +02:00
ipa-ref.c Move ipa-refs from ggc to heap. 2020-11-06 13:30:39 +01:00
ipa-ref.h Move ipa-refs from ggc to heap. 2020-11-06 13:30:39 +01:00
ipa-reference.c Make default duplicate and insert methods of summaries abort; fix fallout 2020-10-26 11:24:33 +01:00
ipa-reference.h
ipa-split.c
ipa-sra.c Move clone_info to summary 2020-10-31 10:18:06 +01:00
ipa-utils.c Move thunks out of cgraph_node 2020-10-23 21:44:23 +02:00
ipa-utils.h Improve handling of memory operands in ipa-icf 2/4 2020-11-13 16:04:48 +01:00
ipa-visibility.c Move thunks out of cgraph_node 2020-10-23 21:44:23 +02:00
ipa.c Move thunks out of cgraph_node 2020-10-23 21:44:23 +02:00
ira-build.c
ira-color.c
ira-conflicts.c
ira-costs.c Extend special_memory_constraint. 2020-10-22 10:28:56 +08:00
ira-emit.c
ira-int.h
ira-lives.c
ira.c [PATCH] Implementation of asm goto outputs 2020-11-13 13:01:51 -05:00
ira.h [PATCH] Implementation of asm goto outputs 2020-11-13 13:01:51 -05:00
is-a.h
json.cc
json.h
jump.c
langhooks-def.h
langhooks.c LTO: get_section: add new argument 2020-10-29 14:32:48 +01:00
langhooks.h
LANGUAGES
lcm.c
lcm.h
libfuncs.h
limitx.h
limity.h
lists.c
lock-and-run.sh
loop-doloop.c
loop-init.c
loop-invariant.c
loop-iv.c
loop-unroll.c
loop-unroll.h
lower-subreg.c
lower-subreg.h
lra-assigns.c [PATCH] Implementation of asm goto outputs 2020-11-13 13:01:51 -05:00
lra-coalesce.c
lra-constraints.c [PATCH] Implementation of asm goto outputs 2020-11-13 13:01:51 -05:00
lra-eliminations.c
lra-int.h Take insn scratch RA requirements into account in IRA. 2020-10-30 15:08:23 -04:00
lra-lives.c
lra-remat.c Take insn scratch RA requirements into account in IRA. 2020-10-30 15:08:23 -04:00
lra-spills.c [PATCH] Implementation of asm goto outputs 2020-11-13 13:01:51 -05:00
lra.c Do not put reload insns in the last empty BB. 2020-11-15 11:30:50 -05:00
lra.h
lto-cgraph.c Move clone_info to summary 2020-10-31 10:18:06 +01:00
lto-compress.c
lto-compress.h
lto-opts.c
lto-section-in.c
lto-section-names.h
lto-section-out.c
lto-streamer-in.c Move thunks out of cgraph_node 2020-10-23 21:44:23 +02:00
lto-streamer-out.c lto: LTO cgraph support for late declare variant resolution [PR96680] 2020-10-28 10:29:09 +01:00
lto-streamer.c
lto-streamer.h lto: LTO cgraph support for late declare variant resolution [PR96680] 2020-10-28 10:29:09 +01:00
lto-wrapper.c lto: no sub-make when --jobserver-auth= is missing 2020-10-27 08:29:46 +01:00
machmode.def
machmode.h
main.c
Makefile.in Decompose OpenACC 'kernels' constructs into parts, a sequence of compute constructs 2020-11-13 22:58:57 +01:00
match.pd Improve overflow check 2020-11-05 20:46:00 -07:00
mcf.c
mem-stats-traits.h
mem-stats.h
memmodel.h
memory-block.cc
memory-block.h
mkconfig.sh
mode-classes.def
mode-switching.c
modulo-sched.c
multiple_target.c
omp-builtins.def openmp: Implement allocate clause in omp lowering. 2020-11-12 21:38:04 +01:00
omp-expand.c Decompose OpenACC 'kernels' constructs into parts, a sequence of compute constructs 2020-11-13 22:58:57 +01:00
omp-expand.h
omp-general.c lto: LTO cgraph support for late declare variant resolution [PR96680] 2020-10-28 10:29:09 +01:00
omp-general.h
omp-low.c openmp: Add support for non-VLA {,first}private allocate on omp task 2020-11-14 01:46:16 +01:00
omp-low.h
omp-oacc-kernels-decompose.cc In 'gcc/omp-oacc-kernels-decompose.cc', use langhook instead of accessing language-specific decl information 2020-11-13 22:58:57 +01:00
omp-offload.c Decompose OpenACC 'kernels' constructs into parts, a sequence of compute constructs 2020-11-13 22:58:57 +01:00
omp-offload.h
omp-simd-clone.c PR target/96342 Change field "simdlen" into poly_uint64 2020-11-03 16:13:47 +00:00
omp-simd-clone.h
ONEWS
opt-functions.awk
opt-gather.awk
opt-include.awk
opt-problem.cc
opt-problem.h
opt-read.awk
opt-suggestions.c
opt-suggestions.h
optabs-libfuncs.c
optabs-libfuncs.h
optabs-query.c
optabs-query.h
optabs-tree.c vect: Allow vconds between different vector sizes 2020-11-11 11:42:45 +00:00
optabs-tree.h
optabs.c Add -fzero-call-used-regs option and zero_call_used_regs function attributes. 2020-10-30 20:41:38 +01:00
optabs.def
optabs.h Add -fzero-call-used-regs option and zero_call_used_regs function attributes. 2020-10-30 20:41:38 +01:00
optc-gen.awk opts: Sanity check for param names. 2020-10-29 11:53:59 +01:00
optc-save-gen.awk options: Avoid unused variable mask warning [PR97305] 2020-10-07 10:52:47 +02:00
opth-gen.awk options: Save and restore opts_set for Optimization and Target options fallout 2020-10-05 09:34:42 +02:00
optinfo-emit-json.cc
optinfo-emit-json.h
optinfo.cc
optinfo.h
opts-common.c Add -fdiagnostics-path-format=separate-events to -fdiagnostics-plain-output 2020-10-07 09:37:11 -04:00
opts-diagnostic.h
opts-global.c dbgcnt: print list after compilation 2020-10-06 15:49:42 +02:00
opts.c gcov: Add -fprofile-info-section support 2020-11-16 12:52:14 +01:00
opts.h Add -fzero-call-used-regs option and zero_call_used_regs function attributes. 2020-10-30 20:41:38 +01:00
ordered-hash-map-tests.cc
ordered-hash-map.h
output.h LTO: get_section: add new argument 2020-10-29 14:32:48 +01:00
params.opt Detect EAF flags in ipa-modref 2020-11-14 13:52:36 +01:00
pass_manager.h
passes.c pass: Run cleanup passes before SLP [PR96789] 2020-11-02 20:55:48 -06:00
passes.def Decompose OpenACC 'kernels' constructs into parts, a sequence of compute constructs 2020-11-13 22:58:57 +01:00
plugin.c
plugin.def
plugin.h
poly-int-types.h PR target/96342 Change field "simdlen" into poly_uint64 2020-11-03 16:13:47 +00:00
poly-int.h PR target/96342 Change field "simdlen" into poly_uint64 2020-11-03 16:13:47 +00:00
postreload-gcse.c
postreload.c
predict.c remove almost all users of gimple_expr_code 2020-11-13 11:35:01 +01:00
predict.def
predict.h Implement three-level optimize_for_size predicates 2020-10-26 18:19:48 +01:00
prefix.c
prefix.h
pretty-print.c
pretty-print.h
print-rtl-function.c
print-rtl.c Add overloaded debug_bb and debug_bb_n with dump flags 2020-10-26 02:52:39 -05:00
print-rtl.h
print-tree.c core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN 2020-11-06 10:50:51 -08:00
print-tree.h
profile-count.c IPA: fix profile handling in IRA 2020-10-15 09:56:55 +02:00
profile-count.h
profile.c
profile.h
range-op.cc Cleanup range of address calculations. 2020-11-13 09:36:20 -05:00
range-op.h
range.cc
range.h
read-md.c
read-md.h
read-rtl-function.c
read-rtl-function.h
read-rtl.c
README.Portability
real.c
real.h
realmpfr.c
realmpfr.h
recog.c Don't extract memory from operand for normal memory constraint. 2020-11-04 13:06:32 +08:00
recog.h Add -fzero-call-used-regs option and zero_call_used_regs function attributes. 2020-10-30 20:41:38 +01:00
ree.c
reg-notes.def
reg-stack.c
regcprop.c
regcprop.h
reginfo.c
regrename.c
regrename.h
regs.h IPA: fix profile handling in IRA 2020-10-15 09:56:55 +02:00
regset.h
regstat.c
reload1.c
reload.c [PATCH] Implementation of asm goto outputs 2020-11-13 13:01:51 -05:00
reload.h
reorg.c
resource.c Add -fzero-call-used-regs option and zero_call_used_regs function attributes. 2020-10-30 20:41:38 +01:00
resource.h
rtl-error.c
rtl-error.h
rtl-iter.h
rtl-tests.c
rtl.c
rtl.def
rtl.h Extend special_memory_constraint. 2020-10-22 10:28:56 +08:00
rtlanal.c
rtlhash.c
rtlhash.h
rtlhooks-def.h
rtlhooks.c
rtx-vector-builder.c
rtx-vector-builder.h
run-rtl-passes.c
run-rtl-passes.h
sancov.c
sanitizer.def
sanopt.c
sbitmap.c middle-end/97554 - avoid overflow in alloc size compute 2020-10-26 11:33:50 +01:00
sbitmap.h
sched-deps.c
sched-ebb.c
sched-int.h
sched-rgn.c
sel-sched-dump.c
sel-sched-dump.h
sel-sched-ir.c
sel-sched-ir.h
sel-sched.c
sel-sched.h
selftest-diagnostic.c
selftest-diagnostic.h
selftest-rtl.c
selftest-rtl.h
selftest-run-tests.c
selftest.c
selftest.h Clean up irange self tests. 2020-11-09 16:29:47 +01:00
sese.c
sese.h
shortest-paths.h
shrink-wrap.c
shrink-wrap.h
signop.h
simplify-rtx.c Simplify vec_select of a subreg of X to just a vec_select of X. 2020-10-22 11:37:11 +08:00
sort.cc
sparseset.c
sparseset.h
spellcheck-tree.c
spellcheck-tree.h
spellcheck.c
spellcheck.h
sreal.c
sreal.h
ssa-iterators.h
ssa.h
stab.def
stack-ptr-mod.c
statistics.c
statistics.h
stmt.c
stmt.h
stor-layout.c stor-layout: Reject forming arrays with elt sizes not divisible by elt alignment [PR97164] 2020-10-23 10:07:36 +02:00
stor-layout.h
store-motion.c
streamer-hooks.c
streamer-hooks.h
stringpool.c
stringpool.h
substring-locations.c
substring-locations.h
symbol-summary.h call_summary: move hooks to base. 2020-10-27 08:25:51 +01:00
symtab-clones.cc Fix copying of clone_info while reshaping clone tree. 2020-11-04 00:19:59 +01:00
symtab-clones.h Move clone_info to summary 2020-10-31 10:18:06 +01:00
symtab-thunks.cc Fix thunk info WRT PCH 2020-10-30 14:30:43 +01:00
symtab-thunks.h Fix thunk info WRT PCH 2020-10-30 14:30:43 +01:00
symtab.c Improve efficiency of copying section from another tree 2020-11-10 20:59:01 -07:00
sync-builtins.def
system.h system: Add WARN_UNUSED_RESULT 2020-11-12 11:24:23 -05:00
target-def.h
target-globals.c
target-globals.h
target-hooks-macros.h
target-insns.def
target.def Asan changes for RISC-V. 2020-11-13 18:12:35 -08:00
target.h
targhooks.c targhooks.c: Fix -fzero-call-used-regs 'sorry' typo 2020-11-04 14:33:36 +01:00
targhooks.h Add -fzero-call-used-regs option and zero_call_used_regs function attributes. 2020-10-30 20:41:38 +01:00
timevar.c
timevar.def pass: Run cleanup passes before SLP [PR96789] 2020-11-02 20:55:48 -06:00
timevar.h
toplev.c Asan changes for RISC-V. 2020-11-13 18:12:35 -08:00
toplev.h
tracer.c [gimple] Move can_duplicate_bb_p to gimple_can_duplicate_bb_p 2020-10-14 14:37:03 +02:00
tracer.h
trans-mem.c Refactor copying decl section names 2020-11-10 11:44:15 -07:00
trans-mem.h
tree-affine.c
tree-affine.h
tree-call-cdce.c
tree-cfg.c Avoid changing PHIs in GIMPLE split_edge 2020-10-20 14:21:01 +02:00
tree-cfg.h
tree-cfgcleanup.c
tree-cfgcleanup.h
tree-chrec.c
tree-chrec.h
tree-complex.c cplxlower: Avoid a transform when looking at a default definition 2020-10-19 19:21:10 +02:00
tree-core.h openmp: Parsing and some semantic analysis of OpenMP allocate clause 2020-10-28 10:38:01 +01:00
tree-data-ref.c tree-optimization/97482 - fix split_constant_offset of nop-conversions 2020-10-15 10:54:24 +02:00
tree-data-ref.h
tree-dfa.c
tree-dfa.h
tree-diagnostic-path.cc diagnostic paths: loosen coupling between path-printing and path_summary 2020-11-05 10:00:17 -05:00
tree-diagnostic.c
tree-diagnostic.h
tree-dump.c
tree-dump.h
tree-eh.c
tree-eh.h
tree-emutls.c Refactor copying decl section names 2020-11-10 11:44:15 -07:00
tree-hash-traits.h
tree-hasher.h
tree-if-conv.c
tree-if-conv.h
tree-inline.c Move clone_info to summary 2020-10-31 10:18:06 +01:00
tree-inline.h
tree-into-ssa.c [PATCH] Implementation of asm goto outputs 2020-11-13 13:01:51 -05:00
tree-into-ssa.h
tree-iterator.c
tree-iterator.h
tree-loop-distribution.c
tree-nested.c openmp: Parsing and some semantic analysis of OpenMP allocate clause 2020-10-28 10:38:01 +01:00
tree-nested.h Move nested function info out of cgraph_node 2020-10-22 06:33:34 +02:00
tree-nrv.c Disable TBAA in some uses of call_may_clobber_ref_p 2020-10-08 17:23:16 +02:00
tree-object-size.c
tree-object-size.h
tree-outof-ssa.c
tree-outof-ssa.h
tree-parloops.c
tree-parloops.h
tree-pass.h Decompose OpenACC 'kernels' constructs into parts, a sequence of compute constructs 2020-11-13 22:58:57 +01:00
tree-phinodes.c
tree-phinodes.h
tree-predcom.c
tree-pretty-print.c core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN 2020-11-06 10:50:51 -08:00
tree-pretty-print.h
tree-profile.c Move thunks out of cgraph_node 2020-10-23 21:44:23 +02:00
tree-scalar-evolution.c
tree-scalar-evolution.h
tree-sra.c
tree-sra.h
tree-ssa-address.c
tree-ssa-address.h
tree-ssa-alias-compare.h Improve handling of memory operands in ipa-icf 2/4 2020-11-13 16:04:48 +01:00
tree-ssa-alias.c Revert accidental commit 2020-11-13 23:32:02 +01:00
tree-ssa-alias.h Improve handling of memory operands in ipa-icf 2/4 2020-11-13 16:04:48 +01:00
tree-ssa-ccp.c openmp: Implement allocate clause in omp lowering. 2020-11-12 21:38:04 +01:00
tree-ssa-ccp.h
tree-ssa-coalesce.c
tree-ssa-coalesce.h
tree-ssa-copy.c
tree-ssa-dce.c openmp: Implement allocate clause in omp lowering. 2020-11-12 21:38:04 +01:00
tree-ssa-dce.h
tree-ssa-dom.c
tree-ssa-dom.h
tree-ssa-dse.c
tree-ssa-dse.h
tree-ssa-forwprop.c
tree-ssa-ifcombine.c
tree-ssa-live.c
tree-ssa-live.h
tree-ssa-loop-ch.c [tree-ssa-loop-ch] Add missing NULL test for dump_file 2020-10-07 08:06:47 +02:00
tree-ssa-loop-im.c loops: Invoke lim after successful loop interchange 2020-11-13 15:35:18 +01:00
tree-ssa-loop-ivcanon.c pass: Run cleanup passes before SLP [PR96789] 2020-11-02 20:55:48 -06:00
tree-ssa-loop-ivopts.c Do not use doloop pattern with pragma Unroll 2020-10-23 09:58:33 +02:00
tree-ssa-loop-ivopts.h
tree-ssa-loop-manip.c
tree-ssa-loop-manip.h loops: Invoke lim after successful loop interchange 2020-11-13 15:35:18 +01:00
tree-ssa-loop-niter.c random memory leak fixes 2020-10-09 10:40:44 +02:00
tree-ssa-loop-niter.h
tree-ssa-loop-prefetch.c
tree-ssa-loop-split.c tree-optimization/97357 - avoid abnormals in loop splitting conditions 2020-10-12 10:27:27 +02:00
tree-ssa-loop-unswitch.c
tree-ssa-loop.c
tree-ssa-loop.h
tree-ssa-math-opts.c CSE conversions within sincos 2020-10-29 06:30:50 -03:00
tree-ssa-operands.c
tree-ssa-operands.h
tree-ssa-phiopt.c phiopt: Optimize x ? 1024 : 0 to (int) x << 10 [PR97690] 2020-11-04 12:15:28 +01:00
tree-ssa-phiprop.c
tree-ssa-pre.c More PRE compile-time optimizations 2020-11-12 15:08:43 +01:00
tree-ssa-propagate.c
tree-ssa-propagate.h
tree-ssa-reassoc.c
tree-ssa-sccvn.c tree-optimization/97830 - fix compare of incomplete type size in VN 2020-11-16 09:33:04 +01:00
tree-ssa-sccvn.h make PRE constant value IDs negative 2020-11-06 15:41:04 +01:00
tree-ssa-scopedtables.c
tree-ssa-scopedtables.h
tree-ssa-sink.c tree-optimization/97330 - fix bad load sinking 2020-10-08 14:22:28 +02:00
tree-ssa-strlen.c Generalize compute_objsize to return maximum size/offset instead of failing (PR middle-end/97023). 2020-10-12 09:05:55 -06:00
tree-ssa-strlen.h
tree-ssa-structalias.c Fix simdclones 2020-10-26 14:11:35 +01:00
tree-ssa-tail-merge.c remove almost all users of gimple_expr_code 2020-11-13 11:35:01 +01:00
tree-ssa-ter.c
tree-ssa-ter.h
tree-ssa-threadbackward.c
tree-ssa-threadedge.c
tree-ssa-threadedge.h
tree-ssa-threadupdate.c
tree-ssa-threadupdate.h
tree-ssa-uncprop.c
tree-ssa-uninit.c Improve uninitialized warning with value range info 2020-11-06 16:21:11 -05:00
tree-ssa.c
tree-ssa.h
tree-ssanames.c
tree-ssanames.h
tree-stdarg.c
tree-stdarg.h
tree-streamer-in.c
tree-streamer-out.c
tree-streamer.c
tree-streamer.h
tree-switch-conversion.c Prefer bit-test over the jump table. 2020-11-16 10:54:29 +01:00
tree-switch-conversion.h Add -fbit-tests option. 2020-11-06 16:54:26 +01:00
tree-tailcall.c Disable TBAA in some uses of call_may_clobber_ref_p 2020-10-08 17:23:16 +02:00
tree-vect-data-refs.c tree-optimization/97769 - fix assert in peeling for alignment 2020-11-10 13:37:49 +01:00
tree-vect-generic.c
tree-vect-loop-manip.c SLP vectorize across PHI nodes 2020-10-27 13:17:09 +01:00
tree-vect-loop.c tree-optimization/97835 - fix step vector construction for SLP induction 2020-11-16 09:33:04 +01:00
tree-vect-patterns.c tree-optimization/97746 - fix order of mask precision computes 2020-11-09 14:57:10 +01:00
tree-vect-slp.c tree-optimization/97838 - fix SLP leaf detection 2020-11-16 11:14:44 +01:00
tree-vect-stmts.c add costing to SLP vectorized PHIs 2020-11-04 12:41:25 +01:00
tree-vector-builder.c
tree-vector-builder.h
tree-vectorizer.c SLP vectorize across PHI nodes 2020-10-27 13:17:09 +01:00
tree-vectorizer.h middle-end: Store and use the SLP instance kind when aborting load/store lanes 2020-11-05 09:02:29 +00:00
tree-vrp.c tree-optimization/97812 - fix range query in VRP assert discovery 2020-11-13 12:24:54 +01:00
tree-vrp.h
tree.c c++: Tweak tsubst_qualified_id location. 2020-11-11 12:36:52 -05:00
tree.def
tree.h system: Add WARN_UNUSED_RESULT 2020-11-12 11:24:23 -05:00
treestruct.def
tristate.cc
tristate.h
tsan.c
tsan.h
tsystem.h
typeclass.h
typed-splay-tree.c
typed-splay-tree.h
ubsan.c
ubsan.h
unique-ptr-tests.cc
valtrack.c
valtrack.h
value-prof.c Move thunks out of cgraph_node 2020-10-23 21:44:23 +02:00
value-prof.h
value-query.cc Pass multi-range from range_query::value_* routines 2020-11-05 15:26:49 -05:00
value-query.h
value-range-equiv.cc
value-range-equiv.h
value-range.cc Early exit on VR_VARYING from irange::set. 2020-11-11 11:45:36 +01:00
value-range.h Normalize VARYING for -fstrict-enums. 2020-11-10 09:28:43 +01:00
var-tracking.c
varasm.c LTO: get_section: add new argument 2020-10-29 14:32:48 +01:00
varasm.h
varpool.c Fix copying of clone_info while reshaping clone tree. 2020-11-04 00:19:59 +01:00
vec-perm-indices.c
vec-perm-indices.h
vec.c
vec.h Annotate vec::copy better for mem stats 2020-10-29 18:03:29 +01:00
vector-builder.h
version.c
version.h
vmsdbg.h
vmsdbgout.c
vr-values.c Remove duplicate vr_values::extract_range_builtin code. 2020-11-15 17:57:08 +01:00
vr-values.h Remove duplicate vr_values::extract_range_builtin code. 2020-11-15 17:57:08 +01:00
vtable-verify.c
vtable-verify.h
web.c
wide-int-bitmask.h
wide-int-print.cc
wide-int-print.h
wide-int.cc wide-int: Fix up set_bit_large 2020-10-28 10:24:20 +01:00
wide-int.h Avoid typeless storage in wide-int 2020-10-29 16:44:48 +01:00
xcoff.h
xcoffout.c core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN 2020-11-06 10:50:51 -08:00
xcoffout.h

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