From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4BE923858403; Sun, 14 Nov 2021 10:01:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4BE923858403 From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/103230] ipa-modref-tree.h:550:33: runtime error: load of value 255, which is not a valid value for type 'bool' Date: Sun, 14 Nov 2021 10:01:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2021 10:01:23 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103230 --- Comment #4 from Martin Li=C5=A1ka --- (In reply to hubicka from comment #3) > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103230 > >=20 > > --- Comment #2 from Martin Li=C5=A1ka --- > > > How do you build ubsan compiler? > >=20 > > F=3D"-O0 -g -fsanitize=3Dundefined" ; make -j16 all-host -k CFLAGS=3D"$= F" > > CXXFLAGS=3D"$F" LDFLAGS=3D"$F" > >=20 > > is the fastest approach. > Thanks, it is similar to what I tried. I guess there should be no ";" > but yet it leds to misconfigured libiberty for me on kunlun. I will > look into that. Note that kunlun may have an old system GCC compiler.=