public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/101110] New: [12 regression] gcc.c-torture/execute/950704-1.c fails after r12-1546
@ 2021-06-17 16:16 seurer at gcc dot gnu.org
  2021-06-18  9:47 ` [Bug tree-optimization/101110] " rguenth at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: seurer at gcc dot gnu.org @ 2021-06-17 16:16 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101110
           Summary: [12 regression] gcc.c-torture/execute/950704-1.c fails
                    after r12-1546
           Product: gcc
           Version: 12.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:786188e8b8cab47cb31177c6f4ab1a1578a607c3, r12-1546
make  -k check-gcc RUNTESTFLAGS="execute.exp=gcc.c-torture/execute/950704-1.c"
FAIL: gcc.c-torture/execute/950704-1.c   -O2  execution test
FAIL: gcc.c-torture/execute/950704-1.c   -O3 -g  execution test
FAIL: gcc.c-torture/execute/950704-1.c   -Os  execution test
FAIL: gcc.c-torture/execute/950704-1.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none  execution test
FAIL: gcc.c-torture/execute/950704-1.c   -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  execution test
# of expected passes            9
# of unexpected failures        5

The runs don't provide any info on what failed:

spawn [open ...]
FAIL: gcc.c-torture/execute/950704-1.c   -O2  execution test


commit 786188e8b8cab47cb31177c6f4ab1a1578a607c3
Author: Andrew MacLeod <amacleod@redhat.com>
Date:   Wed Jun 16 18:08:03 2021 -0400

    Add recomputation to outgoing_edge_range.

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

* [Bug tree-optimization/101110] [12 regression] gcc.c-torture/execute/950704-1.c fails after r12-1546
  2021-06-17 16:16 [Bug other/101110] New: [12 regression] gcc.c-torture/execute/950704-1.c fails after r12-1546 seurer at gcc dot gnu.org
@ 2021-06-18  9:47 ` rguenth at gcc dot gnu.org
  2021-06-18  9:53 ` clyon at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-18  9:47 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|other                       |tree-optimization
   Target Milestone|---                         |12.0

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

* [Bug tree-optimization/101110] [12 regression] gcc.c-torture/execute/950704-1.c fails after r12-1546
  2021-06-17 16:16 [Bug other/101110] New: [12 regression] gcc.c-torture/execute/950704-1.c fails after r12-1546 seurer at gcc dot gnu.org
  2021-06-18  9:47 ` [Bug tree-optimization/101110] " rguenth at gcc dot gnu.org
@ 2021-06-18  9:53 ` clyon at gcc dot gnu.org
  2021-06-18 21:47 ` amacleod at redhat dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: clyon at gcc dot gnu.org @ 2021-06-18  9:53 UTC (permalink / raw)
  To: gcc-bugs

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

Christophe Lyon <clyon at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clyon at gcc dot gnu.org
             Target|powerpc64-linux-gnu,        |powerpc64-linux-gnu,
                   |powerpc64le-linux-gnu       |powerpc64le-linux-gnu arm

--- Comment #1 from Christophe Lyon <clyon at gcc dot gnu.org> ---
Seen on some arm configurations when generating thumb code too.

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

* [Bug tree-optimization/101110] [12 regression] gcc.c-torture/execute/950704-1.c fails after r12-1546
  2021-06-17 16:16 [Bug other/101110] New: [12 regression] gcc.c-torture/execute/950704-1.c fails after r12-1546 seurer at gcc dot gnu.org
  2021-06-18  9:47 ` [Bug tree-optimization/101110] " rguenth at gcc dot gnu.org
  2021-06-18  9:53 ` clyon at gcc dot gnu.org
@ 2021-06-18 21:47 ` amacleod at redhat dot com
  2021-06-21  8:21 ` xry111 at mengyan1223 dot wang
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: amacleod at redhat dot com @ 2021-06-18 21:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andrew Macleod <amacleod at redhat dot com> ---
I think the patch for PR 101014 resolves this testcase...  Let me know if this
is fixed on trunk now.

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

