From: Jakub Jelinek Date: Tue, 5 Mar 2013 09:46:34 +0000 (+0100) Subject: Makefile.in (dg_target_exps): Add aarch64.exp, epiphany.exp and tic6x.exp. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db4138e3e20a776377b904b4ca1eae0c0186dbd6;p=gcc.git Makefile.in (dg_target_exps): Add aarch64.exp, epiphany.exp and tic6x.exp. * Makefile.in (dg_target_exps): Add aarch64.exp, epiphany.exp and tic6x.exp. (check_gcc_parallelize): Run guality.exp as a separate job from vect.exp with unsorted.exp and $(dg_target_exps) separately from struct-layout-1.exp with stackalign.exp. From-SVN: r196457 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e55cebe7b3b..8d359778e6a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2013-03-05 Jakub Jelinek + * Makefile.in (dg_target_exps): Add aarch64.exp, epiphany.exp and + tic6x.exp. + (check_gcc_parallelize): Run guality.exp as a separate job from + vect.exp with unsorted.exp and $(dg_target_exps) separately from + struct-layout-1.exp with stackalign.exp. + * alias.c (init_alias_analysis): Clear reg_known_equiv_p bitmap. PR middle-end/56461 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 0cdfa51e73e..6d9ca1b47e4 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -494,10 +494,11 @@ xm_include_list=@xm_include_list@ xm_defines=@xm_defines@ lang_checks= lang_checks_parallelized= -dg_target_exps:=alpha.exp,arm.exp,avr.exp,bfin.exp,cris.exp,frv.exp -dg_target_exps:=$(dg_target_exps),i386.exp,ia64.exp,m68k.exp,microblaze.exp -dg_target_exps:=$(dg_target_exps),mips.exp,powerpc.exp,rx.exp,s390.exp,sh.exp -dg_target_exps:=$(dg_target_exps),sparc.exp,spu.exp,xstormy16.exp +dg_target_exps:=aarch64.exp,alpha.exp,arm.exp,avr.exp,bfin.exp,cris.exp +dg_target_exps:=$(dg_target_exps),epiphany.exp,frv.exp,i386.exp,ia64.exp +dg_target_exps:=$(dg_target_exps),m68k.exp,microblaze.exp,mips.exp,powerpc.exp +dg_target_exps:=$(dg_target_exps),rx.exp,s390.exp,sh.exp,sparc.exp,spu.exp +dg_target_exps:=$(dg_target_exps),tic6x.exp,xstormy16.exp # This lists a couple of test files that take most time during check-gcc. # When doing parallelized check-gcc, these can run in parallel with the # remaining tests. Each word in this variable stands for work for one @@ -517,8 +518,10 @@ check_gcc_parallelize=execute.exp=execute/2* \ compile.exp=compile/\[9pP\]*,builtins.exp \ compile.exp=compile/\[013-8a-oq-zA-OQ-Z\]* \ dg-torture.exp,ieee.exp \ - vect.exp,guality.exp,unsorted.exp \ - struct-layout-1.exp,stackalign.exp,$(dg_target_exps) + vect.exp,unsorted.exp \ + guality.exp \ + struct-layout-1.exp,stackalign.exp \ + $(dg_target_exps) lang_opt_files=@lang_opt_files@ $(srcdir)/c-family/c.opt $(srcdir)/common.opt lang_specs_files=@lang_specs_files@ lang_tree_files=@lang_tree_files@