This is the mail archive of the gcc@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: Question on gimplify.c:create_tmp_var


    Because if you find yourself needing to create a gimple temporary
    that is an ARRAY_TYPE, then most likely something is broken elsewhere.

But why single out ARRAY_TYPE?  I don't see why there's a distinction
between that and RECORD_TYPE.  Yes, C doesn't allow copying objects of
array types and does record type, but that's language-specific and
I don't understand why we'd have that distinction at this level.


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