From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9A3193858C50; Wed, 29 May 2024 22:44:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A3193858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717022647; bh=SIQjTjWLjOVM+Lpb+RIx0VFIh/bhVC5juXchqsrMR4A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VW8ryRgIIB1Z5Zi+ivx654UTaqtexvBdvwni3RIDvz5uAJdcIceoblYVgNMc6eV6W xfg2PYiP0/Yg1Q522C3PR/9gaJ5nprDFFpRBlhoth9J/HCgimPuXZj/JIVf+PVYjIH oUqpcB36jcEizcuLYgYp4bS9ecZTdfaDBnHlN9wM= From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/115284] [15 regression] SEGV in check_format_arg on Solaris/SPARC Date: Wed, 29 May 2024 22:44:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: hp at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115284 --- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE Uni-Bielefeld.DE> --- [...] > Aldy, when investigating PR ipa/114985, got along with just > > configure && make -j128 && make check -j128 -k > > While that has its downsides, for the purposes of this investigation it > should do the trick. Oh, I forgot: you can speed up the build quite a bit by disabling unnecessary languages, multilibs, and runtime libs. Here's what I used for the reghunt: configure --enable-languages=3Dc,c++ --disable-lto --disable-libatomic --disable-libcc1 --disable-libquadmath --disable-libssp --disable-libitm --disable-libvtv --disable-libsanitizer --disable-libgomp --disable-multili= b=