This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bf81237eccb Daily bump. new 187d0d5871b c++: Tuple of self-dependent classes [PR96926] new b258e263e0d jit: fix ICE on BUILT_IN_TRAP [PR99126]
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/call.c | 90 ++++++++++++++--- gcc/jit/jit-builtins.c | 14 ++- gcc/jit/jit-builtins.h | 3 + gcc/jit/jit-playback.c | 11 ++- gcc/testsuite/g++.dg/cpp0x/overload4.C | 174 +++++++++++++++++++++++++++++++++ gcc/testsuite/jit.dg/test-trap.c | 59 +++++++++++ 6 files changed, 334 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/overload4.C create mode 100644 gcc/testsuite/jit.dg/test-trap.c