From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) by sourceware.org (Postfix) with ESMTPS id D75C13858027 for ; Fri, 29 Jul 2022 12:49:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D75C13858027 Received: by mail-wr1-x434.google.com with SMTP id h8so5901690wrw.1 for ; Fri, 29 Jul 2022 05:49:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:date:subject:to:from :x-gm-message-state:from:to:cc; bh=MdHbYH2luF1mK5ncj0d5a7lX2ANLthjpww7gRioOKMg=; b=ew5T8DqceF+Yhz0osJc44KrppGT64SIONdC0WqanDrfeGg7G6wxpys1/t8BGJSJBu3 SOvin8RxsjqMdYiC5yr42p37P+J7s+CjiIBKB4W8iCDBrpsVRP/26qvUh0t7NmpPz9Tx dXqNlfVi/LvWitKgSXLNgx9U/Ds9UhSNsGmQr1Bh0lAPYdtSopwwnBuxwLV84vmEv6Yp GZ7+9AkXCY3GkHaXxx5ELHpQwRIQ6wVB2oFPmH22K9t2fpP6I8xGvy5DXQdgmZSqqwa9 1Qjisu55CzMz7d4s4OSgfxrnGLpC7phK7Ia0JTzwtlQqsoSIyHpDcQJU/UbYAvaDVoIm 2F0A== X-Gm-Message-State: ACgBeo28yCHo1tGR1UZkdwD43T8enz2MCeJCv9mXSK04hBgCVbM43ysk TcUvW0uW4q0vQxMVq7x7QMNUozNhbVE= X-Google-Smtp-Source: AA6agR4/4BLiJrikEujdBMXOvM2C/qLTRlctlJyS11eVh7WOBgzlq/xN3+sg7ajHoa+EhUFWRe370g== X-Received: by 2002:adf:e0cd:0:b0:21f:bb1:21f4 with SMTP id m13-20020adfe0cd000000b0021f0bb121f4mr2382700wri.113.1659098978383; Fri, 29 Jul 2022 05:49:38 -0700 (PDT) Received: from lancelot (host86-170-230-49.range86-170.btcentralplus.com. [86.170.230.49]) by smtp.gmail.com with ESMTPSA id u11-20020a056000038b00b0021e4829d359sm3876826wrf.39.2022.07.29.05.49.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 29 Jul 2022 05:49:37 -0700 (PDT) Received: from gaius by lancelot with local (Exim 4.94.2) (envelope-from ) id 1oHPQt-003w3b-9T; Fri, 29 Jul 2022 13:49:35 +0100 From: Gaius Mulley To: gcc-patches@gcc.gnu.org Subject: Progress of the new linking implementation Date: Fri, 29 Jul 2022 13:49:35 +0100 Message-ID: <87czdo3wyo.fsf@debian> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP 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-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2022 12:49:43 -0000 Hello, the non shared library linking is complete and the gm2 driver has been rewritten using the fortran/c++ code base. Once the shared library scaffold is complete the focus will be on tidying up and platform/architecture testing. All 11.7k tests pass on amd64 and aarch64 debian regards, Gaius