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: [PATCH] [c,c++,ada,java,fortran,libcpp,lto,middle-end] gc-improv merge (4/n): GTY user changes


2010/5/25 Richard Guenther <richard.guenther@gmail.com>:
> On Tue, May 25, 2010 at 1:21 PM, Eric Botcazou <ebotcazou@adacore.com> wrote:
>>> I suggest that we proceed for now as-is, and note gengtype deficiences
>>> for taking care of later. Is that acceptable?
>>
>> Sure - if you put a comment above the thing.
>
> Indeed.
>
> Ok with that change (the individual changes look obvious enough).
>
> Richard.

I have added the following comment to all variable_size types that are
in fact constant size:

/* FIXME: the variable_size annotation here is needed because these types are
   variable-sized in some other frontends.  Due to gengtype deficiency the GTY
   options of such types have to agree across all frontends. */


-- 
Laurynas


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