This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from badb798f5e9 libstdc++: Fix tr1/8_c_compatibility/cstdio/functions.cc re [...] new bdbca405e1c m68k: Avoid implicit function declaration in libgcc new 6e5216ec171 csky: Fix -Wincompatible-pointer-types warning during libgcc build new fbd3923887b riscv: Fix -Wincompatible-pointer-types warning during libg [...] new dab4f3ec0d1 arc: Fix -Wincompatible-pointer-types warning during libgcc build new cf611de73d8 or1k: Fix -Wincompatible-pointer-types warning during libgcc build new 1c23bfdfa93 C99 test suite readiness: Mark some C89 tests new 0fef2c89d16 C99 test suite readiness: Some unverified test case adjustments new 24eaada73de C99 testsuite readiness: Some verified test case adjustments new ad0bac803ce RISC-V: Add test for FP llceil auto vectorization
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/testsuite/gcc.c-torture/compile/20000105-1.c | 5 +- gcc/testsuite/gcc.c-torture/compile/20000105-2.c | 3 +- gcc/testsuite/gcc.c-torture/compile/20000211-1.c | 4 ++ gcc/testsuite/gcc.c-torture/compile/20000224-1.c | 1 + gcc/testsuite/gcc.c-torture/compile/20000314-2.c | 3 +- gcc/testsuite/gcc.c-torture/compile/920501-11.c | 1 + gcc/testsuite/gcc.c-torture/compile/920501-23.c | 1 + gcc/testsuite/gcc.c-torture/compile/920501-8.c | 1 + gcc/testsuite/gcc.c-torture/compile/920701-1.c | 1 + gcc/testsuite/gcc.c-torture/compile/930529-1.c | 1 + gcc/testsuite/gcc.c-torture/compile/980816-1.c | 2 + gcc/testsuite/gcc.c-torture/compile/pc44485.c | 2 +- gcc/testsuite/gcc.c-torture/compile/pr106101.c | 13 ++--- gcc/testsuite/gcc.c-torture/compile/pr49474.c | 3 +- gcc/testsuite/gcc.c-torture/execute/20001111-1.c | 8 +-- gcc/testsuite/gcc.c-torture/execute/pr111331-1.c | 2 +- gcc/testsuite/gcc.dg/pr100512.c | 4 +- gcc/testsuite/gcc.dg/pr103003.c | 4 +- gcc/testsuite/gcc.dg/pr103451.c | 8 +-- gcc/testsuite/gcc.dg/pr68435.c | 6 +- .../unop/{math-llround-0.c => math-llceil-0.c} | 6 +- .../riscv/rvv/autovec/unop/math-llceil-run-0.c | 64 ++++++++++++++++++++++ .../vls/{math-irint-0.c => math-llceil-0.c} | 20 +++---- libgcc/config/arc/linux-unwind.h | 2 +- libgcc/config/csky/linux-unwind.h | 2 +- libgcc/config/m68k/fpgnulib.c | 1 + libgcc/config/or1k/linux-unwind.h | 2 +- libgcc/config/riscv/linux-unwind.h | 2 +- 28 files changed, 126 insertions(+), 46 deletions(-) copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-llround-0.c => math-llc [...] create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-llceil-run-0.c copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/{math-irint-0.c => math-llceil [...]