public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/86889] s390x gcc build fails when configured with --disable-checking
       [not found] <bug-86889-4@http.gcc.gnu.org/bugzilla/>
@ 2020-06-10 17:45 ` msebor at gcc dot gnu.org
  0 siblings, 0 replies; only message in thread
From: msebor at gcc dot gnu.org @ 2020-06-10 17:45 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2018-08-09 00:00:00         |2020-6-10
      Known to fail|                            |10.1.0, 11.0, 9.2.0

--- Comment #6 from Martin Sebor <msebor at gcc dot gnu.org> ---
Reconfirming with GCC 10 and 11.  The output for the test case in comment #2
is:

pr86889.c: In function ‘d’:
pr86889.c:8:13: warning: array subscript -1 is below array bounds of ‘long
int[2]’ [-Warray-bounds]
    8 |     if (p->b[g])
      |         ~~~~^~~
pr86889.c:1:17: note: while referencing ‘b’
    1 | struct a { long b[2]; };
      |                 ^

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

only message in thread, other threads:[~2020-06-10 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-86889-4@http.gcc.gnu.org/bugzilla/>
2020-06-10 17:45 ` [Bug tree-optimization/86889] s390x gcc build fails when configured with --disable-checking msebor 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).