This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ce8a84ba671 testsuite: Add testcase for PR [PR123882]
new fa20d1d7095 c,c++: Fix incorrect warning with asm defined symbols
new 40e2274ec0f testsuite: Add testcase for PR123986
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/c-decl.cc | 17 +++++-----
gcc/c/c-typeck.cc | 2 ++
gcc/cgraphunit.cc | 11 ++++---
gcc/cp/decl.cc | 9 +++---
gcc/cp/semantics.cc | 2 ++
.../c-c++-common/toplevel-extended-asm-1.c | 5 +++
gcc/testsuite/gfortran.dg/vect/pr123986.f90 | 36 ++++++++++++++++++++++
7 files changed, 64 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/toplevel-extended-asm-1.c
create mode 100644 gcc/testsuite/gfortran.dg/vect/pr123986.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 main
in repository llvm-lnt.
from ff98769 Remove the `runtest nt` test driver (#168)
new 3ab9fb1 Remove the --no-timestamp option from the test suite (#143)
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:
lnt/tests/compile.py | 8 +-------
lnt/tests/test_suite.py | 20 ++++++--------------
tests/runtest/exclude_stat.py | 7 ++++---
tests/runtest/test_suite-benchmarking-only.shtest | 1 -
tests/runtest/test_suite-build-dir.shtest | 5 -----
tests/runtest/test_suite-c-compiler.shtest | 6 +++---
tests/runtest/test_suite-cache.shtest | 2 --
tests/runtest/test_suite-cc.shtest | 7 +++----
tests/runtest/test_suite-cflags0.shtest | 15 +++++++--------
tests/runtest/test_suite-cflags1.shtest | 7 +++----
tests/runtest/test_suite-cflags2.shtest | 7 +++----
tests/runtest/test_suite-cflags3.shtest | 7 +++----
tests/runtest/test_suite-cflags4.shtest | 7 +++----
tests/runtest/test_suite-compile-only.shtest | 7 +++----
tests/runtest/test_suite-cross.shtest | 8 ++++----
tests/runtest/test_suite-drop-exec.shtest | 10 +---------
tests/runtest/test_suite-fail-compile.shtest | 6 +++---
tests/runtest/test_suite-fail-exec.shtest | 6 +++---
tests/runtest/test_suite-interleaved-builds.shtest | 9 ++-------
tests/runtest/test_suite-machine-name.shtest | 1 -
tests/runtest/test_suite-metrics.shtest | 8 +++-----
tests/runtest/test_suite-only-test.shtest | 1 -
tests/runtest/test_suite-perf-events.shtest | 1 -
tests/runtest/test_suite-pgo.shtest | 2 --
tests/runtest/test_suite-profile-import.py | 8 +++-----
tests/runtest/test_suite-profile.shtest | 1 -
tests/runtest/test_suite-run-order.shtest | 6 +++---
tests/runtest/test_suite-run-under.shtest | 3 ---
tests/runtest/test_suite-use-perf.shtest | 1 -
tests/runtest/test_suite.shtest | 8 ++++----
tests/runtest/test_suite_diagnose.shtest | 2 --
31 files changed, 65 insertions(+), 122 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 9f03e1f3d51 Revert c, c++: Use c*_build_qualified_type instead of build [...]
new 6385a3582c0 c++: cv-qualified pack index propagation [PR122169]
new 507ea25cf2e c++/reflection: fix type_of for member fns [PR123934]
new ce8a84ba671 testsuite: Add testcase for PR [PR123882]
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/cp/pt.cc | 9 ++++++--
gcc/cp/reflect.cc | 2 ++
gcc/testsuite/g++.dg/cpp26/pack-indexing19.C | 32 ++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/reflect/type_of2.C | 4 +---
gcc/testsuite/gcc.dg/pr123882.c | 7 ++++++
5 files changed, 49 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp26/pack-indexing19.C
create mode 100644 gcc/testsuite/gcc.dg/pr123882.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 c9addbc79ac testsuite: lto: transform gcc-ar to include prefix
new 9f03e1f3d51 Revert c, c++: Use c*_build_qualified_type instead of build [...]
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/attribs.cc | 53 ++++++++-------------------------
gcc/c/c-objc-common.cc | 11 -------
gcc/c/c-objc-common.h | 2 --
gcc/c/c-tree.h | 1 -
gcc/cp/cp-objcp-common.h | 4 +--
gcc/cp/cp-tree.h | 1 -
gcc/cp/tree.cc | 21 -------------
gcc/langhooks-def.h | 5 ++--
gcc/langhooks.cc | 10 -------
gcc/langhooks.h | 7 ++---
gcc/testsuite/c-c++-common/pr101312-1.c | 4 ---
gcc/testsuite/c-c++-common/pr101312-2.c | 5 ----
12 files changed, 19 insertions(+), 105 deletions(-)
delete mode 100644 gcc/testsuite/c-c++-common/pr101312-1.c
delete mode 100644 gcc/testsuite/c-c++-common/pr101312-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 releases/gcc-15
in repository gcc.
from aa01b849ab8 libstdc++: Use overload operator<=> when provided in relati [...]
new 4fa36577fc0 testsuite: lto: transform gcc-ar to include prefix
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/lib/lto.exp | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 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 73dc061e9e5 Makefile.tpl: Implement per-stage GDCFLAGS [PR116975]
new c9addbc79ac testsuite: lto: transform gcc-ar to include prefix
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/lib/lto.exp | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 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 12e97ffdb51 tree-optimization/123986 - upon SLP analysis rollback, rele [...]
new 73dc061e9e5 Makefile.tpl: Implement per-stage GDCFLAGS [PR116975]
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:
Makefile.in | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
Makefile.tpl | 15 +++++++++++++--
2 files changed, 64 insertions(+), 2 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 c4d53bc3c96 compare-elim: arm: enable compare-elimination on Arm [PR123604]
new 856ba1d7f78 tree-optimization/123983 - only update IV on the requested edge
new 12e97ffdb51 tree-optimization/123986 - upon SLP analysis rollback, rele [...]
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/testsuite/gcc.dg/vect/vect-pr123983.c | 28 ++++++++++++++++++++++++++++
gcc/tree-vect-loop-manip.cc | 16 ++--------------
gcc/tree-vect-slp.cc | 13 +++++++++++--
3 files changed, 41 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-pr123983.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.