From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 1A8153858C54 for ; Mon, 27 Mar 2023 11:51:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1A8153858C54 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 2B8E31FDB9; Mon, 27 Mar 2023 11:51:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1679917901; 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=g0rtTLfueREVNzBGJjlIhIvI2e9ieSuNVz9VcjYCXy8=; b=a0HvWP8Lam8gOQ42IfU/6AWqv4kcPBhw1pJTNTgRFmE3G7gXStygM8oc1iMq2G0AtBbnqF 7MdFDCoFfhR4AvqF/59yPwFY92+2NSB7K42mtEkoLUF6EMY6fU9h6J9oL5g8nSp3jOwQAS l7k5hSVxg9kG9LjfC2smnNEY/o6B5EE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1679917901; 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=g0rtTLfueREVNzBGJjlIhIvI2e9ieSuNVz9VcjYCXy8=; b=r/7bRFwN9vFwZ5JXDYgJxu/g0LnS0o287HvS2h7hWktZ1YDu8lliXK5d1OCgbGLkGw8lWg 54Zkd3EaxkUfV3Cg== 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 14F8E13482; Mon, 27 Mar 2023 11:51:41 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id Z57kA02DIWRVNgAAMHmgww (envelope-from ); Mon, 27 Mar 2023 11:51:41 +0000 Message-ID: Date: Mon, 27 Mar 2023 13:51:40 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [RFC] [gdb/testsuite] Use dwarf assembly in gdb.dlang/dlang-start.exp Content-Language: en-US To: gdb-patches@sourceware.org Cc: Tom Tromey References: <20230220134839.1944-1-tdevries@suse.de> From: Tom de Vries In-Reply-To: <20230220134839.1944-1-tdevries@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.5 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 2/20/23 14:48, Tom de Vries via Gdb-patches wrote: > so let's rewrite the test-case using dwarf assembly > (though arguably, it's not a bad idea to have test-cases excercising > actual compilers). I ended up solving this conundrum by moving the dwarf assembly into a separate test-case ( https://sourceware.org/pipermail/gdb-patches/2023-March/198314.html ). Thanks, - Tom