This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e8b016e * gnat.dg/stack_usage3.adb: Robustify and enable for all targets.
new 40e9ce2 PR c/69796 PR c/69974 * c-parser.c (c_parser_translation_u [...]
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/ChangeLog | 7 +++++++
gcc/c/c-parser.c | 5 +----
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/pr69796.c | 10 ++++++++++
gcc/testsuite/gcc.dg/pr69974.c | 13 +++++++++++++
5 files changed, 38 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr69796.c
create mode 100644 gcc/testsuite/gcc.dg/pr69974.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/pr60336/psabi
in repository gcc.
from 21361cc Rename empty record to empty type for non-i386 targets
new 8282390 Remove DECL_ARTIFICIAL chek from is_empty_type
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/tree.c | 1 -
1 file changed, 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 a10f807 * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
new e8b016e * gnat.dg/stack_usage3.adb: Robustify and enable for all targets.
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 | 4 ++++
gcc/testsuite/gnat.dg/stack_usage3.adb | 10 +++++++---
2 files changed, 11 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 hjl/pr60336/psabi
in repository gcc.
at 21361cc Rename empty record to empty type for non-i386 targets
This branch includes the following new commits:
new b708660 Add TYPE_EMPTY_RECORD for C++ empty class
new 1d5c556 Properly pass C++ empty class
new b69a4d9 Rename to is_empty_type/is_really_empty_type
new baf11d6 Put type_is_empty_type_p in tree.c
new 21361cc Rename empty record to empty type for non-i386 targets
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.
--
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 24d3127 PR tree-optimization/69987 * gfortran.dg/pr69987.f90: New test.
new a10f807 * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
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 | 4 ++++
gcc/config.gcc | 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 master
in repository gcc.
from 4bf9307 2016-03-01 Richard Biener <rguenther(a)suse.de>
new 24d3127 PR tree-optimization/69987 * gfortran.dg/pr69987.f90: 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 | 8 +++++++
gcc/testsuite/gcc.c-torture/compile/pr69989-2.c | 16 ++++++++++++++
gcc/testsuite/gfortran.dg/pr69987.f90 | 28 +++++++++++++++++++++++++
3 files changed, 52 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr69989-2.c
create mode 100644 gcc/testsuite/gfortran.dg/pr69987.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 master
in repository gcc.
from 12cc122 PR c++/69795 * c-common.c (reject_gcc_builtin): Check for F [...]
new 4bf9307 2016-03-01 Richard Biener <rguenther(a)suse.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 | 6 ++++++
gcc/tree-chrec.c | 12 ++++++++----
2 files changed, 14 insertions(+), 4 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 cbe63a9 S/390: Revert setmem pattern folding
new 12cc122 PR c++/69795 * c-common.c (reject_gcc_builtin): Check for F [...]
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 | 6 ++++++
gcc/c-family/c-common.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/parse/invalid1.C | 5 +++++
4 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/parse/invalid1.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 d99a947 2016-03-01 Richard Biener <rguenther(a)suse.de>
new 39834c3 Revert recent gensupport change.
new cbe63a9 S/390: Revert setmem pattern folding
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 | 41 ++++++++++++++++++++++++++------------
gcc/config/s390/constraints.md | 5 -----
gcc/config/s390/predicates.md | 6 ------
gcc/config/s390/s390.md | 35 ++++++++++++++++++++++++++++++--
gcc/config/s390/subst.md | 25 -----------------------
gcc/gensupport.c | 45 +++++++++++++++++++++++-------------------
6 files changed, 86 insertions(+), 71 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 6fb5921 2016-03-01 Richard Biener <rguenther(a)suse.de>
new d99a947 2016-03-01 Richard Biener <rguenther(a)suse.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 | 6 ++++++
gcc/fold-const.c | 23 +++++++++++++----------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr70022.c | 9 +++++++++
4 files changed, 33 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr70022.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.