..
ada
[Ada] More complete information level for -gnatR4 output
2019-07-22 13:58:41 +00:00
brig
c
tree.def (OMP_LOOP): New tree code.
2019-07-20 13:21:42 +02:00
c-family
tree.def (OMP_LOOP): New tree code.
2019-07-20 13:21:42 +02:00
common
subreg: Add -fsplit-wide-types-early (PR88233)
2019-07-08 19:35:12 +02:00
config
RISC-V: Add -malign-data= option.
2019-07-22 18:29:34 -07:00
cp
Fix ICE on class template argument deduction with inherited ctor.
2019-07-20 10:43:49 -04:00
d
doc
[rs6000] Add documentation for __builtin_mtfsf
2019-07-23 02:54:28 +00:00
fortran
re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)
2019-07-21 15:55:49 +00:00
ginclude
go
compiler: follow-on fix for finalizing imported methods
2019-07-23 00:34:38 +00:00
jit
[jit] check result_type in gcc_jit_context_new_unary_op
2019-07-22 15:33:58 +00:00
lto
cgraph.c (dump_graphviz): New function.
2019-07-22 15:41:48 -06:00
objc
objcp
po
testsuite
[aarch64]: add usra and ssra combine patterns
2019-07-22 16:21:17 +00:00
ABOUT-GCC-NLS
acinclude.m4
aclocal.m4
addresses.h
alias.c
alias.c (record_component_aliases): Do not simplify pointed-to types of ODR types
2019-07-17 17:19:21 +00:00
alias.h
align.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
alloc-pool.c
alloc-pool.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
asan.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
asan.h
attribs.c
-Wmissing-attributes: check that we avoid duplicates and false positives
2019-07-18 00:38:45 +00:00
attribs.h
auto-inc-dec.c
auto-profile.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
auto-profile.h
backend.h
BASE-VER
basic-block.h
Make ifcvt clean up dead comparisons
2019-07-18 08:24:16 +00:00
bb-reorder.c
bb-reorder.h
bitmap.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
bitmap.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
brig-builtins.def
bt-load.c
builtin-attrs.def
builtin-types.def
builtins.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
builtins.def
builtins.h
caller-save.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
calls.c
calls.h
ccmp.c
ccmp.h
cfg-flags.def
cfg.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
cfg.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
cfganal.c
cfganal.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
cfgbuild.c
cfgbuild.h
cfgcleanup.c
Make ifcvt clean up dead comparisons
2019-07-18 08:24:16 +00:00
cfgcleanup.h
cfgexpand.c
cfgexpand.c (expand_gimple_stmt_1): If the statement doesn't have location...
2019-07-12 09:35:21 +00:00
cfgexpand.h
cfghooks.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
cfghooks.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
cfgloop.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
cfgloop.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
cfgloopanal.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
cfgloopmanip.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
cfgloopmanip.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
cfgrtl.c
Add hint if the fallthrough target of current BB isn't the one
2019-07-12 05:07:35 +00:00
cfgrtl.h
cgraph.c
cgraph.c (dump_graphviz): New function.
2019-07-22 15:41:48 -06:00
cgraph.h
cgraph.c (dump_graphviz): New function.
2019-07-22 15:41:48 -06:00
cgraphbuild.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
cgraphclones.c
cgraphunit.c
re PR ipa/91062 (gcc.dg/ipa/ipa-pta-1.c dump contains garbage when gcc was configured with --enable-checking=all)
2019-07-04 13:56:12 +00:00
ChangeLog
tree-cfg.c (label_for_bb): Remove global var.
2019-07-23 06:58:39 +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.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
Revert r254460 (collect2 LTO for AIX).
2019-07-08 09:53:02 +00:00
collect2.h
collect-utils.c
collect-utils.h
color-macros.h
combine-stack-adj.c
combine.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
common.md
common.opt
subreg: Add -fsplit-wide-types-early (PR88233)
2019-07-08 19:35:12 +02:00
compare-elim.c
conditions.h
config.build
config.gcc
or1k: Initial support for FPU
2019-07-21 21:01:59 +00:00
config.host
config.in
configure
configure.ac
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
context.c
context.h
convert.c
convert.h
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
coretypes.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
coverage.c
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
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
data-streamer-out.c
data-streamer.c
data-streamer.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
DATESTAMP
Daily bump.
2019-07-23 00:16:30 +00:00
dbgcnt.c
dbgcnt.def
Add dbgcnt for gimple_match and generic_match.
2019-07-03 12:43:44 +00:00
dbgcnt.h
dbxout.c
dbxout.h
dce.c
dce.h
ddg.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ddg.h
debug.c
debug.h
defaults.h
DEV-PHASE
df-core.c
re PR rtl-optimization/91136 (incorrect move of instruction to delay slot causes application crash in exception handling)
2019-07-12 10:15:39 +00:00
df-problems.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
df-scan.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
df.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
dfp.c
dfp.h
diagnostic-color.c
diagnostic-color.h
diagnostic-core.h
diagnostic-format-json.cc
diagnostic-show-locus.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
diagnostic.c
diagnostic.def
diagnostic.h
dojump.c
dojump.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
dominance.c
dominance.h
domwalk.c
domwalk.h
double-int.c
double-int.h
dse.c
re PR rtl-optimization/91164 (ICE in verify_dominators, at dominance.c:1184 (error: dominator of 114 should be 112, not 16))
2019-07-16 13:37:05 +02:00
dump-context.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
dumpfile.c
dumpfile.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
dwarf2asm.c
dwarf2asm.h
dwarf2cfi.c
dwarf2out.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
dwarf2out.h
early-remat.c
edit-context.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
edit-context.h
emit-rtl.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
emit-rtl.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
errors.c
errors.h
et-forest.c
et-forest.h
except.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
except.h
exec-tool.in
explow.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
explow.h
expmed.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
expmed.h
expr.c
re PR target/90723 (pr88598-2.c segfaults with -msve-vector-bits=256)
2019-07-13 08:28:33 +00:00
expr.h
fibonacci_heap.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
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
flags.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
fold-const-call.c
fold-const-call.h
fold-const.c
fold-const.h (get_array_ctor_element_at_index): Adjust.
2019-07-12 10:03:10 +00:00
fold-const.h
fold-const.h (get_array_ctor_element_at_index): Adjust.
2019-07-12 10:03:10 +00:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function-tests.c
function.c
re PR middle-end/91190 (ICE on valid code: in hashtab_chk_error, at hash-table.c:137)
2019-07-19 12:26:23 +02:00
function.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
fwprop.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
gcc-ar.c
gcc-main.c
gcc-plugin.h
gcc-rich-location.c
gcc-rich-location.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
gcc-symtab.h
gcc.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
gcc.h
gcov-counter.def
gcov-dump.c
gcov-io.c
gcov-io.h
gcov-iov.c
gcov-tool.c
gcov.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
gcse-common.c
gcse-common.h
gcse.c
gcse.h
gdbasan.in
gdbhooks.py
gdbhooks.py: dump-fn, dot-fn: cast ret values of fopen/fclose
2019-07-14 13:19:29 +00:00
gdbinit.in
gen-pass-instances.awk
genattr-common.c
genattr.c
genattrtab.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
genautomata.c
gencfn-macros.c
gencheck.c
genchecksum.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c
genemit.c
Support multiple operand counts for .md @ patterns
2019-07-12 07:54:23 +00:00
genenums.c
generic-match-head.c
Add dbgcnt for gimple_match and generic_match.
2019-07-03 12:43:44 +00:00
generic-match.h
genextract.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
genflags.c
gengenrtl.c
gengtype-lex.l
gengtype-parse.c
gengtype-state.c
gengtype.c
gengtype.h
genhooks.c
genmatch.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
genmddeps.c
genmddump.c
genmodes.c
genmultilib
genopinit.c
Support multiple operand counts for .md @ patterns
2019-07-12 07:54:23 +00:00
genoutput.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
genpeep.c
genpreds.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
genrecog.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
gensupport.c
Support multiple operand counts for .md @ patterns
2019-07-12 07:54:23 +00:00
gensupport.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
gentarget-def.c
ggc-common.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
ggc-internal.h
ggc-none.c
ggc-page.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ggc-tests.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
ggc.h
gimple-builder.c
gimple-builder.h
gimple-expr.c
gimple-expr.h
gimple-fold.c
fold-const.h (get_array_ctor_element_at_index): Adjust.
2019-07-12 10:03:10 +00:00
gimple-fold.h
gimple-iterator.c
gimple-iterator.h
gimple-laddress.c
gimple-loop-interchange.cc
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
gimple-loop-jam.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
gimple-loop-versioning.cc
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
gimple-low.c
gimple-low.h
gimple-match-head.c
gimple-match.h (gimple_match_op::resimplify): New.
2019-07-09 12:22:10 +00:00
gimple-match.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
gimple-predict.h
gimple-pretty-print.c
introduce EH_ELSE_EXPR tree and gimplifier
2019-07-04 15:00:00 +00:00
gimple-pretty-print.h
gimple-ssa-backprop.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
gimple-ssa-evrp-analyze.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
gimple-ssa-evrp-analyze.h
gimple-ssa-evrp.c
gimple-ssa-isolate-paths.c
PR middle-end/71924 - missing -Wreturn-local-addr returning alloca result
2019-07-08 22:15:42 -06:00
gimple-ssa-nonnull-compare.c
gimple-ssa-split-paths.c
gimple-ssa-sprintf.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
gimple-ssa-store-merging.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
gimple-ssa-strength-reduction.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
gimple-ssa-warn-alloca.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
gimple-ssa-warn-restrict.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
gimple-ssa-warn-restrict.h
gimple-ssa.h
gimple-streamer-in.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
gimple-streamer-out.c
gimple-streamer.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
gimple-walk.c
gimple-walk.h
gimple.c
gimple.def
gimple.h
gimple.h (enum gf_mask): Remove GF_OMP_FOR_SIMD...
2019-07-17 09:13:52 +02:00
gimplify-me.c
gimplify-me.h
gimplify.c
tree.def (OMP_LOOP): New tree code.
2019-07-20 13:21:42 +02:00
gimplify.h
glimits.h
godump.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
graph.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
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
gsstruct.def
gstab.h
gsyms.h
gsyslimits.h
gtm-builtins.def
haifa-sched.c
hard-reg-set.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
hash-map-tests.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
hash-map-traits.h
hash-map.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
hash-set-tests.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
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
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
hsa-builtins.def
hsa-common.c
hsa-common.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
hsa-dump.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
hsa-gen.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
hsa-regalloc.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
hw-doloop.c
hw-doloop.h
hwint.c
hwint.h
ifcvt.c
Make ifcvt clean up dead comparisons
2019-07-18 08:24:16 +00:00
ifcvt.h
inchash.c
inchash.h
incpath.c
incpath.h
init-regs.c
input.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
input.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
insn-addr.h
insn-notes.def
int-vector-builder.h
internal-fn.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
internal-fn.def
internal-fn.h
intl.c
intl.h
ipa-comdats.c
ipa-cp.c
ipa-fnsummary.c (ipa_dump_hints): Do not dump array_index.
2019-07-14 11:57:10 +00:00
ipa-devirt.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ipa-fnsummary.c
PR91176: Skip debug insns when computing inline costs
2019-07-16 08:12:05 +00:00
ipa-fnsummary.h
ipa-fnsummary.c (ipa_dump_hints): Do not dump array_index.
2019-07-14 11:57:10 +00:00
ipa-hsa.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ipa-icf-gimple.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ipa-icf-gimple.h
ipa-icf.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ipa-icf.h
ipa-inline-analysis.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ipa-inline-transform.c
ipa-inline.c
re PR ipa/91194 (A suspicious condition in recursive_inlining)
2019-07-19 14:31:09 +00:00
ipa-inline.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
ipa-param-manipulation.c
ipa-param-manipulation.h
ipa-polymorphic-call.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ipa-predicate.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ipa-predicate.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ipa-profile.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ipa-prop.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ipa-prop.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ipa-pure-const.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ipa-ref.c
ipa-ref.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ipa-reference.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ipa-reference.h
ipa-split.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ipa-utils.c
ipa-utils.h
ipa-visibility.c
ipa.c
ira-build.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ira-color.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ira-conflicts.c
ira-costs.c
ira-emit.c
* ira-emit.c (emit_moves): Skip DEBUG_INSNs when setting the location.
2019-07-09 09:58:51 +00:00
ira-int.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ira-lives.c
ira.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ira.h
is-a.h
json.cc
json.h
jump.c
langhooks-def.h
langhooks.c
langhooks.h
LANGUAGES
lcm.c
lcm.h
libfuncs.h
limitx.h
limity.h
lists.c
lock-and-run.sh
loop-doloop.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
loop-init.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
loop-invariant.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
loop-iv.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
loop-unroll.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
loop-unroll.h
lower-subreg.c
subreg: Add -fsplit-wide-types-early (PR88233)
2019-07-08 19:35:12 +02:00
lower-subreg.h
lra-assigns.c
lra-coalesce.c
lra-constraints.c
re PR target/91102 (aarch64 ICE on Linux kernel with -Os starting with r270266)
2019-07-10 16:07:10 +00:00
lra-eliminations.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
lra-int.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
lra-lives.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
lra-remat.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
lra-spills.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
lra.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
lra.h
lto-cgraph.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
lto-compress.c
Remove usage of ZSTD_CLEVEL_DEFAULT define.
2019-07-09 07:41:39 +00:00
lto-compress.h
lto-opts.c
lto-section-in.c
Simplify LTO section format.
2019-07-22 07:34:32 +00:00
lto-section-names.h
lto-section-out.c
lto-streamer-in.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
lto-streamer-out.c
Simplify LTO section format.
2019-07-22 07:34:32 +00:00
lto-streamer.c
lto-streamer.h
Simplify LTO section format.
2019-07-22 07:34:32 +00:00
lto-wrapper.c
machmode.def
machmode.h
main.c
Makefile.in
match.pd
re PR tree-optimization/91069 (Miscompare of 453.povray since r272843)
2019-07-03 12:47:07 +00:00
mcf.c
mem-stats-traits.h
mem-stats.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
memmodel.h
memory-block.cc
memory-block.h
mkconfig.sh
mode-classes.def
mode-switching.c
modulo-sched.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
multiple_target.c
omp-builtins.def
omp-expand.c
gimple.h (enum gf_mask): Remove GF_OMP_FOR_SIMD...
2019-07-17 09:13:52 +02:00
omp-expand.h
omp-general.c
gimple.h (enum gf_mask): Remove GF_OMP_FOR_SIMD...
2019-07-17 09:13:52 +02:00
omp-general.h
omp-grid.c
gimple.h (enum gf_mask): Remove GF_OMP_FOR_SIMD...
2019-07-17 09:13:52 +02:00
omp-grid.h
omp-low.c
tree.def (OMP_LOOP): New tree code.
2019-07-20 13:21:42 +02:00
omp-low.h
omp-offload.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
omp-offload.h
omp-simd-clone.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06: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
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
optabs-query.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
optabs-tree.c
optabs-tree.h
optabs.c
re PR target/91204 (ICE in expand_expr_real_2, at expr.c:9215 with -O3)
2019-07-20 19:13:00 +02:00
optabs.def
optabs.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
optc-gen.awk
optc-save-gen.awk
opth-gen.awk
optinfo-emit-json.cc
optinfo-emit-json.h
optinfo.cc
optinfo.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
opts-common.c
Make a warning for -Werror=wrong-language (PR driver/91172).
2019-07-22 07:34:10 +00:00
opts-diagnostic.h
opts-global.c
Make a warning for -Werror=wrong-language (PR driver/91172).
2019-07-22 07:34:10 +00:00
opts.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
opts.h
output.h
params-enum.h
params-list.h
params-options.h
params.c
params.def
ipa-fnsummary.c (ipa_dump_hints): Do not dump array_index.
2019-07-14 11:57:10 +00:00
params.h
pass_manager.h
passes.c
re PR ipa/91062 (gcc.dg/ipa/ipa-pta-1.c dump contains garbage when gcc was configured with --enable-checking=all)
2019-07-04 13:56:12 +00:00
passes.def
subreg: Add -fsplit-wide-types-early (PR88233)
2019-07-08 19:35:12 +02:00
plugin.c
plugin.def
plugin.h
poly-int-types.h
poly-int.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
postreload-gcse.c
postreload.c
predict.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
predict.def
predict.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
prefix.c
prefix.h
pretty-print.c
pretty-print.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
print-rtl-function.c
print-rtl.c
print-rtl.h
print-tree.c
print-tree.h
profile-count.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
profile-count.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
profile.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
profile.h
read-md.c
Use file_location for md_reader's ptr_loc
2019-07-16 08:41:13 +00:00
read-md.h
Report ambiguous uses of .md attributes
2019-07-16 08:41:21 +00:00
read-rtl-function.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
read-rtl-function.h
read-rtl.c
Report ambiguous uses of .md attributes
2019-07-16 08:41:21 +00:00
README.Portability
real.c
real.h
realmpfr.c
realmpfr.h
recog.c
recog.h
re PR target/90723 (pr88598-2.c segfaults with -msve-vector-bits=256)
2019-07-13 08:28:33 +00:00
ree.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
reg-notes.def
reg-stack.c
emit-rtl.c (set_insn_locations): New function moved from...
2019-07-08 21:37:33 +00:00
regcprop.c
regcprop.h
reginfo.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
regrename.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
regrename.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
regs.h
regset.h
regstat.c
reload1.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
reload.c
reload.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
reorg.c
resource.c
re PR rtl-optimization/91136 (incorrect move of instruction to delay slot causes application crash in exception handling)
2019-07-12 10:15:39 +00:00
resource.h
rtl-error.c
rtl-error.h
rtl-iter.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
rtl-tests.c
rtl.c
rtl.def
rtl.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06: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
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
sbitmap.c
sbitmap.h
sched-deps.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
sched-ebb.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
sched-int.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
sched-rgn.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
sel-sched-dump.c
sel-sched-dump.h
sel-sched-ir.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
sel-sched-ir.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
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
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
sese.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
sese.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
shrink-wrap.c
shrink-wrap.h
signop.h
simplify-rtx.c
simplify-rtx.c (simplify_unary_operation_1): Use GET_MODE_PRECISION rather than GET_MODE_BITSIZE to better handle partial...
2019-07-09 13:11:27 -06:00
sort.cc
sparseset.c
sparseset.h
spellcheck-tree.c
spellcheck-tree.h
spellcheck.c
spellcheck.h
sreal.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
sreal.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
ssa-iterators.h
ssa.h
stab.def
stack-ptr-mod.c
statistics.c
statistics.h
stmt.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
stmt.h
stor-layout.c
stor-layout.h
store-motion.c
streamer-hooks.c
streamer-hooks.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
stringpool.c
stringpool.h
substring-locations.c
substring-locations.h
symbol-summary.h
symtab.c
cgraph.c (dump_graphviz): New function.
2019-07-22 15:41:48 -06:00
sync-builtins.def
system.h
target-def.h
target-globals.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
target-globals.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
target-hooks-macros.h
target-insns.def
target.def
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
target.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
targhooks.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
targhooks.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
timevar.c
timevar.def
timevar.h
tlink.c
toplev.c
Do not emit __gnu_lto_v1 symbol.
2019-07-22 07:34:47 +00:00
toplev.h
tracer.c
tracer.h
trans-mem.c
trans-mem.h
tree-affine.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-affine.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-call-cdce.c
tree-cfg.c
tree-cfg.c (label_for_bb): Remove global var.
2019-07-23 06:58:39 +00:00
tree-cfg.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-cfgcleanup.c
tree-cfgcleanup.h
tree-chrec.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-chrec.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-complex.c
tree-core.h
tree.def (OMP_LOOP): New tree code.
2019-07-20 13:21:42 +02:00
tree-data-ref.c
re PR tree-optimization/91178 (Infinite recursion in split_constant_offset in slp after r260289)
2019-07-17 11:21:49 +00:00
tree-data-ref.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-dfa.c
tree-dfa.h
tree-diagnostic.c
tree-diagnostic.h
tree-dump.c
introduce EH_ELSE_EXPR tree and gimplifier
2019-07-04 15:00:00 +00:00
tree-dump.h
tree-eh.c
allow EH to escape from GIMPLE_EH_ELSE ELSE block
2019-07-12 13:51:00 +00:00
tree-eh.h
tree-emutls.c
tree-hash-traits.h
tree-hasher.h
tree-if-conv.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-if-conv.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-inline.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-inline.h
tree-into-ssa.c
tree-into-ssa.h
tree-iterator.c
tree-iterator.h
tree-loop-distribution.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-nested.c
tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.
2019-07-12 09:49:51 +02:00
tree-nested.h
tree-nrv.c
tree-object-size.c
tree-object-size.h
tree-outof-ssa.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
tree-outof-ssa.h
tree-parloops.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-parloops.h
tree-pass.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-phinodes.c
tree-phinodes.h
tree-predcom.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-pretty-print.c
tree.def (OMP_LOOP): New tree code.
2019-07-20 13:21:42 +02:00
tree-pretty-print.h
tree-profile.c
tree-scalar-evolution.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-scalar-evolution.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-sra.c
tree-ssa-address.c
re PR rtl-optimization/91173 (ICE: in int_mode_for_mode, at stor-layout.c:403)
2019-07-16 08:44:44 -06:00
tree-ssa-address.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-alias.c
tree-ssa-alias.c (aliasing_component_refs_walk): Initialize same_p to 0.
2019-07-15 19:21:36 +00:00
tree-ssa-alias.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
tree-ssa-ccp.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
tree-ssa-ccp.h
tree-ssa-coalesce.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
tree-ssa-coalesce.h
tree-ssa-copy.c
tree-ssa-dce.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-dce.h
tree-ssa-dom.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-dom.h
tree-ssa-dse.c
tree-ssa-dse.c (initialize_ao_ref_for_dse): Handle strncpy.
2019-07-19 11:04:51 -06:00
tree-ssa-forwprop.c
tree-ssa-ifcombine.c
tree-ssa-live.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-live.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-loop-ch.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-loop-im.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-loop-ivcanon.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-loop-ivopts.c
re PR tree-optimization/91137 (Wrong code with -O3)
2019-07-18 08:38:09 +00:00
tree-ssa-loop-ivopts.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-loop-manip.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-loop-manip.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-loop-niter.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-loop-niter.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-loop-prefetch.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-loop-split.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-loop-unswitch.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-loop.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-loop.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-math-opts.c
tree-ssa-operands.c
tree-ssa-operands.h
tree-ssa-phiopt.c
re PR tree-optimization/91200 (ICE on valid code at -O1: verify_ssa failed)
2019-07-19 12:24:53 +00:00
tree-ssa-phiprop.c
tree-ssa-pre.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
tree-ssa-propagate.c
tree-ssa-propagate.h
tree-ssa-reassoc.c
re PR tree-optimization/88497 (Improve Accumulation in Auto-Vectorized Code)
2019-07-15 05:12:05 +00:00
tree-ssa-sccvn.c
re PR tree-optimization/91221 (ICE in get_int_cst_ext_nunits, at tree.c:1299 since r273548)
2019-07-22 11:18:55 +00:00
tree-ssa-sccvn.h
tree-ssa-sccvn.h (vn_reference_lookup): Add last_vuse_ptr argument.
2019-07-04 07:35:12 +00:00
tree-ssa-scopedtables.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-scopedtables.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-sink.c
tree-ssa-strlen.c
PR tree-optimization
2019-07-09 17:29:33 -06:00
tree-ssa-strlen.h
tree-ssa-structalias.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-tail-merge.c
tree-ssa-ter.c
tree-ssa-ter.h
tree-ssa-threadbackward.c
tree-ssa-threadedge.c
tree-ssa-threadedge.h
tree-ssa-threadupdate.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-threadupdate.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-ssa-uncprop.c
tree-ssa-uninit.c
tree-ssa.c
re PR tree-optimization/91178 (Infinite recursion in split_constant_offset in slp after r260289)
2019-07-17 11:21:49 +00:00
tree-ssa.h
tree-ssanames.c
tree-ssanames.h
tree-stdarg.c
tree-stdarg.h
tree-streamer-in.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-streamer-out.c
tree-streamer.c
tree-streamer.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-switch-conversion.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-switch-conversion.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
tree-tailcall.c
tree-vect-data-refs.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-vect-generic.c
re PR tree-optimization/91157 (ICE: verify_gimple failed (error: position plus size exceeds size of referenced object in 'bit_field_ref'))
2019-07-17 09:15:30 +02:00
tree-vect-loop-manip.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-vect-loop.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-vect-patterns.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-vect-slp.c
re PR tree-optimization/91181 (Failing as_as type conversion in vect_build_slp_tree_1)
2019-07-17 07:07:21 +00:00
tree-vect-stmts.c
re PR tree-optimization/91207 (Wrong code with -O3)
2019-07-19 08:47:41 +00:00
tree-vector-builder.c
tree-vector-builder.h
tree-vectorizer.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-vectorizer.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
tree-vrp.c
invoke.texi (ssa-name-def-chain-limit): Document new --param.
2019-07-12 11:36:45 -06:00
tree-vrp.h
tree.c
tree.def (OMP_LOOP): New tree code.
2019-07-20 13:21:42 +02:00
tree.def
tree.def (OMP_LOOP): New tree code.
2019-07-20 13:21:42 +02:00
tree.h
tree.def (OMP_LOOP): New tree code.
2019-07-20 13:21:42 +02:00
treestruct.def
tsan.c
tsan.h
tsystem.h
typeclass.h
typed-splay-tree.c
typed-splay-tree.h
ubsan.c
ubsan.h
unique-ptr-tests.cc
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
valtrack.c
valtrack.h
value-prof.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
value-prof.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
var-tracking.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
varasm.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
varasm.h
varpool.c
vec-perm-indices.c
vec-perm-indices.h
vec.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
vec.h
vector-builder.h
Relax vector_builder::elt sanity check
2019-07-12 10:33:52 +00:00
version.c
version.h
vmsdbg.h
vmsdbgout.c
vr-values.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
vr-values.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
vtable-verify.c
vtable-verify.h
web.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 12:32:49 -06:00
wide-int-bitmask.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
2019-07-09 10:36:00 -06:00
wide-int-print.cc
wide-int-print.h
wide-int-range.cc
wide-int-range.h
wide-int.cc
wide-int.h
Fix wi::lshift
2019-07-10 15:16:12 +00:00
xcoff.h
xcoffout.c
xcoffout.h