Changeset 107b01a for tests


Ignore:
Timestamp:
Dec 19, 2018, 1:47:03 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
84b4d607
Parents:
a2dbcff1
Message:

Several changes to the makefiles

  • change .c tests to .cfa
  • add require for libtool in configure
  • libtoolize to fix some warnings
Location:
tests
Files:
9 edited
50 moved

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    ra2dbcff1 r107b01a  
    1616
    1717AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
     18ACLOCAL_AMFLAGS  = -I automake
    1819
    1920include $(top_srcdir)/src/cfa.make
     
    4445.PHONY: list .validate
    4546.INTERMEDIATE: .validate .validate.cfa
    46 EXTRA_PROGRAMS = avl_test # build but do not install
     47EXTRA_PROGRAMS = avl_test .dummy_hack # build but do not install
    4748
    48 avl_test_SOURCES = avltree/avl_test.c avltree/avl0.c avltree/avl1.c avltree/avl2.c avltree/avl3.c avltree/avl4.c avltree/avl-private.c
     49avl_test_SOURCES = avltree/avl_test.cfa avltree/avl0.cfa avltree/avl1.cfa avltree/avl2.cfa avltree/avl3.cfa avltree/avl4.cfa avltree/avl-private.cfa
     50# automake doesn't know we still need C rules so pretend like we have a C program
     51_dummy_hack_SOURCES = .dummy_hack.c
    4952
    5053#----------------------------------------------------------------------------------------------------------------
     
    6770        @echo "int main() { return 0; }" > ${@}
    6871
    69 dummy_hack.c:
     72# automake doesn't know we still need C rules so pretend like we have a C program
     73.dummy_hack.c:
    7074        @echo "int main() { return 0; }" > ${@}
    7175
     
    7680
    7781# implicit rule so not all test require a rule
    78 % : %.c $(CFACC)
    79         $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
    80 
    8182% : %.cfa $(CFACC)
    8283        $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
     
    107108
    108109#builtins
    109 builtins/sync: builtins/sync.c $(CFACC)
     110builtins/sync: builtins/sync.cfa $(CFACC)
    110111        $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) 2> $(abspath ${@}) -fsyntax-only
    111112
     
    132133
    133134# Constructor/destructor tests
    134 raii/dtor-early-exit-ERR1: raii/dtor-early-exit.c $(CFACC)
     135raii/dtor-early-exit-ERR1: raii/dtor-early-exit.cfa $(CFACC)
    135136        $(PRETTY_PATH) $(CFACOMPILE) -DERR1 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
    136137
    137 raii/dtor-early-exit-ERR2: raii/dtor-early-exit.c $(CFACC)
     138raii/dtor-early-exit-ERR2: raii/dtor-early-exit.cfa $(CFACC)
    138139        $(PRETTY_PATH) $(CFACOMPILE) -DERR2 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
    139140
    140 raii/memberCtors-ERR1: raii/memberCtors.c $(CFACC)
     141raii/memberCtors-ERR1: raii/memberCtors.cfa $(CFACC)
    141142        $(PRETTY_PATH) $(CFACOMPILE) -DERR1 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
    142143
    143 raii/ctor-autogen-ERR1: raii/ctor-autogen.c $(CFACC)
     144raii/ctor-autogen-ERR1: raii/ctor-autogen.cfa $(CFACC)
    144145        $(PRETTY_PATH) $(CFACOMPILE) -DERR1 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
    145146
    146147# Warnings
    147 warnings/self-assignment: warnings/self-assignment.c $(CFACC)
     148warnings/self-assignment: warnings/self-assignment.cfa $(CFACC)
    148149        $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) 2> $(abspath ${@}) -fsyntax-only
  • tests/Makefile.in

    ra2dbcff1 r107b01a  
    9191build_triplet = @build@
    9292host_triplet = @host@
    93 EXTRA_PROGRAMS = avl_test$(EXEEXT)
     93EXTRA_PROGRAMS = avl_test$(EXEEXT) .dummy_hack$(EXEEXT)
    9494subdir = tests
    9595ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    96 am__aclocal_m4_deps = $(top_srcdir)/automake/cfa.m4 \
    97         $(top_srcdir)/configure.ac
     96am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \
     97        $(top_srcdir)/automake/ltoptions.m4 \
     98        $(top_srcdir)/automake/ltsugar.m4 \
     99        $(top_srcdir)/automake/ltversion.m4 \
     100        $(top_srcdir)/automake/lt~obsolete.m4 \
     101        $(top_srcdir)/automake/cfa.m4 $(top_srcdir)/configure.ac
    98102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    99103        $(ACLOCAL_M4)
     
    103107CONFIG_CLEAN_FILES = config.py
    104108CONFIG_CLEAN_VPATH_FILES = test.py
     109am__dummy_hack_OBJECTS = .dummy_hack.$(OBJEXT)
     110_dummy_hack_OBJECTS = $(am__dummy_hack_OBJECTS)
     111_dummy_hack_LDADD = $(LDADD)
     112AM_V_lt = $(am__v_lt_@AM_V@)
     113am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
     114am__v_lt_0 = --silent
     115am__v_lt_1 =
    105116am__dirstamp = $(am__leading_dot)dirstamp
    106117am_avl_test_OBJECTS = avltree/avl_test.$(OBJEXT) \
     
    128139COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    129140        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     141LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
     142        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
     143        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
     144        $(AM_CFLAGS) $(CFLAGS)
    130145AM_V_CC = $(am__v_CC_@AM_V@)
    131146am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
     
    133148am__v_CC_1 =
    134149CCLD = $(CC)
    135 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
     150LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
     151        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
     152        $(AM_LDFLAGS) $(LDFLAGS) -o $@
    136153AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    137154am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    138155am__v_CCLD_0 = @echo "  CCLD    " $@;
    139156am__v_CCLD_1 =
    140 SOURCES = $(avl_test_SOURCES)
    141 DIST_SOURCES = $(avl_test_SOURCES)
     157SOURCES = $(_dummy_hack_SOURCES) $(avl_test_SOURCES)
     158DIST_SOURCES = $(_dummy_hack_SOURCES) $(avl_test_SOURCES)
    142159am__can_run_installinfo = \
    143160  case $$AM_UPDATE_INFO_DIR in \
     
    172189AMTAR = @AMTAR@
    173190AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
     191AR = @AR@
    174192AUTOCONF = @AUTOCONF@
    175193AUTOHEADER = @AUTOHEADER@
     
    195213CPPFLAGS = @CPPFLAGS@
    196214CXX = @CXX@
     215CXXCPP = @CXXCPP@
    197216CXXDEPMODE = @CXXDEPMODE@
    198217CXXFLAGS = @CXXFLAGS@
     
    200219DEFS = @DEFS@
    201220DEPDIR = @DEPDIR@
     221DLLTOOL = @DLLTOOL@
    202222DRIVER_DIR = @DRIVER_DIR@
     223DSYMUTIL = @DSYMUTIL@
     224DUMPBIN = @DUMPBIN@
    203225ECHO_C = @ECHO_C@
    204226ECHO_N = @ECHO_N@
     
    206228EGREP = @EGREP@
    207229EXEEXT = @EXEEXT@
     230FGREP = @FGREP@
    208231GREP = @GREP@
    209232HOST_FLAGS = @HOST_FLAGS@
     
    213236INSTALL_SCRIPT = @INSTALL_SCRIPT@
    214237INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
     238LD = @LD@
    215239LDFLAGS = @LDFLAGS@
    216240LEX = @LEX@
     
    221245LIBOBJS = @LIBOBJS@
    222246LIBS = @LIBS@
     247LIBTOOL = @LIBTOOL@
     248LIPO = @LIPO@
     249LN_S = @LN_S@
    223250LTLIBOBJS = @LTLIBOBJS@
     251LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    224252MAKEINFO = @MAKEINFO@
     253MANIFEST_TOOL = @MANIFEST_TOOL@
    225254MKDIR_P = @MKDIR_P@
     255NM = @NM@
     256NMEDIT = @NMEDIT@
     257OBJDUMP = @OBJDUMP@
    226258OBJEXT = @OBJEXT@
     259OTOOL = @OTOOL@
     260OTOOL64 = @OTOOL64@
    227261PACKAGE = @PACKAGE@
    228262PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
     
    234268PATH_SEPARATOR = @PATH_SEPARATOR@
    235269RANLIB = @RANLIB@
     270SED = @SED@
    236271SET_MAKE = @SET_MAKE@
    237272SHELL = @SHELL@
     
    245280abs_top_builddir = @abs_top_builddir@
    246281abs_top_srcdir = @abs_top_srcdir@
     282ac_ct_AR = @ac_ct_AR@
    247283ac_ct_CC = @ac_ct_CC@
    248284ac_ct_CXX = @ac_ct_CXX@
     285ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    249286am__include = @am__include@
    250287am__leading_dot = @am__leading_dot@
     
    294331top_srcdir = @top_srcdir@
    295332AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
     333ACLOCAL_AMFLAGS = -I automake
    296334CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS)
    297335LTCFACOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
     
    329367        ${INSTALL_FLAGS} ${ARCH_FLAGS}
    330368PRETTY_PATH = cd ${srcdir} &&
    331 avl_test_SOURCES = avltree/avl_test.c avltree/avl0.c avltree/avl1.c avltree/avl2.c avltree/avl3.c avltree/avl4.c avltree/avl-private.c
     369avl_test_SOURCES = avltree/avl_test.cfa avltree/avl0.cfa avltree/avl1.cfa avltree/avl2.cfa avltree/avl3.cfa avltree/avl4.cfa avltree/avl-private.cfa
     370# automake doesn't know we still need C rules so pretend like we have a C program
     371_dummy_hack_SOURCES = .dummy_hack.c
    332372all: all-am
    333373
    334374.SUFFIXES:
    335 .SUFFIXES: .c .cfa .lo .o .obj .validate
     375.SUFFIXES: .c .cfa .dummy_hack .lo .o .obj .validate
    336376$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/src/cfa.make $(am__configure_deps)
    337377        @for dep in $?; do \
     
    366406config.py: $(top_builddir)/config.status $(srcdir)/config.py.in
    367407        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
     408
     409.dummy_hack$(EXEEXT): $(_dummy_hack_OBJECTS) $(_dummy_hack_DEPENDENCIES) $(EXTRA__dummy_hack_DEPENDENCIES)
     410        @rm -f .dummy_hack$(EXEEXT)
     411        $(AM_V_CCLD)$(LINK) $(_dummy_hack_OBJECTS) $(_dummy_hack_LDADD) $(LIBS)
    368412avltree/$(am__dirstamp):
    369413        @$(MKDIR_P) avltree
     
    398442        -rm -f *.tab.c
    399443
    400 @AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl-private.Po@am__quote@
    401 @AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl0.Po@am__quote@
    402 @AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl1.Po@am__quote@
    403 @AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl2.Po@am__quote@
    404 @AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl3.Po@am__quote@
    405 @AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl4.Po@am__quote@
    406 @AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl_test.Po@am__quote@
     444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/.dummy_hack.Po@am__quote@
    407445
    408446.c.o:
     
    421459@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    422460@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
     461
     462.c.lo:
     463@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
     464@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
     465@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
     466@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
     467@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     468@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
     469
     470mostlyclean-libtool:
     471        -rm -f *.lo
     472
     473clean-libtool:
     474        -rm -rf .libs _libs
    423475
    424476ID: $(am__tagged_files)
     
    542594clean: clean-am
    543595
    544 clean-am: clean-generic clean-local mostlyclean-am
     596clean-am: clean-generic clean-libtool clean-local mostlyclean-am
    545597
    546598distclean: distclean-am
    547         -rm -rf avltree/$(DEPDIR)
     599        -rm -rf ./$(DEPDIR)
    548600        -rm -f Makefile
    549601distclean-am: clean-am distclean-compile distclean-generic \
     
    591643
    592644maintainer-clean: maintainer-clean-am
    593         -rm -rf avltree/$(DEPDIR)
     645        -rm -rf ./$(DEPDIR)
    594646        -rm -f Makefile
    595647maintainer-clean-am: distclean-am maintainer-clean-generic
     
    597649mostlyclean: mostlyclean-am
    598650
    599 mostlyclean-am: mostlyclean-compile mostlyclean-generic
     651mostlyclean-am: mostlyclean-compile mostlyclean-generic \
     652        mostlyclean-libtool
    600653
    601654pdf: pdf-am
     
    612665
    613666.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
    614         clean-generic clean-local cscopelist-am ctags ctags-am \
    615         distclean distclean-compile distclean-generic distclean-tags \
    616         distdir dvi dvi-am html html-am info info-am install \
    617         install-am install-data install-data-am install-dvi \
    618         install-dvi-am install-exec install-exec-am install-html \
    619         install-html-am install-info install-info-am install-man \
    620         install-pdf install-pdf-am install-ps install-ps-am \
    621         install-strip installcheck installcheck-am installdirs \
    622         maintainer-clean maintainer-clean-generic mostlyclean \
    623         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
     667        clean-generic clean-libtool clean-local cscopelist-am ctags \
     668        ctags-am distclean distclean-compile distclean-generic \
     669        distclean-libtool distclean-tags distdir dvi dvi-am html \
     670        html-am info info-am install install-am install-data \
     671        install-data-am install-dvi install-dvi-am install-exec \
     672        install-exec-am install-html install-html-am install-info \
     673        install-info-am install-man install-pdf install-pdf-am \
     674        install-ps install-ps-am install-strip installcheck \
     675        installcheck-am installdirs maintainer-clean \
     676        maintainer-clean-generic mostlyclean mostlyclean-compile \
     677        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    624678        tags tags-am uninstall uninstall-am
    625679
     
    659713        @echo "int main() { return 0; }" > ${@}
    660714
    661 dummy_hack.c:
     715# automake doesn't know we still need C rules so pretend like we have a C program
     716.dummy_hack.c:
    662717        @echo "int main() { return 0; }" > ${@}
    663718
     
    668723
    669724# implicit rule so not all test require a rule
    670 % : %.c $(CFACC)
    671         $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
    672 
    673725% : %.cfa $(CFACC)
    674726        $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
     
    699751
    700752#builtins
    701 builtins/sync: builtins/sync.c $(CFACC)
     753builtins/sync: builtins/sync.cfa $(CFACC)
    702754        $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) 2> $(abspath ${@}) -fsyntax-only
    703755
     
    724776
    725777# Constructor/destructor tests
    726 raii/dtor-early-exit-ERR1: raii/dtor-early-exit.c $(CFACC)
     778raii/dtor-early-exit-ERR1: raii/dtor-early-exit.cfa $(CFACC)
    727779        $(PRETTY_PATH) $(CFACOMPILE) -DERR1 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
    728780
    729 raii/dtor-early-exit-ERR2: raii/dtor-early-exit.c $(CFACC)
     781raii/dtor-early-exit-ERR2: raii/dtor-early-exit.cfa $(CFACC)
    730782        $(PRETTY_PATH) $(CFACOMPILE) -DERR2 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
    731783
    732 raii/memberCtors-ERR1: raii/memberCtors.c $(CFACC)
     784raii/memberCtors-ERR1: raii/memberCtors.cfa $(CFACC)
    733785        $(PRETTY_PATH) $(CFACOMPILE) -DERR1 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
    734786
    735 raii/ctor-autogen-ERR1: raii/ctor-autogen.c $(CFACC)
     787raii/ctor-autogen-ERR1: raii/ctor-autogen.cfa $(CFACC)
    736788        $(PRETTY_PATH) $(CFACOMPILE) -DERR1 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
    737789
    738790# Warnings
    739 warnings/self-assignment: warnings/self-assignment.c $(CFACC)
     791warnings/self-assignment: warnings/self-assignment.cfa $(CFACC)
    740792        $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) 2> $(abspath ${@}) -fsyntax-only
    741793
  • tests/preempt_longrun/Makefile.am

    ra2dbcff1 r107b01a  
    1616
    1717AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
     18ACLOCAL_AMFLAGS  = -I automake
    1819
    1920repeats=10
  • tests/preempt_longrun/Makefile.in

    ra2dbcff1 r107b01a  
    9393subdir = tests/preempt_longrun
    9494ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    95 am__aclocal_m4_deps = $(top_srcdir)/automake/cfa.m4 \
    96         $(top_srcdir)/configure.ac
     95am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \
     96        $(top_srcdir)/automake/ltoptions.m4 \
     97        $(top_srcdir)/automake/ltsugar.m4 \
     98        $(top_srcdir)/automake/ltversion.m4 \
     99        $(top_srcdir)/automake/lt~obsolete.m4 \
     100        $(top_srcdir)/automake/cfa.m4 $(top_srcdir)/configure.ac
    97101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    98102        $(ACLOCAL_M4)
     
    333337AMTAR = @AMTAR@
    334338AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
     339AR = @AR@
    335340AUTOCONF = @AUTOCONF@
    336341AUTOHEADER = @AUTOHEADER@
     
    356361CPPFLAGS = @CPPFLAGS@
    357362CXX = @CXX@
     363CXXCPP = @CXXCPP@
    358364CXXDEPMODE = @CXXDEPMODE@
    359365CXXFLAGS = @CXXFLAGS@
     
    361367DEFS = @DEFS@
    362368DEPDIR = @DEPDIR@
     369DLLTOOL = @DLLTOOL@
    363370DRIVER_DIR = @DRIVER_DIR@
     371DSYMUTIL = @DSYMUTIL@
     372DUMPBIN = @DUMPBIN@
    364373ECHO_C = @ECHO_C@
    365374ECHO_N = @ECHO_N@
     
    367376EGREP = @EGREP@
    368377EXEEXT = @EXEEXT@
     378FGREP = @FGREP@
    369379GREP = @GREP@
    370380HOST_FLAGS = @HOST_FLAGS@
     
    374384INSTALL_SCRIPT = @INSTALL_SCRIPT@
    375385INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
     386LD = @LD@
    376387LDFLAGS = @LDFLAGS@
    377388LEX = @LEX@
     
    382393LIBOBJS = @LIBOBJS@
    383394LIBS = @LIBS@
     395LIBTOOL = @LIBTOOL@
     396LIPO = @LIPO@
     397LN_S = @LN_S@
    384398LTLIBOBJS = @LTLIBOBJS@
     399LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    385400MAKEINFO = @MAKEINFO@
     401MANIFEST_TOOL = @MANIFEST_TOOL@
    386402MKDIR_P = @MKDIR_P@
     403NM = @NM@
     404NMEDIT = @NMEDIT@
     405OBJDUMP = @OBJDUMP@
    387406OBJEXT = @OBJEXT@
     407OTOOL = @OTOOL@
     408OTOOL64 = @OTOOL64@
    388409PACKAGE = @PACKAGE@
    389410PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
     
    395416PATH_SEPARATOR = @PATH_SEPARATOR@
    396417RANLIB = @RANLIB@
     418SED = @SED@
    397419SET_MAKE = @SET_MAKE@
    398420SHELL = @SHELL@
     
    406428abs_top_builddir = @abs_top_builddir@
    407429abs_top_srcdir = @abs_top_srcdir@
     430ac_ct_AR = @ac_ct_AR@
    408431ac_ct_CC = @ac_ct_CC@
    409432ac_ct_CXX = @ac_ct_CXX@
     433ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    410434am__include = @am__include@
    411435am__leading_dot = @am__leading_dot@
     
    455479top_srcdir = @top_srcdir@
    456480AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
     481ACLOCAL_AMFLAGS = -I automake
    457482repeats = 10
    458483max_time = 600
     
    502527        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    503528$(am__aclocal_m4_deps):
     529
     530mostlyclean-libtool:
     531        -rm -f *.lo
     532
     533clean-libtool:
     534        -rm -rf .libs _libs
    504535tags TAGS:
    505536
     
    805836clean: clean-am
    806837
    807 clean-am: clean-generic clean-local mostlyclean-am
     838clean-am: clean-generic clean-libtool clean-local mostlyclean-am
    808839
    809840distclean: distclean-am
     
    857888mostlyclean: mostlyclean-am
    858889
    859 mostlyclean-am: mostlyclean-generic
     890mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    860891
    861892pdf: pdf-am
     
    872903
    873904.PHONY: all all-am all-local check check-TESTS check-am clean \
    874         clean-generic clean-local cscopelist-am ctags-am distclean \
    875         distclean-generic distdir dvi dvi-am html html-am info info-am \
    876         install install-am install-data install-data-am install-dvi \
    877         install-dvi-am install-exec install-exec-am install-html \
    878         install-html-am install-info install-info-am install-man \
    879         install-pdf install-pdf-am install-ps install-ps-am \
    880         install-strip installcheck installcheck-am installdirs \
    881         maintainer-clean maintainer-clean-generic mostlyclean \
    882         mostlyclean-generic pdf pdf-am ps ps-am recheck tags-am \
     905        clean-generic clean-libtool clean-local cscopelist-am ctags-am \
     906        distclean distclean-generic distclean-libtool distdir dvi \
     907        dvi-am html html-am info info-am install install-am \
     908        install-data install-data-am install-dvi install-dvi-am \
     909        install-exec install-exec-am install-html install-html-am \
     910        install-info install-info-am install-man install-pdf \
     911        install-pdf-am install-ps install-ps-am install-strip \
     912        installcheck installcheck-am installdirs maintainer-clean \
     913        maintainer-clean-generic mostlyclean mostlyclean-generic \
     914        mostlyclean-libtool pdf pdf-am ps ps-am recheck tags-am \
    883915        uninstall uninstall-am
    884916
  • tests/raii/.expect/ctor-autogen-ERR1.txt

    ra2dbcff1 r107b01a  
    1 raii/ctor-autogen.c:102:1 error: Unique best alternative includes deleted identifier in Cast of:
     1raii/ctor-autogen.cfa:102:1 error: Unique best alternative includes deleted identifier in Cast of:
    22  Application of
    33    Deleted Expression
    44      Variable Expression: ?{}: static inline function
    55      ... with parameters
    6         _dst: reference to instance of struct Managed with body 1 
     6        _dst: reference to instance of struct Managed with body 1
    77        x: signed int
    8       ... returning nothing 
     8      ... returning nothing
    99
    1010      ... deleted by: ?{}: function
    1111      ... with parameters
    12         m: reference to instance of struct Managed with body 1 
    13       ... returning nothing 
    14       ... with body 
     12        m: reference to instance of struct Managed with body 1
     13      ... returning nothing
     14      ... with body
    1515        CompoundStmt
    1616          Expression Statement:
     
    2020                intrinsic reference to signed int
    2121                intrinsic signed int
    22               ... returning 
     22              ... returning
    2323                _retval__operator_assign: signed int
    24                 ... with attributes: 
     24                ... with attributes:
    2525                  Attribute with name: unused
    2626
     
    2828            ... to arguments
    2929              Cast of:
    30                 Member Expression, with field: 
     30                Member Expression, with field:
    3131                  x: signed int
    32                 ... from aggregate: 
     32                ... from aggregate:
    3333                  Cast of:
    34                     Variable Expression: m: reference to instance of struct Managed with body 1 
     34                    Variable Expression: m: reference to instance of struct Managed with body 1
    3535                  ... to:
    36                     instance of struct Managed with body 1 
     36                    instance of struct Managed with body 1
    3737              ... to:
    3838                reference to signed int
     
    4949  ... to arguments
    5050    Cast of:
    51       Variable Expression: x: instance of struct Managed with body 1 
     51      Variable Expression: x: instance of struct Managed with body 1
    5252    ... to:
    53       reference to instance of struct Managed with body 1 
     53      reference to instance of struct Managed with body 1
    5454    constant expression (123 123: signed int)
    5555
  • tests/raii/.expect/dtor-early-exit-ERR1.txt

    ra2dbcff1 r107b01a  
    1 raii/dtor-early-exit.c:150:1 error: jump to label 'L1' crosses initialization of y Branch (Goto)
     1raii/dtor-early-exit.cfa:150:1 error: jump to label 'L1' crosses initialization of y Branch (Goto)
    22  with target: L1
    33  with original target: L1
  • tests/raii/.expect/dtor-early-exit-ERR2.txt

    ra2dbcff1 r107b01a  
    1 raii/dtor-early-exit.c:214:1 error: jump to label 'L2' crosses initialization of y Branch (Goto)
     1raii/dtor-early-exit.cfa:214:1 error: jump to label 'L2' crosses initialization of y Branch (Goto)
    22  with target: L2
    33  with original target: L2
  • tests/raii/.expect/memberCtors-ERR1.txt

    ra2dbcff1 r107b01a  
    1 raii/memberCtors.c:71:1 error: in void ?{}(B &b), field a2 used before being constructed
     1raii/memberCtors.cfa:71:1 error: in void ?{}(B &b), field a2 used before being constructed
  • tests/warnings/.expect/self-assignment.txt

    ra2dbcff1 r107b01a  
    1 warnings/self-assignment.c:29:1 warning: self assignment of expression: Cast of:
     1warnings/self-assignment.cfa:29:1 warning: self assignment of expression: Cast of:
    22  Variable Expression: j: signed int
    33... to:
    44  reference to signed int
    5 warnings/self-assignment.c:30:1 warning: self assignment of expression: Cast of:
    6   Variable Expression: s: instance of struct S with body 1 
     5warnings/self-assignment.cfa:30:1 warning: self assignment of expression: Cast of:
     6  Variable Expression: s: instance of struct S with body 1
    77... to:
    8   reference to instance of struct S with body 1 
    9 warnings/self-assignment.c:31:1 warning: self assignment of expression: Cast of:
    10   Member Expression, with field: 
     8  reference to instance of struct S with body 1
     9warnings/self-assignment.cfa:31:1 warning: self assignment of expression: Cast of:
     10  Member Expression, with field:
    1111    i: signed int
    12   ... from aggregate: 
    13     Variable Expression: s: instance of struct S with body 1 
     12  ... from aggregate:
     13    Variable Expression: s: instance of struct S with body 1
    1414... to:
    1515  reference to signed int
    16 warnings/self-assignment.c:32:1 warning: self assignment of expression: Cast of:
    17   Member Expression, with field: 
     16warnings/self-assignment.cfa:32:1 warning: self assignment of expression: Cast of:
     17  Member Expression, with field:
    1818    i: signed int
    19   ... from aggregate: 
    20     Member Expression, with field: 
    21       s: instance of struct S with body 1 
    22     ... from aggregate: 
    23       Variable Expression: t: instance of struct T with body 1 
     19  ... from aggregate:
     20    Member Expression, with field:
     21      s: instance of struct S with body 1
     22    ... from aggregate:
     23      Variable Expression: t: instance of struct T with body 1
    2424... to:
    2525  reference to signed int
Note: See TracChangeset for help on using the changeset viewer.