This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4945b4c2c86 Allow ChangeLog entries for ignored location. new 1dedc12d186 revamp dump and aux output names new 1c7f8cbcc7f accept for dir/ChangeLog entries new f1f862aec2c openmp: Ensure copy ctor for composite distribute parallel [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: contrib/compare-debug | 26 +- contrib/gcc-changelog/git_commit.py | 2 +- gcc/ada/gcc-interface/lang-specs.h | 16 +- gcc/ada/switch.adb | 4 +- gcc/common.opt | 27 +- gcc/cp/cp-gimplify.c | 64 ++- gcc/doc/invoke.texi | 385 +++++++++++-- gcc/dwarf2out.c | 3 +- gcc/fortran/options.c | 4 +- gcc/gcc.c | 938 +++++++++++++++++++++++++------ gcc/gimplify.c | 56 -- gcc/lto-wrapper.c | 157 +++--- gcc/omp-general.c | 56 ++ gcc/omp-general.h | 1 + gcc/opts.c | 35 -- gcc/testsuite/gcc.misc-tests/outputs-0.c | 1 + gcc/testsuite/gcc.misc-tests/outputs-1.c | 4 + gcc/testsuite/gcc.misc-tests/outputs-2.c | 2 + gcc/testsuite/gcc.misc-tests/outputs.exp | 695 +++++++++++++++++++++++ gcc/testsuite/lib/gcc-defs.exp | 46 ++ gcc/testsuite/lib/profopt.exp | 10 +- gcc/testsuite/lib/scandump.exp | 3 + gcc/testsuite/lib/scanltranstree.exp | 20 +- gcc/testsuite/lib/scanwpaipa.exp | 20 +- gcc/toplev.c | 62 +- lto-plugin/lto-plugin.c | 87 ++- 26 files changed, 2247 insertions(+), 477 deletions(-) create mode 100644 gcc/testsuite/gcc.misc-tests/outputs-0.c create mode 100644 gcc/testsuite/gcc.misc-tests/outputs-1.c create mode 100644 gcc/testsuite/gcc.misc-tests/outputs-2.c create mode 100644 gcc/testsuite/gcc.misc-tests/outputs.exp