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] Reduce PHI node by 4/8 bytes


On 4/22/07, Eric Botcazou <ebotcazou@adacore.com> wrote:
> OK? Bootstrapped and tested on powerpc64-linux-gnu with no regressions,
> also cross built to spu-elf and tested with no regressions.

Just to double-check: did you bootstrap with Ada enabled?  Our builds are all
broken today on x86 and x86-64 with:

Actually the code should not even compile :). Why it does is a bit weird, I am looking into that issue right now. The patch which should fix the issue is: Index: ada-tree.h =================================================================== --- ada-tree.h (revision 124038) +++ ada-tree.h (working copy) @@ -36,7 +36,7 @@ /* Ada uses the lang_decl and lang_type fields to hold a tree. */ union lang_tree_node GTY((desc ("0"), - chain_next ("(union lang_tree_node *)GENERIC_NEXT (&%h.generic)"))) + chain_next ("(union lang_tree_node *)GENERIC_NEXT (&%h.t)")))

{
  union tree_node GTY((tag ("0"))) t;


-- Andrew



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