From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 28C45385BF83; Tue, 7 Apr 2020 11:58:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 28C45385BF83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1586260712; bh=jcDt1E74QWhdOOzF+GO7xYeA6/rF//B/hYLchN16rhg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dq+fCr/stZDN5U31KSooa377gRHYdA2/3HmADuww9TwRKzYtOcXQIEVJr4eObYiSI nOOSco0YUNHPO0gekOHxd1qvevhdXhlbIeQxa8XH7OxDDmPg2pyCS80huDbvMdZbrL fSbdYRibKoiUZdpr7/7cdVqFLto+XDuU1DFCFlsc= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/94516] [10 Regression] gnutls test ./psk-file fails since r10-7515-g2c0fa3ecf70d199af18785702e9e0548fd3ab793 Date: Tue, 07 Apr 2020 11:58:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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, 07 Apr 2020 11:58:32 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94516 --- Comment #2 from Martin Li=C5=A1ka --- Created attachment 48228 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48228&action=3Dedit pre-processed source file It's compiled with: $ gcc -fdiagnostics-show-option -O2 -Wall -D_FORTIFY_SOURCE=3D2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=3Dreturn-type -g -fPIE -MT psk-file.o psk-= file.i -c The assembly diff is quite small (it's doit function): $ diff -u /tmp/psk-file.good.s /tmp/psk-file.bad.s=20 --- /tmp/psk-file.good.s 2020-04-07 13:40:35.985428368 +0200 +++ /tmp/psk-file.bad.s 2020-04-07 13:38:27.658722637 +0200 @@ -1036,37 +1036,33 @@ pushq $0 .cfi_def_cfa_offset 80 call run_test3 - addq $24, %rsp - .cfi_def_cfa_offset 56 + pushq $0 + .cfi_def_cfa_offset 64 xorl %r9d, %r9d xorl %r8d, %r8d pushq $0 - .cfi_def_cfa_offset 64 + .cfi_def_cfa_offset 72 movq %r12, %rcx leaq .LC42(%rip), %rdx leaq .LC43(%rip), %rsi - pushq $0 - .cfi_def_cfa_offset 72 - leaq .LC44(%rip), %rdi pushq $9 .cfi_def_cfa_offset 80 + leaq .LC44(%rip), %rdi call run_test3 - addq $24, %rsp - .cfi_def_cfa_offset 56 - xorl %r9d, %r9d - movq %r12, %rcx pushq $-32 .cfi_def_cfa_offset 64 + xorl %r9d, %r9d movl $1, %r8d - leaq .LC42(%rip), %rdx - xorl %esi, %esi pushq $-12 .cfi_def_cfa_offset 72 - leaq .LC45(%rip), %rdi + movq %r12, %rcx + leaq .LC42(%rip), %rdx + xorl %esi, %esi pushq $0 .cfi_def_cfa_offset 80 + leaq .LC45(%rip), %rdi call run_test3 - addq $32, %rsp + movq %r12, %rsp .cfi_def_cfa_offset 48 movq 24(%rsp), %rax subq %fs:40, %rax=