From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 41FFA3851C20; Thu, 28 May 2020 21:34:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 41FFA3851C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1590701682; bh=jFs/GfCimJeugyiaQI4s90jxC4JWeiMh78c6Xl+qBG4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=weZHZcNnG3jpquT/sfzAmakyX9RUI1dY/M4pBrnt51ceUsvb7f6TnjJOf45ROjh5v ADED2eCmJhPP4+jIWc9c/O/r8rrHaaYjZ+bx/1A6rIyuyhCQJT1Z9pD6y/XALHXiJh +W49zkf64cmAvJF0plf9mvxfUtR+F7iMJu4RJlHE= From: "glaubitz at physik dot fu-berlin.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/95381] [11 Regression]: Bootstrap on m68k fails with ICE: in operator[], at vec.h:867 Date: Thu, 28 May 2020 21:34:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: glaubitz at physik dot fu-berlin.de X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.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: Thu, 28 May 2020 21:34:42 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95381 --- Comment #3 from John Paul Adrian Glaubitz --- (In reply to John Paul Adrian Glaubitz from comment #2) > (In reply to Richard Biener from comment #1) > > can we have a backtrace? >=20 > Working on it. I'm at the point now where I can invoke the command which provokes the cras= h: (sid-m68k-sbuild)root@epyc:/build/gcc-snapshot-t0p5re/gcc-snapshot-20200525= /build-jit/gcc# /build/gcc-snapshot-t0p5re/gcc-snapshot-20200525/build-jit/./gcc/xgcc -B/build/gcc-snapshot-t0p5re/gcc-snapshot-20200525/build-jit/./gcc/ -xc++ -nostdinc /dev/null -S -o /dev/null -fself-test=3D../../src/gcc/testsuite/selftests cc1plus: internal compiler error: in operator[], at vec.h:867 mmap: Bad file descriptor close: Bad file descriptor Please submit a full bug report, with preprocessed source if appropriate. See for instructions. (sid-m68k-sbuild)root@epyc:/build/gcc-snapshot-t0p5re/gcc-snapshot-20200525= /build-jit/gcc# What kind of backtrace are you looking for? Through GDB?=