From owner-freebsd-current Wed Oct 2 19:45:27 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87D6537B404 for ; Wed, 2 Oct 2002 19:45:26 -0700 (PDT) Received: from sources.redhat.com (sources.redhat.com [209.249.29.67]) by mx1.FreeBSD.org (Postfix) with SMTP id 73DC643E77 for ; Wed, 2 Oct 2002 19:45:25 -0700 (PDT) (envelope-from anonymous@sources.redhat.com) Received: (qmail 804 invoked by uid 61); 3 Oct 2002 02:45:09 -0000 Date: 3 Oct 2002 02:45:09 -0000 Message-ID: <20021003024509.802.qmail@sources.redhat.com> To: audit@freebsd.org, current@freebsd.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jhb@FreeBSD.org, nobody@gcc.gnu.org, obrien@FreeBSD.org From: sayle@gcc.gnu.org Reply-To: sayle@gcc.gnu.org, audit@freebsd.org, current@freebsd.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jhb@FreeBSD.org, nobody@gcc.gnu.org, obrien@FreeBSD.org, gcc-gnats@gcc.gnu.org X-Mailer: gnatsweb 2.9.3 Subject: Re: optimization/6627: -fno-align-functions regression from 2.95 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: -fno-align-functions regression from 2.95 State-Changed-From-To: analyzed->closed State-Changed-By: sayle State-Changed-When: Wed Oct 2 19:45:09 2002 State-Changed-Why: This has just been fixed on mainline CVS by the following patch: 2002-10-02 Roger Sayle PR optimization/6627 * toplev.c (force_align_functions_log): New global variable. * flags.h (force_align_functions_log): Add extern prototype. * varasm.c (assemble_start_function): Use it to force minimum function alignment. * config/i386/i386.h (FUNCTION_BOUNDARY): Set the correct minimum function alignment to one byte. (TARGET_PTRMEMFUNC_VBIT_LOCATION): Store the virtual bit in the least significant bit of vtable member function pointers. * tree.h (enum ptrmemfunc_vbit_where_t): Move definition to here from cp/cp-tree.h. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6627 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message