This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c14a1ed99c3 Ada: Fix bogus error on inherited operation for extension o [...] new 0c0b0e72799 testsuite: Move complex-operations-run.c to vect-complex-op [...] new a1de16a8e52 forwprop: Handle already true/false branchs in optimize_unr [...]
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/testsuite/gcc.c-torture/compile/pr122588-1.c | 25 ++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr122588-1.c | 30 ++++++++++++++++++++++ ...rations-run.c => vect-complex-operations-run.c} | 0 gcc/tree-ssa-forwprop.cc | 7 ++++- 4 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr122588-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr122588-1.c rename gcc/testsuite/gcc.dg/vect/complex/{complex-operations-run.c => vect-complex [...]