This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a5cac223dff Fix bogus calls to set_rtx_cost. new 21968d4ae06 c++: Fix crash with template spec in different namespace [PR94255] new 5d5dcc65aae c++: Detect long double -> double narrowing [PR94590]
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 | 13 +++++++++++++ gcc/cp/parser.c | 7 ++++++- gcc/cp/typeck2.c | 9 ++++++++- gcc/testsuite/ChangeLog | 10 ++++++++++ gcc/testsuite/g++.dg/cpp0x/Wnarrowing18.C | 15 +++++++++++++++ gcc/testsuite/g++.dg/template/spec41.C | 17 +++++++++++++++++ 6 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wnarrowing18.C create mode 100644 gcc/testsuite/g++.dg/template/spec41.C