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: More DOM memory reductions


Jeffrey A Law <law@redhat.com> writes:
> + #define SSA_NAME_EQUIV(NAME) __extension__ \
> +   ({  tree equiv = SSA_NAME_CHECK (NAME)->ssa_name.equiv; \
> +       if (equiv && TREE_CODE (equiv) == SSA_NAME) \
> + 	equiv = ssa_name (SSA_NAME_VERSION (equiv)); \
> +       equiv; \
> +    })

This breaks bootstrap with non-gcc compilers.

Richard


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