From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.smtpout.orange.fr (smtp-15.smtpout.orange.fr [80.12.242.15]) by sourceware.org (Postfix) with ESMTPS id 9155F3858D20 for ; Sun, 11 Jun 2023 07:39:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9155F3858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orange.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=orange.fr Received: from [192.168.1.16] ([86.215.161.51]) by smtp.orange.fr with ESMTPA id 8FfQq9bgdL32h8FfWqawEb; Sun, 11 Jun 2023 09:39:22 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=orange.fr; s=t20230301; t=1686469162; bh=K9tuZOfXOeM6s72LT4gYv1OJKQuqntnByG5+X3ViEWg=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=Qcodd2aM97Pt3vDKtt9dyyDVr5YNjMmd25IHojxoFhJ10SttNedX3SKLms9IQEI4j NmnT18RPub2w0PITJAFvYAKQlnYLjxI/PmHHEZVjy+EJ2L9bmZ7QoFhEQBJgY0BPnH ddNHjvHGLxxT+3+9TrUnDMaCXroMCpBwAlLXGrWI6qiTrhyJoWa/T9+h9CSouurjHW f0GyGbFTtpmoUBY9W5fKhmFPHlz+uWdZg5BTJyjQ/omCZ95rSphGa2LhEH2L4Vgrnz gfc1Gx9+CefKjDA4fxrdLRibXmhLlqCsy3tawTNOQ8j469VmHfm4TJM5QzXhV1Qwsb g3k7NH1IUOt/Q== X-ME-Helo: [192.168.1.16] X-ME-Auth: bW9yaW4tbWlrYWVsQG9yYW5nZS5mcg== X-ME-Date: Sun, 11 Jun 2023 09:39:22 +0200 X-ME-IP: 86.215.161.51 Message-ID: Date: Sun, 11 Jun 2023 09:39:16 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: libgfortran: remove support for --enable-intermodule To: FX Coudert , Harald Anlauf via Fortran Cc: gcc-patches@gcc.gnu.org References: Content-Language: fr From: Mikael Morin In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,JMQ_SPF_NEUTRAL,KAM_LINKBAIT3,KAM_SHORT,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SCC_BODY_URI_ONLY,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: Le 10/06/2023 à 22:28, FX Coudert via Fortran a écrit : > See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109373 > I don’t believe it is widely used, and it was removed from everywhere else in gcc. > > Bootstrapped and regtested on x86_64-pc-linux-gnu. > OK to commit? > > FX > OK, thanks.