From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by sourceware.org (Postfix) with ESMTPS id 9AA353858403 for ; Mon, 25 Jul 2022 09:42:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9AA353858403 Received: by mail-wr1-x436.google.com with SMTP id bn9so4257268wrb.9 for ; Mon, 25 Jul 2022 02:42:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=rutKjCBF9huRYd32WRnWKjwu+lo4W58bEcjo5kIukaQ=; b=totwgSy1FyAnG5cPbOQl6yFQdiLfhTNLHnVLpozUQqcJvoJPp0iepkKQ/0dmYWhXB6 BkwIFvUlrXFZlKGfPQeD6PsDWqmSJz+aTKKzQHW8DiAzwuJ6odSbJQVP61Knh5WGtwsH 09iNmKJS5SOxDT4S6M6INbNEtkN2WbF8Hq7Ibs5mRfk/qKFuD3VTpLz929of5ODq7KUH +ZKK/hQA8/pmFBNmW6mV/BO9D5NYeEs57iy7sZmCOsyrzov851CyLKAxhBT9DEC5HEX4 wfY3vhHZ1J7VEuydb/IaRXr7tD/cZNagAclIWoK5rkuC5t5ZL2Igx90Gi213c1ntJlMy O5GA== X-Gm-Message-State: AJIora8ejyaMvxkb/NnvKTLuepaczybih6Jr8iKNLqLrtaJKQXHlbeTq m8cjhnyhNdrfQFt9s1kGonE= X-Google-Smtp-Source: AGRyM1vN/mN/IY6z57PKde2TLqkh97G1ud9yhuGY2yDnSsYOuaErlxoxE/trfeHJvke1kuR0yhtKIw== X-Received: by 2002:a05:6000:1c0f:b0:21e:67c1:a589 with SMTP id ba15-20020a0560001c0f00b0021e67c1a589mr6796190wrb.564.1658742158068; Mon, 25 Jul 2022 02:42: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 n12-20020a05600c3b8c00b003a2ed2a40e4sm18870505wms.17.2022.07.25.02.42.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Jul 2022 02:42:37 -0700 (PDT) Received: from gaius by lancelot with local (Exim 4.94.2) (envelope-from ) id 1oFubk-00EEMg-Br; Mon, 25 Jul 2022 10:42:36 +0100 From: Gaius Mulley To: Rainer Orth Cc: Gaius Mulley via Gcc-patches Subject: Re: Modula-2: merge followup (brief update on the progress of the new linking implementation) References: <87h73qy3vb.fsf@debian> <87o7xv4rjg.fsf@debian> <87r12qqzpb.fsf@debian> Date: Mon, 25 Jul 2022 10:42:36 +0100 In-Reply-To: (Rainer Orth's message of "Tue, 12 Jul 2022 16:16:01 +0200") Message-ID: <87wnc1bkab.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: Mon, 25 Jul 2022 09:42:42 -0000 Rainer Orth writes: >> I think this just leaves: >> >>> * While this lets the build finish on all of i386-pc-solaris2.11, >>> sparcv9-sun-solaris2.11, and x86_64-pc-linux-gnu, I get thousands of >>> testsuite failures, all of the same kind: >>> >>> Undefined first referenced >>> symbol in file >>> RTco_signal /var/gcc/modula-2/11.4-gcc-modula-2/i386-pc-solaris2.11/./libgm2/libm2pim/.libs/libm2pim.so >>> RTco_select /var/gcc/modula-2/11.4-gcc-modula-2/i386-pc-solaris2.11/./libgm2/libm2pim/.libs/libm2pim.so >>> RTco_initSemaphore /var/gcc/modula-2/11.4-gcc-modula-2/i386-pc-solaris2.11/./libgm2/libm2pim/.libs/libm2pim.so >>> RTco_wait /var/gcc/modula-2/11.4-gcc-modula-2/i386-pc-solaris2.11/./libgm2/libm2pim/.libs/libm2pim.so >>> ld: fatal: symbol referencing errors >>> collect2: error: ld returned 1 exit status >>> compiler exited with status 1 >>> FAIL: gm2/exceptions/run/pass/libexcept.mod compilation, -g >>> >>> I haven't yet tried to fix those. >> >> which I'll try and reproduce, > > Excellent. I've also seen this one on Linux/x86_64, so this isn't a > Solaris-specific issue. Hi Rainer, I think these are now fixed regards, Gaius