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]

Re: [lto]: patch committed to fix STRING_CSTs


Kenneth Zadeck wrote:
STRING_CSTs almost always have types.  The one case where this is left
out is for asm operands.  This patch adds a type there so that the
serialization can be uniform.

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

    * lto-function-out.c (output_expr_operand): Fix STRING_CST to
    always have type.

I wonder if it makes sense to fix it in build_string directly?


Paolo


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