This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 72f8d228aff middle-end/104496 - fix vectorized_internal_fn_supported_p new fb76c0ad35f combine: Fix ICE with substitution of CONST_INT into PRE_DE [...] new 84993d94e13 c++: Fix up constant expression __builtin_convertvector fol [...] new ae117af4394 [gimplefe] Add vector_mask attribute to get access to vector bools
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/c-family/c-attribs.cc | 36 +++++++++++++++++++++++++++ gcc/c/gimple-parser.cc | 12 ++++++--- gcc/combine.cc | 6 +++++ gcc/cp/constexpr.cc | 9 +++---- gcc/testsuite/g++.dg/cpp0x/constexpr-104472.C | 9 +++++++ gcc/testsuite/gcc.dg/gimplefe-48.c | 20 +++++++++++++++ gcc/testsuite/gcc.target/i386/pr104446.c | 15 +++++++++++ 7 files changed, 97 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-104472.C create mode 100644 gcc/testsuite/gcc.dg/gimplefe-48.c create mode 100644 gcc/testsuite/gcc.target/i386/pr104446.c