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: [ast-optimizer-branch] simplify builtins


On Tue, Jun 25, 2002 at 05:32:59AM -0700, Aldy Hernandez wrote:
> +     case BUILT_IN_ARGS_INFO:
> +     case BUILT_IN_STDARG_START:
> +     case BUILT_IN_VA_END:
> +     case BUILT_IN_VA_COPY:
> +     case BUILT_IN_VARARGS_START:

Feel free to fix these (plus VA_ARG_EXPR) by changing the backend
hooks to return (unsimplified) trees instead of rtl.  In many cases
this can be done simply by not calling expand_expr.


r~


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