public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/113344] New: [14 regression] gcc.dg/pr15784-1.c fails after r14-7139-g897b95a12b7fe5
@ 2024-01-12  0:20 seurer at gcc dot gnu.org
  2024-01-12  0:29 ` [Bug other/113344] " pinskia at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: seurer at gcc dot gnu.org @ 2024-01-12  0:20 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 113344
           Summary: [14 regression] gcc.dg/pr15784-1.c fails after
                    r14-7139-g897b95a12b7fe5
           Product: gcc
           Version: 14.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:897b95a12b7fe549ec2cb8ef3a3f0e4fbabf9737, r14-7139-g897b95a12b7fe5
make  -k check-gcc RUNTESTFLAGS="dg.exp=gcc.dg/pr15784-1.c"
FAIL: gcc.dg/pr15784-1.c scan-tree-dump-times gimple "ABS_EXPR" 0
# of expected passes            1
# of unexpected failures        1

commit 897b95a12b7fe549ec2cb8ef3a3f0e4fbabf9737 (HEAD)
Author: Richard Biener <rguenther@suse.de>
Date:   Thu Jan 11 12:02:43 2024 +0100

    tree-optimization/113126 - vector extension compare optimization

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

* [Bug other/113344] [14 regression] gcc.dg/pr15784-1.c fails after r14-7139-g897b95a12b7fe5
  2024-01-12  0:20 [Bug other/113344] New: [14 regression] gcc.dg/pr15784-1.c fails after r14-7139-g897b95a12b7fe5 seurer at gcc dot gnu.org
@ 2024-01-12  0:29 ` pinskia at gcc dot gnu.org
  2024-01-12  0:29 ` pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-01-12  0:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed, it fails everywhere too.

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

* [Bug other/113344] [14 regression] gcc.dg/pr15784-1.c fails after r14-7139-g897b95a12b7fe5
  2024-01-12  0:20 [Bug other/113344] New: [14 regression] gcc.dg/pr15784-1.c fails after r14-7139-g897b95a12b7fe5 seurer at gcc dot gnu.org
  2024-01-12  0:29 ` [Bug other/113344] " pinskia at gcc dot gnu.org
@ 2024-01-12  0:29 ` pinskia at gcc dot gnu.org
  2024-01-12  0:30 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-01-12  0:29 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2024-01-12
   Target Milestone|---                         |14.0
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
           Keywords|                            |missed-optimization,
                   |                            |testsuite-fail

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

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

* [Bug other/113344] [14 regression] gcc.dg/pr15784-1.c fails after r14-7139-g897b95a12b7fe5
  2024-01-12  0:20 [Bug other/113344] New: [14 regression] gcc.dg/pr15784-1.c fails after r14-7139-g897b95a12b7fe5 seurer at gcc dot gnu.org
  2024-01-12  0:29 ` [Bug other/113344] " pinskia at gcc dot gnu.org
  2024-01-12  0:29 ` pinskia at gcc dot gnu.org
@ 2024-01-12  0:30 ` pinskia at gcc dot gnu.org
  2024-01-12  7:33 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-01-12  0:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
https://gcc.gnu.org/pipermail/gcc-regression/2024-January/078983.html

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

* [Bug other/113344] [14 regression] gcc.dg/pr15784-1.c fails after r14-7139-g897b95a12b7fe5
  2024-01-12  0:20 [Bug other/113344] New: [14 regression] gcc.dg/pr15784-1.c fails after r14-7139-g897b95a12b7fe5 seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2024-01-12  0:30 ` pinskia at gcc dot gnu.org
@ 2024-01-12  7:33 ` rguenth at gcc dot gnu.org
  2024-01-12  8:51 ` cvs-commit at gcc dot gnu.org
  2024-01-12  8:54 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-01-12  7:33 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot gnu.org

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
testing a fix (on GENERIC, is_truth_type_for doesn't work for non-vector
compares since we tend to have just 'int' as result)

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

* [Bug other/113344] [14 regression] gcc.dg/pr15784-1.c fails after r14-7139-g897b95a12b7fe5
  2024-01-12  0:20 [Bug other/113344] New: [14 regression] gcc.dg/pr15784-1.c fails after r14-7139-g897b95a12b7fe5 seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2024-01-12  7:33 ` rguenth at gcc dot gnu.org
@ 2024-01-12  8:51 ` cvs-commit at gcc dot gnu.org
  2024-01-12  8:54 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-01-12  8:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:160799b366c33246ca16b84020ec49c3feabb0a3

commit r14-7170-g160799b366c33246ca16b84020ec49c3feabb0a3
Author: Richard Biener <rguenther@suse.de>
Date:   Fri Jan 12 08:33:48 2024 +0100

    middle-end/113344 - is_truth_type_for vs GENERIC tcc_comparison

    On GENERIC tcc_comparison can have int type so restrict the PR113126
    fix to vector types.

            PR middle-end/113344
            * match.pd ((double)float CMP (double)float -> float CMP float):
            Perform result type check only for vectors.
            * fold-const.cc (fold_binary_loc): Likewise.

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

* [Bug other/113344] [14 regression] gcc.dg/pr15784-1.c fails after r14-7139-g897b95a12b7fe5
  2024-01-12  0:20 [Bug other/113344] New: [14 regression] gcc.dg/pr15784-1.c fails after r14-7139-g897b95a12b7fe5 seurer at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2024-01-12  8:51 ` cvs-commit at gcc dot gnu.org
@ 2024-01-12  8:54 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-01-12  8:54 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

end of thread, other threads:[~2024-01-12  8:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-12  0:20 [Bug other/113344] New: [14 regression] gcc.dg/pr15784-1.c fails after r14-7139-g897b95a12b7fe5 seurer at gcc dot gnu.org
2024-01-12  0:29 ` [Bug other/113344] " pinskia at gcc dot gnu.org
2024-01-12  0:29 ` pinskia at gcc dot gnu.org
2024-01-12  0:30 ` pinskia at gcc dot gnu.org
2024-01-12  7:33 ` rguenth at gcc dot gnu.org
2024-01-12  8:51 ` cvs-commit at gcc dot gnu.org
2024-01-12  8:54 ` 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).