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]

Re: preferred_stack_boundary propagation patch + structure for permanent function data


On Mon, Feb 07, 2000 at 09:13:42PM +0100, Jan Hubicka wrote:
> Index: egcs/gcc/print-tree.c
> + #include "rtl.h"
> + #include "function.h"
>   #include "tree.h"

Why was this needed?  I can't think of any reason it should have
been required.  You have a forward decl for `struct perm_function'
in tree.h, but that doesn't matter.

Generally it's a good patch, but some of the rtl cross-contamination
should be avoided.


r~

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