public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/106575] New: new test case gcc.dg/fold-eqandshift-4.c fails
@ 2022-08-10  3:48 seurer at gcc dot gnu.org
  2022-08-10  6:08 ` [Bug other/106575] new test case gcc.dg/fold-eqandshift-4.c fails with its introduction in r13-2005-g6fc14f1963dfef cvs-commit at gcc dot gnu.org
  2022-08-10  7:25 ` rguenth at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-08-10  3:48 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106575
           Summary: new test case gcc.dg/fold-eqandshift-4.c fails
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:6fc14f1963dfefead588a4cd8902d641ed69255c, r13-2005-g6fc14f1963dfef

make  -k check-gcc RUNTESTFLAGS="dg.exp=gcc.dg/fold-eqandshift-4.c"
FAIL: gcc.dg/fold-eqandshift-4.c scan-tree-dump-times optimized "return [01]"
14
FAIL: gcc.dg/fold-eqandshift-4.c scan-tree-dump-times optimized
"x_[0-9]\\(D\\)" 18
# of expected passes            6
# of unexpected failures        2

commit 6fc14f1963dfefead588a4cd8902d641ed69255c (HEAD, refs/bisect/bad)
Author: Roger Sayle <roger@nextmovesoftware.com>
Date:   Tue Aug 9 18:54:43 2022 +0100

    middle-end: Optimize ((X >> C1) & C2) != C3 for more cases.

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

* [Bug other/106575] new test case gcc.dg/fold-eqandshift-4.c fails with its introduction in r13-2005-g6fc14f1963dfef
  2022-08-10  3:48 [Bug other/106575] New: new test case gcc.dg/fold-eqandshift-4.c fails seurer at gcc dot gnu.org
@ 2022-08-10  6:08 ` cvs-commit at gcc dot gnu.org
  2022-08-10  7:25 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-08-10  6:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Roger Sayle <sayle@gcc.gnu.org>:

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

commit r13-2009-gc16d9f78dc81664e3341157c5a6efb85c0c141f4
Author: Roger Sayle <roger@nextmovesoftware.com>
Date:   Wed Aug 10 07:05:33 2022 +0100

    [Committed] PR other/106575: Use "signed char" in new fold-eqandshift-4.c

    My recently added testcase gcc.dg/fold-eqandshift-4.c, incorrectly assumed
    that "char" was "signed char", and hence fails on powerpc64 where this
    isn't the case.  Fixed by making "signed char" explicit where needed in
    this test.  Committed as obvious.

    2022-08-10  Roger Sayle  <roger@nextmovesoftware.com>

    gcc/testsuite/ChangeLog
            PR other/106575
            * gcc.dg/fold-eqandshift-4.c: Use "signed char" explicitly.

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

* [Bug other/106575] new test case gcc.dg/fold-eqandshift-4.c fails with its introduction in r13-2005-g6fc14f1963dfef
  2022-08-10  3:48 [Bug other/106575] New: new test case gcc.dg/fold-eqandshift-4.c fails seurer at gcc dot gnu.org
  2022-08-10  6:08 ` [Bug other/106575] new test case gcc.dg/fold-eqandshift-4.c fails with its introduction in r13-2005-g6fc14f1963dfef cvs-commit at gcc dot gnu.org
@ 2022-08-10  7:25 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-08-10  7:25 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed.

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

end of thread, other threads:[~2022-08-10  7:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-10  3:48 [Bug other/106575] New: new test case gcc.dg/fold-eqandshift-4.c fails seurer at gcc dot gnu.org
2022-08-10  6:08 ` [Bug other/106575] new test case gcc.dg/fold-eqandshift-4.c fails with its introduction in r13-2005-g6fc14f1963dfef cvs-commit at gcc dot gnu.org
2022-08-10  7:25 ` rguenth 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).