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 f44102c Daily bump.
new 21db3e3 2016-03-09 Paul Thomas <pault(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/fortran/ChangeLog | 59 +++++
gcc/fortran/resolve.c | 6 +-
gcc/fortran/trans-array.c | 23 +-
gcc/fortran/trans-decl.c | 254 +++++++++++++--------
gcc/fortran/trans-expr.c | 33 ++-
gcc/fortran/trans-stmt.c | 27 ++-
gcc/fortran/trans-types.c | 2 +
gcc/fortran/trans.c | 12 +-
gcc/testsuite/ChangeLog | 34 +++
gcc/testsuite/gfortran.dg/allocate_error_5.f90 | 23 ++
.../gfortran.dg/deferred_character_10.f90 | 52 +++++
.../gfortran.dg/deferred_character_11.f90 | 39 ++++
.../gfortran.dg/deferred_character_12.f90 | 37 +++
.../gfortran.dg/deferred_character_13.f90 | 34 +++
.../gfortran.dg/deferred_character_14.f90 | 30 +++
.../gfortran.dg/deferred_character_15.f90 | 44 ++++
gcc/testsuite/gfortran.dg/deferred_character_8.f90 | 84 +++++++
gcc/testsuite/gfortran.dg/deferred_character_9.f90 | 28 +++
18 files changed, 695 insertions(+), 126 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_error_5.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_10.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_11.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_12.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_13.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_14.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_15.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_8.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_9.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 hjl/pr70155/master
in repository gcc.
discards cf88378 Add scalar_to_vector_candidate_XX_p/emove_non_convertible_regs_xx
new e9d657d Allow all 1s of integer as standard SSE constants
new 8ef3277 Add scalar_to_vector_candidate_XX_p/emove_non_convertible_regs_xx
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 (cf88378)
\
N -- N -- N refs/heads/hjl/pr70155/master (8ef3277)
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:
gcc/config/i386/i386.c | 13 +++++++++----
gcc/config/i386/i386.md | 8 ++++----
2 files changed, 13 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 27dcb7a gcc/c/ * c-parser.c (c_parser_oacc_loop): Update cclauses a [...]
new 5f61106 PR tree-optimization/70127 * fold-const.c (operand_equal_p) [...]
new c272412 PR target/70086 * config/i386/i386.md (truncdfsf2 splitter) [...]
new a045106 PR tree-optimization/70152 * tree-sra.c (replace_removed_pa [...]
The 3 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/i386/i386.md | 4 ++--
gcc/config/i386/sse.md | 2 +-
gcc/fold-const.c | 3 +++
gcc/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr70127.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr70152.c | 27 +++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr70086-1.c | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr70086-2.c | 21 +++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr70086-3.c | 21 +++++++++++++++++++++
gcc/tree-sra.c | 2 ++
11 files changed, 139 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr70127.c
create mode 100644 gcc/testsuite/gcc.dg/pr70152.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70086-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70086-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70086-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 c24757c PR c++/70105: prevent nonsensical underline spew for macro ex [...]
new 27dcb7a gcc/c/ * c-parser.c (c_parser_oacc_loop): Update cclauses a [...]
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 | 5 +++++
gcc/c/c-parser.c | 4 ++--
gcc/cp/ChangeLog | 5 +++++
gcc/cp/parser.c | 4 ++--
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/c-c++-common/goacc/combined-directives-2.c | 14 ++++++++++++++
6 files changed, 32 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/combined-directives-2.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/pr70155/master
in repository gcc.
from 057426b Add scalar_to_vector_candidate_XX_p/emove_non_convertible_regs_xx
new 56b13c1 Update scalar_chain_64::convert_insn
new 89da1f9 Add check_non_convertible_regs_64
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/config/i386/i386.c | 119 +++++++++++++++++++------------------------------
1 file changed, 46 insertions(+), 73 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 8310896 PR c++/70105: Defer location expansion until diagnostic_show_locus
new c24757c PR c++/70105: prevent nonsensical underline spew for macro ex [...]
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/diagnostic-show-locus.c | 89 +++++++++++++++++++++-
gcc/testsuite/ChangeLog | 8 ++
gcc/testsuite/g++.dg/diagnostic/pr70105.C | 43 +++++++++++
.../gcc.dg/plugin/diagnostic-test-expressions-1.c | 36 +++++++++
libcpp/ChangeLog | 10 +++
libcpp/include/line-map.h | 8 ++
libcpp/line-map.c | 2 -
8 files changed, 199 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/diagnostic/pr70105.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 6733c0e 2016-03-09 Richard Biener <rguenther(a)suse.de> Jakub Jeline [...]
new 8310896 PR c++/70105: Defer location expansion until diagnostic_show_locus
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 | 19 ++++
gcc/diagnostic-show-locus.c | 41 ++++---
gcc/diagnostic.c | 14 ---
gcc/diagnostic.h | 2 +-
gcc/gcc-rich-location.c | 28 +----
gcc/testsuite/ChangeLog | 14 +++
.../gcc.dg/plugin/diagnostic_plugin_show_trees.c | 8 +-
.../plugin/diagnostic_plugin_test_show_locus.c | 97 ++++++++---------
libcpp/ChangeLog | 34 ++++++
libcpp/include/line-map.h | 51 +++------
libcpp/line-map.c | 118 +++++++--------------
11 files changed, 200 insertions(+), 226 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.
bernie.ogden pushed a change to branch bernie/benchmarking-buildlog
in repository toolchain/abe.
discards e3c935c Eliminate redundant paths in attached files
new 0c6ee71 Eliminate redundant paths in attached files
new d3b001a Ensure toolchain_path is always set
new 021b070 Add source control to build.log
new b4bc980 Remove second copy of sizes from build.log
new 014eef8 All build.log output in cat <<EOF format
new 6d2f9d6 Capture any stderr from cmds creating build.log
new 071b6f3 Record sizes in a form accessible to LAVA
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 (e3c935c)
\
N -- N -- N refs/heads/bernie/benchmarking-buildlog (071b6f3)
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 7 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:
config/bench/lava/host-session | 24 ++++++++++++++---
scripts/benchmark.sh | 61 ++++++++++++++++++++++++------------------
2 files changed, 56 insertions(+), 29 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/pieces/master
in repository gcc.
discards ef46bc8 Fix remove_non_convertible_regs_64
discards 7665877 Add scalar_to_vector_candidate_XX_p/emove_non_convertible_regs_xx
discards cc49a96 Use scalar_chain pointer
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/hjl/pieces/master (54a8c5f)
\
O -- O -- O (ef46bc8)
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes:
gcc/config/i386/i386.c | 398 +++++--------------------------------------------
gcc/config/i386/sse.md | 10 +-
2 files changed, 43 insertions(+), 365 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.