This is the mail archive of the gcc-patches@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]

[lto]: Code to fix the handling of constructors.


We were not putting out enough information for the index fields of
constructors.

committed as revision 130137.

Kenny

2007-11-13  Kenneth Zadeck <zadeck@naturalbridge.com>

    * lto-function-out.c (output_constructor): Modified to output
    index field if it exists.
    (output_expr_operand): Removed incorrect assert about type names.
    Added RANGE_EXPR case.
    * lto-tree-flags.def (LTO_constructor_range): Removed.
    * lto-tags.h (LTO_constructor_range): Removed.
       
2007-11-13  Kenneth Zadeck <zadeck@naturalbridge.com>

    * lto-read.c (input_expr_operand): Added code to properly handle
    index filed. Added new RANGE_EXPR case.
   


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