From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4178 invoked by alias); 11 Feb 2007 10:23:22 -0000 Received: (qmail 4157 invoked by uid 48); 11 Feb 2007 10:23:14 -0000 Date: Sun, 11 Feb 2007 10:23:00 -0000 Subject: [Bug c/30762] New: inlining destroys type information X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "aldot 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-02/txt/msg01179.txt.bz2 $ gcc-4.2.orig-HEAD -Os -c double-int.i tree-ssa-loop-niter.i -o libbackend.o -combine tree-ssa-loop-niter.i: In function 'derive_constant_upper_bound': tree-ssa-loop-niter.i:28: error: incompatible type for argument 1 of 'double_int_negative_p' where gcc-4.2.orig-HEAD is a pristine checkout from: gcc version 4.2.0 20070204 (prerelease) Turning off inlining via -fno-inline makes it work again. -- Summary: inlining destroys type information Product: gcc Version: 4.2.0 Status: UNCONFIRMED Keywords: rejects-valid, diagnostic, build Severity: major Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aldot at gcc dot gnu dot org GCC build triplet: i686-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30762