gcc/gcc
Chung-Lin Tang 02889d23ee gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.
2017-02-09  Nathan Sidwell  <nathan@codesourcery.com>
	    Cesar Philippidis  <cesar@codesourcery.com>
	    Joseph Myers  <joseph@codesourcery.com>
	    Chung-Lin Tang  <cltang@codesourcery.com>

	gcc/
	* gimplify.c (gimplify_scan_omp_clauses): No special handling for
	OMP_CLAUSE_TILE.
	(gimplify_adjust_omp_clauses): Don't delete TILE.
	(gimplify_omp_for): Deal with TILE.
	* internal-fn.c (expand_GOACC_TILE): New function.
	* internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
	(GOACC_TILE): New.
	* omp-expand.c (struct oacc_collapse): Add tile and outer fields.
	(expand_oacc_collapse_init): Add LOC paramter.  Initialize tile
	element fields.
	(expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
	avoid DIV for outermost collapse var.
	(expand_oacc_for): Insert tile element loop as needed.  Adjust.
	Remove out of date comments, fix whitespace.
	* omp-general.c (omp_extract_for_data): Deal with tiling.
	* omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
	adjust OLF_DIM_BASE value.
	(struct omp_for_data): Add tiling field.
	* omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
	(lower_oacc_head_mark): Add OLF_TILE as appropriate.  Ensure 2 levels
	for auto loops.  Remove default auto determining, moved to
	oacc_loop_fixed_partitions.
	* omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
	stmts, add e_mask field.
	(oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
	(oacc_thread_numbers): Use oacc_dim_call.
	(oacc_xform_tile): New.
	(new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
	(finish_oacc_loop): Adjust for ifns vector.
	(oacc_loop_discover_walk): Append loop abstraction sites to list,
	add case for GOACC_TILE fns.
	(oacc_loop_xform_loop): Delete.
	(oacc_loop_process): Iterate over call list directly, and add
	handling for GOACC_TILE fns.
	(oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
	dump partitioning.
	(oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
	vector partitioning to outer loops.  Assign 2 partitions to loops
	when available. Add TILE handling.
	(oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
	(execite_oacc_device_lower): Process GOACC_TILE fns, ignore unknown specs.
	* tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
	* tree.c (omp_clause_num_ops): Adjust TILE ops.
	* tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.

	gcc/c/
	* c-parser.c (c_parser_omp_clause_collapse): Disallow tile.
	(c_parser_oacc_clause_tile): Disallow collapse. Fix parsing and
	semantic checking.
	* c-parser.c (c_parser_omp_for_loop): Accept tiling constructs.

	gcc/cp/
	* parser.c (cp_parser_oacc_clause_tile): Disallow collapse.  Fix
	parsing.  Parse constant expression. Remove semantic checking.
	(cp_parser_omp_clause_collapse): Disallow tile.
	(cp_parser_omp_for_loop): Deal with tile clause.  Don't emit a parse
	error about missing for after already emitting one.  Use more
	conventional for idiom for unbounded loop.
	* pt.c (tsubst_omp_clauses): Handle OMP_CLAUSE_TILE.
	* semantics.c (finish_omp_clauses): Correct TILE semantic check.
	(finish_omp_for): Deal with tile clause.

	gcc/fortran/
	* openmp.c (resolve_omp_clauses): Error on directives
	containing both tile and collapse clauses.
	(resolve_oacc_loop_blocks): Represent '*' tile arguments as zero.
	* trans-openmp.c (gfc_trans_omp_do): Lower tiled loops like
	collapsed loops.

	gcc/testsuite/
	* c-c++-common/goacc/combined-directives.c: Remove xfail.
	* c-c++-common/goacc/loop-auto-1.c: Adjust and add additional case.
	* c-c++-common/goacc/loop-auto-2.c: New.
	* c-c++-common/goacc/tile.c: Include stdbool, fix expected errors.
	* c-c++-common/goacc/tile-2.c: New.
	* g++.dg/goacc/template.C: Test tile subst.  Adjust erroneous uses.
	* g++.dg/goacc/tile-1.C: New, check tile subst.
	* gcc.dg/goacc/loop-processing-1.c: Adjust dg-final pattern.
	* gfortran.dg/goacc/combined-directives.f90: Remove xfail.
	* gfortran.dg/goacc/tile-1.f90: New test.
	* gfortran.dg/goacc/tile-2.f90: New test.
	* gfortran.dg/goacc/tile-lowering.f95: New test.

	libgomp/
	* testsuite/libgomp.oacc-c-c++-common/tile-1.c: New.
	* testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Adjust and
	add additional case.
	* testsuite/libgomp.oacc-c-c++-common/vprop.c: XFAIL under
	"openacc_nvidia_accel_selected".
	* libgomp.oacc-fortran/nested-function-1.f90 (test2):
	Add num_workers(8) clause.

From-SVN: r245300
2017-02-09 13:46:20 +00:00
..
ada * comperr.adb: Update FSF bug reporting URL. 2017-02-09 08:36:38 +00:00
brig re PR other/79250 (brig/brigfrontend/brig-to-generic.cc: two small problems) 2017-02-01 10:06:13 +00:00
c gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
c-family Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
common RISC-V Port: gcc 2017-02-06 21:38:37 +00:00
config arc/gcc: Better creation of __NPS400__ define 2017-02-09 00:35:20 +00:00
cp gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
doc re PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr25413a.c execution test) 2017-02-07 11:29:06 +00:00
fortran gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
ginclude
go re PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr25413a.c execution test) 2017-02-07 11:29:06 +00:00
jit Make LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE the default 2017-01-19 17:27:54 +00:00
lto re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: initialization-order-fiasco") 2017-01-23 11:12:29 +02:00
objc
objcp
po * de.po, fr.po, sv.po: Update. 2017-02-06 23:37:48 +00:00
testsuite gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
ABOUT-GCC-NLS
BASE-VER BASE-VER: Bump to 7.0.1. 2017-01-20 14:05:48 +00:00
COPYING
COPYING.LIB
COPYING3
COPYING3.LIB
ChangeLog gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +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.dataflow
ChangeLog.gimple-classes
ChangeLog.graphite
ChangeLog.jit
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
DATESTAMP Daily bump. 2017-02-09 00:16:13 +00:00
DEV-PHASE
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
LANGUAGES
Makefile.in Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
ONEWS
README.Portability * README.Portability: Remove note on an Irix compatibility issue. 2017-01-22 15:52:02 +00:00
acinclude.m4
aclocal.m4
addresses.h
alias.c
alias.h
alloc-pool.c
alloc-pool.h
asan.c re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: initialization-order-fiasco") 2017-01-30 18:06:15 +02:00
asan.h use-after-scope: handle writes to a poisoned variable 2017-01-23 12:06:13 +00:00
attribs.c
attribs.h
auto-inc-dec.c
auto-profile.c
auto-profile.h
backend.h
basic-block.h
bb-reorder.c
bb-reorder.h
bitmap.c
bitmap.h re PR tree-optimization/71691 (wrong code at -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu (Floating point exception)) 2017-01-31 10:30:47 +00:00
brig-builtins.def update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_dir on it. 2017-01-26 09:24:22 +01:00
bt-load.c
builtin-attrs.def
builtin-types.def [brigfe] Small fixes 2017-01-27 15:35:07 +01:00
builtins.c re PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr25413a.c execution test) 2017-02-07 11:29:06 +00:00
builtins.def Brig front-end 2017-01-24 13:45:56 +01:00
builtins.h
caller-save.c
calls.c
calls.h
ccmp.c
ccmp.h
cfg-flags.def
cfg.c Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
cfg.h Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
cfganal.c
cfganal.h
cfgbuild.c
cfgbuild.h
cfgcleanup.c
cfgcleanup.h
cfgexpand.c
cfgexpand.h
cfghooks.c
cfghooks.h
cfgloop.c
cfgloop.h
cfgloopanal.c
cfgloopmanip.c re PR tree-optimization/79347 (vect_do_peeling is messing up profile) 2017-02-05 17:16:52 +00:00
cfgloopmanip.h re PR tree-optimization/79347 (vect_do_peeling is messing up profile) 2017-02-05 17:16:52 +00:00
cfgrtl.c Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
cfgrtl.h
cgraph.c IPA: enhance dump output 2017-02-03 15:14:40 +00:00
cgraph.h Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
cgraphbuild.c
cgraphclones.c Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190). 2017-01-20 08:44:35 +00:00
cgraphunit.c Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
chkp-builtins.def
cif-code.def
cilk-builtins.def
cilk-common.c
cilk.h
cilkplus.def
collect-utils.c
collect-utils.h
collect2-aix.c
collect2-aix.h
collect2.c
collect2.h
combine-stack-adj.c [AArch64][2/4] Generate dwarf information for -msign-return-address 2017-01-20 00:05:30 +00:00
combine.c re PR rtl-optimization/78559 (wrong code due to tree if-conversion?) 2017-01-27 14:42:23 +00:00
common.md
common.opt re PR other/79046 (g++ -print-file-name=plugin uses full version number in path) 2017-01-17 10:38:48 +01:00
compare-elim.c
conditions.h
config.build
config.gcc RISC-V Port: gcc 2017-02-06 21:38:37 +00:00
config.host
config.in
configure configure.ac (ACX_BUGURL): Update. 2017-02-09 08:30:30 +00:00
configure.ac configure.ac (ACX_BUGURL): Update. 2017-02-09 08:30:30 +00:00
context.c
context.h
convert.c
convert.h
coretypes.h
coverage.c
coverage.h
cppbuiltin.c
cppbuiltin.h
cppdefault.c
cppdefault.h
cprop.c re PR rtl-optimization/79386 (ICE: segmentation fault in cprop w/ -O2 on 32-bit BE powerpc) 2017-02-07 18:45:57 +01:00
cse.c
cselib.c
cselib.h
cstamp-h.in
data-streamer-in.c
data-streamer-out.c
data-streamer.c
data-streamer.h
dbgcnt.c
dbgcnt.def
dbgcnt.h
dbxout.c
dbxout.h
dce.c
dce.h
ddg.c
ddg.h
debug.c
debug.h
defaults.h
df-core.c
df-problems.c
df-scan.c
df.h
dfp.c
dfp.h
diagnostic-color.c
diagnostic-color.h
diagnostic-core.h
diagnostic-show-locus.c
diagnostic.c
diagnostic.def
diagnostic.h
dojump.c
dojump.h
dominance.c
dominance.h
domwalk.c
domwalk.h
double-int.c
double-int.h
dse.c
dumpfile.c
dumpfile.h
dwarf2asm.c
dwarf2asm.h
dwarf2cfi.c [AArch64][2/4] Generate dwarf information for -msign-return-address 2017-01-20 00:05:30 +00:00
dwarf2out.c [PR63238] output alignment debug information 2017-01-31 01:03:15 +00:00
dwarf2out.h
edit-context.c
edit-context.h
emit-rtl.c re PR middle-end/78468 (libgomp.c/reduction-10.c and many more FAIL) 2017-02-02 12:39:09 +00:00
emit-rtl.h
errors.c
errors.h
et-forest.c
et-forest.h
except.c
except.h
exec-tool.in
explow.c re PR middle-end/78468 (libgomp.c/reduction-10.c and many more FAIL) 2017-02-02 12:39:09 +00:00
explow.h
expmed.c
expmed.h
expr.c [expand] Fix for PR rtl-optimization/79121 incorrect expansion of extend plus left shift 2017-01-19 10:35:38 +00:00
expr.h
fibonacci_heap.c
fibonacci_heap.h
file-find.c
file-find.h
final.c Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
fixed-value.c
fixed-value.h
flag-types.h
flags.h
fold-const-call.c
fold-const-call.h
fold-const.c re PR c/79199 (ICE with -Wduplicated-branches) 2017-01-26 11:37:33 +00:00
fold-const.h
fp-test.c
function-tests.c
function.c
function.h Add "__RTL" to cc1 2017-01-24 17:07:36 +00: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 re PR other/79046 (g++ -print-file-name=plugin uses full version number in path) 2017-01-17 10:38:48 +01:00
gcc.h
gcov-counter.def
gcov-dump.c
gcov-io.c
gcov-io.h
gcov-iov.c
gcov-tool.c
gcov.c gcov.c (INCLUDE_ALGORITHM): Define. 2017-01-22 15:48:21 +00: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
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-builder.c
gimple-builder.h
gimple-expr.c Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
gimple-expr.h
gimple-fold.c PR tree-optimization/ 79376 - wrong lower bound with %s and non-constant 2017-02-06 13:11:51 -07:00
gimple-fold.h PR tree-optimization/79352 - -fprintf-return-value doesn't handle flexible-like array members properly 2017-02-03 09:38:15 -07:00
gimple-iterator.c
gimple-iterator.h
gimple-laddress.c
gimple-low.c
gimple-low.h
gimple-match-head.c
gimple-match.h
gimple-predict.h
gimple-pretty-print.c
gimple-pretty-print.h
gimple-ssa-backprop.c
gimple-ssa-isolate-paths.c
gimple-ssa-nonnull-compare.c
gimple-ssa-split-paths.c
gimple-ssa-sprintf.c PR tree-optimization/79327 - wrong code at -O2 and -fprintf-return-value 2017-02-03 15:47:35 -07:00
gimple-ssa-store-merging.c
gimple-ssa-strength-reduction.c
gimple-ssa-warn-alloca.c re PR middle-end/79123 (incorrect -Walloca-larger-than: alloca may be too large due to conversion from long int to long unsigned int) 2017-01-24 09:50:33 +00:00
gimple-ssa.h
gimple-streamer-in.c
gimple-streamer-out.c
gimple-streamer.h
gimple-walk.c
gimple-walk.h
gimple.c
gimple.def
gimple.h
gimplify-me.c
gimplify-me.h
gimplify.c gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
gimplify.h
glimits.h
godump.c
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 re PR tree-optimization/69823 (internal compiler error: in create_pw_aff_from_tree, at graphite-sese-to-poly.c:445) 2017-02-09 07:47:07 +00:00
graphite-sese-to-poly.c re PR tree-optimization/77318 (FAIL: gfortran.dg/graphite/pr68279.f90 -O (internal compiler error)) 2017-01-31 14:44:37 +00:00
graphite.c graphite.c: Include tree-vectorizer.h for find_loop_location. 2017-02-01 14:05:09 +00:00
graphite.h
gsstruct.def
gstab.h
gsyms.h
gsyslimits.h
gtm-builtins.def
haifa-sched.c Make rtl_split_edge work for jumps that fall through (PR72749) 2017-01-15 18:06:00 +01:00
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
hsa-brig-format.h
hsa-brig.c [hsa] Rename hsa.[ch] to hsa-common.[ch] 2017-01-20 14:33:29 +01:00
hsa-builtins.def
hsa-common.c [hsa] Rename hsa.[ch] to hsa-common.[ch] 2017-01-20 14:33:29 +01:00
hsa-common.h [hsa] Rename hsa.[ch] to hsa-common.[ch] 2017-01-20 14:33:29 +01:00
hsa-dump.c [hsa] Rename hsa.[ch] to hsa-common.[ch] 2017-01-20 14:33:29 +01:00
hsa-gen.c [hsa] Rename hsa.[ch] to hsa-common.[ch] 2017-01-20 14:33:29 +01:00
hsa-regalloc.c [hsa] Rename hsa.[ch] to hsa-common.[ch] 2017-01-20 14:33:29 +01:00
hw-doloop.c
hw-doloop.h
hwint.c
hwint.h
ifcvt.c re PR rtl-optimization/78634 (30% performance drop after r242832.) 2017-01-23 16:17:33 +00:00
ifcvt.h
inchash.c
inchash.h
incpath.c
incpath.h
init-regs.c
input.c Prevent ICEs due to bogus substring locations (PR preprocessor/79210) 2017-01-31 20:22:43 +00:00
input.h
insn-addr.h
insn-notes.def
internal-fn.c gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
internal-fn.def gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
internal-fn.h
intl.c
intl.h
ipa-chkp.c
ipa-chkp.h
ipa-comdats.c
ipa-cp.c Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190). 2017-01-20 08:44:35 +00:00
ipa-devirt.c re PR translation/79208 (Typo in gcc/ipa-devirt.c:1631) 2017-01-24 12:41:07 +00:00
ipa-hsa.c [hsa] Rename hsa.[ch] to hsa-common.[ch] 2017-01-20 14:33:29 +01:00
ipa-icf-gimple.c
ipa-icf-gimple.h
ipa-icf.c [PR 79108] Put ipa_node_params to GC memory 2017-01-23 14:01:31 +01:00
ipa-icf.h
ipa-inline-analysis.c
ipa-inline-transform.c
ipa-inline.c
ipa-inline.h
ipa-polymorphic-call.c Fix wrong assumption in contains_type_p (PR ipa/71207). 2017-01-17 15:11:00 +00:00
ipa-profile.c [PR 79108] Put ipa_node_params to GC memory 2017-01-23 14:01:31 +01:00
ipa-prop.c [PR 79375] Avoid passing NULL by reference 2017-02-08 10:47:09 +01:00
ipa-prop.h Fix memory leaks in IPA CP (PR ipa/79337). 2017-02-03 08:20:02 +00:00
ipa-pure-const.c
ipa-ref.c
ipa-ref.h
ipa-reference.c
ipa-reference.h
ipa-split.c
ipa-utils.c
ipa-utils.h
ipa-visibility.c ipa-visibility.c (localize_node): New function, broken out of ... 2017-01-17 15:04:50 +00:00
ipa.c
ira-build.c
ira-color.c
ira-conflicts.c re PR target/79058 (ARM: internal compiler error: in extract_constrain_insn, at recog.c:2213) 2017-01-17 16:11:55 +00:00
ira-costs.c re PR middle-end/79399 (GCC fails to compile big source at -O0) 2017-02-07 22:51:21 +01:00
ira-emit.c
ira-int.h re PR middle-end/79399 (GCC fails to compile big source at -O0) 2017-02-07 22:51:21 +01:00
ira-lives.c
ira.c
ira.h
is-a.h
jump.c
langhooks-def.h Make LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE the default 2017-01-19 17:27:54 +00:00
langhooks.c Make LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE the default 2017-01-19 17:27:54 +00:00
langhooks.h
lcm.c
lcm.h
libfuncs.h
limitx.h
limity.h
lists.c
lock-and-run.sh
loop-doloop.c re PR target/79080 (ICE: internal consistency failure (error: invalid rtl sharing found in the insn) (error: shared rtx)) 2017-01-16 22:34:35 +01:00
loop-init.c
loop-invariant.c
loop-iv.c
loop-unroll.c
loop-unroll.h
lower-subreg.c
lower-subreg.h
lra-assigns.c re PR target/79131 (ICE: in extract_constrain_insn, at recog.c:2213, big-endian ARM) 2017-01-27 16:50:11 +00:00
lra-coalesce.c
lra-constraints.c re PR rtl-optimization/71374 (ICE on valid code at -O1 and above on x86_64-linux-gnu: in extract_constrain_insn, at recog.c:2190) 2017-01-27 18:08:14 +00:00
lra-eliminations.c
lra-int.h
lra-lives.c re PR target/79131 (ICE: in extract_constrain_insn, at recog.c:2213, big-endian ARM) 2017-01-26 17:08:12 +00:00
lra-remat.c
lra-spills.c
lra.c re PR target/79131 (ICE: in extract_constrain_insn, at recog.c:2213, big-endian ARM) 2017-01-26 17:08:12 +00:00
lra.h
lto-cgraph.c
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
lto-streamer-out.c
lto-streamer.c
lto-streamer.h
lto-wrapper.c
machmode.def
machmode.h
main.c
match.pd
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 re PR tree-optimization/79347 (vect_do_peeling is messing up profile) 2017-02-05 17:16:52 +00:00
multiple_target.c Simplify creation of target_clones (PR lto/66295) 2017-02-03 15:22:47 +00:00
omp-builtins.def
omp-expand.c gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
omp-expand.h
omp-general.c gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
omp-general.h gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
omp-grid.c
omp-grid.h
omp-low.c gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
omp-low.h
omp-offload.c gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
omp-offload.h
omp-simd-clone.c
opt-functions.awk
opt-gather.awk
opt-include.awk
opt-read.awk
optabs-libfuncs.c
optabs-libfuncs.h
optabs-query.c Fix __atomic to not implement atomic loads with CAS. 2017-02-01 17:21:59 +00:00
optabs-query.h Fix __atomic to not implement atomic loads with CAS. 2017-02-01 17:21:59 +00:00
optabs-tree.c
optabs-tree.h
optabs.c Fix __atomic to not implement atomic loads with CAS. 2017-02-01 17:21:59 +00:00
optabs.def
optabs.h
optc-gen.awk
optc-save-gen.awk
opth-gen.awk
opts-common.c
opts-diagnostic.h
opts-global.c
opts.c Fix profile corruption with -O1 (PR gcov-profile/79259) 2017-01-30 15:35:57 +00:00
opts.h
output.h
params-enum.h
params-list.h
params-options.h
params.c
params.def
params.h
pass_manager.h Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
passes.c Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
passes.def Simplify creation of target_clones (PR lto/66295) 2017-02-03 15:22:47 +00:00
plugin.c
plugin.def
plugin.h
postreload-gcse.c
postreload.c
predict.c
predict.def
predict.h
prefix.c
prefix.h
pretty-print.c
pretty-print.h
print-rtl-function.c
print-rtl.c
print-rtl.h
print-tree.c
print-tree.h
profile.c
profile.h
read-md.c Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
read-md.h Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
read-rtl-function.c Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
read-rtl-function.h Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
read-rtl.c
real.c
real.h
realmpfr.c
realmpfr.h realmpfr.h: Poison MPFR_RND{N,Z,U,D}. 2017-01-27 12:28:34 +01:00
recog.c
recog.h
ree.c
reg-notes.def [AArch64][2/4] Generate dwarf information for -msign-return-address 2017-01-20 00:05:30 +00:00
reg-stack.c re PR target/70465 (Poor code for x87 asm) 2017-01-26 09:46:36 +01:00
regcprop.c
regcprop.h
reginfo.c
regrename.c
regrename.h
regs.h
regset.h
regstat.c
reload.c
reload.h
reload1.c
reorg.c
resource.c
resource.h
rtl-chkp.c
rtl-chkp.h
rtl-error.c
rtl-error.h
rtl-iter.h
rtl-tests.c
rtl.c
rtl.def
rtl.h
rtlanal.c
rtlhash.c
rtlhash.h
rtlhooks-def.h
rtlhooks.c
run-rtl-passes.c Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
run-rtl-passes.h Add "__RTL" to cc1 2017-01-24 17:07:36 +00:00
sancov.c
sanitizer.def
sanopt.c Speed up use-after-scope (v2): rewrite into SSA 2017-01-23 12:02:13 +00:00
sbitmap.c
sbitmap.h
sched-deps.c
sched-ebb.c
sched-int.h
sched-rgn.c sched: Do not move expensive insns speculatively (PR68664) 2017-02-06 20:19:49 +01:00
sdbout.c
sdbout.h
sel-sched-dump.c
sel-sched-dump.h
sel-sched-ir.c
sel-sched-ir.h
sel-sched.c
sel-sched.h
selftest-rtl.c
selftest-rtl.h
selftest-run-tests.c
selftest.c
selftest.h
sese.c
sese.h
shrink-wrap.c
shrink-wrap.h
signop.h
simplify-rtx.c
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 re PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr25413a.c execution test) 2017-02-07 11:29:06 +00: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 Fix memory leaks in IPA CP (PR ipa/79337). 2017-02-03 08:20:02 +00:00
symtab.c Bail out binds_to_current_def_p for ifunc functions. 2017-02-03 15:15:51 +00:00
sync-builtins.def
system.h system.h: Poison strndup (PR bootstrap/78616) 2017-01-16 15:03:41 +00:00
target-def.h
target-globals.c
target-globals.h
target-hooks-macros.h
target-insns.def
target.def sched: Do not move expensive insns speculatively (PR68664) 2017-02-06 20:19:49 +01:00
target.h
targhooks.c re PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr25413a.c execution test) 2017-02-07 11:29:06 +00:00
targhooks.h
timevar.c
timevar.def
timevar.h
tlink.c
toplev.c [hsa] Rename hsa.[ch] to hsa-common.[ch] 2017-01-20 14:33:29 +01:00
toplev.h
tracer.c
tracer.h
trans-mem.c
trans-mem.h
tree-affine.c
tree-affine.h
tree-call-cdce.c
tree-cfg.c re PR tree-optimization/79315 (ICE while building SPEC CPU 2006 FP with -Ofast -ftree-parallelize-loops) 2017-02-01 12:47:25 +00:00
tree-cfg.h
tree-cfgcleanup.c
tree-cfgcleanup.h
tree-chkp-opt.c
tree-chkp.c
tree-chkp.h
tree-chrec.c
tree-chrec.h
tree-complex.c
tree-core.h re PR c/64279 (Warning missing for "(cond) ? A : A" / if(cond) expr1; else expr1; // same expression in if and else branch) 2017-01-20 12:02:50 +00:00
tree-data-ref.c
tree-data-ref.h
tree-dfa.c
tree-dfa.h
tree-diagnostic.c
tree-diagnostic.h
tree-dump.c
tree-dump.h
tree-eh.c tree-eh.c (lower_resx): Sanitize profile. 2017-02-05 18:13:22 +00:00
tree-eh.h
tree-emutls.c
tree-hash-traits.h
tree-hasher.h
tree-if-conv.c re PR tree-optimization/79347 (vect_do_peeling is messing up profile) 2017-02-05 17:16:52 +00:00
tree-if-conv.h
tree-inline.c PR c++/78689 - ICE on constructor with label 2017-02-03 17:42:37 -05:00
tree-inline.h Speed up use-after-scope (v2): rewrite into SSA 2017-01-23 12:02:13 +00:00
tree-into-ssa.c use-after-scope: handle writes to a poisoned variable 2017-01-23 12:06:13 +00:00
tree-into-ssa.h
tree-iterator.c
tree-iterator.h
tree-loop-distribution.c re PR tree-optimization/79245 (Inefficient loop distribution to memcpy) 2017-01-27 13:56:59 +00:00
tree-nested.c gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
tree-nested.h
tree-nrv.c
tree-object-size.c
tree-object-size.h
tree-outof-ssa.c
tree-outof-ssa.h
tree-parloops.c re PR tree-optimization/79347 (vect_do_peeling is messing up profile) 2017-02-05 17:16:52 +00:00
tree-parloops.h
tree-pass.h
tree-phinodes.c
tree-phinodes.h
tree-predcom.c re PR tree-optimization/70754 (ICE during predictive commoning) 2017-01-23 15:59:19 +00:00
tree-pretty-print.c
tree-pretty-print.h
tree-profile.c Do not declare artificial variables in tree-profile.c to have a definition (PR lto/69188). 2017-01-20 09:45:04 +00:00
tree-scalar-evolution.c
tree-scalar-evolution.h
tree-sra.c
tree-ssa-address.c
tree-ssa-address.h
tree-ssa-alias.c
tree-ssa-alias.h
tree-ssa-ccp.c
tree-ssa-ccp.h
tree-ssa-coalesce.c
tree-ssa-coalesce.h
tree-ssa-copy.c
tree-ssa-dce.c use-after-scope: handle writes to a poisoned variable 2017-01-23 12:06:13 +00:00
tree-ssa-dom.c
tree-ssa-dom.h
tree-ssa-dse.c re PR tree-optimization/79090 (DSE wrongly removes store at variable offset) 2017-01-16 16:43:05 -07:00
tree-ssa-forwprop.c
tree-ssa-ifcombine.c tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function. 2017-02-03 14:03:35 +00:00
tree-ssa-live.c
tree-ssa-live.h
tree-ssa-loop-ch.c
tree-ssa-loop-im.c
tree-ssa-loop-ivcanon.c
tree-ssa-loop-ivopts.c
tree-ssa-loop-ivopts.h
tree-ssa-loop-manip.c re PR tree-optimization/79347 (vect_do_peeling is messing up profile) 2017-02-05 17:16:52 +00:00
tree-ssa-loop-manip.h
tree-ssa-loop-niter.c re PR tree-optimization/79159 (spurious array-bounds warning) 2017-01-24 13:09:27 +00:00
tree-ssa-loop-niter.h
tree-ssa-loop-prefetch.c
tree-ssa-loop-split.c re PR tree-optimization/79347 (vect_do_peeling is messing up profile) 2017-02-05 17:16:52 +00:00
tree-ssa-loop-unswitch.c re PR tree-optimization/79347 (vect_do_peeling is messing up profile) 2017-02-05 17:16:52 +00:00
tree-ssa-loop.c
tree-ssa-loop.h
tree-ssa-math-opts.c
tree-ssa-operands.c
tree-ssa-operands.h
tree-ssa-phionlycprop.c
tree-ssa-phiopt.c
tree-ssa-phiprop.c
tree-ssa-pre.c
tree-ssa-propagate.c
tree-ssa-propagate.h
tree-ssa-reassoc.c Fix false positive for -Walloc-size-larger-than (PR bootstrap/79132). 2017-01-24 08:48:36 +00:00
tree-ssa-sccvn.c re PR rtl-optimization/72488 (wrong code (SIGFPE) at -Os and above on x86_64-linux-gnu (in the 64-bit mode)) 2017-01-19 12:00:42 +00:00
tree-ssa-sccvn.h
tree-ssa-scopedtables.c
tree-ssa-scopedtables.h
tree-ssa-sink.c
tree-ssa-strlen.c Fix strstr folding (PR tree-optimization/79196). 2017-01-23 14:57:43 +00:00
tree-ssa-structalias.c
tree-ssa-tail-merge.c
tree-ssa-ter.c
tree-ssa-ter.h
tree-ssa-threadbackward.c re PR tree-optimization/77445 (Performance drop after r239219 on coremark test) 2017-02-02 20:22:13 +00:00
tree-ssa-threadbackward.h
tree-ssa-threadedge.c
tree-ssa-threadedge.h
tree-ssa-threadupdate.c re PR tree-optimization/79088 (wrong code at -O2 on x86_64-linux-gnu) 2017-01-23 15:29:17 -07:00
tree-ssa-threadupdate.h
tree-ssa-uncprop.c
tree-ssa-uninit.c
tree-ssa.c use-after-scope: handle writes to a poisoned variable 2017-01-23 12:06:13 +00:00
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
tree-tailcall.c
tree-vect-data-refs.c re PR target/69264 (ICE building spidermonkey -mcpu=970 -maltivec -O3: rs6000_builtin_vectorization_cost, at config/rs6000/rs6000.c:4350) 2017-01-25 12:30:41 +00:00
tree-vect-generic.c
tree-vect-loop-manip.c re PR tree-optimization/79347 (vect_do_peeling is messing up profile) 2017-02-05 17:16:52 +00:00
tree-vect-loop.c re PR tree-optimization/79284 (ICE on valid code at -O3 on x86_64-linux-gnu: verify_gimple failed) 2017-02-06 20:15:36 +01:00
tree-vect-patterns.c re PR tree-optimization/79284 (ICE on valid code at -O3 on x86_64-linux-gnu: verify_gimple failed) 2017-02-06 20:15:36 +01:00
tree-vect-slp.c re PR tree-optimization/79284 (ICE on valid code at -O3 on x86_64-linux-gnu: verify_gimple failed) 2017-02-06 20:15:36 +01:00
tree-vect-stmts.c re PR tree-optimization/79284 (ICE on valid code at -O3 on x86_64-linux-gnu: verify_gimple failed) 2017-02-06 20:15:36 +01:00
tree-vectorizer.c
tree-vectorizer.h re PR tree-optimization/79284 (ICE on valid code at -O3 on x86_64-linux-gnu: verify_gimple failed) 2017-02-06 20:15:36 +01:00
tree-vrp.c re PR tree-optimization/79408 (Missed VRP optimization of integer modulo) 2017-02-08 10:21:57 +01:00
tree-vrp.h
tree.c gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
tree.def
tree.h gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
treestruct.def
tsan.c
tsan.h
tsystem.h
typeclass.h
typed-splay-tree.c
typed-splay-tree.h
ubsan.c
ubsan.h
valtrack.c
valtrack.h
value-prof.c re PR c++/79267 (internal compiler error with -O3 or -O2 -finline-functions) 2017-01-31 09:33:36 +01:00
value-prof.h
var-tracking.c
varasm.c
varasm.h
varpool.c
vec.c
vec.h
version.c
version.h
vmsdbg.h
vmsdbgout.c
vtable-verify.c
vtable-verify.h
web.c
wide-int-print.cc
wide-int-print.h
wide-int.cc
wide-int.h
xcoff.h
xcoffout.c
xcoffout.h

README.Portability

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