This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2bca928 fix bootstrap without ISL on old linkers
new 62efaf6 PR c/68412 * c-typeck.c (parser_build_binary_op): Properly [...]
new c40a414 gcc/ * config/nvptx/nvptx.h (SUPPORTS_WEAK): Define. * con [...]
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 | 7 ++++++
gcc/c/ChangeLog | 6 +++++
gcc/c/c-typeck.c | 23 ++++++++++++++++++-
gcc/config/nvptx/nvptx.c | 7 +++---
gcc/config/nvptx/nvptx.h | 1 +
gcc/testsuite/ChangeLog | 20 +++++++++++++++++
gcc/testsuite/gcc.dg/attr-weakref-1.c | 6 +++--
gcc/testsuite/gcc.dg/pr68412-2.c | 15 +++++++++++++
gcc/testsuite/gcc.dg/pr68412.c | 41 ++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/special/weak-2.c | 4 ++++
gcc/testsuite/gcc.dg/torture/pr53922.c | 1 +
gcc/testsuite/gcc.dg/torture/pr60092.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-1.c | 2 ++
gcc/testsuite/gcc.dg/weak/weak-12.c | 2 ++
gcc/testsuite/gcc.dg/weak/weak-15.c | 2 ++
gcc/testsuite/gcc.dg/weak/weak-16.c | 2 ++
gcc/testsuite/gcc.dg/weak/weak-2.c | 2 ++
gcc/testsuite/gcc.dg/weak/weak-4.c | 2 ++
gcc/testsuite/lib/target-supports.exp | 6 +++++
19 files changed, 144 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr68412-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr68412.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 dejagnu.
from 9fc0c95 * testsuite/runtest.all/options.exp: Re-enable --strace 1 test.
new 73db65f * config/unix.exp: Add ability to set test timeout from site [...]
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:
ChangeLog | 6 ++++++
config/unix.exp | 8 +++++++-
doc/dejagnu.texi | 6 ++++++
doc/user.xml | 6 ++++++
4 files changed, 25 insertions(+), 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 313133f * libgomp.oacc-c-c++-common/reduction-dbl.c: New. * libgomp [...]
new 2bca928 fix bootstrap without ISL on old linkers
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 | 7 +++++++
gcc/graphite-isl-ast-to-gimple.c | 32 --------------------------------
gcc/sese.c | 32 ++++++++++++++++++++++++++++++++
gcc/sese.h | 2 +-
4 files changed, 40 insertions(+), 33 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 ce718fc PR c++/68396
new 313133f * libgomp.oacc-c-c++-common/reduction-dbl.c: New. * libgomp [...]
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:
libgomp/ChangeLog | 11 ++++
.../libgomp.oacc-c-c++-common/reduction-2.c | 64 ++++++++++----------
.../libgomp.oacc-c-c++-common/reduction-3.c | 51 +++-------------
.../libgomp.oacc-c-c++-common/reduction-4.c | 70 ----------------------
.../libgomp.oacc-c-c++-common/reduction-cplx-dbl.c | 19 +++---
.../libgomp.oacc-c-c++-common/reduction-cplx-flt.c | 19 +++---
.../{reduction-cplx-dbl.c => reduction-dbl.c} | 32 +++++-----
.../{reduction-cplx-flt.c => reduction-flt.c} | 30 +++++-----
8 files changed, 100 insertions(+), 196 deletions(-)
copy libgomp/testsuite/libgomp.oacc-c-c++-common/{reduction-cplx-dbl.c => reductio [...]
copy libgomp/testsuite/libgomp.oacc-c-c++-common/{reduction-cplx-flt.c => reductio [...]
--
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.
robert.savoye pushed a change to branch array
in repository toolchain/abe.
from 0af78de Add ABE data to the section below the delimiter, as it's not [...]
new 65befea Make directory for manifest before trying to write to it, as [...]
new e94bbec Merge branch 'array' of ssh://git.linaro.org/toolchain/abe in [...]
new 8ecfdb8 Merge branch 'array' of ssh://git.linaro.org/toolchain/abe in [...]
new b0c6654 Handle the ABE data section in the manifest better.
The 4 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:
lib/package.sh | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 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 e71ce65 2015-11-19 David Edelsohn <dje.gcc(a)gmail.com>
new ce718fc PR c++/68396
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/pt.c | 14 ++++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr68396.C | 15 +++++++++++++++
3 files changed, 35 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr68396.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 9a03004 [Patch, vrp] Allow VRP type conversion folding only for widen [...]
new e71ce65 2015-11-19 David Edelsohn <dje.gcc(a)gmail.com>
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 | 9 +++++++++
gcc/config/rs6000/rs6000.c | 5 -----
2 files changed, 9 insertions(+), 5 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 104f5d6 2015-11-19 Bob Duff <duff(a)adacore.com>
new 9a03004 [Patch, vrp] Allow VRP type conversion folding only for widen [...]
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/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/tree-ssa/vrp98.c | 41 +++++++++++++++++++++++++
gcc/testsuite/gcc.target/avr/uint8-single-reg.c | 24 +++++++++++++++
gcc/tree-vrp.c | 3 +-
gcc/tree.h | 14 +++++++++
6 files changed, 91 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp98.c
create mode 100644 gcc/testsuite/gcc.target/avr/uint8-single-reg.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 5920e04 liboffloadmic/ * plugin/libgomp-plugin-intelmic.cpp (struct [...]
new 104f5d6 2015-11-19 Bob Duff <duff(a)adacore.com>
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/ada/ChangeLog | 6 ++++++
gcc/ada/sem_elab.adb | 2 +-
2 files changed, 7 insertions(+), 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 gcc-5-branch
in repository gcc.
from aeb5654 PR lto/61313 * configure.ac (PLUGIN_LD_SUFFIX): Do not touc [...]
new ff83532 PR c++/67409 * decl.c (identify_goto): Add LOC and DIAG_KIN [...]
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 | 13 ++++++++
gcc/cp/decl.c | 69 +++++++++++++++++++++++++----------------
gcc/testsuite/ChangeLog | 3 ++
gcc/testsuite/g++.dg/eh/goto3.C | 14 +++++++++
4 files changed, 72 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/eh/goto3.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.