This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dded5f78ccb c++: template and clone fns for modules new f7251a2c103 if-to-switch: fix matching of negative conditions new 447f99b3b8b Avoid atomic for guard acquire when that is expensive
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/decl2.c | 33 ++++++++++++++++--- gcc/gimple-if-to-switch.cc | 6 ++++ gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-10.c | 44 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr98182.c | 18 ++++++++++ 4 files changed, 97 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-10.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr98182.c