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] Fix C __attribute__ ((constructor)) on !have_ctors_dtors targets


On Wed, May 05, 2004 at 06:46:01PM -0700, Zack Weinberg wrote:
> Question - should I be using c_expand_expr_stmt instead of directly
> invoking build_stmt and add_stmt?

I don't think that's necessary.

> And why does that routine have
> "expand" in its name?  I was confused - I'm used to that term meaning
> "lowers trees to RTL".

It probably did at one time.

Patch looks ok, thanks.


r~


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