This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 3b9a3b484f7 PR fortran/95611 - ICE in access_attr_decl, at fortran/decl.c:9075 new 53e91f867bd c++: Sorry about type-dependent arg for __builtin_has_attri [...] new 18436d87ff8 c++: ICE when shortening right shift [PR94955] new 4c07da7bec0 c++: Fix bogus -Wparentheses warning [PR95344]
The 3 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/cp-gimplify.c | 8 ++++++-- gcc/cp/parser.c | 7 ++++++- gcc/cp/typeck.c | 4 +++- gcc/testsuite/c-c++-common/Wparentheses-2.c | 18 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-shift2.C | 12 ++++++++++++ gcc/testsuite/g++.dg/ext/builtin-has-attribute.C | 8 ++++++++ 6 files changed, 53 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wparentheses-2.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-shift2.C create mode 100644 gcc/testsuite/g++.dg/ext/builtin-has-attribute.C