This is an automated email from the git hooks/post-receive script.
ryan.arnold pushed a change to branch releases/linaro-5.1-2015.08-rc1
in repository toolchain/release-notes.
at 004d0fd Create release notes for release linaro-4.9-2015.05.
No new revisions were added by this update.
--
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 a5be0d8 PR middle-end/67401 * optabs.c (expand_atomic_compare_and_s [...]
new 9a0a580 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 gcc-5-branch
in repository gcc.
from b128da9 PR middle-end/67401 * optabs.c (expand_atomic_compare_and_s [...]
new d664fab 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 2b897e6 Misplaced return in previous commit.
new d661eff 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 ed53620 Use explicit locations for some warnings in c-pragma.c.
new 2b897e6 Misplaced return in previous commit.
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/c-family/ChangeLog | 4 ++++
gcc/c-family/c-pragma.c | 2 +-
2 files changed, 5 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/master
in repository gcc.
discards dde425e Implement x86 interrupt/exception attributes
new 080bb20 Implement x86 interrupt/exception attributes
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 (dde425e)
\
N -- N -- N refs/heads/hjl/interrupt/master (080bb20)
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 | 7 +++++--
gcc/testsuite/gcc.target/i386/{interrupt.c => interrupt-1.c} | 0
gcc/testsuite/gcc.target/i386/interrupt-2.c | 11 +++++++++++
gcc/testsuite/gcc.target/i386/interrupt-3.c | 12 ++++++++++++
gcc/testsuite/gcc.target/i386/interrupt-redzone-1.c | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-redzone-2.c | 4 ++--
6 files changed, 31 insertions(+), 5 deletions(-)
rename gcc/testsuite/gcc.target/i386/{interrupt.c => interrupt-1.c} (100%)
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-3.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 hjl/interrupt/gcc-5-branch
in repository gcc.
discards c542b88 Document x86 interrupt/exception attribute
new 57a9f12 Implement x86 interrupt/exception attributes
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 (c542b88)
\
N -- N -- N refs/heads/hjl/interrupt/gcc-5-branch (57a9f12)
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 | 122 ++++++++++++++++++++-
gcc/config/i386/i386.h | 8 ++
gcc/config/i386/i386.md | 9 ++
gcc/doc/extend.texi | 4 +-
gcc/testsuite/gcc.target/i386/interrupt-1.c | 35 ++++++
gcc/testsuite/gcc.target/i386/interrupt-2.c | 11 ++
gcc/testsuite/gcc.target/i386/interrupt-3.c | 12 ++
gcc/testsuite/gcc.target/i386/interrupt-387-err.c | 18 +++
gcc/testsuite/gcc.target/i386/interrupt-args-err.c | 18 +++
gcc/testsuite/gcc.target/i386/interrupt-iamcu.c | 33 ++++++
gcc/testsuite/gcc.target/i386/interrupt-mmx-err.c | 28 +++++
.../gcc.target/i386/interrupt-redzone-1.c | 16 +++
.../gcc.target/i386/interrupt-redzone-2.c | 16 +++
.../gcc.target/i386/interrupt-retval-err.c | 22 ++++
gcc/testsuite/gcc.target/i386/interrupt-sibcall.c | 12 ++
.../gcc.target/i386/interrupt-switch-abi.c | 16 +++
16 files changed, 373 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-387-err.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-args-err.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-iamcu.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-mmx-err.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-redzone-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-redzone-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-retval-err.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-sibcall.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-switch-abi.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 hjl/interrupt/master
in repository gcc.
discards bd814b7 Implement x86 interrupt/exception attributes
new dde425e Implement x86 interrupt/exception attributes
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 (bd814b7)
\
N -- N -- N refs/heads/hjl/interrupt/master (dde425e)
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 | 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 hjl/interrupt/master
in repository gcc.
discards 1243242 Document x86 interrupt/exception attribute
new bd814b7 Implement x86 interrupt/exception attributes
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 (1243242)
\
N -- N -- N refs/heads/hjl/interrupt/master (bd814b7)
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 | 117 ++++++++++++++++++++-
gcc/config/i386/i386.h | 8 ++
gcc/config/i386/i386.md | 9 ++
gcc/doc/extend.texi | 4 +-
gcc/testsuite/gcc.target/i386/interrupt-387-err.c | 18 ++++
gcc/testsuite/gcc.target/i386/interrupt-args-err.c | 18 ++++
gcc/testsuite/gcc.target/i386/interrupt-iamcu.c | 33 ++++++
gcc/testsuite/gcc.target/i386/interrupt-mmx-err.c | 28 +++++
.../gcc.target/i386/interrupt-redzone-1.c | 16 +++
.../gcc.target/i386/interrupt-redzone-2.c | 16 +++
.../gcc.target/i386/interrupt-retval-err.c | 22 ++++
gcc/testsuite/gcc.target/i386/interrupt-sibcall.c | 12 +++
.../gcc.target/i386/interrupt-switch-abi.c | 16 +++
gcc/testsuite/gcc.target/i386/interrupt.c | 35 ++++++
14 files changed, 346 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-387-err.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-args-err.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-iamcu.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-mmx-err.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-redzone-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-redzone-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-retval-err.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-sibcall.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-switch-abi.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt.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 fee30e0 Move diagnostic_show_locus and friends out into a new source file
new 1e5769b * config/pa/pa-protos.h (pa_cint_ok_for_move): Change argume [...]
new 1c71d7c [PATCH] avail_exprs is no longer file scoped
new c84fee0 [PATCH] const_and_copies is no longer file scoped
new ed53620 Use explicit locations for some warnings in c-pragma.c.
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 | 53 ++++++++++++++
gcc/c-family/ChangeLog | 6 ++
gcc/c-family/c-pragma.c | 44 ++++++++----
gcc/c-family/c-pragma.h | 2 +-
gcc/c/ChangeLog | 4 ++
gcc/c/c-parser.c | 5 +-
gcc/config/pa/pa-protos.h | 4 +-
gcc/config/pa/pa.c | 15 ++--
gcc/config/pa/pa.md | 6 +-
gcc/cp/ChangeLog | 5 ++
gcc/cp/parser.c | 13 ++--
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.dg/pragma-diag-5.c | 6 ++
gcc/tree-ssa-dom.c | 135 +++++++++++++++++------------------
gcc/tree-ssa-dom.h | 2 -
gcc/tree-ssa-scopedtables.h | 7 +-
gcc/tree-ssa-threadedge.c | 16 ++---
17 files changed, 212 insertions(+), 115 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pragma-diag-5.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.