This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 21e8541 PR target/70245 * rtl.h (replace_rtx): Add ALL_REGS argumen [...]
new be3296c 2016-03-17 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/dwarf2out.c | 16 +++++++---------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/debug/pr70271.C | 36 ++++++++++++++++++++++++++++++++++++
4 files changed, 54 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/pr70271.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/pr70192
in repository gcc.
discards 440f405 Set flag_pic to flag_pie for PIE in LTO
discards 4c08be4 Check pie_enabled target in PIC tests
discards 52f70d7 Skip most PIC/PIE tests for *-*-darwin* targets
discards 6da4626 Properly set flag_pie and flag_pic
adds 37af779 PR middle-end/70199
adds 59da3cc PR rtl-optimization/70024 * reorg.c (relax_delay_slots): Pa [...]
adds 6a840ac Fix bug ID in last commit
adds 8ced6ab g++.dg/cpp1y/constexpr-instantiate.C: Correct DejaGnu directives.
adds 867c9e9 PR target/70245 * rtlanal.c (replace_rtx): For REG, if from [...]
adds 3e6f12b 2016-03-16 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@a [...]
adds 4df9181 PR c++/70259 * decl.c (start_preparsed_function): Don't clo [...]
adds 1089dcc PR target/70048
adds 1642bc4 Gimplify vec_cond_expr with condition inside
adds 289cdf4 Revert r231575
adds 733d7ff PR middle-end/70240
adds 95d1991 Daily bump.
adds 7b600c9 * fr.po: Update.
adds a8766ee * fr.po: Update.
adds f958b9e PR target/70261 * rtlanal.c (replace_rtx): Revert 2016-03-1 [...]
adds 9434081 PR target/70162 * config/rx/rx.c (rx_print_integer): Print [...]
adds 9a80bc1 PR c++/70194 * typeck.c (warn_for_null_address): New functi [...]
adds 919b4b4 Summary: libffi: define FFI_SIZEOF_JAVA_RAW for aarch64 ILP32
adds 9b60ef2 gcc/
adds 21dae9f Set flag_pic to flag_pie for PIE in LTO
adds 21e8541 PR target/70245 * rtl.h (replace_rtx): Add ALL_REGS argumen [...]
new a364776 Properly set flag_pie and flag_pic
new a8a0ecb Skip most PIC/PIE tests for *-*-darwin* targets
new af48b75 Check pie_enabled target in PIC tests
new 1be29b0 Check non-pic/ia32 in stackprotectexplicit2.C
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 (440f405)
\
N -- N -- N refs/heads/hjl/pr70192 (1be29b0)
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 4 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 | 87 ++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64.c | 116 +++---
gcc/config/i386/i386.md | 2 +-
gcc/config/rx/rx.c | 2 +-
gcc/cp/ChangeLog | 11 +
gcc/cp/decl.c | 2 +
gcc/cp/typeck.c | 86 ++--
gcc/function.h | 4 +
gcc/gimplify.c | 22 +-
gcc/ipa-chkp.c | 20 +-
gcc/lto-streamer-in.c | 1 +
gcc/lto-streamer-out.c | 1 +
gcc/lto/ChangeLog | 6 +
gcc/match.pd | 2 +
gcc/po/ChangeLog | 4 +
gcc/po/fr.po | 445 +++++++--------------
gcc/reorg.c | 2 +-
gcc/rtl.h | 2 +-
gcc/rtlanal.c | 26 +-
gcc/testsuite/ChangeLog | 34 ++
gcc/testsuite/g++.dg/cpp1y/constexpr-instantiate.C | 5 +-
gcc/testsuite/g++.dg/opt/flifetime-dse5.C | 13 +
gcc/testsuite/g++.dg/opt/pr70245-aux.cc | 56 +++
gcc/testsuite/g++.dg/opt/pr70245.C | 52 +++
gcc/testsuite/g++.dg/opt/pr70245.h | 14 +
gcc/testsuite/g++.dg/stackprotectexplicit2.C | 2 +-
gcc/testsuite/g++.dg/warn/constexpr-70194.C | 12 +
gcc/testsuite/gcc.c-torture/compile/20151204.c | 2 +
gcc/testsuite/gcc.c-torture/compile/pr70199.c | 20 +
gcc/testsuite/gcc.c-torture/compile/pr70240.c | 26 ++
gcc/testsuite/gcc.target/i386/pr70251.c | 52 +++
gcc/tree-inline.c | 45 +--
gcc/tree-inline.h | 2 +-
gcc/tree-vect-generic.c | 48 +--
libcpp/po/ChangeLog | 4 +
libcpp/po/fr.po | 10 +-
libffi/ChangeLog | 5 +
libffi/src/aarch64/ffitarget.h | 1 +
39 files changed, 725 insertions(+), 521 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/flifetime-dse5.C
create mode 100644 gcc/testsuite/g++.dg/opt/pr70245-aux.cc
create mode 100644 gcc/testsuite/g++.dg/opt/pr70245.C
create mode 100644 gcc/testsuite/g++.dg/opt/pr70245.h
create mode 100644 gcc/testsuite/g++.dg/warn/constexpr-70194.C
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr70199.c
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr70240.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70251.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.
bernie.ogden pushed a change to branch benchmarking-paranoia
in repository toolchain/abe.
from 8d64361 Validate URLs requiring user/password auth
new 68e1b91 Check that both or neither of the ssh-paranoia case values are set
new 368b2de Do not try to validate non-http(s) URLs
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:
scripts/Benchmark.sh | 14 +++++++++++++-
1 file changed, 13 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.
bernie.ogden pushed a change to branch benchmarking-paranoia
in repository toolchain/abe.
discards cce3798 Split a pair of long lines into parts
discards 60c761c Support secret-passing for paranoid benchmarking
adds 29f9f4b Benchmark.sh: Helpful message when metadata is unset
adds b8008ce Benchmark.sh: User-specified general metadata
adds f0c71fd Dump abe source info into build.log
adds 21ca06a Create function to return list of binaries
adds 1960aa4 Improve binaries function
adds a79946f Add more information about binaries to build.log
new a3a224a Support secret-passing for paranoid benchmarking
new 7ac1069 Split a pair of long lines into parts
new b8baa7a Make validation stages stand out clearly
new 790d410 Guard against insecure credential transmission
new 36ff314 Report response code when curl fails
new 8d64361 Validate URLs requiring user/password auth
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 (cce3798)
\
N -- N -- N refs/heads/benchmarking-paranoia (8d64361)
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 6 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 | 4 +--
scripts/Benchmark.sh | 82 ++++++++++++++++++++++++++++++++++++++----
scripts/benchmark.sh | 72 ++++++++++++++++++++++++++++++++++---
3 files changed, 144 insertions(+), 14 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 21dae9f Set flag_pic to flag_pie for PIE in LTO
new 21e8541 PR target/70245 * rtl.h (replace_rtx): Add ALL_REGS argumen [...]
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 | 10 ++++++++++
gcc/config/i386/i386.md | 2 +-
gcc/rtl.h | 2 +-
gcc/rtlanal.c | 26 +++++++++++++++++++-------
4 files changed, 31 insertions(+), 9 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 9b60ef2 gcc/
new 21dae9f Set flag_pic to flag_pie for PIE in LTO
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/lto/ChangeLog | 6 ++++++
gcc/lto/lto-lang.c | 2 +-
2 files changed, 7 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 919b4b4 Summary: libffi: define FFI_SIZEOF_JAVA_RAW for aarch64 ILP32
new 9b60ef2 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/match.pd | 2 ++
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.target/i386/pr70251.c | 52 +++++++++++++++++++++++++++++++++
4 files changed, 64 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70251.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 9a80bc1 PR c++/70194 * typeck.c (warn_for_null_address): New functi [...]
new 919b4b4 Summary: libffi: define FFI_SIZEOF_JAVA_RAW for aarch64 ILP32
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:
libffi/ChangeLog | 5 +++++
libffi/src/aarch64/ffitarget.h | 1 +
2 files changed, 6 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 9434081 PR target/70162 * config/rx/rx.c (rx_print_integer): Print [...]
new 9a80bc1 PR c++/70194 * typeck.c (warn_for_null_address): New functi [...]
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 | 6 ++
gcc/cp/typeck.c | 86 ++++++++++++-----------------
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/g++.dg/warn/constexpr-70194.C | 12 ++++
4 files changed, 57 insertions(+), 52 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/constexpr-70194.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.