From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21257 invoked by alias); 23 Aug 2006 21:07:56 -0000 Received: (qmail 21161 invoked by uid 48); 23 Aug 2006 21:07:48 -0000 Date: Wed, 23 Aug 2006 21:07:00 -0000 Subject: [Bug other/28824] New: "no multiarch mapping for multilib" should be an error, not an ICE X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tbm at cyrius dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-08/txt/msg01966.txt.bz2 List-Id: The following should lead to a normal error message, not an ICE: 7910:tbm@deprecation: ~/tmp/src] gcc -imultilib t.c cc1: internal compiler error: no multiarch mapping for multilib (t.c) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. For Debian GNU/Linux specific bug reporting instructions, see . zsh: exit 1 gcc -imultilib t.c 7911:tbm@deprecation: ~/tmp/src] cat t.c int main() { } 7912:tbm@deprecation: ~/tmp/src] -- Summary: "no multiarch mapping for multilib" should be an error, not an ICE Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: minor Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tbm at cyrius dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28824