This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 418255b Provide nearly complete std::locale support for DragonFly
new 8db97bd 2015-08-27 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 | 9 +++++++++
gcc/cgraphunit.c | 20 ++++++++++----------
gcc/passes.c | 5 ++++-
3 files changed, 23 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 cad405e Use __cxa_atexit on Solaris 12+
new 35785c6 * configure: Regenerate.
new 418255b Provide nearly complete std::locale support for DragonFly
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:
libstdc++-v3/ChangeLog | 21 ++
libstdc++-v3/acinclude.m4 | 14 +-
libstdc++-v3/config/locale/dragonfly/c_locale.cc | 229 ++++--------
.../locale/{generic => dragonfly}/c_locale.h | 24 +-
.../locale/{gnu => dragonfly}/codecvt_members.cc | 47 +--
.../{generic => dragonfly}/collate_members.cc | 13 +-
.../config/locale/dragonfly/ctype_members.cc | 95 ++++-
.../locale/{gnu => dragonfly}/monetary_members.cc | 246 ++++++-------
.../locale/{gnu => dragonfly}/numeric_members.cc | 54 ++-
.../config/locale/dragonfly/time_members.cc | 404 +++++++++++++++++++++
.../locale/{gnu => dragonfly}/time_members.h | 10 +-
.../os/bsd/dragonfly/ctype_configure_char.cc | 66 +++-
libstdc++-v3/config/os/bsd/dragonfly/os_defines.h | 1 +
libstdc++-v3/configure | 398 ++++++++++++++------
14 files changed, 1084 insertions(+), 538 deletions(-)
copy libstdc++-v3/config/locale/{generic => dragonfly}/c_locale.h (80%)
copy libstdc++-v3/config/locale/{gnu => dragonfly}/codecvt_members.cc (86%)
copy libstdc++-v3/config/locale/{generic => dragonfly}/collate_members.cc (80%)
copy libstdc++-v3/config/locale/{gnu => dragonfly}/monetary_members.cc (75%)
copy libstdc++-v3/config/locale/{gnu => dragonfly}/numeric_members.cc (80%)
create mode 100644 libstdc++-v3/config/locale/dragonfly/time_members.cc
copy libstdc++-v3/config/locale/{gnu => dragonfly}/time_members.h (91%)
--
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 f4bb54a Avoid unstructured procfs on Solaris
new cad405e Use __cxa_atexit on Solaris 12+
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/config.gcc | 6 ++++++
2 files changed, 11 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 050af05 2015-08-27 Ramana Radhakrishnan <ramana.radhakrishnan(a)arm.c [...]
new f4bb54a Avoid unstructured procfs on Solaris
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:
boehm-gc/ChangeLog | 5 +++++
boehm-gc/os_dep.c | 8 +++-----
2 files changed, 8 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 bf20458 2015-08-27 Richard Biener <rguenther(a)suse.de>
new 050af05 2015-08-27 Ramana Radhakrishnan <ramana.radhakrishnan(a)arm.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/ChangeLog | 12 ++++
gcc/config/aarch64/aarch64-protos.h | 1 +
gcc/config/aarch64/aarch64.c | 23 ++++++
gcc/config/aarch64/aarch64.md | 89 +++++++++++++++++++----
gcc/config/aarch64/iterators.md | 6 ++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/aarch64/long_branch_1.c | 91 ++++++++++++++++++++++++
7 files changed, 211 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/long_branch_1.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 482869e S/390: Add emit_barrier() after trap
new bf20458 2015-08-27 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 | 4 ++++
gcc/ipa.c | 1 +
2 files changed, 5 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 79651b1 compiler: Don't crash on invalid builtin calls.
new 482869e S/390: Add emit_barrier() after trap
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/config/s390/s390.c | 1 +
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/s390/20150826-1.c | 12 ++++++++++++
4 files changed, 22 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/s390/20150826-1.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 1527db4 Daily bump.
new 79651b1 compiler: Don't crash on invalid builtin calls.
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 12 +++++++++---
2 files changed, 10 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.
unknown user pushed a change to branch master
in repository gcc.
from 42c1c97 Ensure std::generate_canonical doesn't return 1.
new 1527db4 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.