From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2862 invoked by alias); 3 May 2005 20:17:09 -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 2252 invoked by uid 48); 3 May 2005 20:16:37 -0000 Date: Tue, 03 May 2005 20:17:00 -0000 Message-ID: <20050503201637.2251.qmail@sourceware.org> From: "jsm28 at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050501191141.21322.fastsnip-gcc@yahoo.com> References: <20050501191141.21322.fastsnip-gcc@yahoo.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug other/21322] O2 and O3 memory access error - compiled program - incorrect debug output X-Bugzilla-Reason: CC X-SW-Source: 2005-05/txt/msg00504.txt.bz2 List-Id: ------- Additional Comments From jsm28 at gcc dot gnu dot org 2005-05-03 20:16 ------- Not a bug in the C front end. The next step in tracking down the problem would be to try compiling just one file with -O2, the rest with -O0, and find which file being compiled with -O2 yields the problem. Then split out the functions from that file into separate files and see which function is being miscompiled. -- What |Removed |Added ---------------------------------------------------------------------------- Component|c |other http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21322