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 4fdc7c9 Check 128-bit constant store in 64-bit mode
discards 9f3751b Support 128-bit constant store in 64-bit STV
discards 9c98fd2 Don't build 32-bit libitm with -march=i486 on x86-64
discards 821ae37 Don't build 32-bit libgomp with -march=i486 on x86-64
discards 22d10e69 Don't build 32-bit libatomic with -march=i486 on x86-64
discards 461ada4 Allocate memory on cache line if requested
discards 54a9664 Disable AVX/SSE on unwind-c.c and unwind-dw2.c
discards 33dc51f gcc.target/i386/pieces-memset-1.c
discards d392b82 Update i386 piecewise move and store
new f404cea Update i386 piecewise move and store
new 8ff94ab gcc.target/i386/pieces-memset-1.c
new 180ed73 Disable AVX/SSE on unwind-c.c and unwind-dw2.c
new dfb913f Allocate memory on cache line if requested
new 8577f8d Don't build 32-bit libatomic with -march=i486 on x86-64
new 3ba989e Don't build 32-bit libgomp with -march=i486 on x86-64
new 024e4fa Don't build 32-bit libitm with -march=i486 on x86-64
new 64d5342 Support 128-bit constant store in 64-bit STV
new d82af38 Check 128-bit constant store in 64-bit mode
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 (4fdc7c9)
\
N -- N -- N refs/heads/hjl/pieces/master (d82af38)
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 9 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 | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 gcc-4_9-branch
in repository gcc.
from de2a69d Daily bump.
new 9cbde96 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-5-branch
in repository gcc.
from 3f3a477 * gcc-interface/decl.c (components_to_record): Restrict the [...]
new 09745b6 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 3ccc62d * gcc-interface/decl.c (components_to_record): Restrict the [...]
new 40df909 PR c++/67376 - [5/6 regression] Comparison with pointer to pa [...]
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 | 8 ++
gcc/cp/ChangeLog | 9 ++
gcc/cp/constexpr.c | 30 ++++-
gcc/fold-const.c | 60 ++++++++--
gcc/testsuite/ChangeLog | 18 +++
gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr10.C | 112 ++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr9.C | 57 ++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-array5.C | 4 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-nullptr-1.C | 125 +++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-string.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-wstring2.C | 6 +-
gcc/testsuite/g++.dg/cpp0x/pr65398.C | 8 +-
gcc/testsuite/g++.dg/ext/constexpr-vla1.C | 2 +-
gcc/testsuite/g++.dg/ext/constexpr-vla2.C | 2 +-
gcc/testsuite/g++.dg/ext/constexpr-vla3.C | 2 +-
gcc/testsuite/g++.dg/ubsan/pr63956.C | 4 +-
16 files changed, 420 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr10.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr9.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-nullptr-1.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/pieces/master
in repository gcc.
discards ab41130 Check 128-bit constant store in 64-bit mode
discards 67f2531 Support 128-bit constant store in 64-bit STV
discards 75bc143 Don't build 32-bit libitm with -march=i486 on x86-64
discards c94e31e Don't build 32-bit libgomp with -march=i486 on x86-64
discards d2b2ba8 Don't build 32-bit libatomic with -march=i486 on x86-64
discards 6f85259 Allocate aligned memory in gtm_thread operator new
discards a24cde1 Disable AVX/SSE on unwind-c.c and unwind-dw2.c
discards be4c728 gcc.target/i386/pieces-memset-1.c
discards fd0c3fd Update i386 piecewise move and store
discards d26e028 Remove MAX_BITSIZE_MODE_ANY_INT
discards f18dd51 Add TARGET_GEN_MEMSET_VALUE
discards 73022d6 Record alignment needed for piecewise move/store
new 886f518 Add TARGET_GEN_MEMSET_VALUE
new 11b5bb8 Remove MAX_BITSIZE_MODE_ANY_INT
new d392b82 Update i386 piecewise move and store
new 33dc51f gcc.target/i386/pieces-memset-1.c
new 54a9664 Disable AVX/SSE on unwind-c.c and unwind-dw2.c
new 461ada4 Allocate memory on cache line if requested
new 22d10e69 Don't build 32-bit libatomic with -march=i486 on x86-64
new 821ae37 Don't build 32-bit libgomp with -march=i486 on x86-64
new 9c98fd2 Don't build 32-bit libitm with -march=i486 on x86-64
new 9f3751b Support 128-bit constant store in 64-bit STV
new 4fdc7c9 Check 128-bit constant store in 64-bit mode
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 (ab41130)
\
N -- N -- N refs/heads/hjl/pieces/master (4fdc7c9)
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 11 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/cfgexpand.c | 25 +++++++++++++++
gcc/config/i386/i386.c | 11 +++++--
gcc/expr.c | 39 ------------------------
gcc/expr.h | 2 --
gcc/testsuite/gcc.target/i386/pieces-memcpy-1.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memcpy-10.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memcpy-2.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memcpy-3.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memcpy-4.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memcpy-5.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memcpy-6.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memcpy-7.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memcpy-8.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memcpy-9.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-1.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-10.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-11.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-12.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-13.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-14.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-15.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-16.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-17.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-18.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-19.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-20.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-21.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-22.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-23.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-24.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-25.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-26.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-27.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-28.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-29.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-3.c | 6 +++-
gcc/testsuite/gcc.target/i386/pieces-memset-30.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-31.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-32.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-33.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-34.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-35.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-36.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-37.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-38.c | 6 +++-
gcc/testsuite/gcc.target/i386/pieces-memset-39.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-4.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-40.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-41.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-42.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-43.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-44.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-6.c | 8 +++--
gcc/testsuite/gcc.target/i386/pieces-memset-7.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-8.c | 4 +++
gcc/testsuite/gcc.target/i386/pieces-memset-9.c | 4 +++
libitm/beginend.cc | 7 -----
libitm/util.cc | 22 +++++++++----
58 files changed, 262 insertions(+), 60 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 314cba9 Record alignment needed for piecewise move/store
discards cf9cf4b Check 128-bit constant store in 64-bit mode
discards f11dd66 Support 128-bit constant store in 64-bit STV
discards f03ad7f Don't build 32-bit libitm with -march=i486 on x86-64
discards 6ad8654 Don't build 32-bit libgomp with -march=i486 on x86-64
discards 71d4c4f Don't build 32-bit libatomic with -march=i486 on x86-64
discards b0cebfc Allocate aligned memory in gtm_thread operator new
discards 0363e4b Disable AVX/SSE on unwind-c.c and unwind-dw2.c
discards 4fee3d8 gcc.target/i386/pieces-memset-1.c
discards 3b74859 Update i386 piecewise move and store
discards fd4d00a Remove MAX_BITSIZE_MODE_ANY_INT
discards d1f90d8 Add TARGET_GEN_MEMSET_VALUE
discards 8b53fcc Update alignment_for_piecewise_move
discards e858c81 Extend STV pass to 64-bit mode
discards 3cc4622 Allow all 1s of integer as standard SSE constants
discards 5e66f04 Remove ssememalign
discards 1c28534 Remove ix86_legitimate_combined_insn
discards c72c1e6 Simplify ix86_expand_vector_move_misalign
discards 7c7a033 Remove UNSPEC_LOADU and UNSPEC_STOREU
adds de14812 Daily bump.
adds 9cbfe80 Add missing ChangeLog entry for PR testsuite/70364
adds 2c4e1eb Add missing ChangeLog entry for PR target/70439
adds c68ad2a runtime: Use atomic load for in entersyscall.
adds a0efa75 PR c++/70449
adds 3ccc62d * gcc-interface/decl.c (components_to_record): Restrict the [...]
new bf377a7 Remove UNSPEC_LOADU and UNSPEC_STOREU
new 39042d9 Simplify ix86_expand_vector_move_misalign
new 838b2e7 Remove ix86_legitimate_combined_insn
new d33cc11 Remove ssememalign
new 6df955a Allow all 1s of integer as standard SSE constants
new 878b6c9 Extend STV pass to 64-bit mode
new 70416c2 Update alignment_for_piecewise_move
new 73022d6 Record alignment needed for piecewise move/store
new f18dd51 Add TARGET_GEN_MEMSET_VALUE
new d26e028 Remove MAX_BITSIZE_MODE_ANY_INT
new fd0c3fd Update i386 piecewise move and store
new be4c728 gcc.target/i386/pieces-memset-1.c
new a24cde1 Disable AVX/SSE on unwind-c.c and unwind-dw2.c
new 6f85259 Allocate aligned memory in gtm_thread operator new
new d2b2ba8 Don't build 32-bit libatomic with -march=i486 on x86-64
new c94e31e Don't build 32-bit libgomp with -march=i486 on x86-64
new 75bc143 Don't build 32-bit libitm with -march=i486 on x86-64
new 67f2531 Support 128-bit constant store in 64-bit STV
new ab41130 Check 128-bit constant store in 64-bit mode
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 (314cba9)
\
N -- N -- N refs/heads/hjl/pieces/master (ab41130)
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 19 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/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 7 ++++++-
gcc/ada/gcc-interface/decl.c | 12 +++++++-----
gcc/cp/ChangeLog | 8 ++++++++
gcc/cp/constexpr.c | 20 ++++----------------
gcc/cp/pt.c | 3 ++-
gcc/go/gofrontend/MERGE | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/g++.dg/cpp1y/constexpr-recursion1.C | 16 ++++++++++++++++
libgo/runtime/proc.c | 2 +-
11 files changed, 61 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-recursion1.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/pieces/master
in repository gcc.
from cf9cf4b Check 128-bit constant store in 64-bit mode
new 314cba9 Record alignment needed for piecewise move/store
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/cfgexpand.c | 25 -------------------------
gcc/expr.c | 39 +++++++++++++++++++++++++++++++++++++++
gcc/expr.h | 2 ++
3 files changed, 41 insertions(+), 25 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 gcc-5-branch
in repository gcc.
from d7005c1 Daily bump.
new 3f3a477 * gcc-interface/decl.c (components_to_record): Restrict the [...]
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/ada/ChangeLog | 7 ++++++-
gcc/ada/gcc-interface/decl.c | 12 +++++++-----
2 files changed, 13 insertions(+), 6 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 a0efa75 PR c++/70449
new 3ccc62d * gcc-interface/decl.c (components_to_record): Restrict the [...]
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/ada/ChangeLog | 7 ++++++-
gcc/ada/gcc-interface/decl.c | 12 +++++++-----
2 files changed, 13 insertions(+), 6 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 c68ad2a runtime: Use atomic load for in entersyscall.
new a0efa75 PR c++/70449
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 | 8 ++++++++
gcc/cp/constexpr.c | 20 ++++----------------
gcc/cp/pt.c | 3 ++-
gcc/testsuite/g++.dg/cpp1y/constexpr-recursion1.C | 16 ++++++++++++++++
4 files changed, 30 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-recursion1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.