This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c782e80 2015-10-21 Steven G. Kargl kargl@gcc.gnu.org new cfec10d [PATCH 2/9] ENABLE_CHECKING refactoring: libcpp * inc [...] new 8fb42bb Improve --help output to generate references to option aliases.
The 2 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: gcc/ChangeLog | 89 ++++ gcc/ada/gcc-interface/lang.opt | 18 +- gcc/c-family/c.opt | 621 +++++++++++++------------ gcc/common.opt | 798 ++++++++++++++++---------------- gcc/config/aarch64/aarch64.opt | 28 +- gcc/config/alpha/alpha.opt | 52 +-- gcc/config/arc/arc.opt | 84 ++-- gcc/config/arm/arm.opt | 60 +-- gcc/config/avr/avr.opt | 22 +- gcc/config/bfin/bfin.opt | 32 +- gcc/config/c6x/c6x.opt | 16 +- gcc/config/cr16/cr16.opt | 12 +- gcc/config/cris/cris.opt | 36 +- gcc/config/cris/linux.opt | 2 +- gcc/config/darwin.opt | 20 +- gcc/config/epiphany/epiphany.opt | 18 +- gcc/config/fr30/fr30.opt | 4 +- gcc/config/frv/frv.opt | 78 ++-- gcc/config/ft32/ft32.opt | 4 +- gcc/config/g.opt | 2 +- gcc/config/h8300/h8300.opt | 24 +- gcc/config/i386/cygming.opt | 16 +- gcc/config/i386/djgpp.opt | 2 +- gcc/config/i386/i386.opt | 228 ++++----- gcc/config/i386/interix.opt | 2 +- gcc/config/i386/mingw-w64.opt | 2 +- gcc/config/i386/mingw.opt | 2 +- gcc/config/ia64/ia64.opt | 74 +-- gcc/config/ia64/ilp32.opt | 4 +- gcc/config/iq2000/iq2000.opt | 12 +- gcc/config/linux.opt | 8 +- gcc/config/lm32/lm32.opt | 10 +- gcc/config/lynx.opt | 6 +- gcc/config/m32c/m32c.opt | 12 +- gcc/config/m32r/m32r.opt | 30 +- gcc/config/m68k/ieee.opt | 2 +- gcc/config/m68k/m68k.opt | 84 ++-- gcc/config/mcore/mcore.opt | 22 +- gcc/config/mep/mep.opt | 62 +-- gcc/config/microblaze/microblaze.opt | 44 +- gcc/config/mips/mips.opt | 162 +++---- gcc/config/mmix/mmix.opt | 34 +- gcc/config/mn10300/mn10300.opt | 18 +- gcc/config/moxie/moxie.opt | 6 +- gcc/config/msp430/msp430.opt | 18 +- gcc/config/nios2/elf.opt | 8 +- gcc/config/nios2/nios2.opt | 256 +++++----- gcc/config/nvptx/nvptx.opt | 4 +- gcc/config/pa/pa-hpux.opt | 6 +- gcc/config/pa/pa-hpux1010.opt | 2 +- gcc/config/pa/pa-hpux1111.opt | 2 +- gcc/config/pa/pa-hpux1131.opt | 2 +- gcc/config/pa/pa.opt | 42 +- gcc/config/pa/pa64-hpux.opt | 4 +- gcc/config/pdp11/pdp11.opt | 34 +- gcc/config/rl78/rl78.opt | 8 +- gcc/config/rs6000/476.opt | 2 +- gcc/config/rs6000/aix64.opt | 8 +- gcc/config/rs6000/darwin.opt | 4 +- gcc/config/rs6000/linux64.opt | 4 +- gcc/config/rs6000/rs6000.opt | 166 +++---- gcc/config/rs6000/sysv4.opt | 62 +-- gcc/config/s390/s390.opt | 46 +- gcc/config/s390/tpf.opt | 4 +- gcc/config/sh/sh.opt | 142 +++--- gcc/config/sol2.opt | 4 +- gcc/config/sparc/long-double-switch.opt | 4 +- gcc/config/sparc/sparc.opt | 56 +-- gcc/config/spu/spu.opt | 44 +- gcc/config/stormy16/stormy16.opt | 2 +- gcc/config/tilegx/tilegx.opt | 4 +- gcc/config/tilepro/tilepro.opt | 2 +- gcc/config/v850/v850.opt | 58 +-- gcc/config/vax/vax.opt | 16 +- gcc/config/visium/visium.opt | 18 +- gcc/config/vms/vms.opt | 8 +- gcc/config/vxworks.opt | 4 +- gcc/config/xtensa/xtensa.opt | 14 +- gcc/fortran/lang.opt | 192 ++++---- gcc/gcc.c | 90 ++-- gcc/go/lang.opt | 16 +- gcc/java/lang.opt | 54 +-- gcc/lto/lang.opt | 2 +- gcc/opts.c | 46 +- gcc/params.def | 348 +++++++------- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.misc-tests/help.exp | 35 +- gcc/testsuite/lib/options.exp | 11 +- libcpp/ChangeLog | 7 + libcpp/include/line-map.h | 2 +- libcpp/init.c | 2 +- libcpp/macro.c | 38 +- 92 files changed, 2459 insertions(+), 2310 deletions(-)