From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13474 invoked by alias); 17 Jul 2007 21:05:26 -0000 Received: (qmail 13447 invoked by uid 48); 17 Jul 2007 21:05:17 -0000 Date: Tue, 17 Jul 2007 21:05:00 -0000 Message-ID: <20070717210517.13446.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/32796] [4.3 Regression] internal compiler error: tree check: expected integer_type or enumeral_type or boolean_type or real_type, have pointer_type in int_fits_type_p In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg01884.txt.bz2 ------- Comment #4 from pinskia at gcc dot gnu dot org 2007-07-17 21:05 ------- Actually this is a front-end issue: #2 0x0034dce8 in int_fits_type_p (c=0x436812d0, type=0x4361f460) at ../../gcc/tree.c:6198 #3 0x0007a950 in build_binary_op (code=BIT_IOR_EXPR, orig_op0=0x436c5000, orig_op1=0x436812d0, convert_p=1) at ../../gcc/c-typeck.c:8245 -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Component|tree-optimization |c http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32796