From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26433 invoked by alias); 23 Apr 2005 14:49:58 -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 26393 invoked by uid 48); 23 Apr 2005 14:49:50 -0000 Date: Sat, 23 Apr 2005 14:49:00 -0000 Message-ID: <20050423144950.26388.qmail@sourceware.org> From: "roger at eyesopen dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050420231406.21134.hp@gcc.gnu.org> References: <20050420231406.21134.hp@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/21134] Make gengenrtl emit mode checks aborting on VOIDmode X-Bugzilla-Reason: CC X-SW-Source: 2005-04/txt/msg03256.txt.bz2 List-Id: ------- Additional Comments From roger at eyesopen dot com 2005-04-23 14:49 ------- The list of exceptions, in addition to those mentioned in the e-mail above, also needs to include compare, if_then_else and all binary comparison operators; eq, ne, lt, gt, le, ge. I'm not opposed to adding checks where appropriate, but clearly the sweeping statement that the only place we need VOIDmode is const_int, is perhaps an over simplification. :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21134