[Bug bootstrap/44713] [4.6 regression] Revision 161530 failed bootstrap

froydnj at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jun 29 15:57:00 GMT 2010



------- Comment #4 from froydnj at gcc dot gnu dot org  2010-06-29 15:57 -------
Subject: Bug 44713

Author: froydnj
Date: Tue Jun 29 15:57:06 2010
New Revision: 161540

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161540
Log:
        PR bootstrap/44713
        * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
        (function_arg_advance_32): Const-ify TYPE parameter.
        (function_arg_advance_64): Likewise.  Change type of NAMED to bool.
        (ix86_function_arg_advance): Change type of NAMED to bool.
        (function_arg_32): Const-ify CUM and TYPE parameters.
        (function_arg_64): Likewise.  Change type of NAMED to bool.
        (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
        to bool.
        (ix86_function_arg): Change type of NAMED to bool.
        (ix86_setup_incoming_varargs): Call ix86_function_arg_advance.  Pass
        last argument as a bool.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44713



More information about the Gcc-bugs mailing list