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: [buildrobot] [PATCH] r202527: ssa / ssanames restructure broke alpha-linux


On 09/16/2013 05:05 AM, Richard Biener wrote:
On Sat, Sep 14, 2013 at 12:41 PM, Jan-Benedict Glaw <jbglaw@lug-owl.de> wrote:
Hi!

My Build Robot[1] found this recent commit to break Alpha:

         * tree-flow.h (FREE_SSANAMES): Move to tree-ssanames.c
         (SSANAMES, MODIFIED_NORETURN_CALLS, DEFAULT_DEFS, ptr_info_def,
         num_ssa_names, ssa_name): Move to tree-ssanames.h + prototypes.
         * tree-flow-inline.h (make_ssa_name, copy_ssa_name, duplicate_ssa_name,
         make_temp_ssa_name): move to tree-ssanames.h
         * tree-ssa-alias.h: Move prototype.
         * tree-ssa.h: Include tree-ssanames.h.
         * tree-ssanames.c (FREE_SSANAMES): Move to here.
         * tree-ssanames.h: New.  Move items from tree-flow*.h
         * Makefile.in (tree-ssanames.h): Add to tree-ssanames.o and GTFILES.

See for example this build log:
http://toolchain.lug-owl.de/buildbot/showlog.php?id=11663&mode=view

I suggest this patch, which fixes an alpha-linux build for me:
I think you can remove the tree-flow.h include and you need to update the
dependencies in gcc/Makefile.in.

Richard.

of course... :-P

I see rs6000.c and i386.c both use tree-flow.h as well. I will have to see what they are actually pulling in from that file so I don't break those eventually too.

Andrew

Andrew


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