From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) by sourceware.org (Postfix) with ESMTPS id 345493858D1E for ; Thu, 10 Feb 2022 22:46:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 345493858D1E Received: by mail-wm1-x333.google.com with SMTP id n8so4362083wmk.3 for ; Thu, 10 Feb 2022 14:46:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=A4xL+mTic7isCntWe79FoOICR2m8cE5OiR8AzOIdw1s=; b=GpvAwKfiMytzCdz38yrDh2oCcPFjROUOVIJTdfVk/qtut4hBRaYrSMkpEoGoaxO4wk ExaUscmDVe3zwJhToVQbyZ6a+U2HJVaVIAJ7qdb/MTHzSri9s0wfdS7NBaYv5eZmwyeb CFIYV3hZmhySzQleiKvfDNqgzBKCrG/Tl2iwiL+Y4L2G+K6o0nigBlxQgbNp1iSwi+yd 8cnQblEdDyAAMhCf/EidvcXvbFUzIaoU4CriywvVfxfTV2WHni9JbZ5d4jU52/VBTkaz N9K7s3s2cwha6KKYXmhRmNesjkJm5spQOiLZ92vW72nxwYjHfXh5YGUlxwGKWda+kJ1j bZgQ== X-Gm-Message-State: AOAM530IOxGO1y9Djrj7Zkx5r7OzXhjNeHWvMtqbapHFAhA/XrwCb6iv 9Sv4umbRnRr67u1MJ9IwiNoa0tXCAoILZDE4ytU= X-Google-Smtp-Source: ABdhPJxhe8iVl4BCegJRU140+d1iStkAzQZc/v0pEgI+4SEejDktuhhs4+31y42ouyzK/XWaujz019FT64gdaTLfLGY= X-Received: by 2002:a1c:a550:: with SMTP id o77mr3845962wme.121.1644533203060; Thu, 10 Feb 2022 14:46:43 -0800 (PST) MIME-Version: 1.0 From: Mohamed Atef Date: Fri, 11 Feb 2022 00:46:32 +0200 Message-ID: Subject: adding OMPD support To: Martin Jambor , gcc@gcc.gnu.org, jakub@redhat.com X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, 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 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Thu, 10 Feb 2022 22:46:45 -0000 hello everyone, i want to make the variable ompd_dll_locations global to openMP runtime according to my understanding i should add it to OMP_5.1 {} in libgomp.map and its definition should be done in initialize_env() function in env.c is there anything else needed to be done. another question i modified the source and rebuilt gcc would i be able to see my changes if i used the new gcc? If yes, why do we implement testsuite? By the way, we should finish the implementation by next july, so we need your help. Thanks Mohamed