This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/benchmarking-logging
in repository toolchain/abe.
from 20d73fc Make ASLR and renice controls disable-able
new 9621e71 Check errors on size commands
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 | 10 ++++++++++
1 file changed, 10 insertions(+)
--
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-logging
in repository toolchain/abe.
from d8d1521 Add capability to record build-time data
new 363c208 Move all runtime controls to before target state report
new d1fdf3e Log control measures more explicity
new 5b981e8 Control environment (on by default)
new 2471f2a Order getopts
new 20d73fc Make ASLR and renice controls disable-able
The 5 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/controlledrun.sh | 92 ++++++++++++++++++++++++++++++------------------
1 file changed, 58 insertions(+), 34 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 1bca8cb PR28901 -Wunused-variable ignores unused const initialised va [...]
new 85f5e2e * c-common.c (warn_for_sign_compare): Cast to unsigned when [...]
new e4cc057 * c-opts.c (c_common_post_options): Set C++ standard earlier [...]
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 | 6 ++++++
gcc/c-family/ChangeLog | 10 ++++++++++
gcc/c-family/c-common.c | 2 +-
gcc/c-family/c-opts.c | 8 ++++----
gcc/c/ChangeLog | 5 +++++
gcc/c/c-typeck.c | 5 ++---
gcc/rtlanal.c | 4 ++--
gcc/sched-int.h | 2 +-
8 files changed, 31 insertions(+), 11 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 a6b9137 2015-09-14 Richard Biener <rguenther(a)suse.de>
new 1bca8cb PR28901 -Wunused-variable ignores unused const initialised va [...]
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 | 10 ++++++++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c.opt | 8 ++++++++
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/cp-objcp-common.c | 4 ----
gcc/doc/invoke.texi | 18 +++++++++++++++---
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/g++.dg/warn/unused-variable-1.C | 7 +++++++
gcc/testsuite/g++.dg/warn/unused-variable-2.C | 7 +++++++
gcc/testsuite/gcc.dg/unused-4.c | 2 +-
gcc/testsuite/gcc.dg/unused-variable-1.c | 7 +++++++
gcc/testsuite/gcc.dg/unused-variable-2.c | 7 +++++++
gcc/toplev.c | 11 ++++++-----
13 files changed, 89 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/unused-variable-1.C
create mode 100644 gcc/testsuite/g++.dg/warn/unused-variable-2.C
create mode 100644 gcc/testsuite/gcc.dg/unused-variable-1.c
create mode 100644 gcc/testsuite/gcc.dg/unused-variable-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 17bd4ae 2015-09-14 Richard Biener <rguenther(a)suse.de>
new 546e705 * config/i386/haswell.md: New file describing Haswell pipeli [...]
new a6b9137 2015-09-14 Richard Biener <rguenther(a)suse.de>
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 | 14 +
gcc/config/i386/haswell.md | 618 ++++++++++++++++++++++++++++++++++++++++
gcc/config/i386/i386.c | 10 +-
gcc/config/i386/i386.md | 5 +-
gcc/doc/match-and-simplify.texi | 52 +++-
5 files changed, 687 insertions(+), 12 deletions(-)
create mode 100644 gcc/config/i386/haswell.md
--
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 2149208 Update my email address.
new 17bd4ae 2015-09-14 Richard Biener <rguenther(a)suse.de>
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/doc/match-and-simplify.texi | 26 +++++++++++++++++++++-----
2 files changed, 26 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 b2bf7f8 * gcc-interface/misc.c (gnat_post_options): Issue a warning [...]
new 2149208 Update my email address.
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 | 4 ++++
MAINTAINERS | 10 +++++-----
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 9ac7350 * gcc-interface/gigi.h (ref_filename): Delete. (Sloc_to_loc [...]
new b2bf7f8 * gcc-interface/misc.c (gnat_post_options): Issue a warning [...]
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 | 5 +++++
gcc/ada/gcc-interface/misc.c | 7 +++++++
2 files changed, 12 insertions(+)
--
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 6537e0c * gcc-interface/utils2.c (gnat_rewrite_reference) <COMPOUND_ [...]
new 9ac7350 * gcc-interface/gigi.h (ref_filename): Delete. (Sloc_to_loc [...]
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 | 21 +++++
gcc/ada/gcc-interface/decl.c | 2 +-
gcc/ada/gcc-interface/gigi.h | 36 ++++----
gcc/ada/gcc-interface/misc.c | 2 +-
gcc/ada/gcc-interface/trans.c | 198 +++++++++++++++++------------------------
gcc/ada/gcc-interface/utils.c | 4 +-
gcc/ada/gcc-interface/utils2.c | 179 ++++++++++++++-----------------------
7 files changed, 189 insertions(+), 253 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 072a4be Daily bump.
new 6537e0c * gcc-interface/utils2.c (gnat_rewrite_reference) <COMPOUND_ [...]
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 | 5 +++++
gcc/ada/gcc-interface/utils2.c | 4 +++-
2 files changed, 8 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.