This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1e6c0e69af8 libstdc++: Work around modules ICE in <charconv> [PR105297] new c049f638da4 fortran: Fix conv of UNION constructors [PR105310] new 93b65ed9706 c++: wrong error with constexpr COMPOUND_EXPR [PR105321]
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/constexpr.cc | 9 +++--- gcc/fortran/trans-expr.cc | 4 +-- gcc/testsuite/g++.dg/cpp0x/constexpr-105321.C | 18 +++++++++++ gcc/testsuite/gfortran.dg/dec_union_12.f90 | 43 +++++++++++++++++++++++++++ 4 files changed, 67 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-105321.C create mode 100755 gcc/testsuite/gfortran.dg/dec_union_12.f90