public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/112691] New: [14 Regression] gcc.dg/vla-1.c fails
@ 2023-11-23 23:53 pinskia at gcc dot gnu.org
  2023-11-23 23:53 ` [Bug testsuite/112691] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-23 23:53 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 112691
           Summary: [14 Regression] gcc.dg/vla-1.c fails
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: testsuite-fail
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: pinskia at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---

So r14-5628-g53ba8d669550d3 added noipa to f1 but really the `-fno-ipa-vrp`
should have been added to the testcase. It is testing about the clone of f1 so
turning off IPA VRP is the correct approach here.

Will submit a patch in the next few days unless someone else gets it before me.

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

* [Bug testsuite/112691] [14 Regression] gcc.dg/vla-1.c fails
  2023-11-23 23:53 [Bug testsuite/112691] New: [14 Regression] gcc.dg/vla-1.c fails pinskia at gcc dot gnu.org
@ 2023-11-23 23:53 ` pinskia at gcc dot gnu.org
  2023-11-24  0:20 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-23 23:53 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu.org
   Target Milestone|---                         |14.0

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

* [Bug testsuite/112691] [14 Regression] gcc.dg/vla-1.c fails
  2023-11-23 23:53 [Bug testsuite/112691] New: [14 Regression] gcc.dg/vla-1.c fails pinskia at gcc dot gnu.org
  2023-11-23 23:53 ` [Bug testsuite/112691] " pinskia at gcc dot gnu.org
@ 2023-11-24  0:20 ` pinskia at gcc dot gnu.org
  2023-11-26  4:31 ` cvs-commit at gcc dot gnu.org
  2023-11-26  4:31 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-24  0:20 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2023-11-24

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

* [Bug testsuite/112691] [14 Regression] gcc.dg/vla-1.c fails
  2023-11-23 23:53 [Bug testsuite/112691] New: [14 Regression] gcc.dg/vla-1.c fails pinskia at gcc dot gnu.org
  2023-11-23 23:53 ` [Bug testsuite/112691] " pinskia at gcc dot gnu.org
  2023-11-24  0:20 ` pinskia at gcc dot gnu.org
@ 2023-11-26  4:31 ` cvs-commit at gcc dot gnu.org
  2023-11-26  4:31 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-11-26  4:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pinskia@gcc.gnu.org>:

https://gcc.gnu.org/g:bd7f16b43e2afe5bd8429479485b5c70cedbdee6

commit r14-5850-gbd7f16b43e2afe5bd8429479485b5c70cedbdee6
Author: Andrew Pinski <quic_apinski@quicinc.com>
Date:   Sat Nov 25 20:24:56 2023 -0800

    Fix gcc.dg/vla-1.c

    r14-5628-g53ba8d669550d3 added noipa to f1 but `-fno-ipa-vrp` should have
been used
    instead. The testcase is testing about the clone of f1 so turning off
    IPA VRP is the correct approach here rather than turning off of IPA on the
function.

    gcc/testsuite/ChangeLog:

            PR testsuite/112691
            * gcc.dg/vla-1.c: Add -fno-ipa-vrp.
            Remove noipa from f1.

    Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>

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

* [Bug testsuite/112691] [14 Regression] gcc.dg/vla-1.c fails
  2023-11-23 23:53 [Bug testsuite/112691] New: [14 Regression] gcc.dg/vla-1.c fails pinskia at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2023-11-26  4:31 ` cvs-commit at gcc dot gnu.org
@ 2023-11-26  4:31 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-26  4:31 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed.

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

end of thread, other threads:[~2023-11-26  4:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 23:53 [Bug testsuite/112691] New: [14 Regression] gcc.dg/vla-1.c fails pinskia at gcc dot gnu.org
2023-11-23 23:53 ` [Bug testsuite/112691] " pinskia at gcc dot gnu.org
2023-11-24  0:20 ` pinskia at gcc dot gnu.org
2023-11-26  4:31 ` cvs-commit at gcc dot gnu.org
2023-11-26  4:31 ` pinskia 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).