* [Bug tree-optimization/101110] [12 regression] gcc.c-torture/execute/950704-1.c fails after r12-1546
  2021-06-17 16:16 [Bug other/101110] New: [12 regression] gcc.c-torture/execute/950704-1.c fails after r12-1546 seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-06-18 21:47 ` amacleod at redhat dot com
@ 2021-06-21  8:21 ` xry111 at mengyan1223 dot wang
  2021-07-15 20:58 ` amacleod at redhat dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: xry111 at mengyan1223 dot wang @ 2021-06-21  8:21 UTC (permalink / raw)
  To: gcc-bugs

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

Xi Ruoyao <xry111 at mengyan1223 dot wang> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xry111 at mengyan1223 dot wang

--- Comment #3 from Xi Ruoyao <xry111 at mengyan1223 dot wang> ---
(In reply to Andrew Macleod from comment #2)
> I think the patch for PR 101014 resolves this testcase...  Let me know if
> this is fixed on trunk now.

This is still failing on mips64el.  And there is really an UB (signed overflow)
in the test:

950704-1.c:9:5: runtime error: signed integer overflow: -9223372036854775808 +
-9223372036854775808 cannot be represented in type 'long long int'

maybe we should add -fwrapv for this test.

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

* [Bug tree-optimization/101110] [12 regression] gcc.c-torture/execute/950704-1.c fails after r12-1546
  2021-06-17 16:16 [Bug other/101110] New: [12 regression] gcc.c-torture/execute/950704-1.c fails after r12-1546 seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-06-21  8:21 ` xry111 at mengyan1223 dot wang
@ 2021-07-15 20:58 ` amacleod at redhat dot com
  2021-07-16  5:59 ` xry111 at mengyan1223 dot wang
  2021-07-16 13:02 ` amacleod at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: amacleod at redhat dot com @ 2021-07-15 20:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Andrew Macleod <amacleod at redhat dot com> ---
Does this still fail?  When i look at a cross compiler listing I do not see any
differences from ranger in the listing.

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

* [Bug tree-optimization/101110] [12 regression] gcc.c-torture/execute/950704-1.c fails after r12-1546
  2021-06-17 16:16 [Bug other/101110] New: [12 regression] gcc.c-torture/execute/950704-1.c fails after r12-1546 seurer at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2021-07-15 20:58 ` amacleod at redhat dot com
@ 2021-07-16  5:59 ` xry111 at mengyan1223 dot wang
  2021-07-16 13:02 ` amacleod at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: xry111 at mengyan1223 dot wang @ 2021-07-16  5:59 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Xi Ruoyao <xry111 at mengyan1223 dot wang> ---
(In reply to Andrew Macleod from comment #4)
> Does this still fail?  When i look at a cross compiler listing I do not see
> any differences from ranger in the listing.

Should be fixed at d48320083c9a2bdf0ddac693f9d523755b8b29ec.

Sorry for forgetting to mention the PR number in the commit.

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

* [Bug tree-optimization/101110] [12 regression] gcc.c-torture/execute/950704-1.c fails after r12-1546
  2021-06-17 16:16 [Bug other/101110] New: [12 regression] gcc.c-torture/execute/950704-1.c fails after r12-1546 seurer at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2021-07-16  5:59 ` xry111 at mengyan1223 dot wang
@ 2021-07-16 13:02 ` amacleod at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: amacleod at redhat dot com @ 2021-07-16 13:02 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Macleod <amacleod at redhat dot com> changed:

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

--- Comment #6 from Andrew Macleod <amacleod at redhat dot com> ---
fixed.

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

end of thread, other threads:[~2021-07-16 13:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17 16:16 [Bug other/101110] New: [12 regression] gcc.c-torture/execute/950704-1.c fails after r12-1546 seurer at gcc dot gnu.org
2021-06-18  9:47 ` [Bug tree-optimization/101110] " rguenth at gcc dot gnu.org
2021-06-18  9:53 ` clyon at gcc dot gnu.org
2021-06-18 21:47 ` amacleod at redhat dot com
2021-06-21  8:21 ` xry111 at mengyan1223 dot wang
2021-07-15 20:58 ` amacleod at redhat dot com
2021-07-16  5:59 ` xry111 at mengyan1223 dot wang
2021-07-16 13:02 ` amacleod at redhat dot com

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).