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 812f74f Daily bump.
new 6955eff 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 33e0bf2 2016-01-03 Matthias Klose <doko(a)ubuntu.com>
new 300e100 2016-01-03 Paul Thomas <pault(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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr65045.f90 | 15 +++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr65045.f90
--
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/pr68991/master
in repository gcc.
from 35d9d25 Verify alignment in *mov<mode>_internal
new e74efb9 Fix vector_memory_operand
new 375002b Revert "Disable ix86_legitimate_combined_insn"
new ff21f77 Revert "Restore nonimmediate_or_sse_const_operand"
new 62abaa6 Revert "Revert "Disable ix86_legitimate_combined_insn""
new 0790736 Don't use Bm constraint in SSE *mov<mode>_internal
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:
gcc/config/i386/predicates.md | 8 ++++----
gcc/config/i386/sse.md | 4 ++--
2 files changed, 6 insertions(+), 6 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 116ff44 Daily bump.
new 2a731c3 2016-01-03 Matthias Klose <doko(a)ubuntu.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:
libjava/ChangeLog | 5 +++++
libjava/include/jvm.h | 5 ++++-
2 files changed, 9 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 hjl/interrupt/stage1
in repository gcc.
discards 6eac75f Add an array of function pointer test for PR 68661
discards 1e9f743 Rebuild array with the updated function pointer type
discards 182e06d Implement x86 interrupt attribute
discards b7311de Update TARGET_FUNCTION_INCOMING_ARG documentation
adds 89324f5 2016-01-01 Sandra Loosemore <sandra(a)codesourcery.com>
adds eefd9f2 Daily bump.
adds 1992399 2016-01-01 Sandra Loosemore <sandra(a)codesourcery.com>
new ada3bd9 Update TARGET_FUNCTION_INCOMING_ARG documentation
new 9b01be7 Implement x86 interrupt attribute
new 6e3ec9f Rebuild array with the updated function pointer type
new 3003ebc Add an array of function pointer test for PR 68661
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 (6eac75f)
\
N -- N -- N refs/heads/hjl/interrupt/stage1 (3003ebc)
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 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 | 20 ++++
gcc/DATESTAMP | 2 +-
gcc/doc/extend.texi | 121 +++++++++++----------
gcc/doc/invoke.texi | 26 +++--
gcc/testsuite/gcc.target/i386/interrupt-34.c | 15 +++
.../i386/{interrupt-1.c => interrupt-35.c} | 7 +-
6 files changed, 120 insertions(+), 71 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-34.c
copy gcc/testsuite/gcc.target/i386/{interrupt-1.c => interrupt-35.c} (95%)
--
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/gcc-5-branch
in repository gcc.
discards 9a7e752 Add an array of function pointer test for PR 68661
discards 109c5bc0 Rebuild array with the updated function pointer type
discards bd581f8 Implement x86 interrupt attribute
new 4a51809 Implement x86 interrupt attribute
new 48eeef5 Rebuild array with the updated function pointer type
new 4ba8e3b Add an array of function pointer test for PR 68661
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 (9a7e752)
\
N -- N -- N refs/heads/hjl/interrupt/gcc-5-branch (4ba8e3b)
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 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/testsuite/gcc.target/i386/interrupt-34.c | 15 +++++++++++++++
.../gcc.target/i386/{interrupt-1.c => interrupt-35.c} | 7 ++++---
2 files changed, 19 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-34.c
copy gcc/testsuite/gcc.target/i386/{interrupt-1.c => interrupt-35.c} (95%)
--
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/pr68991/master
in repository gcc.
from b0f6cc7 Restore nonimmediate_or_sse_const_operand
new 35d9d25 Verify alignment in *mov<mode>_internal
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/sse.md | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 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 6e5b112 * gnatvsn.ads: Bump copyright year.
new 33e0bf2 2016-01-03 Matthias Klose <doko(a)ubuntu.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:
libjava/ChangeLog | 5 +++++
libjava/include/jvm.h | 2 +-
libjava/libtool-version | 2 +-
3 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 master
in repository gcc.
from 74663a8 Daily bump.
new 6e5b112 * gnatvsn.ads: Bump copyright year.
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 | 10505 +-------------------------------
gcc/ada/{ChangeLog => ChangeLog-2015} | 0
gcc/ada/gnatvsn.ads | 4 +-
3 files changed, 4 insertions(+), 10505 deletions(-)
copy gcc/ada/{ChangeLog => ChangeLog-2015} (100%)
--
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 855b105 * gnat.dg/specs/debug1.ads: Delete.
new 74663a8 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.