This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from c8782fb Daily bump.
new b5ccea5 Daily bump.
The 1 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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a7cc1f9 PR c++/69662 - -Wplacement-new on allocated one element array [...]
new 3f0ff0d PR tree-optimization/68541 * gimple-ssa-split-paths.c: Incl [...]
The 1 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/gimple-ssa-split-paths.c | 113 ++++++++++++++++++++++++---
gcc/testsuite/ChangeLog | 10 +++
gcc/testsuite/gcc.dg/tree-ssa/split-path-2.c | 21 +++++
gcc/testsuite/gcc.dg/tree-ssa/split-path-3.c | 90 +++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/split-path-4.c | 24 ++++++
gcc/testsuite/gcc.dg/tree-ssa/split-path-5.c | 60 ++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/split-path-6.c | 72 +++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/split-path-7.c | 94 ++++++++++++++++++++++
9 files changed, 483 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/split-path-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/split-path-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/split-path-4.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/split-path-5.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/split-path-6.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/split-path-7.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fcb25f28 PR c/69643
new a7cc1f9 PR c++/69662 - -Wplacement-new on allocated one element array [...]
The 1 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 | 6 +
gcc/c-family/ChangeLog | 6 +
gcc/c-family/c.opt | 6 +-
gcc/cp/ChangeLog | 7 +
gcc/cp/init.c | 91 ++++++++--
gcc/doc/invoke.texi | 35 +++-
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/g++.dg/warn/Wplacement-new-size-1.C | 139 +++++++++++++++
gcc/testsuite/g++.dg/warn/Wplacement-new-size-2.C | 197 ++++++++++++++++++++++
9 files changed, 478 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wplacement-new-size-1.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wplacement-new-size-2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3a2545a Fix fortran scalar elemental dependency mishandling
new fcb25f28 PR c/69643
The 1 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 | 6 ++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/addr-space-4.c | 16 ++++++++++++++++
gcc/testsuite/gcc.target/i386/addr-space-5.c | 16 ++++++++++++++++
gcc/tree.c | 17 +++++++++++++++++
5 files changed, 61 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/addr-space-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/addr-space-5.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 66feb54 PR rtl-optimization/69691 * lra-eliminations.c (move_plus_u [...]
new 3a2545a Fix fortran scalar elemental dependency mishandling
The 1 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/fortran/ChangeLog | 13 +++++++++++
gcc/fortran/trans-array.c | 18 +++++++++++----
gcc/fortran/trans-expr.c | 10 ++++----
gcc/fortran/trans.h | 5 ++++
gcc/testsuite/ChangeLog | 5 ++++
.../gfortran.dg/elemental_dependency_6.f90 | 27 ++++++++++++++++++++++
6 files changed, 68 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/elemental_dependency_6.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1e30246 PR c++/69628 * charset.c (cpp_interpret_charconst): Clear * [...]
new 66feb54 PR rtl-optimization/69691 * lra-eliminations.c (move_plus_u [...]
The 1 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 | 5 +
gcc/lra-eliminations.c | 3 +-
gcc/testsuite/ChangeLog | 3 +
gcc/testsuite/gcc.c-torture/execute/pr69691.c | 127 ++++++++++++++++++++++++++
4 files changed, 137 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr69691.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-stability
in repository toolchain/abe.
discards 44c6638 Handle None being equivalent to unset
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/bernie/benchmarking-uinstance-stability (b4e49d2)
\
O -- O -- O (44c6638)
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes:
scripts/Benchmark.sh | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-stability
in repository toolchain/abe.
from b4e49d2 Confirm that one of TOOLCHAIN and PREBUILT is set
new 44c6638 Handle None being equivalent to unset
The 1 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:
scripts/Benchmark.sh | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3120f7a Make issues similar to PR c++/68948 fail loudly.
new 1e30246 PR c++/69628 * charset.c (cpp_interpret_charconst): Clear * [...]
The 1 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/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/parse/pr69628.C | 5 +++++
libcpp/ChangeLog | 6 ++++++
libcpp/charset.c | 11 +++++++++--
4 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/pr69628.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9c28a29 * gcc.dg/sancov/asan.c: Move to ... * gcc.dg/asan/sancov-1. [...]
new 3120f7a Make issues similar to PR c++/68948 fail loudly.
The 1 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 | 6 ++++++
gcc/cp/semantics.c | 3 +++
2 files changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.