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] Work around for an unfortunate fold-const vs. tree-optimizer interaction


On Mon, Nov 10, 2003 at 01:32:19PM -0700, law@redhat.com wrote:
> So what I think this is saying is that long term the expanders need to
> handle generic and that they should not assume gimple.
> 
> Just wanted to be explicit! :-)

Well, I think we should be more explicit than this.  To wit, I think
that certain constructs should be required to be lowered:  switch_expr,
try_finally_expr, bind_expr, loops.  That's where the ugliest bits of
our expanders are, IMO.


r~


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