This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/libcp1
in repository gcc.
from f59865e Implement special member functions
new b1d42b5 unbreak typedefs
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:
libcc1/libcp1plugin.cc | 42 ++++++++++++++++++++++--------------------
1 file changed, 22 insertions(+), 20 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 167e228 Daily bump.
new 917fa02 PR c++/67942 - diagnose placement new buffer overflow
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/cp/ChangeLog | 7 ++++
gcc/cp/init.c | 12 +++++--
gcc/testsuite/ChangeLog | 7 ++++
gcc/testsuite/g++.dg/warn/Wplacement-new-size.C | 45 +++++++++++++++++++++++++
4 files changed, 68 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 e520488 PR c++/67942 - diagnose placement new buffer overflow
new 167e228 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 74ea2e2 Daily bump.
new b576abd 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-4_9-branch
in repository gcc.
from b70b2ce Daily bump.
new 3790846 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.
robert.savoye pushed a change to branch array
in repository toolchain/abe.
from 5021d70 Make directory for manifest before trying to write to it, as [...]
new 5e8a797 delete tests for functions that no longer exist.
new 004d8c2 Add a _staticlink variable to the manifest.
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:
lib/globals.sh | 3 +-
lib/package.sh | 5 +
testsuite/normalize-tests.sh | 130 ---------------
testsuite/srcdir-tests.sh | 255 ------------------------------
testsuite/test.sh | 367 +------------------------------------------
5 files changed, 9 insertions(+), 751 deletions(-)
delete mode 100644 testsuite/normalize-tests.sh
delete mode 100644 testsuite/srcdir-tests.sh
--
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 7eef408 [PATCH] tree-scalar-evolution.c: Handle LSHIFT by constant
new e520488 PR c++/67942 - diagnose placement new buffer overflow
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/c-family/ChangeLog | 5 +
gcc/c-family/c.opt | 4 +
gcc/cp/ChangeLog | 6 +
gcc/cp/init.c | 223 ++++++++++++-
gcc/doc/invoke.texi | 9 +-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/warn/Wplacement-new-size.C | 410 ++++++++++++++++++++++++
8 files changed, 660 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wplacement-new-size.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 f480ca9 PR c/68090 * c-parser.c (c_parser_postfix_expression_after_ [...]
new 7eef408 [PATCH] tree-scalar-evolution.c: Handle LSHIFT by constant
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/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/pr68112.c | 11 ++++++++
gcc/testsuite/gcc.dg/vect/vect-strided-shift-1.c | 33 ++++++++++++++++++++++++
gcc/tree-scalar-evolution.c | 17 ++++++++++++
5 files changed, 72 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr68112.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-strided-shift-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.