From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id C7FF6388CF0D; Thu, 15 Dec 2022 13:01:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C7FF6388CF0D 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 relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 09B6921D74; Thu, 15 Dec 2022 13:01:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1671109318; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=niXMNKU1PWCeJ4u+AvOBx3zsytfEGZuxGZ0YnSohD64=; b=v7fgfRY/2Qw58BD9AKubKPhqsIelizYpyUXrYnJ16LbQcth3wBb+gOCaTypf/pRjurye6/ bIRb8Gryoyxi11RIDnKMc7dMuE7AFNOgPZOTkmCR8Ko0j8+A3lIx6zTJ+iYn++7w+yQfkN mDqZYiX0e18poqubv4+LerqFhAwHdJ0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1671109318; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=niXMNKU1PWCeJ4u+AvOBx3zsytfEGZuxGZ0YnSohD64=; b=GI9xjZg55ZvoY0JV/A3Yw/RjV6VvsNSW0r1Ck0mhawa73xO12e+CwV59dVZsXXr9Gc2EOQ 3BqDkSQpUdML7XCQ== Received: from hawking.suse.de (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id 007532C141; Thu, 15 Dec 2022 13:01:57 +0000 (UTC) Received: by hawking.suse.de (Postfix, from userid 17005) id 9A23D447831; Thu, 15 Dec 2022 14:01:57 +0100 (CET) From: Andreas Schwab To: Jakub Jelinek via Gcc-rust Cc: Richard Biener , Arthur Cohen , Gaius Mulley , Jakub Jelinek , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] testsuite: Add support for Rust and Modula-2 effective target tests References: X-Yow: Toes, knees, NIPPLES. Toes, knees, nipples, KNUCKLES... Nipples, dimples, knuckles, NICKLES, wrinkles, pimples!! I don't like FRANK SINATRA or his CHILDREN. Date: Thu, 15 Dec 2022 14:01:57 +0100 In-Reply-To: (Jakub Jelinek via Gcc-rust's message of "Thu, 15 Dec 2022 13:23:49 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,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 Dez 15 2022, Jakub Jelinek via Gcc-rust wrote: > @@ -58,13 +60,15 @@ proc check_compile {basename type conten > set options "" > } > switch -glob -- $contents { > - "*/* Assembly*" { set src ${basename}[pid].S } > + "*/\* Assembly*" { set src ${basename}[pid].S } That's a no-op. Either double the backslash or quote with {} instead of "". -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."