This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8cb82ed PR target/70292 * gcc.c-torture/pr70292.c: New test. new 5e0d03a Fix PR target/70453. new 13ee2de PR c++/70393 * varasm.c (output_constructor_regular_field): [...]
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/ChangeLog | 11 ++++++ gcc/config/i386/sse.md | 2 +- gcc/cp/ChangeLog | 6 +++ gcc/cp/constexpr.c | 37 +++++++++++++++---- gcc/testsuite/ChangeLog | 10 +++++ gcc/testsuite/g++.dg/cpp0x/constexpr-virtual6.C | 49 +++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr70453.c | 18 +++++++++ gcc/varasm.c | 29 +++++++++------ 8 files changed, 142 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-virtual6.C create mode 100644 gcc/testsuite/gcc.target/i386/pr70453.c