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: Properly convert nest of references in tree-nested.c


On Thu, 1 Jul 04 14:43:51 EDT, kenner@vlsi1.ultra.nyu.edu (Richard Kenner) wrote:

>     > Also, allow new variable to be of ARRAY_TYPE like gimplify.c.
>
>     Hmm, how about changing the test to abort on
>
>      aggregate_value_p (type, NULL_TREE)
>
>     in both places?
>
> We'll get aborts.  These do get called on aggregates.

Perhaps they do currently, but I don't think they should.  I don't think we
want to generate artificial temps of types that are passed by invisible
reference.

Jason


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