public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/109721] New: [14 Regression] predcom-2 fails after recent changes
@ 2023-05-03 22:16 law at gcc dot gnu.org
  2023-05-03 22:19 ` [Bug tree-optimization/109721] [14 Regression] predcom-2 started to fail on arc-elf after r14-391 pinskia at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: law at gcc dot gnu.org @ 2023-05-03 22:16 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 109721
           Summary: [14 Regression] predcom-2 fails after recent changes
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: law at gcc dot gnu.org
  Target Milestone: ---

arc-elf target.

FAIL: gcc.dg/tree-ssa/predcom-2.c scan-tree-dump-times pcom "Unrolling 2
times." 2

Bisection points to:

f385252b2336a4a57a30fddf82e558c73bcc85cc is the first bad commit
commit f385252b2336a4a57a30fddf82e558c73bcc85cc
Author: Richard Biener <rguenther@suse.de>
Date:   Tue May 2 10:34:48 2023 +0200

    tree-optimization/109672 - properly check emulated plus during vect

    The following refactors the check for emulated vector support for
    the cases of plus, minus and negate.  In the PR we end up with
    a SImode plus, supported by the target but emulated and in this
    context fail to verify we are dealing with exactly word_mode.

            PR tree-optimization/109672
            * tree-vect-stmts.cc (vectorizable_operation): For plus,
            minus and negate always check the vector mode is word mode.

It should be visible with a cross-compiler.  No need for a full toolchain
stack.

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

end of thread, other threads:[~2023-05-04 10:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-03 22:16 [Bug tree-optimization/109721] New: [14 Regression] predcom-2 fails after recent changes law at gcc dot gnu.org
2023-05-03 22:19 ` [Bug tree-optimization/109721] [14 Regression] predcom-2 started to fail on arc-elf after r14-391 pinskia at gcc dot gnu.org
2023-05-03 22:20 ` pinskia at gcc dot gnu.org
2023-05-04  6:16 ` rguenth at gcc dot gnu.org
2023-05-04  8:06 ` rguenth at gcc dot gnu.org
2023-05-04 10:52 ` cvs-commit at gcc dot gnu.org
2023-05-04 10:52 ` 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).