From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25449 invoked by alias); 6 Jul 2010 14:43:01 -0000 Received: (qmail 24467 invoked by uid 48); 6 Jul 2010 14:42:44 -0000 Date: Tue, 06 Jul 2010 14:43:00 -0000 Message-ID: <20100706144244.24466.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug debug/44832] [4.6 Regression] -fcompare-debug failure for C++ i386.c In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "amylaar 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: 2010-07/txt/msg00583.txt.bz2 ------- Comment #5 from amylaar at gcc dot gnu dot org 2010-07-06 14:42 ------- (In reply to comment #4) > Reverting up to r161801 still gets me > > > ./g++ -B. -c -O2 -march=pentiumpro -mtune=generic -m32 ii386.i -fcompare-debug > g++: error: ii386.i: -fcompare-debug failure (length) > > so it wasn't r161802. Is this command supposed to also give sane results on i686-pc-linux-gnu? Even when I try this with r161600, it says there is a length failure. But when I make cc1plus create actual assembly files and assemble / strip them, the resulting object files compare equal. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44832