From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 062A13858415; Tue, 2 Nov 2021 10:13:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 062A13858415 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/103040] gdc.dg/torture/pr101273.d FAILs Date: Tue, 02 Nov 2021 10:13:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: 12.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2021 10:13:22 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103040 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at gcc dot gnu.org --- Comment #2 from Jakub Jelinek --- Just a wild guess, maybe r12-4814-gca84f39399fda80c770306465276ffd66d3766ed= ? esra dump is still identical, while ealias: diff -up /home/jakub/src/gcc/obj{46,48}/gcc/testsuite/gcc/pr101273.d.036t.ealias | g= rep '^[+-]' --- /home/jakub/src/gcc/obj46/gcc/testsuite/gcc/pr101273.d.036t.ealias=20 2021-11-02 11:10:56.857782057 +0100 +++ /home/jakub/src/gcc/obj48/gcc/testsuite/gcc/pr101273.d.036t.ealias=20 2021-11-02 11:06:24.211654521 +0100 -ESCAPED =3D ret -ESCAPED =3D D.1562 -ESCAPED =3D &nrvo -ESCAPED =3D &rvo -ESCAPED =3D { NULL STRING ESCAPED NONLOCAL nrvo rvo } +ESCAPED =3D { STRING ESCAPED NONLOCAL } -nrvo =3D { NULL ESCAPED NONLOCAL } same as D.1567 -rvo =3D { NULL ESCAPED NONLOCAL } same as D.1570 +nrvo =3D { NULL NONLOCAL } same as D.1567 +rvo =3D { NULL NONLOCAL } same as D.1570 -D.1567 =3D { NULL ESCAPED NONLOCAL } -_1 =3D { NULL ESCAPED NONLOCAL } same as D.1567 +D.1567 =3D { NULL NONLOCAL } +_1 =3D { NULL NONLOCAL } same as D.1567 -D.1570 =3D { NULL ESCAPED NONLOCAL } -_5 =3D { NULL ESCAPED NONLOCAL } same as D.1570 +D.1570 =3D { NULL NONLOCAL } +_5 =3D { NULL NONLOCAL } same as D.1570 -ESCAPED, points-to non-local, points-to NULL, points-to vars: { D.1566 D.1= 569 } (escaped) +ESCAPED, points-to non-local, points-to vars: { } -_1, points-to non-local, points-to escaped, points-to NULL, points-to vars= : { } -_5, points-to non-local, points-to escaped, points-to NULL, points-to vars= : { } +_1, points-to non-local, points-to NULL, points-to vars: { } +_5, points-to non-local, points-to NULL, points-to vars: { } and fre1 right after that results in unconditional _d_assertp where it wasn= 't unconditional Oct 29th.=