This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8c38d88 PR middle-end/69780 - [4.9/5/6 Regression] ICE on __builtin_a [...]
new 4772d9d 2016-02-23 Jerry DeLisle <jvdelisle(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 | 6 ++++
gcc/testsuite/gfortran.dg/namelist_89.f90 | 47 +++++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr59700.f90 | 2 +-
libgfortran/ChangeLog | 9 ++++++
libgfortran/io/list_read.c | 14 ++++++---
5 files changed, 73 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/namelist_89.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 52609ec PR preprocessor/69126: avoid comparing ad-hoc and non-ad-hoc [...]
new ee1bfdb Remove __seg_tls before first release.
new 8c38d88 PR middle-end/69780 - [4.9/5/6 Regression] ICE on __builtin_a [...]
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 | 17 +++
gcc/c-family/ChangeLog | 6 +
gcc/c-family/c-common.c | 27 ++++
gcc/config/i386/i386-c.c | 2 -
gcc/config/i386/i386-protos.h | 1 -
gcc/config/i386/i386.c | 50 +------
gcc/doc/extend.texi | 105 ++++++++++++---
gcc/testsuite/ChangeLog | 10 ++
gcc/testsuite/g++.dg/ext/builtin_alloca.C | 191 +++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/builtins-68.c | 110 +++++++++++++++
gcc/testsuite/gcc.target/i386/addr-space-3.c | 10 --
11 files changed, 450 insertions(+), 79 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/builtin_alloca.C
create mode 100644 gcc/testsuite/gcc.dg/builtins-68.c
delete mode 100644 gcc/testsuite/gcc.target/i386/addr-space-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 master
in repository gcc.
from 1347328 2016-02-23 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new d5bf2cc Add test coverage for _Pragma (PR preprocessor 69126, 69543, 69558)
new 52609ec PR preprocessor/69126: avoid comparing ad-hoc and non-ad-hoc [...]
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/testsuite/ChangeLog | 35 ++++++++++++
gcc/testsuite/c-c++-common/pr69126-2-long.c | 11 ++++
gcc/testsuite/c-c++-common/pr69126-2-short.c | 11 ++++
gcc/testsuite/c-c++-common/pr69126.c | 65 ++++++++++++++++++++--
.../{gcc.dg/pr69543.c => c-c++-common/pr69543-1.c} | 9 +--
gcc/testsuite/c-c++-common/pr69543-2.c | 14 +++++
gcc/testsuite/c-c++-common/pr69543-3.c | 20 +++++++
gcc/testsuite/c-c++-common/pr69543-4.c | 25 +++++++++
.../{gcc.dg/pr69558.c => c-c++-common/pr69558-1.c} | 16 ++++--
gcc/testsuite/c-c++-common/pr69558-2.c | 16 ++++++
gcc/testsuite/c-c++-common/pr69558-3.c | 19 +++++++
.../{gcc.dg/pr69558.c => c-c++-common/pr69558-4.c} | 18 ++++--
gcc/testsuite/{gcc.dg => c-c++-common}/pr69558.c | 8 ++-
libcpp/ChangeLog | 10 ++++
libcpp/line-map.c | 9 ++-
15 files changed, 261 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr69126-2-long.c
create mode 100644 gcc/testsuite/c-c++-common/pr69126-2-short.c
copy gcc/testsuite/{gcc.dg/pr69543.c => c-c++-common/pr69543-1.c} (65%)
create mode 100644 gcc/testsuite/c-c++-common/pr69543-2.c
create mode 100644 gcc/testsuite/c-c++-common/pr69543-3.c
create mode 100644 gcc/testsuite/c-c++-common/pr69543-4.c
copy gcc/testsuite/{gcc.dg/pr69558.c => c-c++-common/pr69558-1.c} (55%)
create mode 100644 gcc/testsuite/c-c++-common/pr69558-2.c
create mode 100644 gcc/testsuite/c-c++-common/pr69558-3.c
copy gcc/testsuite/{gcc.dg/pr69558.c => c-c++-common/pr69558-4.c} (54%)
rename gcc/testsuite/{gcc.dg => c-c++-common}/pr69558.c (56%)
--
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 43b3fc7 2016-02-23 Richard Biener <rguenther(a)suse.de>
new 1347328 2016-02-23 Bernd Edlinger <bernd.edlinger(a)hotmail.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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/include/c_global/cstdarg | 1 +
libstdc++-v3/include/c_global/cstddef | 5 +++++
3 files changed, 12 insertions(+)
--
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 3a37a41 Use plain -fopenacc to enable OpenACC kernels processing
new 43b3fc7 2016-02-23 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 | 7 +++++++
gcc/alloc-pool.h | 20 ++++++++++++++++----
2 files changed, 23 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 f1f91c0 PR c++/69902 * fold-const.c (fold_truth_not_expr): Propagat [...]
new ecca180 Require alias support in gcc.target/i386/chkp-hidden-def.c
new 462aa75 2016-02-23 Richard Biener <rguenther(a)suse.de>
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 | 11 +++++++++++
gcc/bitmap.c | 23 ++++++++++++++++++++++-
gcc/bitmap.h | 15 ++++++++++-----
gcc/df-problems.c | 5 +----
gcc/mem-stats.h | 13 +++++++------
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/i386/chkp-hidden-def.c | 1 +
gcc/tree.c | 2 +-
8 files changed, 57 insertions(+), 17 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 87792fb PR c/69911 Check main_input_filename and DECL_SOURCE_FILE are [...]
new eec0fa3 PR c/69900 * common.opt (Wunreachable-code): Add Warning flag.
new f1f91c0 PR c++/69902 * fold-const.c (fold_truth_not_expr): Propagat [...]
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 | 9 +++++++++
gcc/common.opt | 2 +-
gcc/fold-const.c | 7 +++++--
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/warn/Wnonnull-compare-5.C | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/pr69900.c | 6 ++++++
6 files changed, 47 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wnonnull-compare-5.C
create mode 100644 gcc/testsuite/gcc.dg/pr69900.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 gcc-5-branch
in repository gcc.
from d346ffc Daily bump.
new 347bc50 [pr 69666] No SRA default_def replacements for unscalarizable [...]
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/tree-ssa/pr69666.c | 16 ++++++++++++++++
gcc/tree-sra.c | 1 +
4 files changed, 28 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr69666.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 gcc-4_9-branch
in repository gcc.
from 88c36fb Daily bump.
new 766a743 Handle C++11 <math.h> overloads on Solaris 11
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:
libstdc++-v3/ChangeLog | 96 ++++++++++++++++++++++
libstdc++-v3/acinclude.m4 | 46 +++++++++++
libstdc++-v3/config.h.in | 5 ++
libstdc++-v3/configure | 62 ++++++++++++++
libstdc++-v3/configure.ac | 1 +
libstdc++-v3/include/c_global/cmath | 93 +++++++++++++++++++++
libstdc++-v3/include/tr1/cmath | 72 ++++++++++++++++
.../headers/cmath/c99_classification_macros_c.cc | 2 +-
8 files changed, 376 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.