[0/4] Fix remaining -Os/-O1 compile issues [BZ #19444]

Message ID 20221229125802.2715435-1-adhemerval.zanella@linaro.org
Headers
Series Fix remaining -Os/-O1 compile issues [BZ #19444] |

Message

Adhemerval Zanella Netto Dec. 29, 2022, 12:57 p.m. UTC
  All targets should not build for -Os and/or -O1 without the need of
disable werrors.

Adhemerval Zanella (4):
  locale: Use correct buffer size for utf8_sequence_error [BZ #19444]
  sunrpc: Suppress GCC -O1 warning on user2netname [BZ #19444]
  string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444]
  math: Suppress -O0 warnings for soft-fp fsqrt [BZ #19444]

 locale/programs/linereader.c      |  2 +-
 string/wordcopy.c                 | 19 +++++++++++++++++++
 sunrpc/netname.c                  |  7 ++++---
 sysdeps/ieee754/soft-fp/s_fsqrt.c | 11 +++++++++++
 4 files changed, 35 insertions(+), 4 deletions(-)