This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9478e79 [gcc] new 956b6d0 Daily bump. new 0d313cc 2016-12-11 Sandra Loosemore sandra@codesourcery.com new c40cd75 * doc/invoke.texi: Correct capitalization of OpenMP. new 665be19 * config/sparc/constraints.md (T): Use special memory constr [...] new fa56b06 Define arm_arch_core_flags in a single file new b532fbf MIPS: Upgrade to R2 for -mnan=2008 and -mabs=2008. new 7828cab Fix g++.dg/debug/dwarf2/typedef1.C new 4d1d4da libgcc/ 2016-12-12 George Spelvin <linux@sciencehorizons.n [...] new 489174f libgcc/ * config/avr/lib1funcs.S (__ashrdi3): Fix typo from [...] new b449e8a Remove stray character at end of dg-do directive new 4066793 PR rtl-optimization/78669 * ira.c (combine_and_move_insns): [...] new 18ce903 Disable hwcaps on libgfortran new 0e96068 PR middle-end/78716 * gimplify.c (gimplify_va_arg_expr): Do [...] new bc9c99d Remove stray character at end of dg-do directive new 02dfee4 [libstdc++][testsuite] XFAIL tests relying on long double-to- [...] new 558f475 PR target/78738 * config/i386/i386.h (X87_ENABLE_ARITH): Al [...]
The 16 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: config/ChangeLog | 4 + config/hwcaps.m4 | 28 + gcc/ChangeLog | 40 + gcc/DATESTAMP | 2 +- gcc/common/config/arm/arm-common.c | 20 + gcc/config/arm/arm-opts.h | 20 - gcc/config/i386/i386.h | 9 +- gcc/config/nios2/nios2.c | 3 +- gcc/config/sparc/constraints.md | 15 +- gcc/config/sparc/sparc.md | 12 +- gcc/doc/invoke.texi | 2 +- gcc/gimplify.c | 2 +- gcc/ira.c | 8 + gcc/testsuite/ChangeLog | 30 + gcc/testsuite/g++.dg/debug/dwarf2/typedef1.C | 2 +- gcc/testsuite/g++.dg/other/vararg-5.C | 24 + gcc/testsuite/gcc.target/i386/pr78669.c | 27 + gcc/testsuite/gcc.target/i386/pr78738.c | 10 + gcc/testsuite/gcc.target/mips/mips.exp | 4 +- gcc/testsuite/lib/target-supports.exp | 26 + libgcc/ChangeLog | 10 + libgcc/config/avr/lib1funcs.S | 29 +- libgfortran/ChangeLog | 8 + libgfortran/Makefile.am | 1 + libgfortran/Makefile.in | 3 + libgfortran/aclocal.m4 | 1 + libgfortran/configure | 1198 ++++++++++---------- libgfortran/configure.ac | 3 + libitm/ChangeLog | 7 + libitm/acinclude.m4 | 30 - libitm/aclocal.m4 | 1 + libitm/configure.ac | 2 +- libstdc++-v3/ChangeLog | 19 + .../basic_string/numeric_conversions/char/stod.cc | 1 + .../basic_string/numeric_conversions/char/stold.cc | 1 + .../numeric_conversions/wchar_t/stod.cc | 2 + .../numeric_conversions/wchar_t/stold.cc | 2 + .../inserters_arithmetic/char/hexfloat.cc | 1 + .../experimental/filesystem/operations/is_empty.cc | 2 +- .../filesystem/operations/temp_directory_path.cc | 2 +- 40 files changed, 955 insertions(+), 656 deletions(-) create mode 100644 config/hwcaps.m4 create mode 100644 gcc/testsuite/g++.dg/other/vararg-5.C create mode 100644 gcc/testsuite/gcc.target/i386/pr78669.c create mode 100644 gcc/testsuite/gcc.target/i386/pr78738.c