This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 95a7339258 tunables: Use direct syscall for access (BZ#21744)
new 94955362dd zic: Use PRIdMAX to print line numbers
new 832f8e0487 Fix LC_TIME for mai_IN
new b0edfa40c6 Added yesstr/nostr for sa_IN
new ffe6d539df Fix name_mrs for mag_IN
new 1b768b4897 Add country_name to several locales
new c771b59a24 Fix inconsistency in country_isbn and missing prefixes
The 6 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 | 7 ++
localedata/ChangeLog | 45 +++++++++
localedata/locales/an_ES | 2 +
localedata/locales/ayc_PE | 2 +
localedata/locales/be_BY@latin | 2 +
localedata/locales/dv_MV | 4 +
localedata/locales/et_EE | 2 +-
localedata/locales/hy_AM | 2 +-
localedata/locales/ia_FR | 2 +
localedata/locales/ik_CA | 2 +
localedata/locales/lij_IT | 2 +
localedata/locales/mag_IN | 8 +-
localedata/locales/mai_IN | 82 +++++++++++++++-
localedata/locales/mi_NZ | 2 +
localedata/locales/nds_DE | 2 +
localedata/locales/nds_NL | 2 +
localedata/locales/oc_FR | 3 +-
localedata/locales/sa_IN | 4 +
localedata/locales/sc_IT | 2 +
localedata/locales/sd_IN | 2 +
localedata/locales/tcy_IN | 2 +
localedata/locales/tg_TJ | 2 +
localedata/locales/tl_PH | 2 +
localedata/locales/tt_RU | 4 +
localedata/locales/wo_SN | 2 +
localedata/locales/zh_SG | 2 +
po/libc.pot | 207 +++++++++++++++++++++--------------------
timezone/zic.c | 11 ++-
28 files changed, 293 insertions(+), 118 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 binutils-2_29-branch
in repository binutils-gdb.
from a5da75e43a Bump version to 2.29.0
new 401a721a2f Automatic date update in version.in
new 56d3b99834 Updated French translation for the BFD library.
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:
bfd/ChangeLog | 4 +
bfd/po/fr.po | 6202 ++++++++++++++++++++++++++++++++++++++-------------------
bfd/version.h | 2 +-
3 files changed, 4141 insertions(+), 2067 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/pr79793/master
in repository gcc.
at 281890e6d0c Properly compute stack frame for exception handler
This branch includes the following new commits:
new 6d586279c44 Daily bump.
new 3f4c84656a8 2017-07-25 Richard Biener <rguenther(a)suse.de>
new 8b3e57388de * config/avr/avr-log.c (avr_log_vadump) ['T']: Print NULL-TREE.
new 7da9b5e4bbe PR target/81414 * config/aarch64/cortex-a57-fma-steering. [...]
new 662c96a9293 PR c/81364 * c-parser.c (c_parser_else_body): Don't warn [...]
new 7ecd7544b7f gcc/ PR 81487 * hsa-brig.c (brig_init): Use xasprintf ins [...]
new 281890e6d0c Properly compute stack frame for exception handler
The 7 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 5960631515f Daily bump.
new a86273fed2d Daily bump.
new 67e1e591ca7 Backport from 2017-07-20 trunk r250384.
new f9d4c9d9af5 gcc/ Backport from 2017-05-06 trunk r247719. PR rtl-optim [...]
new 7027c0cd646 Fix PR79041
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:
gcc/ChangeLog | 27 ++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64.c | 2 +-
gcc/simplify-rtx.c | 28 +-----
gcc/testsuite/ChangeLog | 22 +++++
gcc/testsuite/gcc.dg/torture/pr75964.c | 28 ++++++
gcc/testsuite/gcc.dg/tree-ssa/pr81388-1.c | 14 +++
gcc/testsuite/gcc.dg/tree-ssa/pr81388-2.c | 14 +++
.../gcc.target/aarch64/{pr78733.c => pr79041-2.c} | 3 +-
gcc/tree-ssa-loop-niter.c | 105 +++++++++++++++------
10 files changed, 190 insertions(+), 55 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr75964.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr81388-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr81388-2.c
copy gcc/testsuite/gcc.target/aarch64/{pr78733.c => pr79041-2.c} (50%)
--
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-6-branch
in repository gcc.
from 44c6a8746a2 PR target/80569 * config/i386/i386.c (ix86_option_overrid [...]
new e0ae2ec394b Daily bump.
new f7c5dac7f4d gcc/ Backport from 2017-05-06 trunk r247719. PR rtl-optim [...]
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 | 10 ++++++++++
gcc/DATESTAMP | 2 +-
gcc/simplify-rtx.c | 28 ++++------------------------
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/torture/pr75964.c | 28 ++++++++++++++++++++++++++++
5 files changed, 52 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr75964.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 gcc-5-branch
in repository gcc.
from ce5d7f6c340 PR target/80569 * config/i386/i386.c (ix86_option_overrid [...]
new 505d3b304fa 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 9b94f69539b * dwarf2asm.c (dw2_asm_output_nstring): Encode doub [...]
new 025d894a6ff 2017-07-25 Richard Biener <rguenther(a)suse.de>
new d49f7ebe3d9 2017-07-25 Richard Biener <rguenther(a)suse.de>
new cefc7aa3753 2017-07-25 Tamar Christina <tamar.christina(a)arm.com>
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:
gcc/ChangeLog | 16 ++++++++++
gcc/config/arm/parsecpu.awk | 35 ++++++++++++++++++++--
gcc/testsuite/ChangeLog | 10 +++++++
gcc/testsuite/gcc.dg/pr81455.c | 15 ++++++++++
.../gfortran.dg/{pr80494.f90 => pr81529.f90} | 2 +-
gcc/tree-ssa-loop-unswitch.c | 11 +++++--
gcc/tree-vect-stmts.c | 4 ++-
7 files changed, 85 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr81455.c
copy gcc/testsuite/gfortran.dg/{pr80494.f90 => pr81529.f90} (93%)
--
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/pr79793/master
in repository gcc.
discards 1c6b93a924c Properly compute stack frame for exception handler
new 281890e6d0c Properly compute stack frame for exception handler
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1c6b93a924c)
\
N -- N -- N refs/heads/hjl/pr79793/master (281890e6d0c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/config/i386/i386.c | 4 ++++
gcc/testsuite/gcc.dg/guality/pr68037-1.c | 12 ++++++------
2 files changed, 10 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.