From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from s411.sureserver.com (s411.sureserver.com [192.252.151.33]) by sourceware.org (Postfix) with ESMTPS id 508423858D33 for ; Wed, 28 Dec 2022 16:02:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 508423858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nishan.io Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nishan.io DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=nishan.io; h=message-id :reply-to:from:to:subject:date:mime-version:content-type :content-transfer-encoding; s=dkim; bh=iQgT0m3WwBq6iU+7R0n4DULBr h1Rwko2SK/eoKp0TCs=; b=PA1Q+tWHUYLXP/S0ltptM6zA1ftLj7vVZq+cL/r4j F4c445JPaPccyKDa3KETz5ONnjlsXsD6jWQlESTp68tvXDW0/0dpPZGZxg3KLc14 QkELS4ptF7rwDJlLrHf7L4dSPZACjqPswI/1O/BRNnimUkIwTM0ORVuFe3LCinPe yk= Received: (qmail 61422 invoked by uid 1900); 28 Dec 2022 16:02:56 -0000 Message-ID: <20221228160256.61421.qmail@s411.sureserver.com> Reply-To: "=?utf-8?Q?Saifi=20Khan?=" From: "=?utf-8?Q?Saifi=20Khan?=" To: gcc-help@gcc.gnu.org Subject: =?utf-8?B?LWZtYWtlbGlzdCBhbmQgLWZtYWtlaW5pdCB1bnJlY29nbml6ZWQgb3B0aW9ucyBmb3IgZ20yIChHQ0MpIDEzLjAuMCAyMDIyMTIyOA==?= Date: Wed, 28 Dec 2022 16:02:56 +0000 MIME-Version: 1.0 X-Mailer: WebMail 2.55.13.14 X-Suremail-Sender: 103_199_139_57 X-Originating-Email: saifi.khan@nishan.io Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi: Have built gcc tree with support for modula-2 as i am exploring modules and coroutines. $ gm2 --version gm2 (GCC) 13.0.0 20221228 (experimental) while trying to build a library as detailed on GNU modula-2 page, both the options -fmakelist and -fmakeinit are not recognized by gm2. https://www.nongnu.org/gm2/12/building_a_shared_library.html In addition, the option -fmodules which displays the path to each modules object file is not recognized either. Am i missing something here ? Are these options no longer supported ? What is the alternative ? warm regards Saifi.