From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15013 invoked by alias); 31 Oct 2004 01:03:25 -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 15006 invoked by uid 48); 31 Oct 2004 01:03:24 -0000 Date: Sun, 31 Oct 2004 01:03:00 -0000 From: "ak at muc dot de" To: gcc-bugs@gcc.gnu.org Message-ID: <20041031010322.18241.ak@muc.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/18241] New: linux kernel loop gets miscompiled X-Bugzilla-Reason: CC X-SW-Source: 2004-10/txt/msg03852.txt.bz2 List-Id: (just guessing on the component) I've been trying to boot a 4.0-20041030 compiled x86_64-linux-kernel. First it exposed a missing -fno-strict-aliasing (now fixed) but then it crashes during disk accesses. The problem goes away when one function from the radix tree library is compiled with -O0 instead of -O2 I unfortunately don't have a runnable test case yet, but I can give compiler input that shows the problem. -- Summary: linux kernel loop gets miscompiled Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ak at muc dot de CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: x86_64-linux GCC target triplet: x86_64-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18241