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 1C47B3858D28 for ; Wed, 13 Apr 2022 05:14:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1C47B3858D28 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 4429B1F37C; Wed, 13 Apr 2022 05:14:34 +0000 (UTC) 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 2960413A91; Wed, 13 Apr 2022 05:14:34 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id XzxFCDpcVmLIOQAAMHmgww (envelope-from ); Wed, 13 Apr 2022 05:14:34 +0000 Message-ID: Date: Wed, 13 Apr 2022 07:14:33 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH 09/11] gdb/fortran: rewrite intrinsic handling and add some missing overloads Content-Language: en-US To: Nils-Christian Kempke , gdb-patches@sourceware.org References: <20220309103922.3257803-1-nils-christian.kempke@intel.com> <20220309103922.3257803-10-nils-christian.kempke@intel.com> From: Tom de Vries In-Reply-To: <20220309103922.3257803-10-nils-christian.kempke@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.2 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, T_SCC_BODY_TEXT_LINE 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: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2022 05:14:36 -0000 On 3/9/22 11:39, Nils-Christian Kempke via Gdb-patches wrote: > * gdb.fortran/lbound-ubound.F90: Add arrays with possibly > overflowing dimensions and add some test. > * gdb.fortran/lbound-ubound.exp: Add LBOUND/UBOUND test for > overflow in array dimensions when supplying the KIND parameter. > * gdb.fortran/size.exp: Add tests for overflow when using the > KIND parameter. > * gdb.fortran/size.f90: Add compiled KIND parameter tests. This caused some fails / regressions with target board unix/-m32, see: - https://sourceware.org/bugzilla/show_bug.cgi?id=29053 PR29053 - [m32] FAIL: gdb.fortran/lbound-ubound.exp: test 12: check value of lbound ('array_1d_4bytes_overflow') expression - https://sourceware.org/bugzilla/show_bug.cgi?id=29054 PR29054 - [gdb/testsuite] Compilation failure of gdb.fortran/size.f90 with -m32 Thanks, - Tom