This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug pch/53880] [4.8 Regression] compile time regression when generating precompiled headers for boost


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

--- Comment #32 from Steven Bosscher <steven at gcc dot gnu.org> 2012-07-31 09:21:03 UTC ---
Author: steven
Date: Tue Jul 31 09:20:56 2012
New Revision: 189999

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189999
Log:
    PR pch/53880
    * gengtype.c (struct walk_type_data): Add have_this_obj field.
    (walk_type): For functions that take a this_obj argument and
    that process fields with a GTY((length)) argument, write the
    test that write_types_local_process_field will write also at the
    head of the loop, effectively unswitching the loop.
    (write_func_for_structure, write_local_func_for_structure): Clear
    have_this_obj before calling walk_type.
    (write_local_func_for_structure): Set have_this_obj before walk_type.
    (write_array): Set have_this_obj for output of local pointer walking
    functions but not for marker functions.
    (write_types_local_process_field): Assert have_this_obj is set.

    * rtl.h (simplify_using_condition): Adjust prototype using bitmap
    from coretypes.h.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gengtype.c
    trunk/gcc/rtl.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]