This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fcce1b0 PR rtl-optimization/69764 PR rtl-optimization/69771 * opta [...]
new da7d506 PR driver/69265 and 69453: improved suggestions for various m [...]
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 | 27 +++++++
gcc/gcc.c | 112 ++++++++++++++++++++-------
gcc/gcc.h | 5 +-
gcc/opts-common.c | 41 ++++++++++
gcc/opts.c | 7 +-
gcc/opts.h | 11 +++
gcc/spellcheck.c | 46 +++++++++++
gcc/spellcheck.h | 4 +
gcc/testsuite/ChangeLog | 13 ++++
gcc/testsuite/gcc.dg/spellcheck-options-10.c | 6 ++
gcc/testsuite/gcc.dg/spellcheck-options-3.c | 6 ++
gcc/testsuite/gcc.dg/spellcheck-options-4.c | 6 ++
gcc/testsuite/gcc.dg/spellcheck-options-5.c | 6 ++
gcc/testsuite/gcc.dg/spellcheck-options-6.c | 6 ++
gcc/testsuite/gcc.dg/spellcheck-options-7.c | 6 ++
gcc/testsuite/gcc.dg/spellcheck-options-8.c | 6 ++
gcc/testsuite/gcc.dg/spellcheck-options-9.c | 6 ++
17 files changed, 279 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/spellcheck-options-10.c
create mode 100644 gcc/testsuite/gcc.dg/spellcheck-options-3.c
create mode 100644 gcc/testsuite/gcc.dg/spellcheck-options-4.c
create mode 100644 gcc/testsuite/gcc.dg/spellcheck-options-5.c
create mode 100644 gcc/testsuite/gcc.dg/spellcheck-options-6.c
create mode 100644 gcc/testsuite/gcc.dg/spellcheck-options-7.c
create mode 100644 gcc/testsuite/gcc.dg/spellcheck-options-8.c
create mode 100644 gcc/testsuite/gcc.dg/spellcheck-options-9.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 6d60929 * g++.dg/torture/init-list1.C: New.
new fcce1b0 PR rtl-optimization/69764 PR rtl-optimization/69771 * opta [...]
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/optabs.c | 9 +++++++-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/c-c++-common/pr69764.c | 38 ++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr69771.c | 12 +++++++++++
5 files changed, 72 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/c-c++-common/pr69764.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69771.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 7d75fb5 * gcc.dg/pr69522.c: Add empty dg-options.
new 6d60929 * g++.dg/torture/init-list1.C: New.
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/g++.dg/torture/init-list1.C | 6 ++++++
2 files changed, 10 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/torture/init-list1.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 1d09fed Daily bump.
new 5a5cd50 2016-02-12 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 | 21 +++++++++++++++++++++
gcc/testsuite/ChangeLog | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/setjmp-6.c | 25 +++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr69574.c | 15 +++++++++++++++
gcc/testsuite/gcc.dg/torture/pr69715.c | 11 +++++++++++
gcc/tree-chrec.c | 10 +++++-----
gcc/tree-ssa-loop-ivcanon.c | 4 +++-
gcc/tree-ssa.c | 3 ++-
8 files changed, 100 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/setjmp-6.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69574.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69715.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 52543fd gcc/
new 7d75fb5 * gcc.dg/pr69522.c: Add empty dg-options.
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/gcc.dg/pr69522.c | 1 +
2 files changed, 5 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 9181a4e PR ipa/69241 * ipa-split.c (split_function): If split part [...]
new 52543fd gcc/
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/lto-streamer-out.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/lto/lto.exp | 3 +++
gcc/testsuite/g++.dg/lto/pr69729_0.C | 35 +++++++++++++++++++++++++++++++++++
5 files changed, 50 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr69729_0.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 f36f5c1 2016-02-12 Kugan Vivekanandarajah <kuganv(a)linaro.org>
new 3494747 PR ipa/68672 * ipa-split.c (split_function): Don't compute/ [...]
new 9181a4e PR ipa/69241 * ipa-split.c (split_function): If split part [...]
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 | 14 +++++
gcc/ipa-split.c | 108 ++++++++++++++++++++++++++---------
gcc/testsuite/ChangeLog | 10 ++++
gcc/testsuite/g++.dg/ipa/pr68672-1.C | 20 +++++++
gcc/testsuite/g++.dg/ipa/pr68672-2.C | 54 ++++++++++++++++++
gcc/testsuite/g++.dg/ipa/pr68672-3.C | 57 ++++++++++++++++++
gcc/testsuite/g++.dg/ipa/pr69241-4.C | 55 ++++++++++++++++++
7 files changed, 290 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr68672-1.C
create mode 100644 gcc/testsuite/g++.dg/ipa/pr68672-2.C
create mode 100644 gcc/testsuite/g++.dg/ipa/pr68672-3.C
create mode 100644 gcc/testsuite/g++.dg/ipa/pr69241-4.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.