From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailrelay3-2.pub.mailoutpod1-cph3.one.com (mailrelay3-2.pub.mailoutpod1-cph3.one.com [46.30.212.2]) by sourceware.org (Postfix) with ESMTPS id 7D4DA3857BB4 for ; Sat, 28 May 2022 07:00:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7D4DA3857BB4 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=bitsnbites.eu Authentication-Results: sourceware.org; spf=none smtp.mailfrom=bitsnbites.eu DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bitsnbites.eu; s=rsa2; h=content-transfer-encoding:content-type:in-reply-to:references:reply-to:to: from:subject:mime-version:date:message-id:from; bh=XLBnvmiy461T+elWoLo28QWgV3s8YriEcNEnYSTNBnk=; b=ybYJOzIucT4mM6zPM6Bqy+kisOTQQFCRABNmq67WnjCdWnhBWFAv2PChaAN86pw1pUR/zQTddabLj M0YnlGCQgEwSoI+RW6MOkFH879XuEkn5AHL2hDeBuoI9cYxEoS6ZDMAzD8ZtEH6EkU2D5AH9F/imDq tI/bp5yFCuEtRjCbc2QzTuzhc3VOJ7t5VeSCWpG2KW5O28IOgr8Mt7JJt+dJgbNf6VBsSV3R6gA9IE iE/ycQQuAMuAFdz3UMlEgaVoUP2IqMOUD0aNr0kNqW9sySLLW3hSg7v85xeh16fBypQ6cv3G9gesDW WO5pR5cO1O7Vhs34s5oaSrBXKpsrV3w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=bitsnbites.eu; s=ed2; h=content-transfer-encoding:content-type:in-reply-to:references:reply-to:to: from:subject:mime-version:date:message-id:from; bh=XLBnvmiy461T+elWoLo28QWgV3s8YriEcNEnYSTNBnk=; b=73qIQU79LhCfQ0aOpnJOj8687bPS6yp3/9w1+UBlHRJ9EUqA5hRl9WcMtBRPCmTgPQ52KgjVOnH00 J02Gq/TDA== X-HalOne-Cookie: 582f29b30338940714c758e42edbbd1061b5a46d X-HalOne-ID: cb4bb73f-de53-11ec-be76-d0431ea8bb03 Received: from [192.168.2.43] (h-85-24-213-173.a392.priv.bahnhof.se [85.24.213.173]) by mailrelay3.pub.mailoutpod1-cph3.one.com (Halon) with ESMTPSA id cb4bb73f-de53-11ec-be76-d0431ea8bb03; Sat, 28 May 2022 07:00:02 +0000 (UTC) Message-ID: Date: Sat, 28 May 2022 09:00:01 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [MRISC32] Not getting scaled index addressing in loops Content-Language: en-US From: m To: gcc@gcc.gnu.org Reply-To: m@bitsnbites.eu References: <25bdaf9d-fe54-48c9-d1a8-4a88325253c6@bitsnbites.eu> In-Reply-To: <25bdaf9d-fe54-48c9-d1a8-4a88325253c6@bitsnbites.eu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE 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: Sat, 28 May 2022 07:00:05 -0000 I'm sorry about the messed up code formatting (I blame the WYSIWYG). I hope the message gets through anyway (have a look at the Compiler Explorer link - https://godbolt.org/z/drzfjsxf7 - it has all the code). /Marcus