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: [PATCH] use XALLOCAVEC in Ada FE


> This makes converts several alloca calls to their XALLOCAVEC
> equivalents.  The only possibly sketchy changes are to
> env.c:__gnat_setenv; I don't have a VMS machine to test those on.

Isn't XALLOCAVEC a host/gcc macro? If so, this is not OK, since env.c is
both a host (for the compiler) and a target (for the run-time) source.

The gigi changes (gcc-interface) look OK to me.

Arno


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