From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 37D603858D28 for ; Sun, 24 Oct 2021 06:36:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 37D603858D28 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 02C891FD6D; Sun, 24 Oct 2021 06:36:40 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id D790C13310; Sun, 24 Oct 2021 06:36:39 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id XblKNPf+dGGzDwAAMHmgww (envelope-from ); Sun, 24 Oct 2021 06:36:39 +0000 Date: Sun, 24 Oct 2021 08:36:36 +0200 From: Richard Biener To: Jan-Benedict Glaw CC: gcc-patches@gcc.gnu.org Subject: =?US-ASCII?Q?Re=3A_=5BPATCH=5D_Always_default_to_DWARF2=5FDEBUG_i?= =?US-ASCII?Q?f_not_specified=2C_warn_about_deprecated_STABS?= User-Agent: K-9 Mail for Android In-Reply-To: <20211023200005.xknhnzfa7eyny5zf@lug-owl.de> References: <20211023200005.xknhnzfa7eyny5zf@lug-owl.de> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Sun, 24 Oct 2021 06:36:43 -0000 On October 23, 2021 10:00:05 PM GMT+02:00, Jan-Benedict Glaw wrote: >Hi Richard, > >On Tue, 2021-09-21 16:25:19 +0200, Richard Biener via Gcc-patches wrote: >> I have built all targets from contrib/config-list=2Emk to make sure we >> don't run into the #error and the following makes the STABS usage >> explicit for pdp11 and hppa with SOM=2E > >I'm running build tests based on config-list=2Emk as well and see a good >number of targets failing, all about the same, ie=2E for moxie-elf: That's odd=2E I did test the patch using config-list=2Emk - the patch sat = in the comit tree for quite a while since that exercise (but unchanged), bu= t I doubt anything significant changed in between=2E=20 >[all 2021-10-17 00:01:19] /usr/lib/gcc-snapshot/bin/g++ -fno-PIE -c -DI= N_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptio= ns -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-s= trings -Wcast-qual -Wno-error=3Dformat-diag -Wmissing-format-attribute -Wov= erloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlen= gth-strings -Werror -fno-common -DHAVE_CONFIG_H -I=2E -I=2E -I=2E=2E/=2E= =2E/gcc/gcc -I=2E=2E/=2E=2E/gcc/gcc/=2E -I=2E=2E/=2E=2E/gcc/gcc/=2E=2E/incl= ude -I=2E=2E/=2E=2E/gcc/gcc/=2E=2E/libcpp/include -I=2E=2E/=2E=2E/gcc/gcc/= =2E=2E/libcody -I=2E=2E/=2E=2E/gcc/gcc/=2E=2E/libdecnumber -I=2E=2E/=2E=2E= /gcc/gcc/=2E=2E/libdecnumber/dpd -I=2E=2E/libdecnumber -I=2E=2E/=2E=2E/gcc/= gcc/=2E=2E/libbacktrace -o default-d=2Eo -MT default-d=2Eo -MMD -MP -MF = =2E/=2Edeps/default-d=2ETPo =2E=2E/=2E=2E/gcc/gcc/config/default-d=2Ec >[all 2021-10-17 00:01:19] In file included from =2E/tm_d=2Eh:9, >[all 2021-10-17 00:01:19] from =2E=2E/=2E=2E/gcc/gcc/con= fig/default-d=2Ec:22: >[all 2021-10-17 00:01:19] =2E=2E/=2E=2E/gcc/gcc/defaults=2Eh:908:2: error= : #error You must define PREFERRED_DEBUGGING_TYPE if DWARF is not supported Is that building the D frontend? I remember restricting the builds to C=2E= =2E=2E=20 I will check what's up with this next week=2E=20 >[all 2021-10-17 00:01:19] 908 | #error You must define PREFERRED_DEBUGG= ING_TYPE if DWARF is not supported >[all 2021-10-17 00:01:19] | ^~~~~ >[all 2021-10-17 00:01:20] make[1]: *** [Makefile:2330: default-d=2Eo] Err= or 1 >[all 2021-10-17 00:01:21] make[1]: Leaving directory '/var/lib/laminar/ru= n/gcc-moxie-elf/13/toolchain-build/gcc' >[all 2021-10-17 00:01:21] make: *** [Makefile:4423: all-gcc] Error 2 > >Shall I try to ping all the maintainers? > >MfG, JBG >