******************************************************************************** conan install re2c/2.2@#d3847b1af642161f40d21629594cf883 --build=re2c -pr /Users/jenkins/w/prod-v1/bsr/63076/fbfed/profile_osx_130_libcpp_apple-clang_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True -c tools.apple:sdk_path=/Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/profiles/default) Found apple-clang 13.0 apple-clang>=13, using the major as version Default settings os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=13 compiler.libcxx=libc++ build_type=Release *** You can change them in /Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=13.0 os=Macos [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True tools.apple:sdk_path=/Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk re2c/2.2: Forced build from source Installing package: re2c/2.2 Requirements re2c/2.2 from local cache - Cache Packages re2c/2.2:801752c0480319b8e090188c566245a78e9abcf4 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK re2c/2.2: Configuring sources in /Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/source/src re2c/2.2: [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK re2c/2.2: Copying sources to build folder re2c/2.2: Building your package in /Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/build/801752c0480319b8e090188c566245a78e9abcf4 re2c/2.2: Generator txt created conanbuildinfo.txt re2c/2.2: Calling generate() re2c/2.2: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK re2c/2.2: Calling build() re2c/2.2: apply_conandata_patches(): No patches defined in conandata re2c/2.2: Calling: > "/Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/build/801752c0480319b8e090188c566245a78e9abcf4/src/configure" '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--disable-benchmarks' ----Running------ > . "/Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/build/801752c0480319b8e090188c566245a78e9abcf4/build-release/conan/conanbuild.sh" && "/Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/build/801752c0480319b8e090188c566245a78e9abcf4/src/configure" '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--disable-benchmarks' ----------------- checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for bison... /usr/bin/bison checking for python3... python3 checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking C++ compiler flag -std=c++98... yes checking C++ compiler flag -W... yes checking C++ compiler flag -Wall... yes checking C++ compiler flag -Wextra... yes checking C++ compiler flag -Weffc++... yes checking C++ compiler flag -pedantic... yes checking C++ compiler flag -Wformat=2... yes checking C++ compiler flag -Wredundant-decls... yes checking C++ compiler flag -Wsuggest-attribute=format... yes checking C++ compiler flag -Wconversion... yes checking C++ compiler flag -Wsign-conversion... yes checking C++ compiler flag -Werror=return-type... yes checking C++ compiler flag -O2... yes checking C++ compiler flag -Weverything... yes checking for stdint.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for io.h... no checking size of char... 1 checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of __int64... 0 checking size of void *... 8 checking size of 0l... 8 checking size of 0ll... 8 checking size of 0i8... 0 checking build system type... x86_64-apple-darwin21.6.0 checking host system type... x86_64-apple-darwin21.6.0 checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786432 checking how to convert x86_64-apple-darwin21.6.0 file names to x86_64-apple-darwin21.6.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin21.6.0 file names to toolchain format... func_convert_file_noop checking for /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin21.6.0 dyld checking how to hardcode library paths into programs... immediate checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin21.6.0 dyld checking how to hardcode library paths into programs... immediate checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating run_tests.py config.status: creating benchmarks/submatch_dfa_aot/run.py config.status: creating benchmarks/submatch_java/run.py config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ----Running------ > . "/Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/build/801752c0480319b8e090188c566245a78e9abcf4/build-release/conan/conanbuild.sh" && make V=1 -j4 ----------------- build-aux/install-sh -c -d src/msg build-aux/install-sh -c -d src/parse build-aux/install-sh -c -d src/parse build-aux/install-sh -c -d src/options cp ./bootstrap/src/msg/help.cc src/msg/help.cc cp ./bootstrap/src/options/parse_opts.* src/options cp ./bootstrap/src/parse/lex_conf.* src/parse if test /usr/bin/bison = "no"; \ then \ cp ./bootstrap/src/parse/parser.* src/parse; \ else \ /usr/bin/bison --output=src/parse/parser.cc --defines=src/parse/parser.h src/parse/parser.ypp && \ if test -x ./re2c; then \ cp src/parse/parser.cc src/parse/parser.h ./bootstrap/src/parse; \ fi; \ fi echo "Reconfigure with --enable-lexers to regenerate src/options/parse_opts.cc" echo "Reconfigure with --enable-lexers to regenerate src/parse/lex_conf.cc" Reconfigure with --enable-lexers to regenerate src/options/parse_opts.cc Reconfigure with --enable-lexers to regenerate src/parse/lex_conf.cc build-aux/install-sh -c -d src/parse cp ./bootstrap/src/parse/lex.* src/parse echo "Reconfigure with --enable-lexers to regenerate src/parse/lex.cc" Reconfigure with --enable-lexers to regenerate src/parse/lex.cc /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/usr/bin/make all-recursive Making all in . depbase=`echo src/compile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/compile.o -MD -MP -MF $depbase.Tpo -c -o src/compile.o src/compile.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/msg/help.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/msg/help.o -MD -MP -MF $depbase.Tpo -c -o src/msg/help.o src/msg/help.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/parse/lex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/parse/lex.o -MD -MP -MF $depbase.Tpo -c -o src/parse/lex.o src/parse/lex.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/parse/parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/parse/parser.o -MD -MP -MF $depbase.Tpo -c -o src/parse/parser.o src/parse/parser.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/msg/ver_to_vernum.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/msg/ver_to_vernum.o -MD -MP -MF $depbase.Tpo -c -o src/msg/ver_to_vernum.o src/msg/ver_to_vernum.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/parse/lex_conf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/parse/lex_conf.o -MD -MP -MF $depbase.Tpo -c -o src/parse/lex_conf.o src/parse/lex_conf.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/options/parse_opts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/options/parse_opts.o -MD -MP -MF $depbase.Tpo -c -o src/options/parse_opts.o src/options/parse_opts.cc &&\ mv -f $depbase.Tpo $depbase.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/re2go-main.o -MD -MP -MF src/.deps/re2go-main.Tpo -c -o src/re2go-main.o `test -f 'src/main.cc' || echo './'`src/main.cc g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/codegen/re2go-code_goto.o -MD -MP -MF src/codegen/.deps/re2go-code_goto.Tpo -c -o src/codegen/re2go-code_goto.o `test -f 'src/codegen/code_goto.cc' || echo './'`src/codegen/code_goto.cc g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/codegen/re2go-combine.o -MD -MP -MF src/codegen/.deps/re2go-combine.Tpo -c -o src/codegen/re2go-combine.o `test -f 'src/codegen/combine.cc' || echo './'`src/codegen/combine.cc g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/codegen/re2go-gen_bitmaps.o -MD -MP -MF src/codegen/.deps/re2go-gen_bitmaps.Tpo -c -o src/codegen/re2go-gen_bitmaps.o `test -f 'src/codegen/gen_bitmaps.cc' || echo './'`src/codegen/gen_bitmaps.cc mv -f src/.deps/re2go-main.Tpo src/.deps/re2go-main.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/codegen/re2go-gen_delayed.o -MD -MP -MF src/codegen/.deps/re2go-gen_delayed.Tpo -c -o src/codegen/re2go-gen_delayed.o `test -f 'src/codegen/gen_delayed.cc' || echo './'`src/codegen/gen_delayed.cc mv -f src/codegen/.deps/re2go-combine.Tpo src/codegen/.deps/re2go-combine.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/codegen/re2go-gen_dfa.o -MD -MP -MF src/codegen/.deps/re2go-gen_dfa.Tpo -c -o src/codegen/re2go-gen_dfa.o `test -f 'src/codegen/gen_dfa.cc' || echo './'`src/codegen/gen_dfa.cc mv -f src/codegen/.deps/re2go-code_goto.Tpo src/codegen/.deps/re2go-code_goto.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/codegen/re2go-gen_goto.o -MD -MP -MF src/codegen/.deps/re2go-gen_goto.Tpo -c -o src/codegen/re2go-gen_goto.o `test -f 'src/codegen/gen_goto.cc' || echo './'`src/codegen/gen_goto.cc mv -f src/codegen/.deps/re2go-gen_bitmaps.Tpo src/codegen/.deps/re2go-gen_bitmaps.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/codegen/re2go-gen_program.o -MD -MP -MF src/codegen/.deps/re2go-gen_program.Tpo -c -o src/codegen/re2go-gen_program.o `test -f 'src/codegen/gen_program.cc' || echo './'`src/codegen/gen_program.cc mv -f src/codegen/.deps/re2go-gen_goto.Tpo src/codegen/.deps/re2go-gen_goto.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/codegen/re2go-gen_state.o -MD -MP -MF src/codegen/.deps/re2go-gen_state.Tpo -c -o src/codegen/re2go-gen_state.o `test -f 'src/codegen/gen_state.cc' || echo './'`src/codegen/gen_state.cc mv -f src/codegen/.deps/re2go-gen_dfa.Tpo src/codegen/.deps/re2go-gen_dfa.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/codegen/re2go-helpers.o -MD -MP -MF src/codegen/.deps/re2go-helpers.Tpo -c -o src/codegen/re2go-helpers.o `test -f 'src/codegen/helpers.cc' || echo './'`src/codegen/helpers.cc mv -f src/codegen/.deps/re2go-gen_delayed.Tpo src/codegen/.deps/re2go-gen_delayed.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/codegen/re2go-render.o -MD -MP -MF src/codegen/.deps/re2go-render.Tpo -c -o src/codegen/re2go-render.o `test -f 'src/codegen/render.cc' || echo './'`src/codegen/render.cc mv -f src/codegen/.deps/re2go-helpers.Tpo src/codegen/.deps/re2go-helpers.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/options/re2go-opt.o -MD -MP -MF src/options/.deps/re2go-opt.Tpo -c -o src/options/re2go-opt.o `test -f 'src/options/opt.cc' || echo './'`src/options/opt.cc mv -f src/codegen/.deps/re2go-gen_program.Tpo src/codegen/.deps/re2go-gen_program.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/options/re2go-symtab.o -MD -MP -MF src/options/.deps/re2go-symtab.Tpo -c -o src/options/re2go-symtab.o `test -f 'src/options/symtab.cc' || echo './'`src/options/symtab.cc mv -f src/options/.deps/re2go-symtab.Tpo src/options/.deps/re2go-symtab.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/nfa/re2go-estimate_size.o -MD -MP -MF src/nfa/.deps/re2go-estimate_size.Tpo -c -o src/nfa/re2go-estimate_size.o `test -f 'src/nfa/estimate_size.cc' || echo './'`src/nfa/estimate_size.cc mv -f src/codegen/.deps/re2go-render.Tpo src/codegen/.deps/re2go-render.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/nfa/re2go-re_to_nfa.o -MD -MP -MF src/nfa/.deps/re2go-re_to_nfa.Tpo -c -o src/nfa/re2go-re_to_nfa.o `test -f 'src/nfa/re_to_nfa.cc' || echo './'`src/nfa/re_to_nfa.cc mv -f src/codegen/.deps/re2go-gen_state.Tpo src/codegen/.deps/re2go-gen_state.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/adfa/re2go-adfa.o -MD -MP -MF src/adfa/.deps/re2go-adfa.Tpo -c -o src/adfa/re2go-adfa.o `test -f 'src/adfa/adfa.cc' || echo './'`src/adfa/adfa.cc mv -f src/options/.deps/re2go-opt.Tpo src/options/.deps/re2go-opt.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/debug/re2go-dump_adfa.o -MD -MP -MF src/debug/.deps/re2go-dump_adfa.Tpo -c -o src/debug/re2go-dump_adfa.o `test -f 'src/debug/dump_adfa.cc' || echo './'`src/debug/dump_adfa.cc mv -f src/debug/.deps/re2go-dump_adfa.Tpo src/debug/.deps/re2go-dump_adfa.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/debug/re2go-dump_cfg.o -MD -MP -MF src/debug/.deps/re2go-dump_cfg.Tpo -c -o src/debug/re2go-dump_cfg.o `test -f 'src/debug/dump_cfg.cc' || echo './'`src/debug/dump_cfg.cc mv -f src/debug/.deps/re2go-dump_cfg.Tpo src/debug/.deps/re2go-dump_cfg.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/debug/re2go-dump_dfa.o -MD -MP -MF src/debug/.deps/re2go-dump_dfa.Tpo -c -o src/debug/re2go-dump_dfa.o `test -f 'src/debug/dump_dfa.cc' || echo './'`src/debug/dump_dfa.cc mv -f src/debug/.deps/re2go-dump_dfa.Tpo src/debug/.deps/re2go-dump_dfa.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/debug/re2go-dump_dfa_tree.o -MD -MP -MF src/debug/.deps/re2go-dump_dfa_tree.Tpo -c -o src/debug/re2go-dump_dfa_tree.o `test -f 'src/debug/dump_dfa_tree.cc' || echo './'`src/debug/dump_dfa_tree.cc mv -f src/debug/.deps/re2go-dump_dfa_tree.Tpo src/debug/.deps/re2go-dump_dfa_tree.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/debug/re2go-dump_interf.o -MD -MP -MF src/debug/.deps/re2go-dump_interf.Tpo -c -o src/debug/re2go-dump_interf.o `test -f 'src/debug/dump_interf.cc' || echo './'`src/debug/dump_interf.cc mv -f src/debug/.deps/re2go-dump_interf.Tpo src/debug/.deps/re2go-dump_interf.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/debug/re2go-dump_nfa.o -MD -MP -MF src/debug/.deps/re2go-dump_nfa.Tpo -c -o src/debug/re2go-dump_nfa.o `test -f 'src/debug/dump_nfa.cc' || echo './'`src/debug/dump_nfa.cc mv -f src/debug/.deps/re2go-dump_nfa.Tpo src/debug/.deps/re2go-dump_nfa.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/cfg/re2go-cfg.o -MD -MP -MF src/cfg/.deps/re2go-cfg.Tpo -c -o src/cfg/re2go-cfg.o `test -f 'src/cfg/cfg.cc' || echo './'`src/cfg/cfg.cc mv -f src/nfa/.deps/re2go-estimate_size.Tpo src/nfa/.deps/re2go-estimate_size.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/cfg/re2go-compact.o -MD -MP -MF src/cfg/.deps/re2go-compact.Tpo -c -o src/cfg/re2go-compact.o `test -f 'src/cfg/compact.cc' || echo './'`src/cfg/compact.cc mv -f src/nfa/.deps/re2go-re_to_nfa.Tpo src/nfa/.deps/re2go-re_to_nfa.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/cfg/re2go-dce.o -MD -MP -MF src/cfg/.deps/re2go-dce.Tpo -c -o src/cfg/re2go-dce.o `test -f 'src/cfg/dce.cc' || echo './'`src/cfg/dce.cc mv -f src/cfg/.deps/re2go-compact.Tpo src/cfg/.deps/re2go-compact.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/cfg/re2go-freeze.o -MD -MP -MF src/cfg/.deps/re2go-freeze.Tpo -c -o src/cfg/re2go-freeze.o `test -f 'src/cfg/freeze.cc' || echo './'`src/cfg/freeze.cc mv -f src/cfg/.deps/re2go-dce.Tpo src/cfg/.deps/re2go-dce.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/cfg/re2go-interfere.o -MD -MP -MF src/cfg/.deps/re2go-interfere.Tpo -c -o src/cfg/re2go-interfere.o `test -f 'src/cfg/interfere.cc' || echo './'`src/cfg/interfere.cc mv -f src/cfg/.deps/re2go-cfg.Tpo src/cfg/.deps/re2go-cfg.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/cfg/re2go-liveanal.o -MD -MP -MF src/cfg/.deps/re2go-liveanal.Tpo -c -o src/cfg/re2go-liveanal.o `test -f 'src/cfg/liveanal.cc' || echo './'`src/cfg/liveanal.cc mv -f src/cfg/.deps/re2go-freeze.Tpo src/cfg/.deps/re2go-freeze.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/cfg/re2go-normalize.o -MD -MP -MF src/cfg/.deps/re2go-normalize.Tpo -c -o src/cfg/re2go-normalize.o `test -f 'src/cfg/normalize.cc' || echo './'`src/cfg/normalize.cc mv -f src/cfg/.deps/re2go-liveanal.Tpo src/cfg/.deps/re2go-liveanal.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/cfg/re2go-optimize.o -MD -MP -MF src/cfg/.deps/re2go-optimize.Tpo -c -o src/cfg/re2go-optimize.o `test -f 'src/cfg/optimize.cc' || echo './'`src/cfg/optimize.cc mv -f src/cfg/.deps/re2go-interfere.Tpo src/cfg/.deps/re2go-interfere.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/cfg/re2go-rename.o -MD -MP -MF src/cfg/.deps/re2go-rename.Tpo -c -o src/cfg/re2go-rename.o `test -f 'src/cfg/rename.cc' || echo './'`src/cfg/rename.cc mv -f src/adfa/.deps/re2go-adfa.Tpo src/adfa/.deps/re2go-adfa.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/cfg/re2go-varalloc.o -MD -MP -MF src/cfg/.deps/re2go-varalloc.Tpo -c -o src/cfg/re2go-varalloc.o `test -f 'src/cfg/varalloc.cc' || echo './'`src/cfg/varalloc.cc mv -f src/cfg/.deps/re2go-normalize.Tpo src/cfg/.deps/re2go-normalize.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/dfa/re2go-closure.o -MD -MP -MF src/dfa/.deps/re2go-closure.Tpo -c -o src/dfa/re2go-closure.o `test -f 'src/dfa/closure.cc' || echo './'`src/dfa/closure.cc mv -f src/cfg/.deps/re2go-optimize.Tpo src/cfg/.deps/re2go-optimize.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/dfa/re2go-dead_rules.o -MD -MP -MF src/dfa/.deps/re2go-dead_rules.Tpo -c -o src/dfa/re2go-dead_rules.o `test -f 'src/dfa/dead_rules.cc' || echo './'`src/dfa/dead_rules.cc mv -f src/cfg/.deps/re2go-rename.Tpo src/cfg/.deps/re2go-rename.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/dfa/re2go-determinization.o -MD -MP -MF src/dfa/.deps/re2go-determinization.Tpo -c -o src/dfa/re2go-determinization.o `test -f 'src/dfa/determinization.cc' || echo './'`src/dfa/determinization.cc mv -f src/cfg/.deps/re2go-varalloc.Tpo src/cfg/.deps/re2go-varalloc.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/dfa/re2go-fallback_tags.o -MD -MP -MF src/dfa/.deps/re2go-fallback_tags.Tpo -c -o src/dfa/re2go-fallback_tags.o `test -f 'src/dfa/fallback_tags.cc' || echo './'`src/dfa/fallback_tags.cc mv -f src/dfa/.deps/re2go-dead_rules.Tpo src/dfa/.deps/re2go-dead_rules.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/dfa/re2go-fillpoints.o -MD -MP -MF src/dfa/.deps/re2go-fillpoints.Tpo -c -o src/dfa/re2go-fillpoints.o `test -f 'src/dfa/fillpoints.cc' || echo './'`src/dfa/fillpoints.cc mv -f src/dfa/.deps/re2go-fallback_tags.Tpo src/dfa/.deps/re2go-fallback_tags.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/dfa/re2go-find_state.o -MD -MP -MF src/dfa/.deps/re2go-find_state.Tpo -c -o src/dfa/re2go-find_state.o `test -f 'src/dfa/find_state.cc' || echo './'`src/dfa/find_state.cc mv -f src/dfa/.deps/re2go-fillpoints.Tpo src/dfa/.deps/re2go-fillpoints.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/dfa/re2go-minimization.o -MD -MP -MF src/dfa/.deps/re2go-minimization.Tpo -c -o src/dfa/re2go-minimization.o `test -f 'src/dfa/minimization.cc' || echo './'`src/dfa/minimization.cc mv -f src/dfa/.deps/re2go-closure.Tpo src/dfa/.deps/re2go-closure.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/dfa/re2go-stacmd.o -MD -MP -MF src/dfa/.deps/re2go-stacmd.Tpo -c -o src/dfa/re2go-stacmd.o `test -f 'src/dfa/stacmd.cc' || echo './'`src/dfa/stacmd.cc mv -f src/dfa/.deps/re2go-determinization.Tpo src/dfa/.deps/re2go-determinization.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/dfa/re2go-tagver_table.o -MD -MP -MF src/dfa/.deps/re2go-tagver_table.Tpo -c -o src/dfa/re2go-tagver_table.o `test -f 'src/dfa/tagver_table.cc' || echo './'`src/dfa/tagver_table.cc mv -f src/dfa/.deps/re2go-stacmd.Tpo src/dfa/.deps/re2go-stacmd.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/dfa/re2go-tcmd.o -MD -MP -MF src/dfa/.deps/re2go-tcmd.Tpo -c -o src/dfa/re2go-tcmd.o `test -f 'src/dfa/tcmd.cc' || echo './'`src/dfa/tcmd.cc mv -f src/dfa/.deps/re2go-minimization.Tpo src/dfa/.deps/re2go-minimization.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/encoding/ebcdic/re2go-ebcdic_regexp.o -MD -MP -MF src/encoding/ebcdic/.deps/re2go-ebcdic_regexp.Tpo -c -o src/encoding/ebcdic/re2go-ebcdic_regexp.o `test -f 'src/encoding/ebcdic/ebcdic_regexp.cc' || echo './'`src/encoding/ebcdic/ebcdic_regexp.cc mv -f src/dfa/.deps/re2go-tagver_table.Tpo src/dfa/.deps/re2go-tagver_table.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/encoding/re2go-enc.o -MD -MP -MF src/encoding/.deps/re2go-enc.Tpo -c -o src/encoding/re2go-enc.o `test -f 'src/encoding/enc.cc' || echo './'`src/encoding/enc.cc mv -f src/dfa/.deps/re2go-find_state.Tpo src/dfa/.deps/re2go-find_state.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/encoding/re2go-range_suffix.o -MD -MP -MF src/encoding/.deps/re2go-range_suffix.Tpo -c -o src/encoding/re2go-range_suffix.o `test -f 'src/encoding/range_suffix.cc' || echo './'`src/encoding/range_suffix.cc mv -f src/encoding/.deps/re2go-enc.Tpo src/encoding/.deps/re2go-enc.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/encoding/utf8/re2go-utf8_regexp.o -MD -MP -MF src/encoding/utf8/.deps/re2go-utf8_regexp.Tpo -c -o src/encoding/utf8/re2go-utf8_regexp.o `test -f 'src/encoding/utf8/utf8_regexp.cc' || echo './'`src/encoding/utf8/utf8_regexp.cc mv -f src/encoding/ebcdic/.deps/re2go-ebcdic_regexp.Tpo src/encoding/ebcdic/.deps/re2go-ebcdic_regexp.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/encoding/utf8/re2go-utf8.o -MD -MP -MF src/encoding/utf8/.deps/re2go-utf8.Tpo -c -o src/encoding/utf8/re2go-utf8.o `test -f 'src/encoding/utf8/utf8.cc' || echo './'`src/encoding/utf8/utf8.cc mv -f src/encoding/utf8/.deps/re2go-utf8.Tpo src/encoding/utf8/.deps/re2go-utf8.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/encoding/utf16/re2go-utf16_regexp.o -MD -MP -MF src/encoding/utf16/.deps/re2go-utf16_regexp.Tpo -c -o src/encoding/utf16/re2go-utf16_regexp.o `test -f 'src/encoding/utf16/utf16_regexp.cc' || echo './'`src/encoding/utf16/utf16_regexp.cc mv -f src/dfa/.deps/re2go-tcmd.Tpo src/dfa/.deps/re2go-tcmd.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/encoding/utf16/re2go-utf16.o -MD -MP -MF src/encoding/utf16/.deps/re2go-utf16.Tpo -c -o src/encoding/utf16/re2go-utf16.o `test -f 'src/encoding/utf16/utf16.cc' || echo './'`src/encoding/utf16/utf16.cc mv -f src/encoding/utf16/.deps/re2go-utf16.Tpo src/encoding/utf16/.deps/re2go-utf16.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/msg/re2go-msg.o -MD -MP -MF src/msg/.deps/re2go-msg.Tpo -c -o src/msg/re2go-msg.o `test -f 'src/msg/msg.cc' || echo './'`src/msg/msg.cc mv -f src/encoding/.deps/re2go-range_suffix.Tpo src/encoding/.deps/re2go-range_suffix.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/msg/re2go-warn.o -MD -MP -MF src/msg/.deps/re2go-warn.Tpo -c -o src/msg/re2go-warn.o `test -f 'src/msg/warn.cc' || echo './'`src/msg/warn.cc mv -f src/encoding/utf8/.deps/re2go-utf8_regexp.Tpo src/encoding/utf8/.deps/re2go-utf8_regexp.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/regexp/re2go-ast_to_re.o -MD -MP -MF src/regexp/.deps/re2go-ast_to_re.Tpo -c -o src/regexp/re2go-ast_to_re.o `test -f 'src/regexp/ast_to_re.cc' || echo './'`src/regexp/ast_to_re.cc mv -f src/msg/.deps/re2go-msg.Tpo src/msg/.deps/re2go-msg.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/regexp/re2go-default_tags.o -MD -MP -MF src/regexp/.deps/re2go-default_tags.Tpo -c -o src/regexp/re2go-default_tags.o `test -f 'src/regexp/default_tags.cc' || echo './'`src/regexp/default_tags.cc mv -f src/encoding/utf16/.deps/re2go-utf16_regexp.Tpo src/encoding/utf16/.deps/re2go-utf16_regexp.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/regexp/re2go-fixed_tags.o -MD -MP -MF src/regexp/.deps/re2go-fixed_tags.Tpo -c -o src/regexp/re2go-fixed_tags.o `test -f 'src/regexp/fixed_tags.cc' || echo './'`src/regexp/fixed_tags.cc mv -f src/regexp/.deps/re2go-default_tags.Tpo src/regexp/.deps/re2go-default_tags.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/regexp/re2go-nullable.o -MD -MP -MF src/regexp/.deps/re2go-nullable.Tpo -c -o src/regexp/re2go-nullable.o `test -f 'src/regexp/nullable.cc' || echo './'`src/regexp/nullable.cc mv -f src/regexp/.deps/re2go-fixed_tags.Tpo src/regexp/.deps/re2go-fixed_tags.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/regexp/re2go-re.o -MD -MP -MF src/regexp/.deps/re2go-re.Tpo -c -o src/regexp/re2go-re.o `test -f 'src/regexp/re.cc' || echo './'`src/regexp/re.cc mv -f src/msg/.deps/re2go-warn.Tpo src/msg/.deps/re2go-warn.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/regexp/re2go-rule.o -MD -MP -MF src/regexp/.deps/re2go-rule.Tpo -c -o src/regexp/re2go-rule.o `test -f 'src/regexp/rule.cc' || echo './'`src/regexp/rule.cc mv -f src/regexp/.deps/re2go-ast_to_re.Tpo src/regexp/.deps/re2go-ast_to_re.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/regexp/re2go-split_charset.o -MD -MP -MF src/regexp/.deps/re2go-split_charset.Tpo -c -o src/regexp/re2go-split_charset.o `test -f 'src/regexp/split_charset.cc' || echo './'`src/regexp/split_charset.cc mv -f src/regexp/.deps/re2go-nullable.Tpo src/regexp/.deps/re2go-nullable.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/regexp/re2go-tag.o -MD -MP -MF src/regexp/.deps/re2go-tag.Tpo -c -o src/regexp/re2go-tag.o `test -f 'src/regexp/tag.cc' || echo './'`src/regexp/tag.cc mv -f src/regexp/.deps/re2go-rule.Tpo src/regexp/.deps/re2go-rule.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/re2go-compile.o -MD -MP -MF src/.deps/re2go-compile.Tpo -c -o src/re2go-compile.o `test -f 'src/compile.cc' || echo './'`src/compile.cc mv -f src/regexp/.deps/re2go-re.Tpo src/regexp/.deps/re2go-re.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/skeleton/re2go-control_flow.o -MD -MP -MF src/skeleton/.deps/re2go-control_flow.Tpo -c -o src/skeleton/re2go-control_flow.o `test -f 'src/skeleton/control_flow.cc' || echo './'`src/skeleton/control_flow.cc mv -f src/regexp/.deps/re2go-tag.Tpo src/regexp/.deps/re2go-tag.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/skeleton/re2go-generate_code.o -MD -MP -MF src/skeleton/.deps/re2go-generate_code.Tpo -c -o src/skeleton/re2go-generate_code.o `test -f 'src/skeleton/generate_code.cc' || echo './'`src/skeleton/generate_code.cc mv -f src/regexp/.deps/re2go-split_charset.Tpo src/regexp/.deps/re2go-split_charset.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/skeleton/re2go-generate_data.o -MD -MP -MF src/skeleton/.deps/re2go-generate_data.Tpo -c -o src/skeleton/re2go-generate_data.o `test -f 'src/skeleton/generate_data.cc' || echo './'`src/skeleton/generate_data.cc mv -f src/skeleton/.deps/re2go-control_flow.Tpo src/skeleton/.deps/re2go-control_flow.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/skeleton/re2go-maxpath.o -MD -MP -MF src/skeleton/.deps/re2go-maxpath.Tpo -c -o src/skeleton/re2go-maxpath.o `test -f 'src/skeleton/maxpath.cc' || echo './'`src/skeleton/maxpath.cc mv -f src/.deps/re2go-compile.Tpo src/.deps/re2go-compile.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/skeleton/re2go-skeleton.o -MD -MP -MF src/skeleton/.deps/re2go-skeleton.Tpo -c -o src/skeleton/re2go-skeleton.o `test -f 'src/skeleton/skeleton.cc' || echo './'`src/skeleton/skeleton.cc mv -f src/skeleton/.deps/re2go-generate_code.Tpo src/skeleton/.deps/re2go-generate_code.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/parse/re2go-ast.o -MD -MP -MF src/parse/.deps/re2go-ast.Tpo -c -o src/parse/re2go-ast.o `test -f 'src/parse/ast.cc' || echo './'`src/parse/ast.cc mv -f src/skeleton/.deps/re2go-maxpath.Tpo src/skeleton/.deps/re2go-maxpath.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/parse/re2go-input.o -MD -MP -MF src/parse/.deps/re2go-input.Tpo -c -o src/parse/re2go-input.o `test -f 'src/parse/input.cc' || echo './'`src/parse/input.cc mv -f src/parse/.deps/re2go-ast.Tpo src/parse/.deps/re2go-ast.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/parse/re2go-parse.o -MD -MP -MF src/parse/.deps/re2go-parse.Tpo -c -o src/parse/re2go-parse.o `test -f 'src/parse/parse.cc' || echo './'`src/parse/parse.cc mv -f src/parse/.deps/re2go-input.Tpo src/parse/.deps/re2go-input.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/parse/re2go-scanner.o -MD -MP -MF src/parse/.deps/re2go-scanner.Tpo -c -o src/parse/re2go-scanner.o `test -f 'src/parse/scanner.cc' || echo './'`src/parse/scanner.cc mv -f src/skeleton/.deps/re2go-skeleton.Tpo src/skeleton/.deps/re2go-skeleton.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/parse/re2go-unescape.o -MD -MP -MF src/parse/.deps/re2go-unescape.Tpo -c -o src/parse/re2go-unescape.o `test -f 'src/parse/unescape.cc' || echo './'`src/parse/unescape.cc mv -f src/parse/.deps/re2go-unescape.Tpo src/parse/.deps/re2go-unescape.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/util/re2go-file_utils.o -MD -MP -MF src/util/.deps/re2go-file_utils.Tpo -c -o src/util/re2go-file_utils.o `test -f 'src/util/file_utils.cc' || echo './'`src/util/file_utils.cc mv -f src/skeleton/.deps/re2go-generate_data.Tpo src/skeleton/.deps/re2go-generate_data.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/util/re2go-s_to_n32_unsafe.o -MD -MP -MF src/util/.deps/re2go-s_to_n32_unsafe.Tpo -c -o src/util/re2go-s_to_n32_unsafe.o `test -f 'src/util/s_to_n32_unsafe.cc' || echo './'`src/util/s_to_n32_unsafe.cc mv -f src/util/.deps/re2go-s_to_n32_unsafe.Tpo src/util/.deps/re2go-s_to_n32_unsafe.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/util/re2go-temp_file.o -MD -MP -MF src/util/.deps/re2go-temp_file.Tpo -c -o src/util/re2go-temp_file.o `test -f 'src/util/temp_file.cc' || echo './'`src/util/temp_file.cc mv -f src/util/.deps/re2go-file_utils.Tpo src/util/.deps/re2go-file_utils.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/util/re2go-range.o -MD -MP -MF src/util/.deps/re2go-range.Tpo -c -o src/util/re2go-range.o `test -f 'src/util/range.cc' || echo './'`src/util/range.cc mv -f src/util/.deps/re2go-temp_file.Tpo src/util/.deps/re2go-temp_file.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/msg/re2go-help.o -MD -MP -MF src/msg/.deps/re2go-help.Tpo -c -o src/msg/re2go-help.o `test -f 'src/msg/help.cc' || echo './'`src/msg/help.cc mv -f src/parse/.deps/re2go-scanner.Tpo src/parse/.deps/re2go-scanner.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/parse/re2go-lex.o -MD -MP -MF src/parse/.deps/re2go-lex.Tpo -c -o src/parse/re2go-lex.o `test -f 'src/parse/lex.cc' || echo './'`src/parse/lex.cc mv -f src/msg/.deps/re2go-help.Tpo src/msg/.deps/re2go-help.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/parse/re2go-parser.o -MD -MP -MF src/parse/.deps/re2go-parser.Tpo -c -o src/parse/re2go-parser.o `test -f 'src/parse/parser.cc' || echo './'`src/parse/parser.cc mv -f src/util/.deps/re2go-range.Tpo src/util/.deps/re2go-range.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/msg/re2go-ver_to_vernum.o -MD -MP -MF src/msg/.deps/re2go-ver_to_vernum.Tpo -c -o src/msg/re2go-ver_to_vernum.o `test -f 'src/msg/ver_to_vernum.cc' || echo './'`src/msg/ver_to_vernum.cc mv -f src/parse/.deps/re2go-parse.Tpo src/parse/.deps/re2go-parse.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/parse/re2go-lex_conf.o -MD -MP -MF src/parse/.deps/re2go-lex_conf.Tpo -c -o src/parse/re2go-lex_conf.o `test -f 'src/parse/lex_conf.cc' || echo './'`src/parse/lex_conf.cc mv -f src/msg/.deps/re2go-ver_to_vernum.Tpo src/msg/.deps/re2go-ver_to_vernum.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -MT src/options/re2go-parse_opts.o -MD -MP -MF src/options/.deps/re2go-parse_opts.Tpo -c -o src/options/re2go-parse_opts.o `test -f 'src/options/parse_opts.cc' || echo './'`src/options/parse_opts.cc mv -f src/parse/.deps/re2go-parser.Tpo src/parse/.deps/re2go-parser.Po build-aux/install-sh -c -d doc cp ./bootstrap/doc/re2c.1 doc/re2c.1 build-aux/install-sh -c -d doc cp ./bootstrap/doc/re2go.1 doc/re2go.1 depbase=`echo src/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/main.o -MD -MP -MF $depbase.Tpo -c -o src/main.o src/main.cc &&\ mv -f $depbase.Tpo $depbase.Po mv -f src/parse/.deps/re2go-lex_conf.Tpo src/parse/.deps/re2go-lex_conf.Po depbase=`echo src/codegen/code_goto.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/codegen/code_goto.o -MD -MP -MF $depbase.Tpo -c -o src/codegen/code_goto.o src/codegen/code_goto.cc &&\ mv -f $depbase.Tpo $depbase.Po mv -f src/options/.deps/re2go-parse_opts.Tpo src/options/.deps/re2go-parse_opts.Po depbase=`echo src/codegen/combine.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/codegen/combine.o -MD -MP -MF $depbase.Tpo -c -o src/codegen/combine.o src/codegen/combine.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/codegen/gen_bitmaps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/codegen/gen_bitmaps.o -MD -MP -MF $depbase.Tpo -c -o src/codegen/gen_bitmaps.o src/codegen/gen_bitmaps.cc &&\ mv -f $depbase.Tpo $depbase.Po mv -f src/parse/.deps/re2go-lex.Tpo src/parse/.deps/re2go-lex.Po depbase=`echo src/codegen/gen_delayed.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/codegen/gen_delayed.o -MD -MP -MF $depbase.Tpo -c -o src/codegen/gen_delayed.o src/codegen/gen_delayed.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/codegen/gen_dfa.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/codegen/gen_dfa.o -MD -MP -MF $depbase.Tpo -c -o src/codegen/gen_dfa.o src/codegen/gen_dfa.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/codegen/gen_goto.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/codegen/gen_goto.o -MD -MP -MF $depbase.Tpo -c -o src/codegen/gen_goto.o src/codegen/gen_goto.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/codegen/gen_program.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/codegen/gen_program.o -MD -MP -MF $depbase.Tpo -c -o src/codegen/gen_program.o src/codegen/gen_program.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/codegen/gen_state.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/codegen/gen_state.o -MD -MP -MF $depbase.Tpo -c -o src/codegen/gen_state.o src/codegen/gen_state.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/codegen/helpers.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/codegen/helpers.o -MD -MP -MF $depbase.Tpo -c -o src/codegen/helpers.o src/codegen/helpers.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/codegen/render.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/codegen/render.o -MD -MP -MF $depbase.Tpo -c -o src/codegen/render.o src/codegen/render.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/options/opt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/options/opt.o -MD -MP -MF $depbase.Tpo -c -o src/options/opt.o src/options/opt.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/options/symtab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/options/symtab.o -MD -MP -MF $depbase.Tpo -c -o src/options/symtab.o src/options/symtab.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/nfa/estimate_size.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/nfa/estimate_size.o -MD -MP -MF $depbase.Tpo -c -o src/nfa/estimate_size.o src/nfa/estimate_size.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/nfa/re_to_nfa.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/nfa/re_to_nfa.o -MD -MP -MF $depbase.Tpo -c -o src/nfa/re_to_nfa.o src/nfa/re_to_nfa.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/adfa/adfa.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/adfa/adfa.o -MD -MP -MF $depbase.Tpo -c -o src/adfa/adfa.o src/adfa/adfa.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/debug/dump_adfa.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/debug/dump_adfa.o -MD -MP -MF $depbase.Tpo -c -o src/debug/dump_adfa.o src/debug/dump_adfa.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/debug/dump_cfg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/debug/dump_cfg.o -MD -MP -MF $depbase.Tpo -c -o src/debug/dump_cfg.o src/debug/dump_cfg.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/debug/dump_dfa.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/debug/dump_dfa.o -MD -MP -MF $depbase.Tpo -c -o src/debug/dump_dfa.o src/debug/dump_dfa.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/debug/dump_dfa_tree.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/debug/dump_dfa_tree.o -MD -MP -MF $depbase.Tpo -c -o src/debug/dump_dfa_tree.o src/debug/dump_dfa_tree.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/debug/dump_interf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/debug/dump_interf.o -MD -MP -MF $depbase.Tpo -c -o src/debug/dump_interf.o src/debug/dump_interf.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/debug/dump_nfa.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/debug/dump_nfa.o -MD -MP -MF $depbase.Tpo -c -o src/debug/dump_nfa.o src/debug/dump_nfa.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/cfg/cfg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/cfg/cfg.o -MD -MP -MF $depbase.Tpo -c -o src/cfg/cfg.o src/cfg/cfg.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/cfg/compact.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/cfg/compact.o -MD -MP -MF $depbase.Tpo -c -o src/cfg/compact.o src/cfg/compact.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/cfg/dce.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/cfg/dce.o -MD -MP -MF $depbase.Tpo -c -o src/cfg/dce.o src/cfg/dce.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/cfg/freeze.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/cfg/freeze.o -MD -MP -MF $depbase.Tpo -c -o src/cfg/freeze.o src/cfg/freeze.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/cfg/interfere.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/cfg/interfere.o -MD -MP -MF $depbase.Tpo -c -o src/cfg/interfere.o src/cfg/interfere.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/cfg/liveanal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/cfg/liveanal.o -MD -MP -MF $depbase.Tpo -c -o src/cfg/liveanal.o src/cfg/liveanal.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/cfg/normalize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/cfg/normalize.o -MD -MP -MF $depbase.Tpo -c -o src/cfg/normalize.o src/cfg/normalize.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/cfg/optimize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/cfg/optimize.o -MD -MP -MF $depbase.Tpo -c -o src/cfg/optimize.o src/cfg/optimize.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/cfg/rename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/cfg/rename.o -MD -MP -MF $depbase.Tpo -c -o src/cfg/rename.o src/cfg/rename.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/cfg/varalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/cfg/varalloc.o -MD -MP -MF $depbase.Tpo -c -o src/cfg/varalloc.o src/cfg/varalloc.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/dfa/closure.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/dfa/closure.o -MD -MP -MF $depbase.Tpo -c -o src/dfa/closure.o src/dfa/closure.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/dfa/dead_rules.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/dfa/dead_rules.o -MD -MP -MF $depbase.Tpo -c -o src/dfa/dead_rules.o src/dfa/dead_rules.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/dfa/determinization.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/dfa/determinization.o -MD -MP -MF $depbase.Tpo -c -o src/dfa/determinization.o src/dfa/determinization.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/dfa/fallback_tags.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/dfa/fallback_tags.o -MD -MP -MF $depbase.Tpo -c -o src/dfa/fallback_tags.o src/dfa/fallback_tags.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/dfa/fillpoints.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/dfa/fillpoints.o -MD -MP -MF $depbase.Tpo -c -o src/dfa/fillpoints.o src/dfa/fillpoints.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/dfa/find_state.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/dfa/find_state.o -MD -MP -MF $depbase.Tpo -c -o src/dfa/find_state.o src/dfa/find_state.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/dfa/minimization.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/dfa/minimization.o -MD -MP -MF $depbase.Tpo -c -o src/dfa/minimization.o src/dfa/minimization.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/dfa/stacmd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/dfa/stacmd.o -MD -MP -MF $depbase.Tpo -c -o src/dfa/stacmd.o src/dfa/stacmd.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/dfa/tagver_table.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/dfa/tagver_table.o -MD -MP -MF $depbase.Tpo -c -o src/dfa/tagver_table.o src/dfa/tagver_table.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/dfa/tcmd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/dfa/tcmd.o -MD -MP -MF $depbase.Tpo -c -o src/dfa/tcmd.o src/dfa/tcmd.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/encoding/ebcdic/ebcdic_regexp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/encoding/ebcdic/ebcdic_regexp.o -MD -MP -MF $depbase.Tpo -c -o src/encoding/ebcdic/ebcdic_regexp.o src/encoding/ebcdic/ebcdic_regexp.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/encoding/enc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/encoding/enc.o -MD -MP -MF $depbase.Tpo -c -o src/encoding/enc.o src/encoding/enc.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/encoding/range_suffix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/encoding/range_suffix.o -MD -MP -MF $depbase.Tpo -c -o src/encoding/range_suffix.o src/encoding/range_suffix.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/encoding/utf8/utf8_regexp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/encoding/utf8/utf8_regexp.o -MD -MP -MF $depbase.Tpo -c -o src/encoding/utf8/utf8_regexp.o src/encoding/utf8/utf8_regexp.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/encoding/utf8/utf8.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/encoding/utf8/utf8.o -MD -MP -MF $depbase.Tpo -c -o src/encoding/utf8/utf8.o src/encoding/utf8/utf8.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/encoding/utf16/utf16_regexp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/encoding/utf16/utf16_regexp.o -MD -MP -MF $depbase.Tpo -c -o src/encoding/utf16/utf16_regexp.o src/encoding/utf16/utf16_regexp.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/encoding/utf16/utf16.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/encoding/utf16/utf16.o -MD -MP -MF $depbase.Tpo -c -o src/encoding/utf16/utf16.o src/encoding/utf16/utf16.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/msg/msg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/msg/msg.o -MD -MP -MF $depbase.Tpo -c -o src/msg/msg.o src/msg/msg.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/msg/warn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/msg/warn.o -MD -MP -MF $depbase.Tpo -c -o src/msg/warn.o src/msg/warn.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/regexp/ast_to_re.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/regexp/ast_to_re.o -MD -MP -MF $depbase.Tpo -c -o src/regexp/ast_to_re.o src/regexp/ast_to_re.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/regexp/default_tags.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/regexp/default_tags.o -MD -MP -MF $depbase.Tpo -c -o src/regexp/default_tags.o src/regexp/default_tags.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/regexp/fixed_tags.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/regexp/fixed_tags.o -MD -MP -MF $depbase.Tpo -c -o src/regexp/fixed_tags.o src/regexp/fixed_tags.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/regexp/nullable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/regexp/nullable.o -MD -MP -MF $depbase.Tpo -c -o src/regexp/nullable.o src/regexp/nullable.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/regexp/re.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/regexp/re.o -MD -MP -MF $depbase.Tpo -c -o src/regexp/re.o src/regexp/re.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/regexp/rule.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/regexp/rule.o -MD -MP -MF $depbase.Tpo -c -o src/regexp/rule.o src/regexp/rule.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/regexp/split_charset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/regexp/split_charset.o -MD -MP -MF $depbase.Tpo -c -o src/regexp/split_charset.o src/regexp/split_charset.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/regexp/tag.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/regexp/tag.o -MD -MP -MF $depbase.Tpo -c -o src/regexp/tag.o src/regexp/tag.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/skeleton/control_flow.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/skeleton/control_flow.o -MD -MP -MF $depbase.Tpo -c -o src/skeleton/control_flow.o src/skeleton/control_flow.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/skeleton/generate_code.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/skeleton/generate_code.o -MD -MP -MF $depbase.Tpo -c -o src/skeleton/generate_code.o src/skeleton/generate_code.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/skeleton/generate_data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/skeleton/generate_data.o -MD -MP -MF $depbase.Tpo -c -o src/skeleton/generate_data.o src/skeleton/generate_data.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/skeleton/maxpath.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/skeleton/maxpath.o -MD -MP -MF $depbase.Tpo -c -o src/skeleton/maxpath.o src/skeleton/maxpath.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/skeleton/skeleton.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/skeleton/skeleton.o -MD -MP -MF $depbase.Tpo -c -o src/skeleton/skeleton.o src/skeleton/skeleton.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/parse/ast.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/parse/ast.o -MD -MP -MF $depbase.Tpo -c -o src/parse/ast.o src/parse/ast.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/parse/input.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/parse/input.o -MD -MP -MF $depbase.Tpo -c -o src/parse/input.o src/parse/input.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/parse/parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/parse/parse.o -MD -MP -MF $depbase.Tpo -c -o src/parse/parse.o src/parse/parse.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/parse/scanner.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/parse/scanner.o -MD -MP -MF $depbase.Tpo -c -o src/parse/scanner.o src/parse/scanner.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/parse/unescape.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/parse/unescape.o -MD -MP -MF $depbase.Tpo -c -o src/parse/unescape.o src/parse/unescape.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/util/file_utils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/util/file_utils.o -MD -MP -MF $depbase.Tpo -c -o src/util/file_utils.o src/util/file_utils.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/util/s_to_n32_unsafe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/util/s_to_n32_unsafe.o -MD -MP -MF $depbase.Tpo -c -o src/util/s_to_n32_unsafe.o src/util/s_to_n32_unsafe.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/util/temp_file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/util/temp_file.o -MD -MP -MF $depbase.Tpo -c -o src/util/temp_file.o src/util/temp_file.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/util/range.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -MT src/util/range.o -MD -MP -MF $depbase.Tpo -c -o src/util/range.o src/util/range.cc &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ./libtool --tag=CXX --mode=link g++ -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -DRE2C_LANG=LANG_GO -m64 -O3 -m64 -o re2go src/re2go-main.o src/codegen/re2go-code_goto.o src/codegen/re2go-combine.o src/codegen/re2go-gen_bitmaps.o src/codegen/re2go-gen_delayed.o src/codegen/re2go-gen_dfa.o src/codegen/re2go-gen_goto.o src/codegen/re2go-gen_program.o src/codegen/re2go-gen_state.o src/codegen/re2go-helpers.o src/codegen/re2go-render.o src/options/re2go-opt.o src/options/re2go-symtab.o src/nfa/re2go-estimate_size.o src/nfa/re2go-re_to_nfa.o src/adfa/re2go-adfa.o src/debug/re2go-dump_adfa.o src/debug/re2go-dump_cfg.o src/debug/re2go-dump_dfa.o src/debug/re2go-dump_dfa_tree.o src/debug/re2go-dump_interf.o src/debug/re2go-dump_nfa.o src/cfg/re2go-cfg.o src/cfg/re2go-compact.o src/cfg/re2go-dce.o src/cfg/re2go-freeze.o src/cfg/re2go-interfere.o src/cfg/re2go-liveanal.o src/cfg/re2go-normalize.o src/cfg/re2go-optimize.o src/cfg/re2go-rename.o src/cfg/re2go-varalloc.o src/dfa/re2go-closure.o src/dfa/re2go-dead_rules.o src/dfa/re2go-determinization.o src/dfa/re2go-fallback_tags.o src/dfa/re2go-fillpoints.o src/dfa/re2go-find_state.o src/dfa/re2go-minimization.o src/dfa/re2go-stacmd.o src/dfa/re2go-tagver_table.o src/dfa/re2go-tcmd.o src/encoding/ebcdic/re2go-ebcdic_regexp.o src/encoding/re2go-enc.o src/encoding/re2go-range_suffix.o src/encoding/utf8/re2go-utf8_regexp.o src/encoding/utf8/re2go-utf8.o src/encoding/utf16/re2go-utf16_regexp.o src/encoding/utf16/re2go-utf16.o src/msg/re2go-msg.o src/msg/re2go-warn.o src/regexp/re2go-ast_to_re.o src/regexp/re2go-default_tags.o src/regexp/re2go-fixed_tags.o src/regexp/re2go-nullable.o src/regexp/re2go-re.o src/regexp/re2go-rule.o src/regexp/re2go-split_charset.o src/regexp/re2go-tag.o src/re2go-compile.o src/skeleton/re2go-control_flow.o src/skeleton/re2go-generate_code.o src/skeleton/re2go-generate_data.o src/skeleton/re2go-maxpath.o src/skeleton/re2go-skeleton.o src/parse/re2go-ast.o src/parse/re2go-input.o src/parse/re2go-parse.o src/parse/re2go-scanner.o src/parse/re2go-unescape.o src/util/re2go-file_utils.o src/util/re2go-s_to_n32_unsafe.o src/util/re2go-temp_file.o src/util/re2go-range.o src/msg/re2go-help.o src/parse/re2go-lex.o src/parse/re2go-parser.o src/msg/re2go-ver_to_vernum.o src/parse/re2go-lex_conf.o src/options/re2go-parse_opts.o echo "Reconfigure with --enable-docs to rebuild docs" Reconfigure with --enable-docs to rebuild docs /bin/sh ./libtool --tag=CXX --mode=link g++ -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR='"//share/re2c/stdlib/"' -m64 -O3 -m64 -o re2c src/main.o src/codegen/code_goto.o src/codegen/combine.o src/codegen/gen_bitmaps.o src/codegen/gen_delayed.o src/codegen/gen_dfa.o src/codegen/gen_goto.o src/codegen/gen_program.o src/codegen/gen_state.o src/codegen/helpers.o src/codegen/render.o src/options/opt.o src/options/symtab.o src/nfa/estimate_size.o src/nfa/re_to_nfa.o src/adfa/adfa.o src/debug/dump_adfa.o src/debug/dump_cfg.o src/debug/dump_dfa.o src/debug/dump_dfa_tree.o src/debug/dump_interf.o src/debug/dump_nfa.o src/cfg/cfg.o src/cfg/compact.o src/cfg/dce.o src/cfg/freeze.o src/cfg/interfere.o src/cfg/liveanal.o src/cfg/normalize.o src/cfg/optimize.o src/cfg/rename.o src/cfg/varalloc.o src/dfa/closure.o src/dfa/dead_rules.o src/dfa/determinization.o src/dfa/fallback_tags.o src/dfa/fillpoints.o src/dfa/find_state.o src/dfa/minimization.o src/dfa/stacmd.o src/dfa/tagver_table.o src/dfa/tcmd.o src/encoding/ebcdic/ebcdic_regexp.o src/encoding/enc.o src/encoding/range_suffix.o src/encoding/utf8/utf8_regexp.o src/encoding/utf8/utf8.o src/encoding/utf16/utf16_regexp.o src/encoding/utf16/utf16.o src/msg/msg.o src/msg/warn.o src/regexp/ast_to_re.o src/regexp/default_tags.o src/regexp/fixed_tags.o src/regexp/nullable.o src/regexp/re.o src/regexp/rule.o src/regexp/split_charset.o src/regexp/tag.o src/compile.o src/skeleton/control_flow.o src/skeleton/generate_code.o src/skeleton/generate_data.o src/skeleton/maxpath.o src/skeleton/skeleton.o src/parse/ast.o src/parse/input.o src/parse/parse.o src/parse/scanner.o src/parse/unescape.o src/util/file_utils.o src/util/s_to_n32_unsafe.o src/util/temp_file.o src/util/range.o src/msg/help.o src/parse/lex.o src/parse/parser.o src/msg/ver_to_vernum.o src/parse/lex_conf.o src/options/parse_opts.o libtool: link: g++ -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR=\"//share/re2c/stdlib/\" -DRE2C_LANG=LANG_GO -m64 -O3 -m64 -o re2go src/re2go-main.o src/codegen/re2go-code_goto.o src/codegen/re2go-combine.o src/codegen/re2go-gen_bitmaps.o src/codegen/re2go-gen_delayed.o src/codegen/re2go-gen_dfa.o src/codegen/re2go-gen_goto.o src/codegen/re2go-gen_program.o src/codegen/re2go-gen_state.o src/codegen/re2go-helpers.o src/codegen/re2go-render.o src/options/re2go-opt.o src/options/re2go-symtab.o src/nfa/re2go-estimate_size.o src/nfa/re2go-re_to_nfa.o src/adfa/re2go-adfa.o src/debug/re2go-dump_adfa.o src/debug/re2go-dump_cfg.o src/debug/re2go-dump_dfa.o src/debug/re2go-dump_dfa_tree.o src/debug/re2go-dump_interf.o src/debug/re2go-dump_nfa.o src/cfg/re2go-cfg.o src/cfg/re2go-compact.o src/cfg/re2go-dce.o src/cfg/re2go-freeze.o src/cfg/re2go-interfere.o src/cfg/re2go-liveanal.o src/cfg/re2go-normalize.o src/cfg/re2go-optimize.o src/cfg/re2go-rename.o src/cfg/re2go-varalloc.o src/dfa/re2go-closure.o src/dfa/re2go-dead_rules.o src/dfa/re2go-determinization.o src/dfa/re2go-fallback_tags.o src/dfa/re2go-fillpoints.o src/dfa/re2go-find_state.o src/dfa/re2go-minimization.o src/dfa/re2go-stacmd.o src/dfa/re2go-tagver_table.o src/dfa/re2go-tcmd.o src/encoding/ebcdic/re2go-ebcdic_regexp.o src/encoding/re2go-enc.o src/encoding/re2go-range_suffix.o src/encoding/utf8/re2go-utf8_regexp.o src/encoding/utf8/re2go-utf8.o src/encoding/utf16/re2go-utf16_regexp.o src/encoding/utf16/re2go-utf16.o src/msg/re2go-msg.o src/msg/re2go-warn.o src/regexp/re2go-ast_to_re.o src/regexp/re2go-default_tags.o src/regexp/re2go-fixed_tags.o src/regexp/re2go-nullable.o src/regexp/re2go-re.o src/regexp/re2go-rule.o src/regexp/re2go-split_charset.o src/regexp/re2go-tag.o src/re2go-compile.o src/skeleton/re2go-control_flow.o src/skeleton/re2go-generate_code.o src/skeleton/re2go-generate_data.o src/skeleton/re2go-maxpath.o src/skeleton/re2go-skeleton.o src/parse/re2go-ast.o src/parse/re2go-input.o src/parse/re2go-parse.o src/parse/re2go-scanner.o src/parse/re2go-unescape.o src/util/re2go-file_utils.o src/util/re2go-s_to_n32_unsafe.o src/util/re2go-temp_file.o src/util/re2go-range.o src/msg/re2go-help.o src/parse/re2go-lex.o src/parse/re2go-parser.o src/msg/re2go-ver_to_vernum.o src/parse/re2go-lex_conf.o src/options/re2go-parse_opts.o libtool: link: g++ -std=c++98 -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -Werror=return-type -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-nested-anon-types -Wno-global-constructors -Wno-shadow-field-in-constructor -Wno-undefined-func-template -DRE2C_STDLIB_DIR=\"//share/re2c/stdlib/\" -m64 -O3 -m64 -o re2c src/main.o src/codegen/code_goto.o src/codegen/combine.o src/codegen/gen_bitmaps.o src/codegen/gen_delayed.o src/codegen/gen_dfa.o src/codegen/gen_goto.o src/codegen/gen_program.o src/codegen/gen_state.o src/codegen/helpers.o src/codegen/render.o src/options/opt.o src/options/symtab.o src/nfa/estimate_size.o src/nfa/re_to_nfa.o src/adfa/adfa.o src/debug/dump_adfa.o src/debug/dump_cfg.o src/debug/dump_dfa.o src/debug/dump_dfa_tree.o src/debug/dump_interf.o src/debug/dump_nfa.o src/cfg/cfg.o src/cfg/compact.o src/cfg/dce.o src/cfg/freeze.o src/cfg/interfere.o src/cfg/liveanal.o src/cfg/normalize.o src/cfg/optimize.o src/cfg/rename.o src/cfg/varalloc.o src/dfa/closure.o src/dfa/dead_rules.o src/dfa/determinization.o src/dfa/fallback_tags.o src/dfa/fillpoints.o src/dfa/find_state.o src/dfa/minimization.o src/dfa/stacmd.o src/dfa/tagver_table.o src/dfa/tcmd.o src/encoding/ebcdic/ebcdic_regexp.o src/encoding/enc.o src/encoding/range_suffix.o src/encoding/utf8/utf8_regexp.o src/encoding/utf8/utf8.o src/encoding/utf16/utf16_regexp.o src/encoding/utf16/utf16.o src/msg/msg.o src/msg/warn.o src/regexp/ast_to_re.o src/regexp/default_tags.o src/regexp/fixed_tags.o src/regexp/nullable.o src/regexp/re.o src/regexp/rule.o src/regexp/split_charset.o src/regexp/tag.o src/compile.o src/skeleton/control_flow.o src/skeleton/generate_code.o src/skeleton/generate_data.o src/skeleton/maxpath.o src/skeleton/skeleton.o src/parse/ast.o src/parse/input.o src/parse/parse.o src/parse/scanner.o src/parse/unescape.o src/util/file_utils.o src/util/s_to_n32_unsafe.o src/util/temp_file.o src/util/range.o src/msg/help.o src/parse/lex.o src/parse/parser.o src/msg/ver_to_vernum.o src/parse/lex_conf.o src/options/parse_opts.o re2c/2.2: Package '801752c0480319b8e090188c566245a78e9abcf4' built re2c/2.2: Build folder /Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/build/801752c0480319b8e090188c566245a78e9abcf4/build-release re2c/2.2: Generated conaninfo.txt re2c/2.2: Generated conanbuildinfo.txt re2c/2.2: Generating the package re2c/2.2: Package folder /Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/package/801752c0480319b8e090188c566245a78e9abcf4 re2c/2.2: Calling package() re2c/2.2: Copied 1 file: LICENSE re2c/2.2: Copied 1 file: NO_WARRANTY ----Running------ > . "/Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/build/801752c0480319b8e090188c566245a78e9abcf4/build-release/conan/conanbuild.sh" && make install DESTDIR=/Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/package/801752c0480319b8e090188c566245a78e9abcf4 -j4 ----------------- /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/usr/bin/make install-recursive Making install in . Reconfigure with --enable-docs to rebuild docs build-aux/install-sh -c -d '/Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/package/801752c0480319b8e090188c566245a78e9abcf4//share/re2c/stdlib' build-aux/install-sh -c -d '/Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/package/801752c0480319b8e090188c566245a78e9abcf4//share/man/man1' build-aux/install-sh -c -d '/Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/package/801752c0480319b8e090188c566245a78e9abcf4//bin' /usr/bin/install -c -m 644 include/unicode_categories.re '/Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/package/801752c0480319b8e090188c566245a78e9abcf4//share/re2c/stdlib' /usr/bin/install -c -m 644 doc/re2c.1 doc/re2go.1 '/Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/package/801752c0480319b8e090188c566245a78e9abcf4//share/man/man1' /bin/sh ./libtool --mode=install /usr/bin/install -c re2c re2go '/Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/package/801752c0480319b8e090188c566245a78e9abcf4//bin' libtool: install: /usr/bin/install -c re2c /Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/package/801752c0480319b8e090188c566245a78e9abcf4//bin/re2c libtool: install: /usr/bin/install -c re2go /Users/jenkins/w/prod-v1/bsr/63076/afabf/.conan/data/re2c/2.2/_/_/package/801752c0480319b8e090188c566245a78e9abcf4//bin/re2go re2c/2.2: Copied 1 '.re' file: unicode_categories.re [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [STATIC ARTIFACTS (KB-H074)] OK [HOOK - conan-center.py] post_package(): [EITHER STATIC OR SHARED OF EACH LIB (KB-H076)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK [HOOK - conan-center.py] post_package(): [APPLE RELOCATABLE SHARED LIBS (KB-H077)] OK re2c/2.2 package(): Packaged 4 files: re2c, re2go, LICENSE, NO_WARRANTY re2c/2.2 package(): Packaged 1 '.re' file: unicode_categories.re re2c/2.2: Package '801752c0480319b8e090188c566245a78e9abcf4' created re2c/2.2: Created package revision 8ee118e49b1f4d5876fdcaa736c64aa7 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK [HOOK - conan-center.py] post_package_info(): [INCLUDE PATH DOES NOT EXIST (KB-H071)] OK Aggregating env generators In file included from src/parse/parser.ypp:16: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class src/parse/parser.cc:47:9: warning: macro is not used [-Wunused-macros] #define YYBISON 1 ^ src/parse/parser.cc:50:9: warning: macro is not used [-Wunused-macros] #define YYBISON_VERSION "2.3" ^ src/parse/parser.cc:53:9: warning: macro is not used [-Wunused-macros] #define YYSKELETON_NAME "yacc.c" ^ src/parse/parser.cc:56:9: warning: macro is not used [-Wunused-macros] #define YYPURE 0 ^ src/parse/parser.cc:59:9: warning: macro is not used [-Wunused-macros] #define YYLSP_NEEDED 0 ^ src/parse/parser.cc:65:10: warning: macro is not used [-Wunused-macros] # define YYTOKENTYPE ^ src/parse/parser.cc:86:9: warning: macro is not used [-Wunused-macros] #define TOKEN_CJUMP 258 ^ src/parse/parser.cc:87:9: warning: macro is not used [-Wunused-macros] #define TOKEN_CNEXT 259 ^ src/parse/parser.cc:88:9: warning: macro is not used [-Wunused-macros] #define TOKEN_CLIST 260 ^ src/parse/parser.cc:89:9: warning: macro is not used [-Wunused-macros] #define TOKEN_CSETUP 261 ^ src/parse/parser.cc:90:9: warning: macro is not used [-Wunused-macros] #define TOKEN_CZERO 262 ^ src/parse/parser.cc:91:9: warning: macro is not used [-Wunused-macros] #define TOKEN_CLOSESIZE 263 ^ src/parse/parser.cc:92:9: warning: macro is not used [-Wunused-macros] #define TOKEN_CODE 264 ^ src/parse/parser.cc:93:9: warning: macro is not used [-Wunused-macros] #define TOKEN_CONF 265 ^ src/parse/parser.cc:94:9: warning: macro is not used [-Wunused-macros] #define TOKEN_ID 266 ^ src/parse/parser.cc:95:9: warning: macro is not used [-Wunused-macros] #define TOKEN_FID 267 ^ src/parse/parser.cc:96:9: warning: macro is not used [-Wunused-macros] #define TOKEN_FID_END 268 ^ src/parse/parser.cc:97:9: warning: macro is not used [-Wunused-macros] #define TOKEN_LINE_INFO 269 ^ src/parse/parser.cc:98:9: warning: macro is not used [-Wunused-macros] #define TOKEN_REGEXP 270 ^ src/parse/parser.cc:99:9: warning: macro is not used [-Wunused-macros] #define TOKEN_BLOCK 271 ^ In file included from ../src/parse/lex.re:8: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from ../src/parse/lex.re:13: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/compile.cc:9: In file included from ./src/adfa/adfa.h:11: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/compile.cc:16: In file included from ./src/nfa/nfa.h:9: ./src/regexp/re.h:17:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/regexp/re.h:17:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/compile.cc:17: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from ../src/parse/lex_conf.re:6: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 21 warnings generated. In file included from ../src/options/parse_opts.re:11: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 1 warning generated. 3 warnings generated. 2 warnings generated. 1 warning generated. In file included from src/main.cc:3: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/main.cc:7: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/codegen/code_goto.cc:4: In file included from ./src/adfa/adfa.h:11: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/code_goto.cc:6: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/adfa/adfa.h:23:7: note: previous use is here class Msg; ^ In file included from src/codegen/code_goto.cc:6: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ In file included from src/codegen/combine.cc:2: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/combine.cc:3: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/codegen/code.h:27:7: note: previous use is here class Msg; ^ In file included from src/codegen/combine.cc:3: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ 2 warnings generated. In file included from src/codegen/gen_bitmaps.cc:4: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/gen_bitmaps.cc:5: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/codegen/code.h:27:7: note: previous use is here class Msg; ^ In file included from src/codegen/gen_bitmaps.cc:5: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ 3 warnings generated. 3 warnings generated. 3 warnings generated. In file included from src/codegen/gen_delayed.cc:2: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/gen_delayed.cc:6: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class src/codegen/gen_delayed.cc:608:13: warning: 29 enumeration values not explicitly handled in switch: 'CODE_EMPTY', 'CODE_FUNC', 'CODE_SKIP'... [-Wswitch-enum] switch (code->kind) { ^ src/codegen/gen_delayed.cc:608:13: note: add missing switch cases switch (code->kind) { ^ In file included from src/codegen/gen_dfa.cc:11: In file included from ./src/adfa/adfa.h:11: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/gen_dfa.cc:16: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/codegen/gen_goto.cc:5: In file included from ./src/adfa/adfa.h:11: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/gen_goto.cc:8: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/adfa/adfa.h:23:7: note: previous use is here class Msg; ^ In file included from src/codegen/gen_goto.cc:8: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ In file included from src/codegen/gen_program.cc:8: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/gen_program.cc:12: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 3 warnings generated. 2 warnings generated. 3 warnings generated. In file included from src/codegen/render.cc:4: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/gen_state.cc:12: In file included from ./src/adfa/adfa.h:11: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/render.cc:7: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/codegen/gen_state.cc:15: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/adfa/adfa.h:23:7: note: previous use is here class Msg; ^ In file included from src/codegen/gen_state.cc:15: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ 2 warnings generated. In file included from src/options/opt.cc:4: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/options/symtab.cc:5: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 1 warning generated. 2 warnings generated. 3 warnings generated. In file included from src/nfa/re_to_nfa.cc:7: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ 1 warning generated. 1 warning generated. In file included from src/adfa/adfa.cc:11: In file included from ./src/adfa/adfa.h:11: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/adfa/adfa.cc:16: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/cfg/normalize.cc:9: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 2 warnings generated. 1 warning generated. In file included from src/cfg/optimize.cc:7: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 1 warning generated. In file included from src/dfa/closure.cc:10: ./src/dfa/determinization.h:27:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/regexp/re.h:17:8: note: previous use is here struct Msg; ^ In file included from src/dfa/closure.cc:11: In file included from ./src/dfa/dfa.h:11: ./src/msg/msg.h:16:1: warning: 'Msg' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg ^ ./src/regexp/re.h:17:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/dfa/closure.cc:13: In file included from ./src/dfa/closure_posix.h:7: In file included from ./src/dfa/posix_precedence.h:7: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/dfa/dead_rules.cc:13: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/dfa/determinization.cc:9: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ In file included from src/dfa/determinization.cc:11: In file included from ./src/dfa/dfa.h:11: ./src/msg/msg.h:16:1: warning: 'Msg' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/dfa/determinization.cc:12: In file included from ./src/dfa/determinization.h:12: In file included from ./src/nfa/nfa.h:9: ./src/regexp/re.h:17:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/regexp/re.h:17:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/dfa/fallback_tags.cc:7: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 1 warning generated. 1 warning generated. In file included from src/dfa/find_state.cc:9: ./src/dfa/determinization.h:27:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/regexp/re.h:17:8: note: previous use is here struct Msg; ^ In file included from src/dfa/find_state.cc:10: In file included from ./src/dfa/dfa.h:11: ./src/msg/msg.h:16:1: warning: 'Msg' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg ^ ./src/regexp/re.h:17:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/dfa/find_state.cc:14: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 3 warnings generated. 3 warnings generated. 3 warnings generated. src/encoding/range_suffix.cc:10:39: warning: declaration requires an exit-time destructor [-Wexit-time-destructors] free_list RangeSuffix::freeList; ^ 1 warning generated. In file included from src/msg/warn.cc:8: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/msg/warn.cc:10: In file included from ./src/skeleton/skeleton.h:14: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/regexp/default_tags.cc:7: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ In file included from src/regexp/ast_to_re.cc:19: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/regexp/fixed_tags.cc:5: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ In file included from src/regexp/ast_to_re.cc:21: ./src/regexp/re.h:17:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/regexp/re.h:17:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/regexp/default_tags.cc:8: ./src/regexp/re.h:17:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/options/opt.h:39:7: note: previous use is here class Msg; ^ In file included from src/regexp/fixed_tags.cc:6: ./src/regexp/re.h:17:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/options/opt.h:39:7: note: previous use is here class Msg; ^ 2 warnings generated. 2 warnings generated. 2 warnings generated. 2 warnings generated. In file included from src/regexp/nullable.cc:9: ./src/regexp/re.h:17:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/regexp/re.h:17:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/regexp/re.cc:2: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ In file included from src/regexp/re.cc:4: ./src/regexp/re.h:17:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/options/opt.h:39:7: note: previous use is here class Msg; ^ src/regexp/rule.cc:8:28: warning: declaration requires an exit-time destructor [-Wexit-time-destructors] free_list SemAct::flist; ^ 1 warning generated. In file included from src/regexp/split_charset.cc:6: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ 1 warning generated. 2 warnings generated. In file included from src/regexp/split_charset.cc:8: ./src/regexp/re.h:17:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/options/opt.h:39:7: note: previous use is here class Msg; ^ In file included from src/skeleton/control_flow.cc:13: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/compile.cc:9: In file included from ./src/adfa/adfa.h:11: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/compile.cc:16: In file included from ./src/nfa/nfa.h:9: ./src/regexp/re.h:17:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/regexp/re.h:17:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/compile.cc:17: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 2 warnings generated. In file included from src/skeleton/control_flow.cc:15: In file included from ./src/skeleton/path.h:8: In file included from ./src/skeleton/skeleton.h:14: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/skeleton/generate_code.cc:8: In file included from ./src/adfa/adfa.h:11: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/skeleton/generate_code.cc:11: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/adfa/adfa.h:23:7: note: previous use is here class Msg; ^ In file included from src/skeleton/generate_code.cc:11: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ In file included from src/skeleton/generate_data.cc:11: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ In file included from src/skeleton/generate_data.cc:15: ./src/msg/msg.h:16:1: warning: 'Msg' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 2 warnings generated. In file included from src/skeleton/generate_data.cc:18: In file included from ./src/skeleton/path.h:8: In file included from ./src/skeleton/skeleton.h:14: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct 3 warnings generated. 3 warnings generated. In file included from src/skeleton/maxpath.cc:12: In file included from ./src/skeleton/skeleton.h:14: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct src/parse/ast.cc:9:22: warning: declaration requires an exit-time destructor [-Wexit-time-destructors] free_list AST::flist; ^ In file included from src/skeleton/skeleton.cc:5: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 1 warning generated. In file included from src/skeleton/skeleton.cc:6: In file included from ./src/skeleton/skeleton.h:14: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct 1 warning generated. In file included from src/parse/parse.cc:2: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 2 warnings generated. In file included from src/parse/scanner.cc:8: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 3 warnings generated. 1 warning generated. 1 warning generated. In file included from src/parse/parser.ypp:16: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class src/parse/parser.cc:47:9: warning: macro is not used [-Wunused-macros] #define YYBISON 1 ^ src/parse/parser.cc:50:9: warning: macro is not used [-Wunused-macros] #define YYBISON_VERSION "2.3" ^ src/parse/parser.cc:53:9: warning: macro is not used [-Wunused-macros] #define YYSKELETON_NAME "yacc.c" ^ src/parse/parser.cc:56:9: warning: macro is not used [-Wunused-macros] #define YYPURE 0 ^ src/parse/parser.cc:59:9: warning: macro is not used [-Wunused-macros] #define YYLSP_NEEDED 0 ^ src/parse/parser.cc:65:10: warning: macro is not used [-Wunused-macros] # define YYTOKENTYPE ^ src/parse/parser.cc:86:9: warning: macro is not used [-Wunused-macros] #define TOKEN_CJUMP 258 ^ src/parse/parser.cc:87:9: warning: macro is not used [-Wunused-macros] #define TOKEN_CNEXT 259 ^ src/parse/parser.cc:88:9: warning: macro is not used [-Wunused-macros] #define TOKEN_CLIST 260 ^ src/parse/parser.cc:89:9: warning: macro is not used [-Wunused-macros] #define TOKEN_CSETUP 261 ^ src/parse/parser.cc:90:9: warning: macro is not used [-Wunused-macros] #define TOKEN_CZERO 262 ^ src/parse/parser.cc:91:9: warning: macro is not used [-Wunused-macros] #define TOKEN_CLOSESIZE 263 ^ src/parse/parser.cc:92:9: warning: macro is not used [-Wunused-macros] #define TOKEN_CODE 264 ^ src/parse/parser.cc:93:9: warning: macro is not used [-Wunused-macros] #define TOKEN_CONF 265 ^ src/parse/parser.cc:94:9: warning: macro is not used [-Wunused-macros] #define TOKEN_ID 266 ^ src/parse/parser.cc:95:9: warning: macro is not used [-Wunused-macros] #define TOKEN_FID 267 ^ src/parse/parser.cc:96:9: warning: macro is not used [-Wunused-macros] #define TOKEN_FID_END 268 ^ src/parse/parser.cc:97:9: warning: macro is not used [-Wunused-macros] #define TOKEN_LINE_INFO 269 ^ src/parse/parser.cc:98:9: warning: macro is not used [-Wunused-macros] #define TOKEN_REGEXP 270 ^ src/parse/parser.cc:99:9: warning: macro is not used [-Wunused-macros] #define TOKEN_BLOCK 271 ^ In file included from ../src/parse/lex_conf.re:6: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from ../src/parse/lex.re:8: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from ../src/parse/lex.re:13: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 21 warnings generated. In file included from ../src/options/parse_opts.re:11: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 1 warning generated. In file included from src/main.cc:3: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/main.cc:7: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 1 warning generated. 2 warnings generated. 2 warnings generated. In file included from src/codegen/code_goto.cc:4: In file included from ./src/adfa/adfa.h:11: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/code_goto.cc:6: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/adfa/adfa.h:23:7: note: previous use is here class Msg; ^ In file included from src/codegen/code_goto.cc:6: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ In file included from src/codegen/combine.cc:2: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/combine.cc:3: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/codegen/code.h:27:7: note: previous use is here class Msg; ^ In file included from src/codegen/combine.cc:3: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ In file included from src/codegen/gen_bitmaps.cc:4: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/gen_bitmaps.cc:5: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/codegen/code.h:27:7: note: previous use is here class Msg; ^ In file included from src/codegen/gen_bitmaps.cc:5: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ 3 warnings generated. 3 warnings generated. In file included from src/codegen/gen_delayed.cc:2: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/gen_delayed.cc:6: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class src/codegen/gen_delayed.cc:608:13: warning: 29 enumeration values not explicitly handled in switch: 'CODE_EMPTY', 'CODE_FUNC', 'CODE_SKIP'... [-Wswitch-enum] switch (code->kind) { ^ src/codegen/gen_delayed.cc:608:13: note: add missing switch cases switch (code->kind) { ^ 3 warnings generated. In file included from src/codegen/gen_dfa.cc:11: In file included from ./src/adfa/adfa.h:11: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/gen_dfa.cc:16: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/codegen/gen_goto.cc:5: In file included from ./src/adfa/adfa.h:11: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/gen_goto.cc:8: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/adfa/adfa.h:23:7: note: previous use is here class Msg; ^ In file included from src/codegen/gen_goto.cc:8: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ In file included from src/codegen/gen_program.cc:8: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/gen_program.cc:12: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 3 warnings generated. 2 warnings generated. 3 warnings generated. In file included from src/codegen/gen_state.cc:12: In file included from ./src/adfa/adfa.h:11: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/gen_state.cc:15: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/adfa/adfa.h:23:7: note: previous use is here class Msg; ^ In file included from src/codegen/gen_state.cc:15: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ In file included from src/codegen/render.cc:4: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/codegen/render.cc:7: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 2 warnings generated. In file included from src/options/opt.cc:4: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/options/symtab.cc:5: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 1 warning generated. 2 warnings generated. 3 warnings generated. In file included from src/nfa/re_to_nfa.cc:7: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ 1 warning generated. 1 warning generated. In file included from src/adfa/adfa.cc:11: In file included from ./src/adfa/adfa.h:11: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/adfa/adfa.cc:16: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 2 warnings generated. In file included from src/cfg/normalize.cc:9: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 1 warning generated. In file included from src/cfg/optimize.cc:7: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 1 warning generated. In file included from src/dfa/closure.cc:10: ./src/dfa/determinization.h:27:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/regexp/re.h:17:8: note: previous use is here struct Msg; ^ In file included from src/dfa/closure.cc:11: In file included from ./src/dfa/dfa.h:11: ./src/msg/msg.h:16:1: warning: 'Msg' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg ^ ./src/regexp/re.h:17:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/dfa/closure.cc:13: In file included from ./src/dfa/closure_posix.h:7: In file included from ./src/dfa/posix_precedence.h:7: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/dfa/dead_rules.cc:13: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/dfa/determinization.cc:9: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ In file included from src/dfa/determinization.cc:11: In file included from ./src/dfa/dfa.h:11: ./src/msg/msg.h:16:1: warning: 'Msg' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/dfa/fallback_tags.cc:7: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/dfa/determinization.cc:12: In file included from ./src/dfa/determinization.h:12: In file included from ./src/nfa/nfa.h:9: ./src/regexp/re.h:17:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/regexp/re.h:17:1: note: did you mean class here? struct Msg; ^~~~~~ class 1 warning generated. 1 warning generated. In file included from src/dfa/find_state.cc:9: ./src/dfa/determinization.h:27:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/regexp/re.h:17:8: note: previous use is here struct Msg; ^ In file included from src/dfa/find_state.cc:10: In file included from ./src/dfa/dfa.h:11: ./src/msg/msg.h:16:1: warning: 'Msg' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg ^ ./src/regexp/re.h:17:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/dfa/find_state.cc:14: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 3 warnings generated. 3 warnings generated. 3 warnings generated. src/encoding/range_suffix.cc:10:39: warning: declaration requires an exit-time destructor [-Wexit-time-destructors] free_list RangeSuffix::freeList; ^ 1 warning generated. In file included from src/msg/warn.cc:8: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/regexp/default_tags.cc:7: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ In file included from src/msg/warn.cc:10: In file included from ./src/skeleton/skeleton.h:14: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/regexp/ast_to_re.cc:19: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/regexp/fixed_tags.cc:5: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ In file included from src/regexp/ast_to_re.cc:21: ./src/regexp/re.h:17:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/regexp/re.h:17:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/regexp/default_tags.cc:8: ./src/regexp/re.h:17:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/options/opt.h:39:7: note: previous use is here class Msg; ^ In file included from src/regexp/fixed_tags.cc:6: ./src/regexp/re.h:17:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/options/opt.h:39:7: note: previous use is here class Msg; ^ 2 warnings generated. 2 warnings generated. 2 warnings generated. 2 warnings generated. In file included from src/regexp/nullable.cc:9: ./src/regexp/re.h:17:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/regexp/re.h:17:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/regexp/re.cc:2: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ src/regexp/rule.cc:8:28: warning: declaration requires an exit-time destructor [-Wexit-time-destructors] free_list SemAct::flist; ^ 1 warning generated. In file included from src/regexp/re.cc:4: ./src/regexp/re.h:17:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/options/opt.h:39:7: note: previous use is here class Msg; ^ In file included from src/regexp/split_charset.cc:6: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ 1 warning generated. In file included from src/regexp/split_charset.cc:8: ./src/regexp/re.h:17:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/options/opt.h:39:7: note: previous use is here class Msg; ^ 2 warnings generated. In file included from src/skeleton/control_flow.cc:13: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/skeleton/generate_data.cc:11: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ 2 warnings generated. In file included from src/skeleton/generate_data.cc:15: ./src/msg/msg.h:16:1: warning: 'Msg' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/skeleton/control_flow.cc:15: In file included from ./src/skeleton/path.h:8: In file included from ./src/skeleton/skeleton.h:14: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/skeleton/generate_code.cc:8: In file included from ./src/adfa/adfa.h:11: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct In file included from src/skeleton/generate_code.cc:11: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/adfa/adfa.h:23:7: note: previous use is here class Msg; ^ In file included from src/skeleton/generate_code.cc:11: ./src/options/opt.h:39:1: warning: class 'Msg' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class Msg; ^ ./src/options/symtab.h:12:8: note: previous use is here struct Msg; ^ In file included from src/skeleton/generate_data.cc:18: In file included from ./src/skeleton/path.h:8: In file included from ./src/skeleton/skeleton.h:14: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct 2 warnings generated. In file included from src/skeleton/maxpath.cc:12: In file included from ./src/skeleton/skeleton.h:14: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct 3 warnings generated. 1 warning generated. In file included from src/skeleton/skeleton.cc:5: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class In file included from src/skeleton/skeleton.cc:6: In file included from ./src/skeleton/skeleton.h:14: ./src/codegen/code.h:665:1: warning: 'OutputBlock' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct OutputBlock { ^ ./src/codegen/code.h:34:1: note: did you mean struct here? class OutputBlock; ^~~~~ struct src/parse/ast.cc:9:22: warning: declaration requires an exit-time destructor [-Wexit-time-destructors] free_list AST::flist; ^ 2 warnings generated. 1 warning generated. In file included from src/parse/parse.cc:2: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 3 warnings generated. In file included from src/parse/scanner.cc:8: In file included from ./src/options/opt.h:11: ./src/options/symtab.h:12:1: warning: struct 'Msg' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] struct Msg; ^ ./src/msg/msg.h:16:7: note: previous use is here class Msg ^ ./src/options/symtab.h:12:1: note: did you mean class here? struct Msg; ^~~~~~ class 1 warning generated. 1 warning generated. re2c/2.2: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior