This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6e8a31275fd tree-optimization/103596 - fix missed propagation into switches new 7ef68c37b3a x86: Check FUNCTION_DECL before calling cgraph_node::get new 3a2257e6b3f c++: Fix for decltype and bit-fields [PR95009]
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/config/i386/i386.c | 3 +- gcc/cp/typeck.c | 14 ++++- gcc/testsuite/g++.dg/cpp0x/decltype-bitfield1.C | 65 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/decltype-bitfield2.C | 18 ++++++ .../compile/pr37433.c => gcc.dg/pr103594.c} | 3 +- 5 files changed, 98 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-bitfield1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-bitfield2.C copy gcc/testsuite/{gcc.c-torture/compile/pr37433.c => gcc.dg/pr103594.c} (68%)