From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by sourceware.org (Postfix) with ESMTPS id 02CC43858D29 for ; Mon, 22 Mar 2021 20:00:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 02CC43858D29 X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from [93.207.91.14] ([93.207.91.14]) by web-mail.gmx.net (3c-app-gmx-bs11.server.lan [172.19.170.62]) (via HTTP); Mon, 22 Mar 2021 21:00:12 +0100 MIME-Version: 1.0 Message-ID: From: Harald Anlauf To: Tobias Burnus Cc: fortran Subject: Re: valgrind & f951 Content-Type: text/plain; charset=UTF-8 Date: Mon, 22 Mar 2021 21:00:12 +0100 Importance: normal Sensitivity: Normal In-Reply-To: References: X-UI-Message-Type: mail X-Priority: 3 X-Provags-ID: V03:K1:NYbhYgznHX+oKxxLi/6YvwEJnj7rjKFcxYFOPtnRmsdh/04o/qmx3FiBRnGWReuGZCX51 pADNoDYsSwan9nFPW4E4sVr+choiqqY4/44tuVfWcZtIHSiONIY3r0Tzs1eKjrqcG8AEsoekVTJ8 sW56Ct4MbYkGwMJr5QzxFJnptkIa/FvDRbp3Q7vvIa2rKhLTWXHe0BKhUWwtB8FVoKux+Yz3nwJl 6TCcOOfbq7aMwARl43mzdl7G4ReCStB9ZbLYjQ3HXqZnregnFNhzob0ob58MXAPUWspq7B2mqlyu Nk= X-UI-Out-Filterresults: notjunk:1;V03:K0:LH5u8gh6eaM=:2brdSfgH0vDns8zxm0dpcV LtvYM6J1tmjALfo40GBhrYTAs8rpOAM0pqoj1arJ+inKzh7X8kEFdfIw7CNPcrYMKQEnfAL/Q hOx+NY9frwLy1fxXTmfG2ugQTFzhbvsNjy2MAxTURQLB8bCd/fMSsBUU5M1WFbOQEifVkCZ8Y z2IMWxT6/i5EZ2KPKGqiknolOmrVHOZr+0J83oUW1Ln86FwY3WnA+x8PPXJXJU4ATg+jWFuAI V+YPtzoUCQoeeWUTPJtzlaIHYyx3e1319e1axxOU3wkkJAVrGKLbs3dwJPUOzX2BQ8F4Y4tkU hy/mt3Gc+zFq2LFL+o1lOALRVA94R6Iaf82VmY4ig3+t3b98teOgEMOXMMJrJ7pYf1Lj4eHp8 17x9wtpkatxS6OMjwbIObxv44EItAWvaEZLSeHHElQ6ldnpeMTz0Q9Qz2BdM9UCuxYk1CTV2N sB6RSv+7M4FmXucY/HW/4mcJlIORc3/108NxxJYDTKEOyDnlhU6ySsFPqKu+0x7tXJSeAla8r xp/tcAFPvuAyY9yGbaBl0xL2uu5jpjIP/oHw/NwQbCr+CdrT49nl1yH0l2TIjhVZsc9afJ8eK XRagTJzAtzoOo= Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, FREEMAIL_FROM, KAM_NUMSUBJECT, KAM_SHORT, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: fortran@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Fortran mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2021 20:00:18 -0000 Hi Tobias, > This is a false positive; you need to configure GCC with > |--enable-valgrind-annotations, see > https://gcc.gnu.org/install/configure.html thanks, that does the job after installing some valgrind-devel stuff. I apparently got stuck readings the description of --enable-checking, which also mentions valgrind, and then missed the relevant option. > If you don't bootstrap, be careful about compiler warnings as the > bootstrap compiler runs with -Werror in stage2 & 3. As long as I don't touch code outside fortran/libgfortran and watch new warnings, it is unlikely to break bootstrap for others. Thanks, Harald