From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x22e.google.com (mail-lj1-x22e.google.com [IPv6:2a00:1450:4864:20::22e]) by sourceware.org (Postfix) with ESMTPS id 10BAE385782C for ; Sat, 23 Jan 2021 13:32:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 10BAE385782C Received: by mail-lj1-x22e.google.com with SMTP id a25so8640427ljn.0 for ; Sat, 23 Jan 2021 05:32:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=XQtfwNNiVw75lUfyXocZgfpNOqyXrcZZel2Sgu8BqFs=; b=f03zruqvOEaSb/7JyMjRpPU1bKKZq2u2KZfuKvUg4DxkjeykanGfexF9qba/+7PF4b Pg9xNacAOgDOllj3EU2rHrQwKDI4ibFOCX5xVIWuP7tT1tKAsfZtpcE92/rYwzgXbxZw AKIYycGA/XcdnSyC0BnwCpmFpoJ+T/K24y3MtceWwjqT1Q4TQzlObUm0Xkd0HBFNC8X8 gbmmjp4OjN+eSjU9h29MFnMl08SsTxlBTyb/2MYmumw9/yyHpsyyH2lBT8CCPtSrf3bv AV0pFvcIsVSotJ8vJ/rDtY5kfn2BiBNsmBY3KBhADIChVxKZJYk9Iv7B18CRXM5mNsky j3tg== X-Gm-Message-State: AOAM5332IUxrEtZTCQXe0lX2UvD81txSj6gGdCJGH8cXxtzqKlKHrso7 s9lgV/UBx+z1i9FDnB5ATyWmyz18r96NmIz9AuQ= X-Google-Smtp-Source: ABdhPJxlqzyjfSfUUUHnYLfocUlE1QLerxmCv+a7x1R9NDzquK5aG9xtRcuQ7slYDYWpmGSq4IUueGKYro+7Xm92VKQ= X-Received: by 2002:a05:651c:120f:: with SMTP id i15mr422796lja.339.1611408738592; Sat, 23 Jan 2021 05:32:18 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Paul Richard Thomas Date: Sat, 23 Jan 2021 13:32:06 +0000 Message-ID: Subject: Re: Non-dwarf blocks detected by valgrind To: Tobias Burnus Cc: fortran X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, KAM_SHORT, RCVD_IN_DNSWL_NONE, 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 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Sat, 23 Jan 2021 13:32:21 -0000 Hi Tobias, Thanks for the quick reply. However, -gdwarf-4 does not quieten valgrind down. Does this constitute a regression? Cheers Paul On Sat, 23 Jan 2021 at 10:51, Tobias Burnus wrote: > Hi Paul, > > On 23.01.21 09:52, Paul Richard Thomas via Fortran wrote: > > Has anybody else seen this popping up in executables produced from > master? > > > > --1627334-- Ignoring non-Dwarf2/3/4 block in .debug_info > > This error looks as if Valgrind does not support DWARF5. Try to compile > with -gdwarf-4. > > GCC switched to defaulting to DWARF 5 in GCC 11, cf. > https://gcc.gnu.org/g:3804e937b0e252a7e42632fe6d9f898f1851a49c (Mark > Wielaard; committed 17 Jan 2021). > > (Not yet documented in the release notes.) > > Cheers, > > Tobias > > -- "If you can't explain it simply, you don't understand it well enough" - Albert Einstein