public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug jit/107999] New: test-error-array-bounds.c now fails because [-Warray-bounds] was updated to [-Warray-bounds=] in error messages
@ 2022-12-07  0:40 bouanto at zoho dot com
  2022-12-07  0:53 ` [Bug testsuite/107999] [13 Regression] test-error-array-bounds.c now fails because [-Warray-bounds] was updated to [-Warray-bounds=] in error messages after r13-4410-g7c01d029fca669263b9c2 pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bouanto at zoho dot com @ 2022-12-07  0:40 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 107999
           Summary: test-error-array-bounds.c now fails because
                    [-Warray-bounds] was updated to [-Warray-bounds=] in
                    error messages
           Product: gcc
           Version: 12.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: jit
          Assignee: dmalcolm at gcc dot gnu.org
          Reporter: bouanto at zoho dot com
  Target Milestone: ---

The error message needs to be updated to make this test pass again.

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

* [Bug testsuite/107999] [13 Regression] test-error-array-bounds.c now fails because [-Warray-bounds] was updated to [-Warray-bounds=] in error messages after  r13-4410-g7c01d029fca669263b9c2
  2022-12-07  0:40 [Bug jit/107999] New: test-error-array-bounds.c now fails because [-Warray-bounds] was updated to [-Warray-bounds=] in error messages bouanto at zoho dot com
@ 2022-12-07  0:53 ` pinskia at gcc dot gnu.org
  2023-01-23 23:43 ` [Bug jit/107999] [13 Regression] jit.dg/test-error-array-bounds.c " bouanto at zoho dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-12-07  0:53 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |13.0
            Summary|test-error-array-bounds.c   |[13 Regression]
                   |now fails because           |test-error-array-bounds.c
                   |[-Warray-bounds] was        |now fails because
                   |updated to                  |[-Warray-bounds] was
                   |[-Warray-bounds=] in error  |updated to
                   |messages                    |[-Warray-bounds=] in error
                   |                            |messages after
                   |                            |r13-4410-g7c01d029fca669263
                   |                            |b9c2

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

* [Bug jit/107999] [13 Regression] jit.dg/test-error-array-bounds.c now fails because [-Warray-bounds] was updated to [-Warray-bounds=] in error messages after  r13-4410-g7c01d029fca669263b9c2
  2022-12-07  0:40 [Bug jit/107999] New: test-error-array-bounds.c now fails because [-Warray-bounds] was updated to [-Warray-bounds=] in error messages bouanto at zoho dot com
  2022-12-07  0:53 ` [Bug testsuite/107999] [13 Regression] test-error-array-bounds.c now fails because [-Warray-bounds] was updated to [-Warray-bounds=] in error messages after r13-4410-g7c01d029fca669263b9c2 pinskia at gcc dot gnu.org
@ 2023-01-23 23:43 ` bouanto at zoho dot com
  2023-02-21 13:41 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bouanto at zoho dot com @ 2023-01-23 23:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Antoni <bouanto at zoho dot com> ---
Patch posted here:
https://gcc.gnu.org/pipermail/jit/2022q4/001594.html

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

* [Bug jit/107999] [13 Regression] jit.dg/test-error-array-bounds.c now fails because [-Warray-bounds] was updated to [-Warray-bounds=] in error messages after  r13-4410-g7c01d029fca669263b9c2
  2022-12-07  0:40 [Bug jit/107999] New: test-error-array-bounds.c now fails because [-Warray-bounds] was updated to [-Warray-bounds=] in error messages bouanto at zoho dot com
  2022-12-07  0:53 ` [Bug testsuite/107999] [13 Regression] test-error-array-bounds.c now fails because [-Warray-bounds] was updated to [-Warray-bounds=] in error messages after r13-4410-g7c01d029fca669263b9c2 pinskia at gcc dot gnu.org
  2023-01-23 23:43 ` [Bug jit/107999] [13 Regression] jit.dg/test-error-array-bounds.c " bouanto at zoho dot com
@ 2023-02-21 13:41 ` rguenth at gcc dot gnu.org
  2023-03-02 22:53 ` cvs-commit at gcc dot gnu.org
  2023-03-02 22:57 ` dmalcolm at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-02-21 13:41 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2023-02-21
             Status|UNCONFIRMED                 |ASSIGNED

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

* [Bug jit/107999] [13 Regression] jit.dg/test-error-array-bounds.c now fails because [-Warray-bounds] was updated to [-Warray-bounds=] in error messages after  r13-4410-g7c01d029fca669263b9c2
  2022-12-07  0:40 [Bug jit/107999] New: test-error-array-bounds.c now fails because [-Warray-bounds] was updated to [-Warray-bounds=] in error messages bouanto at zoho dot com
                   ` (2 preceding siblings ...)
  2023-02-21 13:41 ` rguenth at gcc dot gnu.org
@ 2023-03-02 22:53 ` cvs-commit at gcc dot gnu.org
  2023-03-02 22:57 ` dmalcolm at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-03-02 22:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by David Malcolm <dmalcolm@gcc.gnu.org>:

https://gcc.gnu.org/g:6b432c0f777ab9b8436fb07f71de6ea4d259b869

commit r13-6425-g6b432c0f777ab9b8436fb07f71de6ea4d259b869
Author: Guillaume Gomez <guillaume1.gomez@gmail.com>
Date:   Thu Mar 2 17:52:07 2023 -0500

    jit, testsuite: fix a failing test by updating its error string [PR107999]

    gcc/testsuite/ChangeLog:
            PR jit/107999
            * jit.dg/test-error-array-bounds.c: Update test.

    Signed-off-by: Guillaume Gomez <guillaume1.gomez@gmail.com>

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

* [Bug jit/107999] [13 Regression] jit.dg/test-error-array-bounds.c now fails because [-Warray-bounds] was updated to [-Warray-bounds=] in error messages after  r13-4410-g7c01d029fca669263b9c2
  2022-12-07  0:40 [Bug jit/107999] New: test-error-array-bounds.c now fails because [-Warray-bounds] was updated to [-Warray-bounds=] in error messages bouanto at zoho dot com
                   ` (3 preceding siblings ...)
  2023-03-02 22:53 ` cvs-commit at gcc dot gnu.org
@ 2023-03-02 22:57 ` dmalcolm at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: dmalcolm at gcc dot gnu.org @ 2023-03-02 22:57 UTC (permalink / raw)
  To: gcc-bugs

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

David Malcolm <dmalcolm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Should be fixed by the above patch.

Given that this failure started with r13-4410-g7c01d029fca669263b9c2, no
backporting is needed.

Marking as resolved.

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

end of thread, other threads:[~2023-03-02 22:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-07  0:40 [Bug jit/107999] New: test-error-array-bounds.c now fails because [-Warray-bounds] was updated to [-Warray-bounds=] in error messages bouanto at zoho dot com
2022-12-07  0:53 ` [Bug testsuite/107999] [13 Regression] test-error-array-bounds.c now fails because [-Warray-bounds] was updated to [-Warray-bounds=] in error messages after r13-4410-g7c01d029fca669263b9c2 pinskia at gcc dot gnu.org
2023-01-23 23:43 ` [Bug jit/107999] [13 Regression] jit.dg/test-error-array-bounds.c " bouanto at zoho dot com
2023-02-21 13:41 ` rguenth at gcc dot gnu.org
2023-03-02 22:53 ` cvs-commit at gcc dot gnu.org
2023-03-02 22:57 ` dmalcolm 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).