From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32043 invoked by alias); 3 Jul 2003 15:03:05 -0000 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 Received: (qmail 32035 invoked by uid 48); 3 Jul 2003 15:03:05 -0000 Date: Thu, 03 Jul 2003 15:03:00 -0000 Message-ID: <20030703150305.32034.qmail@sources.redhat.com> From: "pinskia at physics dot uc dot edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030226133600.9860.jschulz@sgbs.de> References: <20030226133600.9860.jschulz@sgbs.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug inline-asm/9860] ICE in emit_move_insn_1, at expr.c:3114 X-Bugzilla-Reason: CC X-SW-Source: 2003-07/txt/msg00268.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9860 ------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-03 15:03 ------- What is weird is that the C++ frontend rejects this code while the C frontend does not. Error from the C++ Frontend: pr9860.cc: In function `void f()': pr9860.cc:3: error: void value not ignored as it ought to be