From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6DACD385DC36; Tue, 7 Apr 2020 11:52:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6DACD385DC36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1586260324; bh=hZiJKBS5Hm8bBduU2SkrFrYkdy+rrd6z/WBUydbzc3o=; h=From:To:Subject:Date:From; b=Ew5Y1/otgvzjCwLCnGA1FncnONpPA3WUzoV/ZdasZVLX2lkZjnFrC1RpeyTFjOx5t +jmzJPJxsnELtI3UP5/AX8QQ/0Aak87C6dJ4rbdwVCcrNepMp7/54PrhOnAmxEELop DD8FuczCEni8Q8/aQEzKWBuFfw0DPQsXIKBim5Jk= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/94516] New: [10 Regression] gnutls test ./psk-file fails since r10-7515-g2c0fa3ecf70d199af18785702e9e0548fd3ab793 Date: Tue, 07 Apr 2020 11:52:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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:52:04 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94516 Bug ID: 94516 Summary: [10 Regression] gnutls test ./psk-file fails since r10-7515-g2c0fa3ecf70d199af18785702e9e0548fd3ab793 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: jakub at gcc dot gnu.org Target Milestone: --- The following release: https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.12.tar.xz fails with: $ export CFLAGS=3D"-O2 -Wall -D_FORTIFY_SOURCE=3D2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=3Dreturn-type -g -fPIE" $ ./configure $ make $ cd tests $ make check $ valgrind ./psk-file=20 =3D=3D22044=3D=3D Memcheck, a memory error detector =3D=3D22044=3D=3D Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward = et al. =3D=3D22044=3D=3D Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyr= ight info =3D=3D22044=3D=3D Command: ./psk-file =3D=3D22044=3D=3D=20 ntest NORMAL:-KX-ALL:+PSK (user:non-hex) =3D=3D22045=3D=3D=20 =3D=3D22045=3D=3D HEAP SUMMARY: =3D=3D22045=3D=3D in use at exit: 337 bytes in 7 blocks =3D=3D22045=3D=3D total heap usage: 1,371 allocs, 1,364 frees, 203,699 by= tes allocated =3D=3D22045=3D=3D=20 =3D=3D22045=3D=3D LEAK SUMMARY: =3D=3D22045=3D=3D definitely lost: 0 bytes in 0 blocks =3D=3D22045=3D=3D indirectly lost: 0 bytes in 0 blocks =3D=3D22045=3D=3D possibly lost: 0 bytes in 0 blocks =3D=3D22045=3D=3D still reachable: 337 bytes in 7 blocks =3D=3D22045=3D=3D suppressed: 0 bytes in 0 blocks =3D=3D22045=3D=3D Rerun with --leak-check=3Dfull to see details of leaked m= emory =3D=3D22045=3D=3D=20 =3D=3D22045=3D=3D For lists of detected and suppressed errors, rerun with: = -s =3D=3D22045=3D=3D ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 fr= om 0) test NORMAL:-VERS-ALL:+VERS-TLS1.3:-CIPHER-ALL:+AES-128-GCM:+DHE-PSK:+PSK:-GROUP= -DH-ALL (user:jas) =3D=3D22046=3D=3D=20 =3D=3D22046=3D=3D Process terminating with default action of signal 11 (SIG= SEGV): dumping core =3D=3D22046=3D=3D General Protection Fault =3D=3D22046=3D=3D at 0x48D291A: UnknownInlinedFun (pk.c:1925) =3D=3D22046=3D=3D by 0x48D291A: wrap_nettle_pk_generate_keys.lto_priv.0 = (pk.c:2509) =3D=3D22046=3D=3D by 0x48F53FB: client_gen_key_share (key_share.c:95) =3D=3D22046=3D=3D by 0x48F59CC: key_share_send_params.lto_priv.0 (key_sh= are.c:725) =3D=3D22046=3D=3D by 0x4998F6B: hello_ext_send (hello_ext.c:368) =3D=3D22046=3D=3D by 0x49660D5: UnknownInlinedFun (extv.c:218) =3D=3D22046=3D=3D by 0x49660D5: _gnutls_extv_append (extv.c:200) =3D=3D22046=3D=3D by 0x4999301: _gnutls_gen_hello_extensions (hello_ext.= c:436) =3D=3D22046=3D=3D by 0x49B2731: UnknownInlinedFun (handshake.c:2265) =3D=3D22046=3D=3D by 0x49B2731: UnknownInlinedFun (handshake.c:2895) =3D=3D22046=3D=3D by 0x49B2731: gnutls_handshake (handshake.c:2727) =3D=3D22046=3D=3D by 0x402C1F: client (psk-file.c:102) =3D=3D22046=3D=3D by 0x4030B3: run_test3 (psk-file.c:349) =3D=3D22046=3D=3D by 0x4031FE: run_test2 (psk-file.c:358) =3D=3D22046=3D=3D by 0x4031FE: doit (psk-file.c:407)=