This is an automated email from the git hooks/post-receive script.
robert.savoye pushed a change to branch parser
in repository toolchain/abe.
from 8f5bee0 Add glibc tests for create_release_tag().
new 42a8532 remove call to normalize_path(), which has been depreciated.
new baeef3b Improve file copy to eliminate warning message
new 242cb62 Improve release string for glibc
new f343b75 use create_release_tag() consistently.
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/checkout.sh | 1 -
lib/common.sh | 5 ++-
lib/fetch.sh | 2 +-
lib/package.sh | 105 ++++++++++----------------------------------------------
4 files changed, 23 insertions(+), 90 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 bd95667 2015-09-04 Manuel López-Ibáñez <manu(a)gcc.gnu.org>
new 3e6bab8 * intrinsic.h (gfc_simplify_mvbits): Remove. * simplify.c ( [...]
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 | 7 +++++++
gcc/fortran/intrinsic.c | 3 +--
gcc/fortran/intrinsic.h | 2 --
gcc/fortran/simplify.c | 12 ------------
4 files changed, 8 insertions(+), 16 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.
robert.savoye pushed a change to branch parser
in repository toolchain/abe.
from c8dc114 pass the right string so the stamp name is correct, cleanup t [...]
new 34a86f7 Remove normalize_path() as it's now unused. Fix create_releas [...]
new b4045ae Fix create_release_tag() to work for glibc as well.
new 8f5bee0 Add glibc tests for create_release_tag().
The 3 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/common.sh | 163 ++-------
testsuite/test.sh | 995 ++++++------------------------------------------------
2 files changed, 133 insertions(+), 1025 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 6c01cf9 PR middle-end/67452 * tree-ssa-live.c: Include cfgloop.h. [...]
new bd95667 2015-09-04 Manuel López-Ibáñez <manu(a)gcc.gnu.org>
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 | 6 ++++++
gcc/fortran/error.c | 3 +++
2 files changed, 9 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 gcc-5-branch
in repository gcc.
from 04437d1 Daily bump.
new 73a4df3 PR middle-end/67452 * tree-ssa-live.c: Include cfgloop.h. [...]
new 4abf947 2015-09-04 Manuel López-Ibáñez <manu(a)gcc.gnu.org>
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/fortran/ChangeLog | 10 ++++++++--
gcc/fortran/error.c | 3 +++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/lto/pr67452_0.c | 23 +++++++++++++++++++++++
gcc/tree-ssa-live.c | 9 +++++++++
6 files changed, 55 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr67452_0.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 a700e28 gcc/ChangeLog
new 6c01cf9 PR middle-end/67452 * tree-ssa-live.c: Include cfgloop.h. [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/lto/pr67452_0.c | 23 +++++++++++++++++++++++
gcc/tree-ssa-live.c | 9 +++++++++
4 files changed, 44 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr67452_0.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 26befab fix darwin bootstrap errors due to <mutex>.
new a700e28 gcc/ChangeLog
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/config/avr/avr.c | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/avr/pr65210.c | 7 +++++++
4 files changed, 20 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/avr/pr65210.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 6af1d63 Document ftrapv/fwrapv interaction
new 26befab fix darwin bootstrap errors due to <mutex>.
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:
libstdc++-v3/ChangeLog | 5 ++++-
libstdc++-v3/include/std/mutex | 19 ++++++++++---------
2 files changed, 14 insertions(+), 10 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 hjl/interrupt/master
in repository gcc.
at 2100aaa Document x86 interrupt/exception attribute
This branch includes the following new commits:
new f3d3789 Add __builtin_ia32_interrupt_data
new 2100aaa Document x86 interrupt/exception attribute
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.