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 9D5C23875A25 for ; Mon, 25 Jul 2022 14:17:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9D5C23875A25 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 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-out1.suse.de (Postfix) with ESMTPS id 8196C341A4; Mon, 25 Jul 2022 14:17:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1658758637; 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=tbANknh1B+Kh7AztDzNmTZSfuket6L3WRqsxr/ze+RY=; b=di4T4+bxnlYDCb9k2Ho/g6HShTApRcY1B+WtfPZTFBTfswTOZ28NpgWGHIr7X8RsuNbtyc n4opintrApqaDvTK/fPsPZrQ4I/Rk43R/4NNJSU2mMCvflyDhzKDHMKNlHU5puh06Jy8rj bvVkA9ltRRVtj8T4UjnA+LfG0AUD4Zo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1658758637; 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=tbANknh1B+Kh7AztDzNmTZSfuket6L3WRqsxr/ze+RY=; b=mIIdWaygVZZiTzbkbXJKuxHpM/2HwdAVzu43P7pf/nbsyjAQjGGfD44wkFzV/LcowKPtu2 oHWnGPAO/J8NnwCg== 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 58DD813A8D; Mon, 25 Jul 2022 14:17:17 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id zaubFO2l3mLLEgAAMHmgww (envelope-from ); Mon, 25 Jul 2022 14:17:17 +0000 Message-ID: <3d811715-9da8-e323-d4fb-c34f8ae391aa@suse.cz> Date: Mon, 25 Jul 2022 16:17:17 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [RFC] Function Multi Versioning on Arm Content-Language: en-US To: Daniel Kiss Cc: "gcc@gcc.gnu.org" , Pavel Iliin References: <45073915-9D33-4097-9CFD-FFBCB9CE1A44@arm.com> <285FC35B-89C4-405B-AA87-21E838B58F60@arm.com> <5BCE75F6-5FBB-4FDF-AAB4-A2898147B66A@arm.com> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: <5BCE75F6-5FBB-4FDF-AAB4-A2898147B66A@arm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.9 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 X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2022 14:17:19 -0000 On 7/22/22 10:40, Daniel Kiss wrote: > IMHO it would make sense if the “default" attribute becomes optional for “target”. I'm not against it, but it can be done incrementally. Cheers, Martin