This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c484839 PR c/67106 * gcc.c-torture/compile/pr67106.c: New testcase. [...]
new c7549d1 * cgraph.c (cgraph_node::make_local): No name is unique duri [...]
new bef0f14 2015-11-29 Matthias Klose <doko(a)ubuntu.com>
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 | 16 ++++++++++++
gcc/ada/ChangeLog | 7 ++++++
gcc/ada/gcc-interface/Makefile.in | 51 +++------------------------------------
gcc/cgraph.c | 5 ++--
gcc/cgraph.h | 18 ++++++++++----
gcc/ipa-visibility.c | 37 ++++++++++++++--------------
gcc/symtab.c | 2 ++
gcc/varasm.c | 7 ++++--
8 files changed, 69 insertions(+), 74 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 dd5ba98 Daily bump.
new f954b40 2015-11-29 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:
gcc/ada/ChangeLog | 7 ++++++
gcc/ada/gcc-interface/Makefile.in | 51 +++------------------------------------
2 files changed, 11 insertions(+), 47 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-4_9-branch
in repository gcc.
from 7b3c9fa Daily bump.
new 4707d79 2015-11-29 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:
gcc/ada/ChangeLog | 7 ++++++
gcc/ada/gcc-interface/Makefile.in | 51 +++------------------------------------
2 files changed, 11 insertions(+), 47 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 25ce1bc * config/nvptx/nvptx.md (const_0_operand, global_mem_operand [...]
new c25b3e3 PR c/67581 * g++.dg/torture/pr67581.C: New testcase. * c-f [...]
new c484839 PR c/67106 * gcc.c-torture/compile/pr67106.c: New testcase. [...]
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/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-common.c | 3 ++-
gcc/c/ChangeLog | 5 +++++
gcc/c/c-decl.c | 3 ++-
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/g++.dg/torture/pr67581.C | 6 ++++++
gcc/testsuite/gcc.c-torture/compile/pr67106.c | 12 ++++++++++++
7 files changed, 43 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr67581.C
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr67106.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 bc04bc7 PR target/28115 * config/rs6000/rs6000.c (rs6000_adjust_cost) [...]
new afcae10 * ipa-devirt.c (add_type_duplicate): Remove redundant ODR vi [...]
new 25ce1bc * config/nvptx/nvptx.md (const_0_operand, global_mem_operand [...]
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 | 15 +++++++++++++--
gcc/config/nvptx/nvptx.md | 22 +---------------------
gcc/ipa-devirt.c | 9 ---------
3 files changed, 14 insertions(+), 32 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 1a82641 Daily bump.
new bc04bc7 PR target/28115 * config/rs6000/rs6000.c (rs6000_adjust_cost) [...]
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 | 6 ++++++
gcc/config/rs6000/rs6000.c | 4 ++--
2 files changed, 8 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 hjl/interrupt/stage1
in repository gcc.
discards 20ff5c7 Implement x86 interrupt attribute
discards cd2328a Update TARGET_FUNCTION_INCOMING_ARG documentation
new 6b4aa65 Update TARGET_FUNCTION_INCOMING_ARG documentation
new 7f187a7 Implement x86 interrupt attribute
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 (20ff5c7)
\
N -- N -- N refs/heads/hjl/interrupt/stage1 (7f187a7)
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 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:
--
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 107d150 Implement x86 interrupt attribute
discards c9f79a3 Update TARGET_FUNCTION_INCOMING_ARG documentation
adds 1ebf2a4 Daily bump.
adds 208cd0a 2015-11-28 Matthias Klose <doko(a)ubuntu.com>
adds 76ec990 Handle flinker-output in lto-wrapper
adds 520cfff * config/nvptx/nvptx.h (FIRST_PARM_OFFSET): Add void cast. [...]
adds e984c22 Add to correct changelog
adds 1a82641 Daily bump.
new cd2328a Update TARGET_FUNCTION_INCOMING_ARG documentation
new 20ff5c7 Implement x86 interrupt attribute
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 (107d150)
\
N -- N -- N refs/heads/hjl/interrupt/stage1 (20ff5c7)
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 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:
ChangeLog | 2 +-
gcc/ChangeLog | 11 +++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/Makefile.in | 2 +-
gcc/config/nvptx/nvptx.h | 10 ++++++----
gcc/lto-wrapper.c | 5 ++++-
7 files changed, 29 insertions(+), 8 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 e984c22 Add to correct changelog
new 1a82641 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 69e8972 * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Change to [...]
new dd5ba98 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.