This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1cb731a [PR68603] Associate conditional C++ loop's back-jump with sta [...] new ad80582 PR c/68533 * c-decl.c (get_parm_info): Use b->locus instead [...] new 7d0239e S/390: bswap testcases require -march=z900 to work with -m31. new 01651ff S/390: bswap64 testcases require -mzarch. new 160b0cd [PATCH] Fix PR68029 new 68795b4 S/390: Enable 64 bit atomic tests with -m31 -mzarch.
The 5 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/c/ChangeLog | 6 +++ gcc/c/c-decl.c | 13 +++--- gcc/opts-common.c | 2 +- gcc/testsuite/ChangeLog | 27 +++++++++++- gcc/testsuite/gcc.dg/builtin-bswap-6a.c | 2 +- gcc/testsuite/gcc.dg/optimize-bswapdi-1.c | 1 + gcc/testsuite/gcc.dg/optimize-bswapdi-2.c | 1 + gcc/testsuite/gcc.dg/optimize-bswapdi-3.c | 1 + gcc/testsuite/gcc.dg/optimize-bswapsi-1.c | 2 +- gcc/testsuite/gcc.dg/optimize-bswapsi-2.c | 2 +- gcc/testsuite/gcc.dg/pr68533.c | 68 +++++++++++++++++++++++++++++++ gcc/testsuite/lib/target-supports.exp | 4 ++ 13 files changed, 124 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr68533.c