From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#58434: Native compile results in error if -march and -mtune are specified Date: Wed, 12 Oct 2022 11:45:40 +0000 Message-ID: References: <7bf7a01e-224c-3413-b07e-6a5bc3ac85dd@bluewin.ch> <83pmeyeawl.fsf@gnu.org> <18231ac2-baca-e269-0f51-3c34e3283ea3@bluewin.ch> <83lepme4so.fsf@gnu.org> <8335btej34.fsf@gnu.org> <5b3a7a2b-cb65-3458-2c44-efe64b414022@bluewin.ch> <83leplcxeb.fsf@gnu.org> <8c6f532b-35bc-d221-22e7-e37484137be0@bluewin.ch> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16570"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: Eli Zaretskii , 58434-done@debbugs.gnu.org To: Loreno Heer Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Oct 12 13:48:08 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oiaDY-00044G-5m for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 12 Oct 2022 13:48:08 +0200 Original-Received: from localhost ([::1]:39582 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oiaDX-0005Yf-0O for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 12 Oct 2022 07:48:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49704) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiaCb-0005UJ-0Z for bug-gnu-emacs@gnu.org; Wed, 12 Oct 2022 07:47:18 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56874) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oiaCa-00020w-3l for bug-gnu-emacs@gnu.org; Wed, 12 Oct 2022 07:47:08 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oiaCZ-0003Yq-NT for bug-gnu-emacs@gnu.org; Wed, 12 Oct 2022 07:47:07 -0400 Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Wed, 12 Oct 2022 11:47:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 58434 X-GNU-PR-Package: emacs Mail-Followup-To: 58434@debbugs.gnu.org, akrl@sdf.org, loreno.heer@bluewin.ch Original-Received: via spool by 58434-done@debbugs.gnu.org id=D58434.166557516812998 (code D ref 58434); Wed, 12 Oct 2022 11:47:06 +0000 Original-Received: (at 58434-done) by debbugs.gnu.org; 12 Oct 2022 11:46:08 +0000 Original-Received: from localhost ([127.0.0.1]:55950 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiaBZ-0003NG-AS for submit@debbugs.gnu.org; Wed, 12 Oct 2022 07:46:07 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:52419) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiaBT-0003Lk-Km for 58434-done@debbugs.gnu.org; Wed, 12 Oct 2022 07:46:02 -0400 Original-Received: from ma.sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 29CBjeF7027025 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Wed, 12 Oct 2022 11:45:41 GMT In-Reply-To: <8c6f532b-35bc-d221-22e7-e37484137be0@bluewin.ch> (Loreno Heer's message of "Wed, 12 Oct 2022 12:35:38 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:245196 Archived-At: Loreno Heer writes: > You are right, did not notice this is a gccjit issue. I filed a bug > report with the gcc people. (might also be a packaging problem on mingw > and debian, that I don't know) Thanks, closing then. Andrea