public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] suppress buffer overflow warnings in a test (PR 101520)
@ 2021-07-19 22:51 Martin Sebor
  0 siblings, 0 replies; only message in thread
From: Martin Sebor @ 2021-07-19 22:51 UTC (permalink / raw)
  To: gcc-patches

The gcc.target/powerpc/pr93658.c test uses a loop to write into
consecutive bytes of a char variable.  The loop vectorizer turns
it into a series of assignments of vector(16) char each, which
the warning then points out.  I have committed r12-2401 to
a suppress the warning:

https://gcc.gnu.org/pipermail/gcc-cvs/2021-July/350850.html

Martin

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-19 22:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19 22:51 [committed] suppress buffer overflow warnings in a test (PR 101520) Martin Sebor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).