This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4d24159a1fc Preserve SSA info for more propagated copy new 52d71b6b1f0 c++: DR2627, Bit-fields and narrowing conversions [PR94058]
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/cp/typeck2.cc | 12 ++++++ gcc/testsuite/g++.dg/DRs/dr2627.C | 13 ++++++ gcc/testsuite/g++.dg/cpp0x/Wnarrowing22.C | 49 ++++++++++++++++++++++ .../{spaceship-synth8.C => spaceship-narrowing1.C} | 25 +++++++---- .../{spaceship-synth8.C => spaceship-narrowing2.C} | 19 +++++---- 5 files changed, 103 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/DRs/dr2627.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wnarrowing22.C copy gcc/testsuite/g++.dg/cpp2a/{spaceship-synth8.C => spaceship-narrowing1.C} (55%) copy gcc/testsuite/g++.dg/cpp2a/{spaceship-synth8.C => spaceship-narrowing2.C} (64%)