Re: optimization/6627: -fno-align-functions regression from 2.95

[email protected] 3 Oct 2002 02:45:09 -0000
Newsgroups gmane.os.freebsd.devel.audit
Message-ID <[email protected]>
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  <[email protected]>
    
            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 [email protected]
with "unsubscribe freebsd-audit" in the body of the message