[Bug tree-optimization/88771] Misleading -Werror=array-bounds error

2022-03-17 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88771

Martin Sebor  changed:

   What|Removed |Added

 CC|msebor at gcc dot gnu.org  |
 Status|ASSIGNED|NEW
   Assignee|msebor at gcc dot gnu.org  |unassigned at gcc dot 
gnu.org

--- Comment #26 from Martin Sebor  ---
I'm no longer working on this.

[Bug tree-optimization/88771] Misleading -Werror=array-bounds error

2021-05-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88771

Richard Biener  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

[Bug tree-optimization/88771] Misleading -Werror=array-bounds error

2021-02-12 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88771

Martin Sebor  changed:

   What|Removed |Added

   Keywords|patch   |
  Known to fail|9.0 |10.2.0, 11.0, 9.2.0
   Last reconfirmed|2019-01-09 00:00:00 |2021-2-12

--- Comment #25 from Martin Sebor  ---
No change in GCC 11.

[Bug tree-optimization/88771] Misleading -Werror=array-bounds error

2019-08-07 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88771

Eric Gallager  changed:

   What|Removed |Added

   Target Milestone|9.2 |---

--- Comment #24 from Eric Gallager  ---
(In reply to Jeffrey A. Law from comment #22)
> Martin cleaned up the warning message and I'm considering that as fixing the
> regression.  Thus regression marker removed.

So... that means the target milestone can be removed, too, right? I'm doing
that

> 
> I doubt everyone is in agreement on the overall "should we warn or not"
> question. So I'm keeping the BZ open.  I wouldn't be at all surprised if
> there is no consensus possible WRT whether or not we should be warning. 
> Which usually leads to a flag to enable/disable the particular behavior ;(

[Bug tree-optimization/88771] Misleading -Werror=array-bounds error

2019-05-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88771

Jakub Jelinek  changed:

   What|Removed |Added

   Target Milestone|9.0 |9.2

--- Comment #23 from Jakub Jelinek  ---
GCC 9.1 has been released.

[Bug tree-optimization/88771] Misleading -Werror=array-bounds error

2019-03-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88771

Jeffrey A. Law  changed:

   What|Removed |Added

   Priority|P3  |P2
Summary|[9 Regression] Misleading   |Misleading
   |-Werror=array-bounds error  |-Werror=array-bounds error

--- Comment #22 from Jeffrey A. Law  ---
Martin cleaned up the warning message and I'm considering that as fixing the
regression.  Thus regression marker removed.

I doubt everyone is in agreement on the overall "should we warn or not"
question. So I'm keeping the BZ open.  I wouldn't be at all surprised if there
is no consensus possible WRT whether or not we should be warning.  Which
usually leads to a flag to enable/disable the particular behavior ;(