This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b56115acaa9 PR c++/81164 - ICE with invalid inherited constructor. new ee9f1372925 gcc/ChangeLog:
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 | 32 +++ gcc/config/rs6000/altivec.h | 8 + gcc/config/rs6000/rs6000-builtin.def | 23 +++ gcc/config/rs6000/rs6000-c.c | 23 +++ gcc/config/rs6000/rs6000-protos.h | 1 + gcc/config/rs6000/rs6000.c | 29 +++ gcc/config/rs6000/vsx.md | 194 +++++++++++++++++ gcc/doc/extend.texi | 14 ++ gcc/testsuite/ChangeLog | 8 + .../gcc.target/powerpc/builtins-3-runnable.c | 229 +++++++++++++++++++-- 10 files changed, 542 insertions(+), 19 deletions(-)