This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 38e71a6 2016-02-25 Richard Biener rguenther@suse.de new 17de482 PR c++/68049 * tree.c (strip_typedefs): Use DECL_ORIGINAL_TYPE. new 7466a67 PR c++/67364 * constexpr.c (cxx_eval_component_reference): [...]
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 | 9 +++++++++ gcc/cp/constexpr.c | 3 ++- gcc/cp/tree.c | 10 +++++++++- gcc/testsuite/g++.dg/cpp0x/constexpr-empty10.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/ext/attribute-may-alias-3.C | 22 ++++++++++++++++++++++ 5 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-empty10.C create mode 100644 gcc/testsuite/g++.dg/ext/attribute-may-alias-3.C