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: [tree-ssa] Make tail-call work on SSA form


On Tue, Nov 18, 2003 at 06:27:35PM +0100, Jan Hubicka wrote:
> -   /* FIXME: Apparently we always need TREE_ADDRESSABLE for aggregate
> -      types.  Is this a backend quirk or do we actually need these?  */
> -   if (!AGGREGATE_TYPE_P (TREE_TYPE (var)))
> -     TREE_ADDRESSABLE (var) = 0;

Is this *really* a workaround for the call bug, or is it something else?


r~


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