This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from de7513fb410 PR inline-asm/85022 * emit-rtl.c (init_emit_regs): Indica [...] new dcc97051f9d PR c++/78489 - wrong SFINAE behavior. new 7467ab71bc4 * gcc.target/powerpc/builtins-1-le.c: Filter out gimple fo [...]
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/cp/ChangeLog | 7 +++ gcc/cp/pt.c | 54 ++++++++++--------- gcc/testsuite/ChangeLog | 5 ++ .../cpp0x/{fntmpdefarg4.C => fntmpdefarg4a.C} | 2 +- gcc/testsuite/g++.dg/cpp0x/sfinae60.C | 25 +++++++++ gcc/testsuite/g++.dg/cpp0x/sfinae61.C | 21 ++++++++ gcc/testsuite/gcc.target/powerpc/builtins-1-le.c | 60 +++++++++++----------- 7 files changed, 121 insertions(+), 53 deletions(-) copy gcc/testsuite/g++.dg/cpp0x/{fntmpdefarg4.C => fntmpdefarg4a.C} (68%) create mode 100644 gcc/testsuite/g++.dg/cpp0x/sfinae60.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/sfinae61.C