From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24965 invoked by alias); 28 Oct 2008 23:24:20 -0000 Received: (qmail 24784 invoked by uid 48); 28 Oct 2008 23:23:00 -0000 Date: Tue, 28 Oct 2008 23:24:00 -0000 Message-ID: <20081028232300.24783.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug testsuite/37241] [4.4 Regression]: FAIL: g++.dg/abi/key2.C 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: 2008-10/txt/msg01871.txt.bz2 ------- Comment #3 from pinskia at gcc dot gnu dot org 2008-10-28 23:22 ------- The section does not change so there is no need for the .section in the scan-assembler: .globl __ZTV1f .weak_definition __ZTV1f .section __DATA,__const_coal,coalesced .align 3 __ZTV1f: .long 0 .long __ZTI1f .long __ZN1f1gEv .long __ZN1f1hEv .globl __ZTI1f .weak_definition __ZTI1f .align 2 __ZTI1f: -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Component|target |testsuite GCC build triplet|*-apple-darwin* | GCC host triplet|*-apple-darwin* | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37241