From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id 5BF4B3955CA4 for ; Wed, 16 Nov 2022 10:12:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5BF4B3955CA4 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 95D511F917; Wed, 16 Nov 2022 10:12:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1668593542; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lX9fXTqnN2CoKgyK25JZcnl2XcVa/WtymneRpXffpEA=; b=DmkbK92wJH8+TBKAXRCSDajajj8jyueTI659k0SqWd9/VDK50hJ9RG3302IN9zIqvxr2T6 Gs5QkRK8a4+oAhh6wjmXEPu1P2CbhVSff3byvJvy+78j8881g5uQFPQq9UI2EOmOo3CSxp PLqb87ID1c7gBTgoedKi1Xssxr0fHXQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1668593542; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lX9fXTqnN2CoKgyK25JZcnl2XcVa/WtymneRpXffpEA=; b=D8hTwsCoIC2X4m0rJms+teLqrzHxvImB2YtCyn790w+GvCNeBzgV5vv3Lo8FlGqjn5L0tp XmB5OCs8x3ptvDBg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 5D90113480; Wed, 16 Nov 2022 10:12:22 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id F6t/FYa3dGNKSQAAMHmgww (envelope-from ); Wed, 16 Nov 2022 10:12:22 +0000 Message-ID: <37c03455-4a85-61a3-9f0b-baa4766379f6@suse.de> Date: Wed, 16 Nov 2022 11:12:21 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH 2/2 ver 3] PowerPC, fix support for printing the function return value for non-trivial values. Content-Language: en-US To: Carl Love , Ulrich Weigand , "gdb-patches@sourceware.org" , Simon Marchi Cc: "kevinb@redhat.com" , "will_schmidt@vnet.ibm.com" , "blarsen@redhat.com" References: <2db5ad69b32f4cda9c53b252ad37cd783f827c14.camel@de.ibm.com> <7f476265-c6a9-9fcf-ce13-ff550ea5e6f6@suse.de> <6ed2cf1714e5b8dc386e66b634b540efdf828ed5.camel@de.ibm.com> <2466b7efc91dd4964add9a0d7ce4cd47678f5800.camel@us.ibm.com> <6cb9fd038eefd825bd0e66c80da3771e4a512b68.camel@us.ibm.com> From: Tom de Vries In-Reply-To: <6cb9fd038eefd825bd0e66c80da3771e4a512b68.camel@us.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 11/16/22 02:01, Carl Love wrote: > Tom, if you can verify this fix works on your system it would be > greatly appreciated. Thanks. > Hi Carl, it works, all fails are gone, I got my usual result again on openSUSE Leap 15.4 x86_64: ... === gdb Summary === # of unexpected core files 1 # of expected passes 117502 # of expected failures 150 # of known failures 89 # of untested testcases 26 # of unsupported tests 107 ... Thanks, - Tom