This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 683f9728e8f Make any_cast compare typeinfo as well as function pointers new 301d870b9bd Add infrastructure to support -mcpu=future to represent a f [...]
The 1 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 | 30 +++++++++++++++++++++++++++ gcc/config.gcc | 2 +- gcc/config/rs6000/driver-rs6000.c | 2 ++ gcc/config/rs6000/rs6000-cpus.def | 7 +++++++ gcc/config/rs6000/rs6000-opts.h | 2 ++ gcc/config/rs6000/rs6000-string.c | 1 + gcc/config/rs6000/rs6000-tables.opt | 3 +++ gcc/config/rs6000/rs6000.c | 16 ++++++++++++-- gcc/config/rs6000/rs6000.h | 2 ++ gcc/config/rs6000/rs6000.md | 2 +- gcc/config/rs6000/rs6000.opt | 4 ++++ gcc/doc/invoke.texi | 4 ++-- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.target/powerpc/cpu-future.c | 6 ++++++ 14 files changed, 79 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/cpu-future.c