mirror of git://gcc.gnu.org/git/gcc.git
I've noticed ../../../libquadmath/printf/gmp-impl.h:104:18: warning: old-style function definition [-Wold-style-definition] ../../../libquadmath/printf/gmp-impl.h:104:18: warning: old-style function definition [-Wold-style-definition] ../../../libquadmath/printf/gmp-impl.h:104:18: warning: old-style function definition [-Wold-style-definition] ../../../libquadmath/strtod/strtod_l.c:456:22: warning: old-style function definition [-Wold-style-definition] warnings during bootstrap (clearly since the switch to -std=gnu23 by default). The following patch fixes those in libquadmath, the only other warnings are in zlib. 2025-04-01 Jakub Jelinek <jakub@redhat.com> * strtod/strtod_l.c (____STRTOF_INTERNAL): Avoid old-style function definitions. * printf/addmul_1.c (mpn_addmul_1): Likewise. * printf/mul_1.c (mpn_mul_1): Likewise. * printf/submul_1.c (mpn_submul_1): Likewise. |
||
|---|---|---|
| .. | ||
| _i18n_number.h | ||
| _itoa.h | ||
| _itowa.h | ||
| add_n.c | ||
| addmul_1.c | ||
| cmp.c | ||
| divrem.c | ||
| flt1282mpn.c | ||
| fpioconst.c | ||
| fpioconst.h | ||
| gmp-impl.h | ||
| lshift.c | ||
| mul.c | ||
| mul_1.c | ||
| mul_n.c | ||
| printf_fp.c | ||
| printf_fphex.c | ||
| quadmath-printf.c | ||
| quadmath-printf.h | ||
| rshift.c | ||
| sub_n.c | ||
| submul_1.c | ||