public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/92955] [10 regression] False positive stringop-overflow warning with vectorization and loop unrolling
       [not found] <bug-92955-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-20  8:58 ` rguenth at gcc dot gnu.org
  2020-03-20 22:10 ` law at redhat dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-03-20  8:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92955

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
Complete peeling is known of not eliminating all unreachable code which is why
-Warray-bounds now runs _before_ unrolling only.  Note it's practically
impossible to cover all cases in peeling but there's some that could
(identified in some old PR I can't find right now).

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug tree-optimization/92955] [10 regression] False positive stringop-overflow warning with vectorization and loop unrolling
       [not found] <bug-92955-4@http.gcc.gnu.org/bugzilla/>
  2020-03-20  8:58 ` [Bug tree-optimization/92955] [10 regression] False positive stringop-overflow warning with vectorization and loop unrolling rguenth at gcc dot gnu.org
@ 2020-03-20 22:10 ` law at redhat dot com
  2021-01-14  8:21 ` [Bug tree-optimization/92955] [10/11 " rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: law at redhat dot com @ 2020-03-20 22:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92955

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.0                        |11.0

--- Comment #10 from Jeffrey A. Law <law at redhat dot com> ---
Certainly.  So ISTM this is punt to gcc-11 (and likely beyond) and hope that
one day we can do better at determining some of the unrolled iterations can't
actually happen at runtime and can be removed.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug tree-optimization/92955] [10/11 regression] False positive stringop-overflow warning with vectorization and loop unrolling
       [not found] <bug-92955-4@http.gcc.gnu.org/bugzilla/>
  2020-03-20  8:58 ` [Bug tree-optimization/92955] [10 regression] False positive stringop-overflow warning with vectorization and loop unrolling rguenth at gcc dot gnu.org
  2020-03-20 22:10 ` law at redhat dot com
@ 2021-01-14  8:21 ` rguenth at gcc dot gnu.org
  2021-04-27 11:38 ` [Bug tree-optimization/92955] [10/11/12 " jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-01-14  8:21 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92955

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug tree-optimization/92955] [10/11/12 regression] False positive stringop-overflow warning with vectorization and loop unrolling
       [not found] <bug-92955-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-01-14  8:21 ` [Bug tree-optimization/92955] [10/11 " rguenth at gcc dot gnu.org
@ 2021-04-27 11:38 ` jakub at gcc dot gnu.org
  2021-07-28  7:04 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-04-27 11:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92955

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.0                        |11.2

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 11.1 has been released, retargeting bugs to GCC 11.2.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug tree-optimization/92955] [10/11/12 regression] False positive stringop-overflow warning with vectorization and loop unrolling
       [not found] <bug-92955-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-04-27 11:38 ` [Bug tree-optimization/92955] [10/11/12 " jakub at gcc dot gnu.org
@ 2021-07-28  7:04 ` rguenth at gcc dot gnu.org
  2022-04-21  7:47 ` rguenth at gcc dot gnu.org
  2023-05-29 10:02 ` [Bug tree-optimization/92955] [10/11/12/13/14 " jakub at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-07-28  7:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92955

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.2                        |11.3

--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 11.2 is being released, retargeting bugs to GCC 11.3

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug tree-optimization/92955] [10/11/12 regression] False positive stringop-overflow warning with vectorization and loop unrolling
       [not found] <bug-92955-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-07-28  7:04 ` rguenth at gcc dot gnu.org
@ 2022-04-21  7:47 ` rguenth at gcc dot gnu.org
  2023-05-29 10:02 ` [Bug tree-optimization/92955] [10/11/12/13/14 " jakub at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-04-21  7:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92955

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.3                        |11.4

--- Comment #13 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 11.3 is being released, retargeting bugs to GCC 11.4.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug tree-optimization/92955] [10/11/12/13/14 regression] False positive stringop-overflow warning with vectorization and loop unrolling
       [not found] <bug-92955-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2022-04-21  7:47 ` rguenth at gcc dot gnu.org
@ 2023-05-29 10:02 ` jakub at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-05-29 10:02 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92955

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.4                        |11.5

--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 11.4 is being released, retargeting bugs to GCC 11.5.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-05-29 10:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-92955-4@http.gcc.gnu.org/bugzilla/>
2020-03-20  8:58 ` [Bug tree-optimization/92955] [10 regression] False positive stringop-overflow warning with vectorization and loop unrolling rguenth at gcc dot gnu.org
2020-03-20 22:10 ` law at redhat dot com
2021-01-14  8:21 ` [Bug tree-optimization/92955] [10/11 " rguenth at gcc dot gnu.org
2021-04-27 11:38 ` [Bug tree-optimization/92955] [10/11/12 " jakub at gcc dot gnu.org
2021-07-28  7:04 ` rguenth at gcc dot gnu.org
2022-04-21  7:47 ` rguenth at gcc dot gnu.org
2023-05-29 10:02 ` [Bug tree-optimization/92955] [10/11/12/13/14 " jakub at gcc dot gnu.org

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).