public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/104586] New: New test case gcc.dg/pr102798.c in 523f5950c70d65714bedf9d5fe164d9e6d69dd87 fails
@ 2022-02-17 21:13 seurer at gcc dot gnu.org
  2022-02-18  6:58 ` [Bug other/104586] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-02-17 21:13 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104586
           Summary: New test case gcc.dg/pr102798.c in
                    523f5950c70d65714bedf9d5fe164d9e6d69dd87 fails
           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:523f5950c70d65714bedf9d5fe164d9e6d69dd87
make  -k check-gcc RUNTESTFLAGS="dg.exp=gcc.dg/pr102798.c"
FAIL: gcc.dg/pr102798.c execution test
# of expected passes            1
# of unexpected failures        1


Program received signal SIGSEGV, Segmentation fault.
BUF_reverse (out=<optimized out>, out@entry=0x7ffffffff360 "", in=<optimized
out>, in@entry=0x0, size=size@entry=40) at
/home/seurer/gcc/git/gcc-9/gcc/testsuite/gcc.dg/pr102798.c:14
14              *out++ = *in++;
(gdb) where
#0  BUF_reverse (out=<optimized out>, out@entry=0x7ffffffff360 "",
in=<optimized out>, in@entry=0x0, size=size@entry=40) at
/home/seurer/gcc/git/gcc-9/gcc/testsuite/gcc.dg/pr102798.c:14
#1  0x0000000010000564 in main () at
/home/seurer/gcc/git/gcc-9/gcc/testsuite/gcc.dg/pr102798.c:35


 commit 523f5950c70d65714bedf9d5fe164d9e6d69dd87 (HEAD, origin/releases/gcc-9)
Author: Richard Biener <rguenther@suse.de>
Date:   Mon Oct 18 09:10:43 2021 +0200

    tree-optimization/102798 - avoid copying PTA info to old SSA names

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

* [Bug other/104586] New test case gcc.dg/pr102798.c in 523f5950c70d65714bedf9d5fe164d9e6d69dd87 fails
  2022-02-17 21:13 [Bug other/104586] New: New test case gcc.dg/pr102798.c in 523f5950c70d65714bedf9d5fe164d9e6d69dd87 fails seurer at gcc dot gnu.org
@ 2022-02-18  6:58 ` rguenth at gcc dot gnu.org
  2022-02-18  7:10 ` rguenth at gcc dot gnu.org
  2022-02-18  7:10 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-02-18  6:58 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot gnu.org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2022-02-18

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Huh, somehow my testing must have been broken - the original bug still
persists.

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

* [Bug other/104586] New test case gcc.dg/pr102798.c in 523f5950c70d65714bedf9d5fe164d9e6d69dd87 fails
  2022-02-17 21:13 [Bug other/104586] New: New test case gcc.dg/pr102798.c in 523f5950c70d65714bedf9d5fe164d9e6d69dd87 fails seurer at gcc dot gnu.org
  2022-02-18  6:58 ` [Bug other/104586] " rguenth at gcc dot gnu.org
@ 2022-02-18  7:10 ` rguenth at gcc dot gnu.org
  2022-02-18  7:10 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-02-18  7:10 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Ah, it depends on the PR96522 fix.

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

* [Bug other/104586] New test case gcc.dg/pr102798.c in 523f5950c70d65714bedf9d5fe164d9e6d69dd87 fails
  2022-02-17 21:13 [Bug other/104586] New: New test case gcc.dg/pr102798.c in 523f5950c70d65714bedf9d5fe164d9e6d69dd87 fails seurer at gcc dot gnu.org
  2022-02-18  6:58 ` [Bug other/104586] " rguenth at gcc dot gnu.org
  2022-02-18  7:10 ` rguenth at gcc dot gnu.org
@ 2022-02-18  7:10 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-02-18  7:10 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
re-merge

*** This bug has been marked as a duplicate of bug 102798 ***

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-17 21:13 [Bug other/104586] New: New test case gcc.dg/pr102798.c in 523f5950c70d65714bedf9d5fe164d9e6d69dd87 fails seurer at gcc dot gnu.org
2022-02-18  6:58 ` [Bug other/104586] " rguenth at gcc dot gnu.org
2022-02-18  7:10 ` rguenth at gcc dot gnu.org
2022-02-18  7:10 ` 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).