public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/98085] New: [11 regression] new test case gcc.dg/tree-ssa/if-to-switch-2.c fails in r11-5605
@ 2020-12-01 16:26 seurer at gcc dot gnu.org
  2020-12-01 16:38 ` [Bug testsuite/98085] " marxin at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: seurer at gcc dot gnu.org @ 2020-12-01 16:26 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98085
           Summary: [11 regression] new test case
                    gcc.dg/tree-ssa/if-to-switch-2.c fails in r11-5605
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:03eb09292ef228d1d12b5168cdd748583b1f992a, r11-5605 

make  -k check-gcc RUNTESTFLAGS="tree-ssa.exp=gcc.dg/tree-ssa/if-to-switch-2.c"
. . .
Executing on host: /home/seurer/gcc/git/build/gcc-test/gcc/xgcc
-B/home/seurer/gcc/git/build/gcc-test/gcc/
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-2.c   
-fdiagnostics-plain-output   -O2 -fdump-tree-iftoswitch-optimized -S -o
if-to-switch-2.s    (timeout = 300)
spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-test/gcc/xgcc
-B/home/seurer/gcc/git/build/gcc-test/gcc/
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-2.c
-fdiagnostics-plain-output -O2 -fdump-tree-iftoswitch-optimized -S -o
if-to-switch-2.s
Executing on host: /home/seurer/gcc/git/build/gcc-test/gcc/xgcc
-B/home/seurer/gcc/git/build/gcc-test/gcc/ exceptions_enabled103054.cc   
-fdiagnostics-plain-output  -S -o exceptions_enabled103054.s    (timeout = 300)
spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-test/gcc/xgcc
-B/home/seurer/gcc/git/build/gcc-test/gcc/ exceptions_enabled103054.cc
-fdiagnostics-plain-output -S -o exceptions_enabled103054.s
PASS: gcc.dg/tree-ssa/if-to-switch-2.c (test for excess errors)
FAIL: gcc.dg/tree-ssa/if-to-switch-2.c scan-tree-dump iftoswitch "Condition
chain with 3 BBs transformed into a switch statement."
testcase
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp
completed in 0 seconds

                === gcc Summary ===

# of expected passes            1
# of unexpected failures        1

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

* [Bug testsuite/98085] [11 regression] new test case gcc.dg/tree-ssa/if-to-switch-2.c fails in r11-5605
  2020-12-01 16:26 [Bug testsuite/98085] New: [11 regression] new test case gcc.dg/tree-ssa/if-to-switch-2.c fails in r11-5605 seurer at gcc dot gnu.org
@ 2020-12-01 16:38 ` marxin at gcc dot gnu.org
  2020-12-01 19:53 ` cvs-commit at gcc dot gnu.org
  2020-12-01 19:53 ` marxin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-12-01 16:38 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1
           Assignee|unassigned at gcc dot gnu.org      |marxin at gcc dot gnu.org
   Last reconfirmed|                            |2020-12-01

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Mine.

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

* [Bug testsuite/98085] [11 regression] new test case gcc.dg/tree-ssa/if-to-switch-2.c fails in r11-5605
  2020-12-01 16:26 [Bug testsuite/98085] New: [11 regression] new test case gcc.dg/tree-ssa/if-to-switch-2.c fails in r11-5605 seurer at gcc dot gnu.org
  2020-12-01 16:38 ` [Bug testsuite/98085] " marxin at gcc dot gnu.org
@ 2020-12-01 19:53 ` cvs-commit at gcc dot gnu.org
  2020-12-01 19:53 ` marxin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-12-01 19:53 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

commit r11-5618-gefd1d4f8ae2850e5cd8028531dfe4eced628489e
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Dec 1 20:38:40 2020 +0100

    if-to-switch: Fix test-suite patterns.

    gcc/testsuite/ChangeLog:

            PR testsuite/98085
            * g++.dg/tree-ssa/if-to-switch-1.C: Do not expect precise number
            of BBs.
            * gcc.dg/tree-ssa/if-to-switch-1.c: Likewise.
            * gcc.dg/tree-ssa/if-to-switch-2.c: Likewise. Find better name
            for the function.
            * gcc.dg/tree-ssa/if-to-switch-3.c: Likewise. Find better name
            for the function.
            * gcc.dg/tree-ssa/if-to-switch-5.c: Likewise.

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

* [Bug testsuite/98085] [11 regression] new test case gcc.dg/tree-ssa/if-to-switch-2.c fails in r11-5605
  2020-12-01 16:26 [Bug testsuite/98085] New: [11 regression] new test case gcc.dg/tree-ssa/if-to-switch-2.c fails in r11-5605 seurer at gcc dot gnu.org
  2020-12-01 16:38 ` [Bug testsuite/98085] " marxin at gcc dot gnu.org
  2020-12-01 19:53 ` cvs-commit at gcc dot gnu.org
@ 2020-12-01 19:53 ` marxin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-12-01 19:53 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

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

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Should be fixed now.

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

end of thread, other threads:[~2020-12-01 19:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-01 16:26 [Bug testsuite/98085] New: [11 regression] new test case gcc.dg/tree-ssa/if-to-switch-2.c fails in r11-5605 seurer at gcc dot gnu.org
2020-12-01 16:38 ` [Bug testsuite/98085] " marxin at gcc dot gnu.org
2020-12-01 19:53 ` cvs-commit at gcc dot gnu.org
2020-12-01 19:53 ` marxin 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).