This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bab23e4 [AArch64] Documentation fix for -fpic
new 1ef426c DWARF: materialize subprogram renamings in Ada as imported 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 | 7 +++++++
gcc/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/utils.c | 7 +++++++
gcc/dwarf2out.c | 6 +++++-
4 files changed, 24 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 f4ca29a PR rtl-optimization/68392 * g++.dg/pr68392.C: New test.
new bab23e4 [AArch64] Documentation fix for -fpic
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/invoke.texi | 4 ++--
2 files changed, 7 insertions(+), 2 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 gcc-5-branch
in repository gcc.
from da06803 gcc/
new 5d872d7 2015-11-24 Szabolcs Nagy <szabolcs.nagy(a)arm.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:
libgcc/ChangeLog | 9 +++++++++
libgcc/config/arm/linux-atomic-64bit.c | 4 ++--
2 files changed, 11 insertions(+), 2 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 b11dc37 Allow pass_lim to run outside pass_tree_loop
new f4ca29a PR rtl-optimization/68392 * g++.dg/pr68392.C: New test.
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr68392.C | 8 ++++++++
2 files changed, 13 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/pr68392.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 1c69e79 [RTL-ree] PR rtl-optimization/68194: Restrict copy instructio [...]
new da06803 gcc/
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/gimple-fold.c | 13 +++++++++++
gcc/testsuite/ChangeLog | 9 ++++++++
gcc/testsuite/gcc.target/i386/mpx/pr68337-1.c | 32 +++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/mpx/pr68337-2.c | 9 ++++++++
5 files changed, 73 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/mpx/pr68337-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/mpx/pr68337-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 hsa
in repository gcc.
from 5524099 Merged trunk revision 230743 into the hsa branch
new eaf6a77 Redesign busy loop waiting so that a kernel dispatch
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.hsa | 5 +++++
libgomp/plugin/plugin-hsa.c | 34 ++++++++++++++++++----------------
2 files changed, 23 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.
unknown user pushed a change to branch master
in repository gcc.
from d494475 rs6000: Fix for and_operand oversight (PR68332, PR67677)
new 33a9b5c [PATCH][AArch64] Improve add immediate expansion
new b11dc37 Allow pass_lim to run outside pass_tree_loop
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 | 12 ++++++++++
gcc/config/aarch64/aarch64.md | 54 ++++++++++++++++++++++++++++---------------
gcc/tree-ssa-loop-im.c | 12 ++++++++--
3 files changed, 57 insertions(+), 21 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 gcc-5-branch
in repository gcc.
from 905a198 Handle C++11 <math.h> overloads on Solaris 12
new 1c69e79 [RTL-ree] PR rtl-optimization/68194: Restrict copy instructio [...]
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/ree.c | 6 ++++
gcc/testsuite/ChangeLog | 11 +++++++
gcc/testsuite/gcc.c-torture/execute/pr68185.c | 29 ++++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr68328.c | 44 +++++++++++++++++++++++++++
5 files changed, 102 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr68185.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr68328.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-4_9-branch
in repository gcc.
from c850130 Daily bump.
new 5ed2a19 [RTL-ree] PR rtl-optimization/68194: Restrict copy instructio [...]
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/ree.c | 6 ++++
gcc/testsuite/ChangeLog | 11 +++++++
gcc/testsuite/gcc.c-torture/execute/pr68185.c | 29 ++++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr68328.c | 44 +++++++++++++++++++++++++++
5 files changed, 102 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr68185.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr68328.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 fd9be55 * gcc.dg/sso/dump.h: Force IO to be putchar function call on nvptx.
new d494475 rs6000: Fix for and_operand oversight (PR68332, PR67677)
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 | 8 ++++++++
gcc/config/rs6000/predicates.md | 3 ++-
2 files changed, 10 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.