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


Paolo Bonzini wrote:
> 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


it could, I did not know how many places in how many front ends i would
have to track this down.  do you want to do it and send me a patch?


Kenny


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