This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 48effc5 gcc/ * config/nvptx/nvptx.c (decl_chunk_size, decl_chunk_mo [...]
new 10dd059 PR ipa/61886 * symtab.c (symtab_node::verify_base): Fix thi [...]
new 0325f3f PR ipa/61886 * ipa-visibility.c (can_replace_by_local_alias [...]
new dfbba35 PR ipa/61886 * varpool.c (varpool_node::get_availability): [...]
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 | 22 ++++++++++++++++++++++
gcc/ipa-visibility.c | 9 ++++++++-
gcc/symtab.c | 4 ++--
gcc/varpool.c | 10 +++++-----
4 files changed, 37 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 ee03cd5 PR ipa/61886 * lto-partition.c (add_symbol_to_partition_1): [...]
new 48effc5 gcc/ * config/nvptx/nvptx.c (decl_chunk_size, decl_chunk_mo [...]
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 | 13 ++
gcc/config/nvptx/nvptx.c | 189 ++++++++++++-------------
gcc/testsuite/ChangeLog | 2 +
gcc/testsuite/gcc.target/nvptx/trailing-init.c | 18 +++
4 files changed, 125 insertions(+), 97 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/nvptx/trailing-init.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 3809b03 PR middle-end/68291 PR middle-end/68292 * cfgexpand.c (set [...]
new ee03cd5 PR ipa/61886 * lto-partition.c (add_symbol_to_partition_1): [...]
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 | 10 ++++++++++
gcc/lto/lto-partition.c | 42 +++++++++++++++++++++++++++++++++++++-----
2 files changed, 47 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 master
in repository dejagnu.
from 73db65f * config/unix.exp: Add ability to set test timeout from site [...]
new faf51ab * Makefile.am (baseboard_DATA): Add missing rx-sim.exp. * 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:
ChangeLog | 5 +++++
Makefile.am | 1 +
Makefile.in | 1 +
3 files changed, 7 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 f30646b * gcc.target/i386/sse4_1-round.h (do_round): Fix inline asm [...]
new 4d64524 PR target/68701 * config/i386/i386.c (ix86_option_override_ [...]
new 52fbaa0 * testsuite/ChangeLog: Fix last entry.
new 2642aca * gcc.c-torture/compile/920723-1.c: Remove PTX skip. * gcc. [...]
new 3809b03 PR middle-end/68291 PR middle-end/68292 * cfgexpand.c (set [...]
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 | 14 ++++++++++++++
gcc/cfgexpand.c | 11 +++++++----
gcc/config/i386/i386.c | 11 +++++++++++
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/gcc.c-torture/compile/920723-1.c | 1 -
gcc/testsuite/gcc.c-torture/compile/pr33855.c | 1 -
gcc/testsuite/gcc.c-torture/execute/981019-1.c | 2 +-
gcc/testsuite/gcc.target/i386/pr68701-1.c | 13 +++++++++++++
gcc/testsuite/gcc.target/i386/pr68701-2.c | 11 +++++++++++
9 files changed, 69 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr68701-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr68701-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 master
in repository gcc.
from adf1dfd * gcc.dg/sso-9.c (foo): Robustify trick.
new f30646b * gcc.target/i386/sse4_1-round.h (do_round): Fix inline asm [...]
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/gcc.target/i386/sse4_1-round.h | 13 ++++++-------
gcc/testsuite/gcc.target/i386/sse4_1-roundsd-4.c | 13 ++++++-------
gcc/testsuite/gcc.target/i386/sse4_1-roundss-4.c | 13 ++++++-------
4 files changed, 24 insertions(+), 21 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 f73b478 PR c/68757: fix uninitialized src_range for various builtins
new 7063d45 C: fix uninitialized ranges for __alignof__
new adf1dfd * gcc.dg/sso-9.c (foo): Robustify trick.
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/c/ChangeLog | 6 +++++
gcc/c/c-parser.c | 16 +++++++++----
gcc/testsuite/ChangeLog | 9 ++++++++
.../gcc.dg/plugin/diagnostic-test-expressions-1.c | 27 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/sso-9.c | 2 +-
5 files changed, 54 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 hsa
in repository gcc.
from 05443b1 Merged trunk revision 231362 into the hsa branch
new 400999a [hsa] Add missing routines to omp_simple_builtin
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.hsa | 4 ++++
gcc/hsa-gen.c | 12 +++++++++++-
2 files changed, 15 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 720d8cb [AArch64] Skip big-endian as well for gcc.target/aarch64/got_ [...]
new f73b478 PR c/68757: fix uninitialized src_range for various builtins
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 | 12 ++++++
gcc/c/c-parser.c | 39 ++++++++++++-----
gcc/testsuite/ChangeLog | 9 ++++
.../gcc.dg/plugin/diagnostic-test-expressions-1.c | 50 ++++++++++++++++++++++
4 files changed, 99 insertions(+), 11 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 fe90ab1 PR c++/68116 * g++.dg/cpp0x/pr68116.C: New test.
new 720d8cb [AArch64] Skip big-endian as well for gcc.target/aarch64/got_ [...]
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 | 5 +++++
gcc/testsuite/gcc.target/aarch64/got_mem_hoist_1.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.