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: stmts_are_full_exprs_p


On Sat, 2003-07-26 at 20:05, Jason Merrill wrote:
> I think I asked this same question a few months back, and I don't remember
> getting a reason why it is needed.

I looked at this in detail last night, and I can't figure out why it is
needed either.  In fact, I convinced myself that it is not needed.

The case that worried me was where build_aggr_init unsets the flag
before calling expand_aggr_init_1.  If expand_aggr_init_1 ever emitted
more than one statement to perform the initialization, then there might
be a problem -- but it does not seem to do that.

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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