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 1313F38515D4 for ; Wed, 8 Sep 2021 07:29:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1313F38515D4 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (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 CF32520002; Wed, 8 Sep 2021 07:29:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1631086192; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=atWiN7zioFWIOaM3ftrlvlzr82MX3bgZ66AvspTcrCc=; b=itX6jAb89JvLKIH5B2SJvU6bfFo+GQM0fPHslaMOyAgWUfnMrVoN2dtwWjXWwXCSMKQZcA TdmrNew3uKziDERyIps9dSagWKp9IFo71lK7Df0nnAkpxNiWrB84XFSK4OF+hAGh2DL2WH HR8aYGQnpmwObExowJqBWeIWHvRDNB4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1631086192; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=atWiN7zioFWIOaM3ftrlvlzr82MX3bgZ66AvspTcrCc=; b=GsxVVMLDAOJYnZ8IqOnVtHqdleUqw9hvO4fGF/m+bXSCshhdGvHhuIwWCmGgGO0IEXSYF6 qnuCjcdaHSG5heAw== Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (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 imap1.suse-dmz.suse.de (Postfix) with ESMTPS id B798013721; Wed, 8 Sep 2021 07:29:52 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap1.suse-dmz.suse.de with ESMTPSA id jCZzK3BmOGEsRAAAGKfGzw (envelope-from ); Wed, 08 Sep 2021 07:29:52 +0000 Message-ID: <0f3a38aa-66bd-7c52-72fa-b15666a6ff98@suse.cz> Date: Wed, 8 Sep 2021 09:29:52 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.0.3 Subject: Re: [Committed] Fix fatal typo in gcc.dg/no_profile_instrument_function-attr-2.c Content-Language: en-US To: Hans-Peter Nilsson , gcc-patches@gcc.gnu.org References: <4a46257d-91cd-427e-1b11-7599ad36d07f@suse.cz> <20210623123841.GC65660@kam.mff.cuni.cz> <7fed627d-7213-918c-3ca6-0db60623a32b@suse.cz> <20210907204154.9F4CB203AE@pchp3.se.axis.com> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: <20210907204154.9F4CB203AE@pchp3.se.axis.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.1 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2021 07:29:55 -0000 On 9/7/21 22:41, Hans-Peter Nilsson wrote: > With r12-3379, the testsuite got such a fatal syntax error, > causing the gcc test-run to abort at (e.g.): Thank you for the fix! I haven't noticed the problem as I only grep for '^FAIL' lines in the corresponding log files. Cheers, Martin