Back to build
Raw log | Switch to full mode | Login

make -j24 'MAKEOVERRIDES=USE_GCC_STDINT=provide' check-gcc in dir /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir: allow_subannotations: False base_name: 'test x86_64 gcc' cmd: ['make', '-j24', 'MAKEOVERRIDES=USE_GCC_STDINT=provide', 'check-gcc'] cwd: '/b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir' env: {} env_prefixes: {'PATH': '/b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc-darwin/bin'} env_suffixes: {} infra_step: False name: 'test x86_64 gcc' nest_level: 0 ok_ret: frozenset([0]) trigger_specs: () full environment: BOTO_CONFIG: /b/s/w/ir/tmp/gsutil_task/.boto BUILDBUCKET_EXPERIMENTAL: FALSE CIPD_CACHE_DIR: /b/s/cipd_cache/cache CIPD_PROTOCOL: v2 DEVSHELL_CLIENT_PORT: 49652 DOCKER_CONFIG: /b/s/w/ir/tmp/docker_cfg_task DOCKER_TMPDIR: /b/s/w/ir/tmp/docker_tmp_task GIT_CONFIG_NOSYSTEM: 1 GIT_TERMINAL_PROMPT: 0 HOME: /Users/swarming INFRA_GIT_WRAPPER_HOME: /b/s/w/ir/tmp/git_home_task LOGDOG_COORDINATOR_HOST: logs.chromium.org LOGDOG_STREAM_PREFIX: buildbucket/cr-buildbucket.appspot.com/8921887170878726176 LOGDOG_STREAM_PROJECT: fuchsia LOGDOG_STREAM_SERVER_PATH: unix:/b/s/w/ir/tmp/ld.sock LOGNAME: swarming LUCI_CONTEXT: /b/s/w/itAaPTSE/luci_context.669984477 MAC_CHROMIUM_TMPDIR: /b/s/w/ir/tmp/t NO_GCE_CHECK: False PATH: /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc-darwin/bin:/b/s/w/ir/cipd_bin_packages:/b/s/w/ir/cipd_bin_packages/bin:/b/s/cipd_cache/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin PWD: /b/s/w/ir PYTHONIOENCODING: UTF-8 PYTHONUNBUFFERED: 1 SHELL: /bin/bash SHLVL: 1 SWARMING_BOT_ID: fuchsia-ci-mac-lab01-1004 SWARMING_EXTERNAL_BOT_SETUP: 1 SWARMING_HEADLESS: 1 SWARMING_SERVER: https://chromium-swarm.appspot.com SWARMING_TASK_ID: 42f16e374b00ab11 TEMP: /b/s/w/ir/tmp/t TEMPDIR: /b/s/w/ir/tmp/t TMP: /b/s/w/ir/tmp/t TMPDIR: /b/s/w/ir/tmp/t USER: swarming VERSIONER_PYTHON_PREFER_32_BIT: no VERSIONER_PYTHON_VERSION: 2.7 VPYTHON_VIRTUALENV_ROOT: /b/s/w/ir/cache/vpython XPC_FLAGS: 0x0 XPC_SERVICE_NAME: 0 _: /b/s/w/ir/cipd_bin_packages/vpython __CF_USER_TEXT_ENCODING: 0x1F6:0:0 Making a new config file... echo "set tmpdir /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/testsuite" >> ./site.tmp rm -rf testsuite/gcc-parallel rm -rf testsuite/g++-parallel mkdir: testsuite: File exists mkdir: plugin: File exists mkdir: plugin: File exists mkdir: plugin: File exists make[2]: [check-parallel-g++_3] Error 1 (ignored) mkdir: plugin: File exists mkdir: plugin: File exists mkdir: plugin: File exists make[2]: [check-parallel-g++_5] Error 1 (ignored) mkdir: plugin: File exists make[2]: [check-parallel-g++_4] Error 1 (ignored) make[2]: [check-parallel-gcc] Error 1 (ignored) make[2]: [check-parallel-gcc_1] Error 1 (ignored) make[2]: [check-parallel-g++_2] Error 1 (ignored) make[2]: [check-parallel-g++] Error 1 (ignored) (rootme=`${PWDCMD-pwd}`; export rootme; \ srcdir=`cd /b/s/w/ir/kitchen-workdir/gcc/gcc; ${PWDCMD-pwd}` ; export srcdir ; \ if [ -n "" ] \ && [ -n "$GCC_RUNTEST_PARALLELIZE_DIR" ] \ && [ -f testsuite/gcc-parallel/finished ]; then \ rm -rf testsuite/gcc; \ else \ cd testsuite/gcc; \ rm -f tmp-site.exp; \ sed '/set tmpdir/ s|testsuite$|testsuite/gcc|' \ < ../../site.exp > tmp-site.exp; \ /bin/sh ${srcdir}/../move-if-change tmp-site.exp site.exp; \ EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo ${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; \ if [ -f ${rootme}/../expect/expect ] ; then \ TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \ export TCL_LIBRARY ; \ fi ; \ `if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo ${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool gcc ; \ if [ -n "$GCC_RUNTEST_PARALLELIZE_DIR" ] ; then \ touch ${rootme}/testsuite/gcc-parallel/finished; \ fi ; \ fi ) (rootme=`${PWDCMD-pwd}`; export rootme; \ srcdir=`cd /b/s/w/ir/kitchen-workdir/gcc/gcc; ${PWDCMD-pwd}` ; export srcdir ; \ if [ -n "" ] \ && [ -n "$GCC_RUNTEST_PARALLELIZE_DIR" ] \ && [ -f testsuite/g++-parallel/finished ]; then \ rm -rf testsuite/g++; \ else \ cd testsuite/g++; \ rm -f tmp-site.exp; \ sed '/set tmpdir/ s|testsuite$|testsuite/g++|' \ < ../../site.exp > tmp-site.exp; \ /bin/sh ${srcdir}/../move-if-change tmp-site.exp site.exp; \ EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo ${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; \ if [ -f ${rootme}/../expect/expect ] ; then \ TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \ export TCL_LIBRARY ; \ fi ; \ `if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo ${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool g++ ; \ if [ -n "$GCC_RUNTEST_PARALLELIZE_DIR" ] ; then \ touch ${rootme}/testsuite/g++-parallel/finished; \ fi ; \ fi ) WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. Test run by swarming on Sun Feb 10 11:01:57 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === g++ tests === WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. Test run by swarming on Sun Feb 10 11:01:57 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. === gcc tests === WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. Test run by swarming on Sun Feb 10 11:01:57 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 Test run by swarming on Sun Feb 10 11:01:57 2019 === gcc tests === Target is x86_64-pc-elf Test run by swarming on Sun Feb 10 11:01:57 2019 Host is x86_64-apple-darwin17.7.0 === gcc tests === Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === g++ tests === Test run by swarming on Sun Feb 10 11:01:57 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === gcc tests === Test run by swarming on Sun Feb 10 11:01:57 2019 Test run by swarming on Sun Feb 10 11:01:57 2019 Target is x86_64-pc-elf Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 Host is x86_64-apple-darwin17.7.0 === g++ tests === === gcc tests === Test run by swarming on Sun Feb 10 11:01:57 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === g++ tests === Test run by swarming on Sun Feb 10 11:01:57 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 Test run by swarming on Sun Feb 10 11:01:57 2019 === gcc tests === Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === g++ tests === Test run by swarming on Sun Feb 10 11:01:57 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === g++ tests === Test run by swarming on Sun Feb 10 11:01:57 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === g++ tests === Test run by swarming on Sun Feb 10 11:01:57 2019 Test run by swarming on Sun Feb 10 11:01:57 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 Target is x86_64-pc-elf === g++ tests === Host is x86_64-apple-darwin17.7.0 Test run by swarming on Sun Feb 10 11:01:57 2019 === g++ tests === Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === g++ tests === Test run by swarming on Sun Feb 10 11:01:57 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 Test run by swarming on Sun Feb 10 11:01:57 2019 === g++ tests === Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 Test run by swarming on Sun Feb 10 11:01:57 2019 === gcc tests === Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === gcc tests === Test run by swarming on Sun Feb 10 11:01:57 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 Test run by swarming on Sun Feb 10 11:01:57 2019 === gcc tests === Test run by swarming on Sun Feb 10 11:01:57 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 Target is x86_64-pc-elf === gcc tests === Host is x86_64-apple-darwin17.7.0 === g++ tests === Test run by swarming on Sun Feb 10 11:01:57 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === gcc tests === Test run by swarming on Sun Feb 10 11:01:57 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === g++ tests === Schedule of variations: Schedule of variations: Schedule of variations: unix unix Schedule of variations: Schedule of variations: unix Schedule of variations: unix Schedule of variations: Schedule of variations: unix Schedule of variations: Schedule of variations: Schedule of variations: unix Running target unix unix Running target unix unix unix unix unix Schedule of variations: Running target unix unix Running target unix Running target unix Running target unix Running target unix Running target unix Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Running target unix Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Schedule of variations: Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Schedule of variations: Schedule of variations: Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Schedule of variations: Schedule of variations: Schedule of variations: Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. unix Schedule of variations: Schedule of variations: unix unix Schedule of variations: Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Schedule of variations: Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. unix unix unix unix unix unix unix Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Schedule of variations: unix Running target unix WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. Running target unix Running target unix WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. Running target unix WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. Running target unix Running target unix WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. Running target unix Running target unix WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. Running target unix WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Schedule of variations: WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. unix Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Running target unix Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/bprob/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/bprob/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/bprob/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/bprob/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/bprob/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/bprob/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/bprob/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/bprob/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/bprob/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/bprob/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/bprob/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/bprob/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/bprob/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/compat.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/compat.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/compat.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/compat.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/compat.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/compat.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/compat.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/compat.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/struct-layout-1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/struct-layout-1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/struct-layout-1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/compat.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/compat.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/compat.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/struct-layout-1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/struct-layout-1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/struct-layout-1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/struct-layout-1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/compat.exp ... FAIL: g++.dg/compat/eh/dtor1 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: g++.dg/compat/init/dtor1 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: g++.dg/compat/abi/vbase8-4 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: g++.dg/compat/eh/ctor1 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: g++.dg/compat/eh/filter1 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: g++.dg/compat/init/elide1 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: g++.dg/compat/break/bitfield5 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: g++.dg/compat/abi/bitfield1 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: g++.dg/compat/eh/ctor2 cp_compat_x_tst.o-cp_compat_y_tst.o link Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/struct-layout-1.exp ... FAIL: g++.dg/compat/eh/filter2 cp_compat_x_tst.o compile FAIL: g++.dg/compat/eh/filter2 cp_compat_y_tst.o compile Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/debug.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/debug.exp ... FAIL: g++.dg/compat/eh/new1 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t008 cp_compat_main_tst.o compile FAIL: g++.dg/compat/init/init-ref2 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: tmpdir-g++.dg-struct-layout-1/t018 cp_compat_main_tst.o compile Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/struct-layout-1.exp ... FAIL: tmpdir-g++.dg-struct-layout-1/t028 cp_compat_main_tst.o compile FAIL: g++.dg/compat/break/bitfield7 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: g++.dg/compat/abi/bitfield2 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: g++.dg/compat/eh/new1 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t008 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t028 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t018 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t008 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t028 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t018 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t009 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t029 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t019 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t009 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t019 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t009 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t019 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t029 cp_compat_y_tst.o compile FAIL: g++.dg/compat/break/empty6 cp_compat_x_tst.o-cp_compat_y_tst.o link Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/debug.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/debug.exp ... FAIL: g++.dg/compat/eh/nrv1 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: tmpdir-g++.dg-struct-layout-1/t010 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t020 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t030 cp_compat_main_tst.o compile FAIL: g++.dg/compat/abi/pr38736 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: tmpdir-g++.dg-struct-layout-1/t010 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t020 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o compile Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/debug.exp ... FAIL: tmpdir-g++.dg-struct-layout-1/t010 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t020 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t030 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t011 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t021 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t031 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t011 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t021 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t031 cp_compat_x_tst.o compile FAIL: g++.dg/compat/break/vbase10 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: tmpdir-g++.dg-struct-layout-1/t011 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t021 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t031 cp_compat_y_tst.o compile Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/debug.exp ... FAIL: g++.dg/compat/eh/spec3 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: g++.dg/compat/abi/pr83487-1 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: tmpdir-g++.dg-struct-layout-1/t012 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t022 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t012 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t022 cp_compat_x_tst.o compile FAIL: g++.dg/debug/pr27657.C -gdwarf-2 -g1 (test for excess errors) FAIL: tmpdir-g++.dg-struct-layout-1/t012 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t001 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t022 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t013 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t001 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t023 cp_compat_main_tst.o compile FAIL: g++.dg/debug/pr27657.C -gdwarf-2 -g1 -O2 (test for excess errors) FAIL: g++.dg/compat/break/vbase11 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: tmpdir-g++.dg-struct-layout-1/t001 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t013 cp_compat_x_tst.o compile Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/compat.exp ... FAIL: g++.dg/compat/eh/template1 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: tmpdir-g++.dg-struct-layout-1/t023 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t013 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t002 cp_compat_main_tst.o compile FAIL: g++.dg/compat/abi/pr83487-2 cp_compat_x_tst.o-cp_compat_y_tst.o link Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/struct-layout-1.exp ... FAIL: g++.dg/debug/pr27657.C -gdwarf-2 -g1 -O3 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/struct-layout-1.exp ... FAIL: tmpdir-g++.dg-struct-layout-1/t023 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t002 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t014 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t024 cp_compat_main_tst.o compile FAIL: g++.dg/compat/eh/unexpected1 cp_compat_x_tst.o compile FAIL: g++.dg/debug/pr27657.C -gdwarf-2 (test for excess errors) FAIL: tmpdir-g++.dg-struct-layout-1/t002 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t014 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t024 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t014 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t003 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t024 cp_compat_y_tst.o compile FAIL: g++.dg/debug/pr27657.C -gdwarf-2 -O2 (test for excess errors) FAIL: tmpdir-g++.dg-struct-layout-1/t003 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t015 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t025 cp_compat_main_tst.o compile FAIL: g++.dg/compat/abi/vbase8-10 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: tmpdir-g++.dg-struct-layout-1/t003 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t015 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t025 cp_compat_x_tst.o compile FAIL: g++.dg/debug/pr27657.C -gdwarf-2 -O3 (test for excess errors) FAIL: tmpdir-g++.dg-struct-layout-1/t004 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t015 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t025 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t004 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t016 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t026 cp_compat_main_tst.o compile FAIL: g++.dg/debug/pr27657.C -gdwarf-2 -g3 (test for excess errors) FAIL: g++.dg/compat/init/array5 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: tmpdir-g++.dg-struct-layout-1/t004 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t016 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t026 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t005 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t016 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t026 cp_compat_y_tst.o compile FAIL: g++.dg/debug/pr27657.C -gdwarf-2 -g3 -O2 (test for excess errors) FAIL: tmpdir-g++.dg-struct-layout-1/t005 cp_compat_x_tst.o compile FAIL: g++.dg/compat/abi/vbase8-21 cp_compat_x_tst.o-cp_compat_y_tst.o link FAIL: tmpdir-g++.dg-struct-layout-1/t017 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t027 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t005 cp_compat_y_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t017 cp_compat_x_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t027 cp_compat_x_tst.o compile FAIL: g++.dg/debug/pr27657.C -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: tmpdir-g++.dg-struct-layout-1/t006 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t017 cp_compat_y_tst.o compile Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/debug.exp ... FAIL: tmpdir-g++.dg-struct-layout-1/t027 cp_compat_y_tst.o compile Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/debug.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/debug.exp ... FAIL: g++.dg/compat/init/byval1 cp_compat_x_tst.o-cp_compat_y_tst.o link Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/struct-layout-1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/debug.exp ... FAIL: tmpdir-g++.dg-struct-layout-1/t006 cp_compat_x_tst.o compile FAIL: g++.dg/debug/pr27657.C -gstabs1 (test for excess errors) FAIL: tmpdir-g++.dg-struct-layout-1/t006 cp_compat_y_tst.o compile FAIL: g++.dg/compat/abi/vbase8-22 cp_compat_x_tst.o-cp_compat_y_tst.o link Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/compat/struct-layout-1.exp ... FAIL: g++.dg/debug/pr27657.C -gstabs1 -O2 (test for excess errors) FAIL: tmpdir-g++.dg-struct-layout-1/t007 cp_compat_main_tst.o compile FAIL: tmpdir-g++.dg-struct-layout-1/t007 cp_compat_x_tst.o compile FAIL: g++.dg/debug/pr27657.C -gstabs1 -O3 (test for excess errors) FAIL: tmpdir-g++.dg-struct-layout-1/t007 cp_compat_y_tst.o compile Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/debug.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.dg/debug/pr27657.C -gstabs (test for excess errors) FAIL: g++.dg/debug/pr27657.C -gstabs -O2 (test for excess errors) FAIL: g++.dg/debug/pr27657.C -gstabs -O3 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/debug.exp ... FAIL: g++.dg/debug/pr27657.C -gstabs3 (test for excess errors) FAIL: g++.dg/debug/pr27657.C -gstabs3 -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/debug.exp ... FAIL: g++.dg/debug/pr27657.C -gstabs3 -O3 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.dg/debug/pr27657.C -gstabs+1 (test for excess errors) FAIL: g++.dg/debug/const1.C -gdwarf-2 -g1 (test for excess errors) FAIL: g++.dg/debug/pr27657.C -gstabs+1 -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.dg/debug/const1.C -gdwarf-2 -g1 -O2 (test for excess errors) FAIL: g++.dg/debug/pr27657.C -gstabs+1 -O3 (test for excess errors) FAIL: g++.dg/debug/const1.C -gdwarf-2 -g1 -O3 (test for excess errors) FAIL: g++.dg/debug/pr27657.C -gstabs+ (test for excess errors) FAIL: g++.dg/debug/const1.C -gdwarf-2 (test for excess errors) FAIL: g++.dg/debug/pr27657.C -gstabs+ -O2 (test for excess errors) FAIL: g++.dg/debug/const1.C -gdwarf-2 -O2 (test for excess errors) FAIL: g++.dg/debug/pr27657.C -gstabs+ -O3 (test for excess errors) FAIL: g++.dg/debug/const1.C -gdwarf-2 -O3 (test for excess errors) FAIL: g++.dg/debug/pr27657.C -gstabs+3 (test for excess errors) FAIL: g++.dg/debug/const1.C -gdwarf-2 -g3 (test for excess errors) FAIL: g++.dg/debug/pr27657.C -gstabs+3 -O2 (test for excess errors) FAIL: g++.dg/debug/const1.C -gdwarf-2 -g3 -O2 (test for excess errors) FAIL: g++.dg/debug/pr27657.C -gstabs+3 -O3 (test for excess errors) FAIL: g++.dg/debug/const1.C -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs1 (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs1 -O2 (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs1 -O3 (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs -O2 (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs -O3 (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs3 (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs3 -O2 (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs3 -O3 (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs+1 (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs+1 -O2 (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs+1 -O3 (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs+ (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs+ -O2 (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs+ -O3 (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs+3 (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs+3 -O2 (test for excess errors) FAIL: g++.dg/debug/const1.C -gstabs+3 -O3 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dg.exp ... FAIL: g++.dg/debug/trivial.C -gdwarf-2 -g1 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gdwarf-2 -g1 -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dfp/dfp.exp ... FAIL: g++.dg/debug/trivial.C -gdwarf-2 -g1 -O3 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dfp/dfp.exp ... FAIL: g++.dg/debug/trivial.C -gdwarf-2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dg.exp ... FAIL: g++.dg/debug/debug4.C -gdwarf-2 -g1 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gdwarf-2 -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dfp/dfp.exp ... FAIL: g++.dg/debug/debug4.C -gdwarf-2 -g1 -O2 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gdwarf-2 -O3 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dg.exp ... FAIL: g++.dg/debug/debug4.C -gdwarf-2 -g1 -O3 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gdwarf-2 -g3 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gdwarf-2 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gdwarf-2 -g3 -O2 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gdwarf-2 -O2 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gdwarf-2 -O3 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs1 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gdwarf-2 -g3 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs1 -O2 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gdwarf-2 -g3 -O2 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs1 -O3 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs (test for excess errors) FAIL: g++.dg/debug/debug4.C -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gstabs1 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs -O2 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gstabs1 -O2 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs -O3 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gstabs1 -O3 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs3 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gstabs (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs3 -O2 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gstabs -O2 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs3 -O3 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.dg/debug/debug4.C -gstabs -O3 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs+1 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gstabs3 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs+1 -O2 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gstabs3 -O2 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs+1 -O3 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gstabs3 -O3 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs+ (test for excess errors) FAIL: g++.dg/debug/debug4.C -gstabs+1 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs+ -O2 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gstabs+1 -O2 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs+ -O3 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gstabs+1 -O3 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs+3 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gstabs+ (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs+3 -O2 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gstabs+ -O2 (test for excess errors) FAIL: g++.dg/debug/trivial.C -gstabs+3 -O3 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gstabs+ -O3 (test for excess errors) FAIL: g++.dg/debug/debug4.C -gstabs+3 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dfp/dfp.exp ... FAIL: g++.dg/debug/debug4.C -gstabs+3 -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dg.exp ... FAIL: g++.dg/debug/debug4.C -gstabs+3 -O3 (test for excess errors) FAIL: g++.dg/pr66655.C -std=c++98 (test for excess errors) FAIL: g++.dg/pr64037.C (test for excess errors) FAIL: g++.dg/pr66655.C -std=c++11 (test for excess errors) FAIL: g++.dg/pr61289-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/pr66655.C -std=c++14 (test for excess errors) FAIL: g++.dg/pr61289-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/pr61289-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/pr61289.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/pr59695.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/pr61289.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/pr61289.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/pr59695.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/pr59695.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/pr71389.C (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.dg/pr71488.C (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dg.exp ... FAIL: g++.dg/cet-notrack-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/cet-notrack-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/pr77550.C (test for excess errors) FAIL: g++.dg/cet-notrack-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/pr71655.C (test for excess errors) FAIL: g++.dg/pr80481.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/pr80481.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/pr80481.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/pr79095-3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/pr79095-3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/pr79095-3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/pr84943-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/pr83239.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/pr83239.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/pr84943-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/pr83239.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/pr84943-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/prof-robust-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/prof-robust-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/prof-robust-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/DRs/dr1511-1.C -std=c++98 (test for excess errors) FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++98 (test for errors, line 7) FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++98 (test for warnings, line 7) FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++98 (test for errors, line 25) FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++98 (test for warnings, line 25) FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++98 expected multiline pattern lines 10-11 not found: "\s*return std::allocate<char>\(\)\.allocate\(n\);.*\n \^~~~~~~~\n" FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++98 expected multiline pattern lines 14-16 not found: " return std::allocate<char>\(\)\.allocate\(n\);.*\n \^~~~~~~~\n allocator.*\n" FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++98 expected multiline pattern lines 28-29 not found: " return std::alocator<char>\(\)\.allocate\(n\);.*\n \^~~~~~~~\n" FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++98 expected multiline pattern lines 32-34 not found: " return std::alocator<char>\(\)\.allocate\(n\);.*\n \^~~~~~~~\n allocator.*\n" FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++11 (test for errors, line 7) FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++11 (test for warnings, line 7) FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++11 (test for errors, line 25) FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++11 (test for warnings, line 25) FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++11 expected multiline pattern lines 10-11 not found: "\s*return std::allocate<char>\(\)\.allocate\(n\);.*\n \^~~~~~~~\n" FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++11 expected multiline pattern lines 14-16 not found: " return std::allocate<char>\(\)\.allocate\(n\);.*\n \^~~~~~~~\n allocator.*\n" FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++11 expected multiline pattern lines 28-29 not found: " return std::alocator<char>\(\)\.allocate\(n\);.*\n \^~~~~~~~\n" FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++11 expected multiline pattern lines 32-34 not found: " return std::alocator<char>\(\)\.allocate\(n\);.*\n \^~~~~~~~\n allocator.*\n" FAIL: g++.dg/DRs/dr1511-1.C -std=c++11 (test for excess errors) FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++14 (test for errors, line 7) FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++14 (test for warnings, line 7) FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++14 (test for errors, line 25) FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++14 (test for warnings, line 25) FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++14 expected multiline pattern lines 10-11 not found: "\s*return std::allocate<char>\(\)\.allocate\(n\);.*\n \^~~~~~~~\n" FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++14 expected multiline pattern lines 14-16 not found: " return std::allocate<char>\(\)\.allocate\(n\);.*\n \^~~~~~~~\n allocator.*\n" FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++14 expected multiline pattern lines 28-29 not found: " return std::alocator<char>\(\)\.allocate\(n\);.*\n \^~~~~~~~\n" FAIL: g++.dg/spellcheck-pr78656.C -std=gnu++14 expected multiline pattern lines 32-34 not found: " return std::alocator<char>\(\)\.allocate\(n\);.*\n \^~~~~~~~\n allocator.*\n" FAIL: g++.dg/DRs/dr1511-1.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/align1.C -std=c++98 (test for excess errors) FAIL: g++.dg/abi/align1.C -std=c++11 (test for excess errors) FAIL: g++.dg/DRs/dr2137-1.C -std=c++11 (test for excess errors) FAIL: g++.dg/DRs/dr2137-1.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/align1.C -std=c++14 (test for excess errors) FAIL: g++.dg/DRs/dr2137-2.C -std=c++11 (test for excess errors) FAIL: g++.dg/DRs/dr2137-2.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/bitfield1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/bitfield1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/bitfield1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/empty11.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/empty19.C -std=gnu++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.dg/abi/empty11.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/bitfield11.C -std=gnu++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dfp/dfp.exp ... FAIL: g++.dg/abi/empty11.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/empty19.C -std=gnu++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dg.exp ... FAIL: g++.dg/abi/bitfield11.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/bitfield11.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/empty19.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/empty12.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/layout2.C -std=c++98 (test for excess errors) FAIL: g++.dg/abi/bitfield2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/empty4.C -std=c++98 (test for excess errors) FAIL: g++.dg/abi/empty12.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/covariant3.C -std=c++98 (test for excess errors) FAIL: g++.dg/abi/layout2.C -std=c++11 (test for excess errors) FAIL: g++.dg/abi/bitfield2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/empty4.C -std=c++11 (test for excess errors) FAIL: g++.dg/abi/empty12.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/bitfield2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/layout2.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/covariant3.C -std=c++11 (test for excess errors) FAIL: g++.dg/abi/empty4.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/local1.C -std=c++98 (test for excess errors) FAIL: g++.dg/abi/covariant3.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/empty13.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/bitfield4.C -std=c++98 (test for excess errors) FAIL: g++.dg/abi/local1.C -std=c++11 (test for excess errors) FAIL: g++.dg/abi/empty22.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/bitfield4.C -std=c++11 (test for excess errors) FAIL: g++.dg/abi/covariant4.C -std=c++98 (test for excess errors) FAIL: g++.dg/abi/local1.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/empty13.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/bitfield4.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/bitfield6.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/empty22.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/empty8.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/covariant4.C -std=c++11 (test for excess errors) FAIL: g++.dg/abi/bitfield6.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/empty13.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/bitfield6.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/empty8.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/covariant4.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/empty22.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/empty8.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/empty14.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/empty23.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/covariant5.C -std=c++98 (test for excess errors) FAIL: g++.dg/abi/enum1.C -std=c++98 (test for excess errors) FAIL: g++.dg/abi/enum1.C -std=c++11 (test for excess errors) FAIL: g++.dg/abi/empty23.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/covariant5.C -std=c++11 (test for excess errors) FAIL: g++.dg/abi/layout1.C -std=c++98 (test for excess errors) FAIL: g++.dg/abi/empty14.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/enum1.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/empty23.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/covariant5.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/layout1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/compile/20101217-1.c -O0 (test for excess errors) FAIL: g++.dg/abi/empty14.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/compile/20101217-1.c -O1 (test for excess errors) FAIL: g++.dg/abi/layout1.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/empty24.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/compile/20101217-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/compile/20101217-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/abi/empty24.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/empty15.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/compile/20101217-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/compile/20101217-1.c -Os (test for excess errors) FAIL: g++.dg/abi/empty24.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/compile/20101217-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/compile/20101217-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/abi/empty15.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/mangle40.C -std=gnu++98 (test for warnings, line 20) FAIL: g++.dg/abi/mangle40.C -std=gnu++98 (test for warnings, line 23) FAIL: g++.dg/abi/mangle40.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/mangle2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/empty25.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/mangle40.C -std=gnu++11 (test for warnings, line 20) FAIL: g++.dg/abi/mangle40.C -std=gnu++11 (test for warnings, line 23) FAIL: g++.dg/abi/mangle40.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/empty15.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/mangle2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/mangle40.C -std=gnu++14 (test for warnings, line 20) FAIL: g++.dg/abi/mangle40.C -std=gnu++14 (test for warnings, line 23) FAIL: g++.dg/abi/mangle40.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/empty25.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/mangle41.C -std=gnu++98 (test for warnings, line 6) FAIL: g++.dg/abi/mangle41.C -std=gnu++98 (test for errors, line 7) FAIL: g++.dg/abi/mangle41.C -std=gnu++98 (test for warnings, line 7) FAIL: g++.dg/abi/mangle41.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/mangle2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/mangle41.C -std=gnu++11 (test for warnings, line 6) FAIL: g++.dg/abi/mangle41.C -std=gnu++11 (test for errors, line 7) FAIL: g++.dg/abi/mangle41.C -std=gnu++11 (test for warnings, line 7) FAIL: g++.dg/abi/mangle41.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/empty16.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/mangle41.C -std=gnu++14 (test for warnings, line 6) FAIL: g++.dg/abi/mangle41.C -std=gnu++14 (test for errors, line 7) FAIL: g++.dg/abi/mangle41.C -std=gnu++14 (test for warnings, line 7) FAIL: g++.dg/abi/mangle41.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/empty25.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/empty16.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/empty26.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/empty16.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/empty26.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/empty17.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/empty26.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/empty17.C -std=gnu++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.dg/abi/empty17.C -std=gnu++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dfp/dfp.exp ... FAIL: g++.dg/abi/empty18.C -std=gnu++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dg.exp ... FAIL: g++.dg/abi/mangle36.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/offsetof.C -std=c++98 (test for excess errors) FAIL: g++.dg/abi/empty18.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/pr39188-3a.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/mangle36.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/offsetof.C -std=c++11 (test for excess errors) FAIL: g++.dg/abi/mangle36.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/empty18.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/pr39188-3a.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/offsetof.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/vbase15.C -std=c++98 (test for excess errors) FAIL: g++.dg/abi/packed1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/vbase15.C -std=c++11 (test for excess errors) FAIL: g++.dg/abi/pr39188-3a.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/packed1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/vbase15.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/regparm1.C -std=c++11 (test for excess errors) FAIL: g++.dg/abi/packed1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/vbase8-10.C -std=gnu++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.dg/concepts/abbrev2.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/regparm1.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/param1.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dfp/dfp.exp ... FAIL: g++.dg/abi/vbase8-10.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/param1.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dg.exp ... FAIL: g++.dg/abi/pr60336-10.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/vbase8-10.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/param1.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/pr60336-10.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/rtti2.C -std=c++98 (test for excess errors) FAIL: g++.dg/abi/vbase8-21.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/concepts/dr1430.C (test for errors, line 31) FAIL: g++.dg/concepts/dr1430.C (test for errors, line 35) FAIL: g++.dg/concepts/dr1430.C (test for errors, line 40) FAIL: g++.dg/concepts/dr1430.C (test for errors, line 41) FAIL: g++.dg/concepts/dr1430.C (test for excess errors) FAIL: g++.dg/abi/rtti2.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.dg/abi/pr60336-10.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/rtti2.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/vbase8-21.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/concepts/explicit-spec1.C (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dfp/dfp.exp ... FAIL: g++.dg/concepts/equiv2.C (test for excess errors) FAIL: g++.dg/abi/pr60336-11.C -std=gnu++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dg.exp ... FAIL: g++.dg/abi/pr39188-1a.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/vbase8-21.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/pr60336-11.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/concepts/explicit-spec4.C (test for excess errors) FAIL: g++.dg/concepts/fn7.C (test for excess errors) FAIL: g++.dg/abi/vbase8-22.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/concepts/explicit-spec5.C (test for errors, line 21) FAIL: g++.dg/concepts/explicit-spec5.C (test for excess errors) FAIL: g++.dg/abi/pr39188-1a.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/scoped1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/pr60336-11.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/concepts/fn9.C (test for excess errors) FAIL: g++.dg/concepts/expression.C (test for excess errors) FAIL: g++.dg/abi/vbase8-22.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/scoped1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/pr60336-12.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/pr39188-1a.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/concepts/intro2.C (test for excess errors) FAIL: g++.dg/concepts/fn3.C (test for excess errors) FAIL: g++.dg/abi/vbase8-22.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/vbase12.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/pr60336-12.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/concepts/memfun.C (test for excess errors) FAIL: g++.dg/abi/vbase8-4.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/concepts/generic-fn.C (test for excess errors) FAIL: g++.dg/abi/vbase12.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/concepts/pr65848.C (test for excess errors) FAIL: g++.dg/abi/pr60336-12.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/vbase12.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/vbase8-4.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/pr39188-2a.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/pr60336-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/vbase13.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/vbase8-4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/pr60336-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/pr39188-2a.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/concepts/req16.C (test for excess errors) FAIL: g++.dg/abi/vbase13.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/pr60336-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/pr39188-2a.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/vbase13.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/concepts/req7.C (test for errors, line 23) FAIL: g++.dg/concepts/req7.C (test for excess errors) FAIL: g++.dg/abi/vcall1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/abi/vcall1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/abi/pr60336-4.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/concepts/req3.C (test for excess errors) FAIL: g++.dg/abi/vcall1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/pr60336-4.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/conversion/bitfield1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/concepts/template-template-parm1.C (test for excess errors) FAIL: g++.dg/abi/pr60336-4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/abi/vthunk1.C -std=c++98 (test for excess errors) FAIL: g++.dg/conversion/bitfield1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/concepts/req12.C (test for excess errors) FAIL: g++.dg/abi/vthunk1.C -std=c++11 (test for excess errors) FAIL: g++.dg/conversion/bitfield1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/conversion/ptrmem8.C -std=c++98 (test for excess errors) FAIL: g++.dg/abi/vthunk1.C -std=c++14 (test for excess errors) FAIL: g++.dg/conversion/bitfield10.C -std=c++98 (test for excess errors) FAIL: g++.dg/conversion/ptrmem8.C -std=c++11 (test for excess errors) FAIL: g++.dg/conversion/pr66895.C -std=c++11 (test for excess errors) FAIL: g++.dg/conversion/bitfield10.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp/utf16-pr41698-1.C -std=c++11 (test for excess errors) FAIL: g++.dg/conversion/ptrmem8.C -std=c++14 (test for excess errors) FAIL: g++.dg/conversion/pr66895.C -std=c++14 (test for excess errors) FAIL: g++.dg/conversion/bitfield10.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp/utf16-pr41698-1.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.dg/cpp/pr23827_cxx11.C -std=gnu++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dfp/dfp.exp ... FAIL: g++.dg/cpp/pr23827_cxx11.C -std=gnu++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dg.exp ... FAIL: g++.dg/cpp/pr23827_cxx98.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/cpp0x/Wattributes1.C -std=c++11 (test for warnings, line 6) FAIL: g++.dg/cpp0x/Wattributes1.C -std=c++11 (test for warnings, line 120) FAIL: g++.dg/cpp0x/Wattributes1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/Wattributes1.C -std=c++14 (test for warnings, line 6) FAIL: g++.dg/cpp0x/Wattributes1.C -std=c++14 (test for warnings, line 120) FAIL: g++.dg/cpp0x/Wattributes1.C -std=c++14 (test for excess errors) FAIL: g++.dg/conversion/enum1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/conversion/bitfield3.C -std=c++98 (test for excess errors) FAIL: g++.dg/conversion/enum1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/Wliteral-suffix.C -std=c++11 (test for warnings, line 16) FAIL: g++.dg/cpp0x/Wliteral-suffix.C -std=c++11 (test for warnings, line 17) FAIL: g++.dg/cpp0x/Wliteral-suffix.C -std=c++11 (test for excess errors) FAIL: g++.dg/conversion/bitfield3.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/addressof1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/Wliteral-suffix.C -std=c++14 (test for warnings, line 16) FAIL: g++.dg/cpp0x/Wliteral-suffix.C -std=c++14 (test for warnings, line 17) FAIL: g++.dg/cpp0x/Wliteral-suffix.C -std=c++14 (test for excess errors) FAIL: g++.dg/conversion/enum1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/conversion/bitfield3.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/addressof1.C -std=c++14 (test for excess errors) FAIL: g++.dg/conversion/cond4.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.dg/conversion/cond4.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dfp/dfp.exp ... FAIL: g++.dg/conversion/cond4.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp/limits.C -std=gnu++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/dg.exp ... FAIL: g++.dg/cpp/limits.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp/limits.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp/ucnid-2.C -std=c++98 (test for excess errors) FAIL: g++.dg/cpp0x/Wnarrowing4.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp/ucnid-2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp/ucnid-2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/Wnarrowing4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp/ucnid-3.C -std=c++98 (test for excess errors) FAIL: g++.dg/cpp/ucnid-3.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp/ucnid-3.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/auto10.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/auto42.C -std=c++11 (test for errors, line 8) FAIL: g++.dg/cpp0x/auto42.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/auto2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/auto10.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/auto42.C -std=c++14 (test for errors, line 8) FAIL: g++.dg/cpp0x/auto42.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/auto2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/auto3.C -std=c++11 (test for errors, line 6) FAIL: g++.dg/cpp0x/auto3.C -std=c++11 (test for errors, line 10) FAIL: g++.dg/cpp0x/auto3.C -std=c++11 (test for errors, line 13) FAIL: g++.dg/cpp0x/auto3.C -std=c++11 (test for errors, line 20) FAIL: g++.dg/cpp0x/auto3.C -std=c++11 (test for errors, line 22) FAIL: g++.dg/cpp0x/auto3.C -std=c++11 (test for errors, line 24) FAIL: g++.dg/cpp0x/auto3.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/auto44.C -std=c++11 (test for errors, line 8) FAIL: g++.dg/cpp0x/auto44.C -std=c++11 (test for errors, line 9) FAIL: g++.dg/cpp0x/auto44.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/auto14.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/auto3.C -std=c++14 (test for errors, line 6) FAIL: g++.dg/cpp0x/auto3.C -std=c++14 (test for errors, line 10) FAIL: g++.dg/cpp0x/auto3.C -std=c++14 (test for errors, line 13) FAIL: g++.dg/cpp0x/auto3.C -std=c++14 (test for errors, line 20) FAIL: g++.dg/cpp0x/auto3.C -std=c++14 (test for errors, line 24) FAIL: g++.dg/cpp0x/auto3.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/auto44.C -std=c++14 (test for errors, line 8) FAIL: g++.dg/cpp0x/auto44.C -std=c++14 (test for errors, line 9) FAIL: g++.dg/cpp0x/auto44.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/auto14.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/anon-union1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-70001-2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 9) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 10) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 11) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 12) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 13) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 14) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 18) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 19) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 24) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 25) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 39) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 44) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 46) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 47) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 48) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 49) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 50) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 51) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 52) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 53) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 54) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 60) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 61) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 62) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 63) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 64) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 65) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 66) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 67) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 68) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 71) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 72) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 73) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 75) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 76) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 81) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 82) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 83) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 84) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 92) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 93) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 94) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 98) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 99) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 101) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 102) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 105) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for warnings, line 105) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 110) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for warnings, line 110) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 114) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 117) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 119) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 120) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for errors, line 123) FAIL: g++.dg/cpp0x/auto9.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/auto4.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/anon-union1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 9) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 10) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 11) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 12) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 13) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 14) FAIL: g++.dg/cpp0x/constexpr-70001-2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 24) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 25) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 39) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 44) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 46) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 47) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 48) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 49) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 50) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 51) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 52) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 53) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 54) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 60) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 61) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 62) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 63) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 64) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 65) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 66) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 67) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 68) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 71) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 72) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 73) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 75) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 76) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 81) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 82) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 83) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 84) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 92) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 93) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 94) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 98) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 99) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 105) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for warnings, line 105) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 110) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for warnings, line 110) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 114) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 117) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 119) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 120) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for errors, line 123) FAIL: g++.dg/cpp0x/auto9.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/auto4.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-70001-3.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/bad_array_new1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/auto40.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/bad_array_new1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/auto40.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/bad_array_new2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/bad_array_new2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-array15.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-array8.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-array15.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-array8.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-base4.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-array9.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-base4.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-56991.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-56991.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-array9.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-__func__2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/compile/990625-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/compile/990625-1.c -O1 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-__func__2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/compile/990625-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/compile/990625-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/compile/990625-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/compile/990625-1.c -Os (test for excess errors) FAIL: gcc.c-torture/compile/990625-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/compile/990625-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-ice16.C -std=c++11 (test for errors, line 9) FAIL: g++.dg/cpp0x/constexpr-ice16.C -std=c++11 (test for warnings, line 14) FAIL: g++.dg/cpp0x/constexpr-ice16.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-ice16.C -std=c++14 (test for errors, line 9) FAIL: g++.dg/cpp0x/constexpr-ice16.C -std=c++14 (test for warnings, line 14) FAIL: g++.dg/cpp0x/constexpr-ice16.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-decltype1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-decltype1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-base3.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-base3.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-non-const-arg3.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-initlist.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-non-const-arg3.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-initlist.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-initlist2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-static3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-initlist2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-initlist3.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-template11.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-static3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-initlist3.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-template11.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-static4.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-static4.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-is_literal.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-tuple.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-is_literal.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-tuple.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-template4.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-tuple2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-static.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-template4.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-tuple2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-virtual6.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-static.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-virtual6.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/dc5.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/dc5.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/dc6.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-wstring1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-typeid.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-typeid.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/dc6.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-wstring1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/defaulted22.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/defaulted22.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/decltype17.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/decltype17.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/defaulted19.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/defaulted19.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/defaulted5.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/defaulted19a.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/defaulted5.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/defaulted19a.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/defaulted1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/enum3.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/defaulted1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/enum3.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/defaulted45.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/explicit12.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/defaulted45.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/enum17.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/enum17.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/explicit12.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/enum35.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/enum35.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/enum36.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/enum_base_warn.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/enum36.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/enum_base_warn.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/explicit5.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/explicit5.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/gen-attrs-6.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/gen-attrs-6.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/gen-attrs-3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist101.C -std=c++11 (test for errors, line 8) FAIL: g++.dg/cpp0x/initlist101.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-defarg2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/gen-attrs-3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist101.C -std=c++14 (test for errors, line 8) FAIL: g++.dg/cpp0x/initlist101.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/implicit2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist11.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-defarg2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist11.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/implicit2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-template1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist3.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-template1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/implicit3.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist38.C -std=c++11 (test for errors, line 20) FAIL: g++.dg/cpp0x/initlist38.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist3.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-base2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist13.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/inh-ctor12.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist38.C -std=c++14 (test for errors, line 20) FAIL: g++.dg/cpp0x/initlist38.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist30.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/implicit3.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist13.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist30.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-base2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist14.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/inh-ctor12.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist31.C -std=c++11 (test for errors, line 11) FAIL: g++.dg/cpp0x/initlist31.C -std=c++11 (test for errors, line 12) FAIL: g++.dg/cpp0x/initlist31.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-value.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist14.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist31.C -std=c++14 (test for errors, line 11) FAIL: g++.dg/cpp0x/initlist31.C -std=c++14 (test for errors, line 12) FAIL: g++.dg/cpp0x/initlist31.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-lifetime1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/inh-ctor21.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist23.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist15.C -std=c++11 (test for errors, line 13) FAIL: g++.dg/cpp0x/initlist15.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist32.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-lifetime1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist48.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-value.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist23.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist15.C -std=c++14 (test for errors, line 13) FAIL: g++.dg/cpp0x/initlist15.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist32.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-lifetime2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/inh-ctor21.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist48.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist24.C -std=c++11 (test for errors, line 8) FAIL: g++.dg/cpp0x/initlist24.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-lifetime2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-value2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-ctor1.C -std=c++11 (test for warnings, line 9) FAIL: g++.dg/cpp0x/initlist-ctor1.C -std=c++11 (test for warnings, line 10) FAIL: g++.dg/cpp0x/initlist-ctor1.C -std=c++11 (test for errors, line 13) FAIL: g++.dg/cpp0x/initlist-ctor1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist16.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist24.C -std=c++14 (test for errors, line 8) FAIL: g++.dg/cpp0x/initlist24.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist56.C -std=c++11 (test for errors, line 5) FAIL: g++.dg/cpp0x/initlist56.C -std=c++11 (test for errors, line 8) FAIL: g++.dg/cpp0x/initlist56.C -std=c++11 (test for errors, line 12) FAIL: g++.dg/cpp0x/initlist56.C -std=c++11 (test for errors, line 17) FAIL: g++.dg/cpp0x/initlist56.C -std=c++11 (test for errors, line 34) FAIL: g++.dg/cpp0x/initlist56.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-n3922.C -std=c++11 (test for errors, line 14) FAIL: g++.dg/cpp0x/initlist-n3922.C -std=c++11 (test for errors, line 15) FAIL: g++.dg/cpp0x/initlist-n3922.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist41.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist49.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-ctor1.C -std=c++14 (test for warnings, line 9) FAIL: g++.dg/cpp0x/initlist-ctor1.C -std=c++14 (test for warnings, line 10) FAIL: g++.dg/cpp0x/initlist-ctor1.C -std=c++14 (test for errors, line 13) FAIL: g++.dg/cpp0x/initlist-ctor1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist25.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist56.C -std=c++14 (test for errors, line 5) FAIL: g++.dg/cpp0x/initlist56.C -std=c++14 (test for errors, line 8) FAIL: g++.dg/cpp0x/initlist56.C -std=c++14 (test for errors, line 12) FAIL: g++.dg/cpp0x/initlist56.C -std=c++14 (test for errors, line 17) FAIL: g++.dg/cpp0x/initlist56.C -std=c++14 (test for errors, line 34) FAIL: g++.dg/cpp0x/initlist56.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist34.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-n3922.C -std=c++14 (test for errors, line 14) FAIL: g++.dg/cpp0x/initlist-n3922.C -std=c++14 (test for errors, line 15) FAIL: g++.dg/cpp0x/initlist-n3922.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist41.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-value2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist16.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist25.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist34.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-array4.C -std=c++11 (test for errors, line ) FAIL: g++.dg/cpp0x/initlist-array4.C -std=c++11 (test for errors, line 9) FAIL: g++.dg/cpp0x/initlist-array4.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist49.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-ctor2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist75.C -std=c++11 (test for errors, line 6) FAIL: g++.dg/cpp0x/initlist75.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-array4.C -std=c++14 (test for errors, line ) FAIL: g++.dg/cpp0x/initlist-array4.C -std=c++14 (test for errors, line 9) FAIL: g++.dg/cpp0x/initlist-array4.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist5.C -std=c++11 (test for errors, line 7) FAIL: g++.dg/cpp0x/initlist5.C -std=c++11 (test for errors, line 13) FAIL: g++.dg/cpp0x/initlist5.C -std=c++11 (test for errors, line 18) FAIL: g++.dg/cpp0x/initlist67.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist5.C -std=c++11 (test for errors, line 25) FAIL: g++.dg/cpp0x/initlist5.C -std=c++11 (test for errors, line 30) FAIL: g++.dg/cpp0x/initlist5.C -std=c++11 (test for errors, line 31) FAIL: g++.dg/cpp0x/initlist5.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist75.C -std=c++14 (test for errors, line 6) FAIL: g++.dg/cpp0x/initlist75.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-opt.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-ctor2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist67.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist5.C -std=c++14 (test for errors, line 7) FAIL: g++.dg/cpp0x/initlist5.C -std=c++14 (test for errors, line 13) FAIL: g++.dg/cpp0x/initlist5.C -std=c++14 (test for errors, line 18) FAIL: g++.dg/cpp0x/initlist5.C -std=c++14 (test for errors, line 25) FAIL: g++.dg/cpp0x/initlist5.C -std=c++14 (test for errors, line 30) FAIL: g++.dg/cpp0x/initlist5.C -std=c++14 (test for errors, line 31) FAIL: g++.dg/cpp0x/initlist5.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist36.C -std=c++11 (test for errors, line 20) FAIL: g++.dg/cpp0x/initlist36.C -std=c++11 (test for errors, line 21) FAIL: g++.dg/cpp0x/initlist36.C -std=c++11 (test for errors, line 22) FAIL: g++.dg/cpp0x/initlist36.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-opt.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-deduce.C -std=gnu++11 (test for warnings, line 18) FAIL: g++.dg/cpp0x/initlist-deduce.C -std=gnu++11 (test for warnings, line 25) FAIL: g++.dg/cpp0x/initlist-deduce.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist18.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist36.C -std=c++14 (test for errors, line 20) FAIL: g++.dg/cpp0x/initlist36.C -std=c++14 (test for errors, line 21) FAIL: g++.dg/cpp0x/initlist36.C -std=c++14 (test for errors, line 22) FAIL: g++.dg/cpp0x/initlist36.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-deduce.C -std=gnu++14 (test for warnings, line 18) FAIL: g++.dg/cpp0x/initlist44.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-deduce.C -std=gnu++14 (test for warnings, line 25) FAIL: g++.dg/cpp0x/initlist-deduce.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist37.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist18.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-defarg1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist44.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist37.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist-defarg1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist6.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist86.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/new1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/noexcept07.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist6.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/new1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist46.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/noexcept07.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist86.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist79.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist46.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist70.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist53.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist79.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist96.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist62.C -std=c++11 (test for errors, line 8) FAIL: g++.dg/cpp0x/initlist62.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist70.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist53.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist96.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist62.C -std=c++14 (test for errors, line 8) FAIL: g++.dg/cpp0x/initlist62.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist54.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist63.C -std=c++11 (test for errors, line 16) FAIL: g++.dg/cpp0x/initlist63.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist54.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist80.C -std=c++11 (test for errors, line 6) FAIL: g++.dg/cpp0x/initlist80.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist63.C -std=c++14 (test for errors, line 16) FAIL: g++.dg/cpp0x/initlist63.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist72.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist80.C -std=c++14 (test for errors, line 6) FAIL: g++.dg/cpp0x/initlist80.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist98.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist72.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/noexcept01.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist98.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/noexcept01.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist99.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi-eh1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist99.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/move1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist90.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/move1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi-eh1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist90.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist91.C -std=c++11 (test for errors, line 8) FAIL: g++.dg/cpp0x/initlist91.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi-template12.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/noexcept03.C -std=gnu++11 (test for warnings, line 27) FAIL: g++.dg/cpp0x/noexcept03.C -std=gnu++11 (test for warnings, line 38) FAIL: g++.dg/cpp0x/noexcept03.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/mutable1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/initlist91.C -std=c++14 (test for errors, line 8) FAIL: g++.dg/cpp0x/initlist91.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi-template12.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/noexcept03.C -std=gnu++14 (test for warnings, line 27) FAIL: g++.dg/cpp0x/noexcept03.C -std=gnu++14 (test for warnings, line 38) FAIL: g++.dg/cpp0x/noexcept03.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist92.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/noexcept04.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/mutable1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/initlist92.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/noexcept04.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi-defer4.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/noexcept15.C -std=c++11 (test for errors, line 9) FAIL: g++.dg/cpp0x/noexcept15.C -std=c++11 (test for warnings, line 26) FAIL: g++.dg/cpp0x/noexcept15.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/named.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi-virtual1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/nolinkage1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/noexcept15.C -std=c++14 (test for errors, line 9) FAIL: g++.dg/cpp0x/noexcept15.C -std=c++14 (test for warnings, line 26) FAIL: g++.dg/cpp0x/noexcept15.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi-defer4.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/named.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi-virtual1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/noexcept06.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi4.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/noexcept06.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/nolinkage1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi4.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/new-auto1.C -std=c++11 (test for errors, line 6) FAIL: g++.dg/cpp0x/new-auto1.C -std=c++11 (test for errors, line 9) FAIL: g++.dg/cpp0x/new-auto1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/new-auto1.C -std=c++14 (test for errors, line 6) FAIL: g++.dg/cpp0x/new-auto1.C -std=c++14 (test for errors, line 9) FAIL: g++.dg/cpp0x/new-auto1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi-union1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/not_special.C -std=c++11 (test for warnings, line 27) FAIL: g++.dg/cpp0x/not_special.C -std=c++11 (test for errors, line 40) FAIL: g++.dg/cpp0x/not_special.C -std=c++11 (test for errors, line 44) FAIL: g++.dg/cpp0x/not_special.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/nullptr35.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/not_special.C -std=c++14 (test for warnings, line 27) FAIL: g++.dg/cpp0x/not_special.C -std=c++14 (test for errors, line 40) FAIL: g++.dg/cpp0x/not_special.C -std=c++14 (test for errors, line 44) FAIL: g++.dg/cpp0x/not_special.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi-union1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nullptr35.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi-template1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi-template1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi12.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/nullptr28.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi12.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nullptr28.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi-union5.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/nullptr20.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/nullptr20.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nsdmi-union5.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nullptr21.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/nullptr13.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/nullptr13.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/nullptr21.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/overload-conv-1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/nullptr23.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/nullptr23.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/overload-conv-1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/overload-conv-2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/overload-conv-2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/overload.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/pr53223.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/pr53223.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/pr50025.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/overload.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/pr50025.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/pr70869.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/pr58781.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/pr70869.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/pr58781.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/pr70887.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/pr70887.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/pr57958.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/pr71054.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/pr61038.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/pr71054.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/pr77907.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/pr57958.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/pr61038.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/pr83160.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/pr77907.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/pr83160.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/pr83556.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/pr83556.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/rv-array1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/rv-array1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/pr82560.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/range-for1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/range-for4.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/pr82560.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/range-for1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/range-for4.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/rv-reinterpret.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/rv-reinterpret.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/range-for6.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/range-for6.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/range-for12.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/range-for7.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/range-for12.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/rv-cast3.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/range-for7.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/range-for8.C -std=c++11 (test for errors, line 10) FAIL: g++.dg/cpp0x/range-for8.C -std=c++11 (test for errors, line 13) FAIL: g++.dg/cpp0x/range-for8.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/range-for33.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/rv-cast3.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/range-for8.C -std=c++14 (test for errors, line 10) FAIL: g++.dg/cpp0x/range-for8.C -std=c++14 (test for errors, line 13) FAIL: g++.dg/cpp0x/range-for8.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/range-for33.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/range-for15.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/range-for15.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/rv-trivial-bug.C -std=c++11 (test for warnings, line 8) FAIL: g++.dg/cpp0x/rv-trivial-bug.C -std=c++11 (test for errors, line 18) FAIL: g++.dg/cpp0x/rv-trivial-bug.C -std=c++11 (test for errors, line 23) FAIL: g++.dg/cpp0x/rv-trivial-bug.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/rv-trivial-bug.C -std=c++14 (test for warnings, line 8) FAIL: g++.dg/cpp0x/rv-trivial-bug.C -std=c++14 (test for errors, line 18) FAIL: g++.dg/cpp0x/rv-trivial-bug.C -std=c++14 (test for errors, line 23) FAIL: g++.dg/cpp0x/rv-trivial-bug.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/temp-extend1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/rv9p.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/sfinae35.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/temp-extend1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/rv9p.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/sfinae35.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/rvo.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/sfinae36.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/sfinae36.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/std-layout1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/rvo.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/std-layout1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++11 (test for errors, line 8) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++11 (test for errors, line 11) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++11 (test for errors, line 14) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++11 (test for errors, line 17) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++11 (test for errors, line 20) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++11 (test for errors, line 23) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++11 (test for errors, line 26) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++11 (test for errors, line 29) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++11 (test for errors, line 32) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++11 (test for errors, line 35) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++11 (test for errors, line 38) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++11 (test for errors, line 41) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++14 (test for errors, line 8) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++14 (test for errors, line 11) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++14 (test for errors, line 14) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++14 (test for errors, line 17) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++14 (test for errors, line 20) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++14 (test for errors, line 23) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++14 (test for errors, line 26) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++14 (test for errors, line 29) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++14 (test for errors, line 32) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++14 (test for errors, line 35) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++14 (test for errors, line 38) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++14 (test for errors, line 41) FAIL: g++.dg/cpp0x/udlit-args-neg.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-args.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-args.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-args2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-namespace.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-string-literal.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-args2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-namespace.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-general.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-string-literal.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-general.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-suffix-neg.C -std=c++11 (test for errors, line 5) FAIL: g++.dg/cpp0x/udlit-suffix-neg.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 9) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 11) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 21) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 22) FAIL: g++.dg/cpp0x/udlit-suffix-neg.C -std=c++14 (test for errors, line 5) FAIL: g++.dg/cpp0x/udlit-suffix-neg.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 23) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 25) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 26) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 27) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 29) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 30) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 31) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 33) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 34) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 35) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 45) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 46) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 47) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 49) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 50) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 51) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 53) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 54) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 55) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 57) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 58) FAIL: g++.dg/cpp0x/udlit-concat-neg.C -std=c++11 (test for errors, line 9) FAIL: g++.dg/cpp0x/udlit-concat-neg.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 59) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 61) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 62) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for errors, line 63) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/union3.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-bind.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-concat-neg.C -std=c++14 (test for errors, line 9) FAIL: g++.dg/cpp0x/udlit-concat-neg.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 9) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 11) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 21) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 22) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 23) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 25) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 26) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 27) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 29) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 30) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 31) FAIL: g++.dg/cpp0x/udlit-raw-op.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 33) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 34) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 35) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 45) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 46) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 47) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 49) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 50) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 51) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 53) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 54) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 55) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 57) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 58) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 59) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 61) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 62) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for errors, line 63) FAIL: g++.dg/cpp0x/udlit-implicit-conv-neg.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-bind.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-concat.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/union3.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-raw-op.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-template.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-concat.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-raw-str.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-template.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/trivial1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-raw-str.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/trivial1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-resolve.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-cpp98-neg.C (test for warnings, line 6) FAIL: g++.dg/cpp0x/udlit-cpp98-neg.C (test for errors, line 9) FAIL: g++.dg/cpp0x/udlit-cpp98-neg.C (test for warnings, line 12) FAIL: g++.dg/cpp0x/udlit-cpp98-neg.C invalid (test for errors, line 15) FAIL: g++.dg/cpp0x/udlit-cpp98-neg.C expected (test for errors, line 15) FAIL: g++.dg/cpp0x/udlit-cpp98-neg.C (test for excess errors) FAIL: g++.dg/cpp0x/udlit-resolve.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-macros.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-addr.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-addr.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-embed-quote.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-macros.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-sfinae.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-embed-quote.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/udlit-sfinae.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-new.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-new.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-new2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-default.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-new2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-default.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-value1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-function.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-function.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-value1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-mem_fn.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-tuple.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-init.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-mem_fn.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-tuple.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-tuple2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-init.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/variadic-tuple2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/variadic70.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/variadic70.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/variadic80.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/variadic80.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/variadic73.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/vt-60130.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/variadic58.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/vt-60130.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/variadic73.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/variadic58.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/variadic68.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/variadic68.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-70343.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-array.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/warn-ovl1.C -std=gnu++11 (test for warnings, line 10) FAIL: g++.dg/cpp0x/warn-ovl1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-70343.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/warn-ovl1.C -std=gnu++14 (test for warnings, line 10) FAIL: g++.dg/cpp0x/warn-ovl1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-array.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/warn-ovl2.C -std=gnu++11 (test for warnings, line 10) FAIL: g++.dg/cpp0x/warn-ovl2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/warn-ovl2.C -std=gnu++14 (test for warnings, line 10) FAIL: g++.dg/cpp0x/warn-ovl2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-ctors.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-const-neg.C -std=c++11 assignment to non-reference capture in const lambda (test for errors, line 15) FAIL: g++.dg/cpp0x/lambda/lambda-const-neg.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-conv6.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-const-neg.C -std=c++14 assignment to non-reference capture in const lambda (test for errors, line 15) FAIL: g++.dg/cpp0x/lambda/lambda-const-neg.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-ctors.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-conv6.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-eh.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-conv7.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-const.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-eh.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-const.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-conv7.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-eh2.C -std=gnu++11 (test for warnings, line 13) FAIL: g++.dg/cpp0x/lambda/lambda-eh2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-__func__.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-const2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-eh2.C -std=gnu++14 (test for warnings, line 13) FAIL: g++.dg/cpp0x/lambda/lambda-eh2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-__func__.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-const2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-in-class-neg.C -std=c++11 (test for errors, line 11) FAIL: g++.dg/cpp0x/lambda/lambda-in-class-neg.C -std=c++11 (test for errors, line 31) FAIL: g++.dg/cpp0x/lambda/lambda-in-class-neg.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-in-class-neg.C -std=c++14 (test for errors, line 11) FAIL: g++.dg/cpp0x/lambda/lambda-in-class-neg.C -std=c++14 (test for errors, line 31) FAIL: g++.dg/cpp0x/lambda/lambda-in-class-neg.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-capture-const-ref-neg.C -std=c++11 cannot assign to const int& (test for errors, line 10) FAIL: g++.dg/cpp0x/lambda/lambda-capture-const-ref-neg.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-in-class.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-conv2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-capture-const-ref-neg.C -std=c++14 cannot assign to const int& (test for errors, line 10) FAIL: g++.dg/cpp0x/lambda/lambda-capture-const-ref-neg.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-in-class.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-capture-const-ref.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-const4.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-conv2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-capture-const-ref.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-copy-default.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-const4.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-copy-default.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-deduce.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-initlist3.C -std=c++11 (test for errors, line 8) FAIL: g++.dg/cpp0x/lambda/lambda-initlist3.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-deduce.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-std-function.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-initlist3.C -std=c++14 (test for errors, line 8) FAIL: g++.dg/cpp0x/lambda/lambda-initlist3.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-std-function.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-recursive.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-copy.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-recursive.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-mixed.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-ref-default.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-copy.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-mixed.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-ref-default.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-mutable.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-ref.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-mutable.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-ref.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-ref2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-nested8.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-ref2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-nested8.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-nested.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-non-const.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-template.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-nested.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-non-const.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-template4.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp1y/auto-dtor1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-nop.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-template.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-nsdmi9.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-nop.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-this5.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-template4.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-template10.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-nsdmi9.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-ns-scope.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-nullptr.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-this5.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-template10.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-nullptr.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-ns-scope.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-pass.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-pass.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-nsdmi1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-variadic2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp1y/auto-fn17.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-nsdmi1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-this8.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-variadic2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/builtin_FUNCTION.C -std=c++98 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-this8.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/builtin_FUNCTION.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp1y/auto-fn5.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/builtin_FUNCTION.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/constexpr-83116.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-template9.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp1y/auto-fn45.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-template9.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/complex_literals1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/constexpr-assert1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/complex_literals1a.C -std=gnu++14 (test for errors, line 9) FAIL: g++.dg/cpp1y/complex_literals1a.C -std=gnu++14 (test for warnings, line 9) FAIL: g++.dg/cpp1y/complex_literals1a.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1y/constexpr-assert2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/constexpr-initlist1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-generic-const4.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/feat-cxx14.C (test for excess errors) FAIL: g++.dg/cpp1y/constexpr-66093.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/constexpr-array2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-generic-const4a.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-deduce-mult.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-init11.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-init4.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-generic-x.C -std=gnu++14 (test for warnings, line 9) FAIL: g++.dg/cpp1y/lambda-generic-x.C -std=gnu++14 (test for warnings, line 11) FAIL: g++.dg/cpp1y/lambda-generic-x.C -std=gnu++14 (test for warnings, line 12) FAIL: g++.dg/cpp1y/lambda-generic-x.C -std=gnu++14 (test for warnings, line 19) FAIL: g++.dg/cpp1y/lambda-generic-x.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-generic-udt.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-generic-variadic2.C -std=c++11 (test for errors, line 22) FAIL: g++.dg/cpp1y/lambda-generic-variadic2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-init5.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-generic-dep.C -std=gnu++14 (test for warnings, line 30) FAIL: g++.dg/cpp1y/lambda-generic-variadic2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-generic-dep.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-generic-static1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-generic-69078-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1y/pr57640.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-generic-variadic.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-generic-69078-2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/nsdmi-aggr1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-generic-static2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-init8.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-generic-variadic5.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/nsdmi-union1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-generic-nested1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/pr58708.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-init1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1y/pr61636-2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/pr66443-cxx14.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/lambda-init3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1y/nsdmi-aggr5.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/pr77585.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/udlit-char-template-sfinae.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/pr71875.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/sized-dealloc1.C -std=c++98 (test for excess errors) FAIL: g++.dg/cpp1y/udlit-char-template-vs-std-literal-operator.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/pr77786.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/var-templ29.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/sized-dealloc1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp1y/sized-dealloc1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/pr79937-1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/vla10.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/cpp1y/sized-dealloc2.C -std=gnu++98 (test for warnings, line 25) FAIL: g++.dg/cpp1y/sized-dealloc2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/cpp1y/pr79937-2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/sized-dealloc2.C -std=gnu++11 (test for warnings, line 25) FAIL: g++.dg/cpp1y/sized-dealloc2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1y/vla10.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1y/sized-dealloc2.C -std=gnu++14 (test for warnings, line 25) FAIL: g++.dg/cpp1y/sized-dealloc2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1y/pr79937-3.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/udlit-userdef-string.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/var-templ50.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/vla10.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1y/pr79937-4.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1z/aligned-new5.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/cpp1y/var-templ51.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1z/aggr-base4.C (test for excess errors) FAIL: g++.dg/cpp1y/vla2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1z/aligned-new5.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1y/var-templ52.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1z/aligned-new5.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1z/aggr-base5.C (test for excess errors) FAIL: g++.dg/cpp1y/vla2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1y/vla-initlist1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1z/aggr-base6.C (test for excess errors) FAIL: g++.dg/cpp1z/aligned-new6.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1y/vla4.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1y/vla-initlist1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1y/vla4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1z/aligned-new1.C (test for excess errors) FAIL: g++.dg/cpp1z/class-deduction14.C (test for warnings, line 10) FAIL: g++.dg/cpp1z/class-deduction14.C (test for errors, line 15) FAIL: g++.dg/cpp1z/class-deduction14.C (test for excess errors) FAIL: g++.dg/cpp1z/aligned-new6.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1z/aligned-new2.C (test for excess errors) FAIL: g++.dg/cpp1z/class-deduction15.C (test for excess errors) FAIL: g++.dg/cpp1z/class-deduction41.C (test for excess errors) FAIL: g++.dg/cpp1z/class-deduction32.C (test for excess errors) FAIL: g++.dg/cpp1z/aligned-new7.C (test for excess errors) FAIL: g++.dg/cpp1z/aligned-new3.C (test for excess errors) FAIL: g++.dg/cpp1z/class-deduction16.C (test for excess errors) FAIL: g++.dg/cpp1z/class-deduction42.C (test for excess errors) FAIL: g++.dg/cpp1z/constexpr-if17.C (test for excess errors) FAIL: g++.dg/cpp1z/aligned-new8.C (test for excess errors) FAIL: g++.dg/cpp1z/class-deduction17.C (test for excess errors) FAIL: g++.dg/cpp1z/constexpr-if3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1z/constexpr-if3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1z/decomp23.C -std=gnu++11 (test for warnings, line 10) FAIL: g++.dg/cpp1z/decomp23.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1z/decomp23.C -std=gnu++14 (test for warnings, line 10) FAIL: g++.dg/cpp1z/decomp23.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1z/byte1.C (test for excess errors) FAIL: g++.dg/cpp1z/byte2.C (test for excess errors) FAIL: g++.dg/cpp1z/decomp17.C (test for excess errors) FAIL: g++.dg/cpp1z/decomp1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1z/fold-lambda.C (test for excess errors) FAIL: g++.dg/cpp1z/decomp1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1z/aggr-base1.C (test for excess errors) FAIL: g++.dg/cpp1z/decomp19.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1z/init-statement6.C (test for excess errors) FAIL: g++.dg/cpp1z/fold1.C (test for excess errors) FAIL: g++.dg/cpp1z/decomp27.C (test for excess errors) FAIL: g++.dg/cpp1z/decomp12.C (test for excess errors) FAIL: g++.dg/cpp1z/decomp19.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1z/init-statement7.C (test for excess errors) FAIL: g++.dg/cpp1z/decomp5.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1z/decomp29.C (test for warnings, line 15) FAIL: g++.dg/cpp1z/decomp29.C (test for warnings, line 25) FAIL: g++.dg/cpp1z/decomp29.C (test for warnings, line 29) FAIL: g++.dg/cpp1z/decomp29.C (test for warnings, line 43) FAIL: g++.dg/cpp1z/decomp29.C (test for warnings, line 53) FAIL: g++.dg/cpp1z/decomp29.C (test for excess errors) FAIL: g++.dg/cpp1z/decomp2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1z/decomp5.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1z/inh-ctor36.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp1z/decomp37.C (test for excess errors) FAIL: g++.dg/cpp1z/decomp2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1z/launder6.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp1z/decomp6.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1z/inline-var1.C (test for excess errors) FAIL: g++.dg/cpp1z/inh-ctor36.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1z/launder6.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1z/decomp6.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1z/elide2.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp1z/lambda-this2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1z/inh-ctor38.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp1z/decomp7.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1z/elide2.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1z/lambda-this2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1z/inh-ctor38.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1z/decomp7.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1z/noexcept-type8.C (test for excess errors) FAIL: g++.dg/cpp1z/eval-order2.C (test for excess errors) FAIL: g++.dg/cpp1z/launder1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp1z/decomp8.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1z/eval-order3.C (test for excess errors) FAIL: g++.dg/cpp1z/inh-ctor33.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1z/launder1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1z/decomp8.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1z/eval-order4.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/cpp1z/init-statement3.C (test for excess errors) FAIL: g++.dg/cpp1z/inh-ctor33.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1z/decomp9.C (test for excess errors) FAIL: g++.dg/cpp1z/eval-order4.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp1z/launder3.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp1z/nontype2.C (test for errors, line 11) FAIL: g++.dg/cpp1z/nontype2.C (test for errors, line 12) FAIL: g++.dg/cpp1z/nontype2.C (test for errors, line 13) FAIL: g++.dg/cpp1z/nontype2.C (test for errors, line 17) FAIL: g++.dg/cpp1z/nontype2.C (test for excess errors) FAIL: g++.dg/delayedfold/builtin-constant2.C -std=c++98 (test for excess errors) FAIL: g++.dg/cpp1z/launder3.C -std=c++14 (test for excess errors) FAIL: g++.dg/diagnostic/bindings1.C -std=c++98 (test for excess errors) FAIL: g++.dg/cpp1z/eval-order4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp1z/launder4.C -std=c++11 (test for excess errors) FAIL: g++.dg/delayedfold/builtin-constant2.C -std=c++11 (test for excess errors) FAIL: g++.dg/diagnostic/bindings1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp1z/launder4.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1z/feat-cxx1z.C (test for excess errors) FAIL: g++.dg/delayedfold/builtin-constant2.C -std=c++14 (test for excess errors) FAIL: g++.dg/diagnostic/bindings1.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1z/launder5.C -std=c++11 (test for excess errors) FAIL: g++.dg/diagnostic/pr65923.C -std=c++14 (test for warnings, line 14) FAIL: g++.dg/diagnostic/pr65923.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1z/launder5.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/alias1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/eh/cond6.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/alias1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/cond6.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/alias1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/diagnostic/disable.C -std=gnu++98 (test for warnings, line 6) FAIL: g++.dg/diagnostic/disable.C -std=gnu++98 (test for warnings, line 8) FAIL: g++.dg/diagnostic/disable.C -std=gnu++98 (test for warnings, line 14) FAIL: g++.dg/diagnostic/disable.C -std=gnu++98 (test for warnings, line 16) FAIL: g++.dg/diagnostic/disable.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/eh/cond6.C -std=c++14 (test for excess errors) FAIL: g++.dg/diagnostic/disable.C -std=gnu++11 (test for warnings, line 6) FAIL: g++.dg/diagnostic/disable.C -std=gnu++11 (test for warnings, line 8) FAIL: g++.dg/diagnostic/disable.C -std=gnu++11 (test for warnings, line 14) FAIL: g++.dg/diagnostic/disable.C -std=gnu++11 (test for warnings, line 16) FAIL: g++.dg/diagnostic/disable.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/diagnostic/disable.C -std=gnu++14 (test for warnings, line 6) FAIL: g++.dg/diagnostic/disable.C -std=gnu++14 (test for warnings, line 8) FAIL: g++.dg/diagnostic/disable.C -std=gnu++14 (test for warnings, line 14) FAIL: g++.dg/diagnostic/disable.C -std=gnu++14 (test for warnings, line 16) FAIL: g++.dg/cpp1z/utf8.C (test for excess errors) FAIL: g++.dg/diagnostic/disable.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/anon1.C -std=c++98 (test for excess errors) FAIL: g++.dg/cpp2a/bitfield1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/crossjump1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/eh/anon1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/crossjump1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/cpp2a/bitfield1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/crossjump1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/div.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/eh/anon1.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/forced2.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/comdat1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/eh/forced2.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/ctor1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/div.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/forced2.C -std=c++14 (test for excess errors) FAIL: g++.dg/delayedfold/unary-plus1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/comdat1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/init-temp1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/forced3.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/ctor1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/div.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/cpp2a/desig7.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/forced3.C -std=c++11 (test for excess errors) FAIL: g++.dg/delayedfold/unary-plus1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/comdat1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/init-temp1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/forced3.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/ctor1.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/dtor1.C -std=c++98 (test for excess errors) FAIL: g++.dg/cpp2a/desig7.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/forced4.C -std=c++98 (test for excess errors) FAIL: g++.dg/delayedfold/unary-plus1.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/cond1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/init-temp1.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/forced4.C -std=c++11 (test for warnings, line 43) FAIL: g++.dg/eh/forced4.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/ctor2.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/dtor1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/forced4.C -std=c++14 (test for warnings, line 43) FAIL: g++.dg/eh/forced4.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/cond1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/pr29166.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/fp-regs.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/eh/dtor1.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/ctor2.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/fp-regs.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/cond1.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/dtor2.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/ctor2.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/fp-regs.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/loop1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/eh/pr29166.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/dtor2.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/loop1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/dtor2.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/pr29166.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/loop1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/dtor3.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/uncaught1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/eh/simd-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/expr/anew1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/loop2.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/uncaught1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/expr/anew1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/cond4.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/ehopt1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/simd-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/uncaught1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/loop2.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/anew1.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/cond4.C -std=c++11 (test for warnings, line 17) FAIL: g++.dg/eh/cond4.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/defarg1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/uncaught2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/eh/spec3.C -std=c++98 (test for excess errors) FAIL: g++.dg/expr/anew2.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/ehopt1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/cond4.C -std=c++14 (test for warnings, line 17) FAIL: g++.dg/eh/cond4.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/simd-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/uncaught2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/expr/anew2.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/loop2.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/simd-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/eh/defarg1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/uncaught2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/expr/anew2.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/spec3.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/ehopt1.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/cond5.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/simd-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/uncaught4.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/expr/anew3.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/defarg1.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/simd-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/uncaught4.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/ia64-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/expr/anew3.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/cond5.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/elide1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/synth2.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/spec3.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/simd-3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/eh/uncaught4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/expr/anew3.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/delayslot1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/eh/spec4.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/new1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/simd-3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/unexpected1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/ia64-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/expr/anew4.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/elide1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/cond5.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/synth2.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/spec4.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/simd-3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/new1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/unexpected1.C -std=c++11 (test for warnings, line 26) FAIL: g++.dg/eh/unexpected1.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/anew4.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/delayslot1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/spec4.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/new1.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/bitfield4.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/spbp.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/expr/anew4.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/unexpected1.C -std=c++14 (test for warnings, line 26) FAIL: g++.dg/eh/unexpected1.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/ia64-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/elide1.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/synth2.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/bool3.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/spbp.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/spec5.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/eh/delayslot1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/expr/bitfield4.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/assign1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/spbp.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/elide2.C -std=c++98 (test for excess errors) FAIL: g++.dg/expr/bool3.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/template1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/spec5.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/delete1.C -std=c++98 (test for excess errors) FAIL: g++.dg/expr/bitfield4.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/assign1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/omit-frame-pointer.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/eh/elide2.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/bool3.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/template1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/spec5.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/omit-frame-pointer.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/delete1.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/assign1.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/bitfield5.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/spec10.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/eh/elide2.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/omit-frame-pointer.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/template1.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/spec10.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/expr/bitfield5.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/spec10.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/registers1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/eh/delete1.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/filter1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/omit-frame-pointer2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/expr/bitfield5.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/spec7.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/expr/cond1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/filter1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/omit-frame-pointer2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/registers1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/weak1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/expr/cond1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/spec7.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/expr/cast4.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/filter1.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/omit-frame-pointer2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/registers1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/filter2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/expr/cond1.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/spec7.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/expr/cast4.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/filter2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/partial1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/weak1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/eh/scope1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/filter2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/expr/cast4.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/forced1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/partial1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/scope1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/forced1.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/weak1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/eh/forced1.C -std=c++14 (test for excess errors) FAIL: g++.dg/eh/partial1.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/bitfield8.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/spec9.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/scope1.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/bitfield8.C -std=c++11 (test for excess errors) FAIL: g++.dg/eh/spec9.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/cond12.C -std=c++98 (test for excess errors) FAIL: g++.dg/expr/bitfield8.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/copy1.C -std=c++98 (test for excess errors) FAIL: g++.dg/eh/spec9.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/ptrmem4.C -std=c++98 (test for excess errors) FAIL: g++.dg/expr/cond12.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/bitfield9.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/expr/copy1.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/ptrmem4.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/cond12.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/copy1.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/bitfield9.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/expr/ptrmem4.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/alignof1.C -std=c++98 (test for excess errors) FAIL: g++.dg/expr/bitfield9.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/expr/enum1.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/alignof1.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/bool1.C -std=c++98 (test for excess errors) FAIL: g++.dg/expr/comma1.C -std=c++98 (test for excess errors) FAIL: g++.dg/expr/enum1.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/alignof1.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/bool1.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/comma1.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/enum1.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/ptrmem6.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/alignof2.C -std=c++98 (test for excess errors) FAIL: g++.dg/expr/bool1.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/comma1.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/ptrmem6.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/alignof2.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/compound-asn1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/alignof2.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/alias-decl-attr3.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/ptrmem6.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/compound-asn1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/anon-struct7.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/alias-decl-attr3.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/compound-asn1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/anon-struct7.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/alias-decl-attr4.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/cond6.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/alias-decl-attr4.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/pr29066.C -std=c++98 (test for excess errors) FAIL: g++.dg/expr/cond6.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/ptrmem8.C -std=c++98 (test for excess errors) FAIL: g++.dg/expr/lval2.C -std=c++98 (test for excess errors) FAIL: g++.dg/expr/pr29066.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/lval2.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/cond6.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/ptrmem8.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/lval2.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/pr29066.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/ptrmem8.C -std=c++14 (test for excess errors) FAIL: g++.dg/expr/ptrmem9.C -std=c++98 (test for excess errors) FAIL: g++.dg/expr/ptrmem9.C -std=c++11 (test for excess errors) FAIL: g++.dg/expr/ptrmem9.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/attrib3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/attrib3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/attr-alias-1.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/attr-alias-1.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/attrib3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/attr-alias-1.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/attrib6.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/attr-alias-2.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/attr-alias-2.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/attrib6.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/attr-alias-2.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/attrib6.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/cleanup-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/builtin-line1.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/attribute-test-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/builtin-line1.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/cleanup-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/builtin-line1.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/complex3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/attribute-test-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/cleanup-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/builtin-object-size1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/complex3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/attribute-test-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/cleanup-3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/complex3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/builtin-object-size1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/attribute-test-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/complex4.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/cleanup-3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/complex4.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/attribute-test-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/builtin-object-size1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/cleanup-3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/complex4.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/complit12.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/attribute-test-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/builtin-object-size2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/cleanup-4.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/complit12.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/attribute-test-3.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/cleanup-4.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/builtin-object-size2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/complit12.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/attribute-test-3.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/cleanup-4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/builtin-object-size2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/cleanup-5.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/attribute-test-3.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/cleanup-5.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/cleanup-5.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/attribute-test-4.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/cond2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/attribute-test-4.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/complex8.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/cond2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/attribute-test-4.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/builtin-arith-overflow-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/complex8.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/cleanup-dtor.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/bases.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/cond2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/builtin-arith-overflow-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/bases.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/cleanup-dtor.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/builtin7.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/builtin-arith-overflow-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/cleanup-dtor.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/builtin7.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/fnname2.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/builtin7.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/bitfield1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-1.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/fnname2.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-1.C -std=c++11 (test for warnings, line 21) FAIL: g++.dg/ext/has_nothrow_copy-1.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/complit4.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/bitfield1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/fnname2.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-1.C -std=c++14 (test for warnings, line 21) FAIL: g++.dg/ext/has_nothrow_copy-1.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/complit4.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-2.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/has_trivial_constructor.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/bitfield1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/fnname3.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-2.C -std=c++11 (test for warnings, line 8) FAIL: g++.dg/ext/has_nothrow_copy-2.C -std=c++11 (test for warnings, line 16) FAIL: g++.dg/ext/has_nothrow_copy-2.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_trivial_constructor.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/interface2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/complit4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/has_trivial_constructor.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-2.C -std=c++14 (test for warnings, line 8) FAIL: g++.dg/ext/has_nothrow_copy-2.C -std=c++14 (test for warnings, line 16) FAIL: g++.dg/ext/has_nothrow_copy-2.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/has_trivial_copy.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-3.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/fnname3.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/interface2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-3.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_trivial_copy.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-3.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/has_trivial_copy.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/fnname3.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/is_polymorphic.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/has_trivial_destructor-1.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-4.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/interface2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/is_polymorphic.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_trivial_destructor-1.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-4.C -std=c++11 (test for warnings, line 9) FAIL: g++.dg/ext/has_nothrow_copy-4.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/is_polymorphic.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/is_empty.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/has_trivial_destructor-1.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-4.C -std=c++14 (test for warnings, line 9) FAIL: g++.dg/ext/has_nothrow_copy-4.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/is_empty.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/is_union.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-5.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/is_empty.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/is_union.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-5.C -std=c++11 (test for warnings, line 9) FAIL: g++.dg/ext/has_nothrow_copy-5.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/is_abstract.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/is_union.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-5.C -std=c++14 (test for warnings, line 9) FAIL: g++.dg/ext/has_nothrow_copy-5.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/is_abstract.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_virtual_destructor.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-6.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_assign.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/is_abstract.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/label3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/has_virtual_destructor.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-6.C -std=c++11 (test for warnings, line 8) FAIL: g++.dg/ext/has_nothrow_copy-6.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_assign.C -std=c++11 (test for warnings, line 21) FAIL: g++.dg/ext/has_nothrow_assign.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/is_aggregate.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_virtual_destructor.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/is_enum.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-6.C -std=c++14 (test for warnings, line 8) FAIL: g++.dg/ext/has_nothrow_copy-6.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/label3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_assign.C -std=c++14 (test for warnings, line 21) FAIL: g++.dg/ext/has_nothrow_assign.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/is_aggregate.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/is_enum.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-7.C -std=c++11 (test for warnings, line 8) FAIL: g++.dg/ext/has_nothrow_copy-7.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_assign_odr.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/is_base_of.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/is_enum.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-7.C -std=c++14 (test for warnings, line 8) FAIL: g++.dg/ext/label3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy-7.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_assign_odr.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/is_base_of.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_assign_odr.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/is_base_of.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy_odr.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy_odr.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_constructor.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_copy_odr.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_constructor.C -std=c++11 (test for warnings, line 18) FAIL: g++.dg/ext/has_nothrow_constructor.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_trivial_assign.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_constructor.C -std=c++14 (test for warnings, line 18) FAIL: g++.dg/ext/has_nothrow_constructor.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/is_pod.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/has_trivial_assign.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/mv3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_constructor_odr.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/is_pod.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/has_trivial_assign.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_constructor_odr.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/gnu-inline-global-redecl.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/has_nothrow_constructor_odr.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/mv3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/is_pod_98.C (test for excess errors) FAIL: g++.dg/ext/interface1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/gnu-inline-global-redecl.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/mv3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/is_class.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/is_class.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/interface1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/gnu-inline-global-redecl.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/label13.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/is_class.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/fnname1.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/label13.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/interface1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/fnname1.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/label13.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/fnname1.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/label13a.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/label13a.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/pretty2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/pr47213.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/stmtexpr6.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/label13a.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/pr47213.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/stmtexpr1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/pretty2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/pr47213.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/stmtexpr6.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/stmtexpr1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/pretty2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/stmtexpr6.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/packed4.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/stmtexpr2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/oper1.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/stmtexpr1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/packed4.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/oper1.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/stmtexpr2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/underlying_type10.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/packed4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/oper1.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/stmtexpr2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/underlying_type10.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/stmtexpr8.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/tmplattr4.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/stmtexpr8.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/tmplattr4.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/stmtexpr8.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/utf-rtti.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/tmplattr4.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/utf-rtti.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/packed7.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/tmplattr5.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/utf-type.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/utf32-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/packed7.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/tmplattr5.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/utf-type.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/utf32-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/packed7.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/tmplattr5.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/underlying_type4.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/utf32-3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/underlying_type4.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/underlying_type4.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/utf32-3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/varargs2.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/utf16-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/varargs2.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/utf16-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/varargs2.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/utf16-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/utf16-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/interface3/interface3a.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/utf16-3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/va-arg-pack-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/interface3/interface3a.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/utf16-3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/va-arg-pack-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/vla4.C -std=gnu++98 (test for errors, line 9) FAIL: g++.dg/ext/vla4.C -std=gnu++98 (test for errors, line 10) FAIL: g++.dg/ext/vla4.C -std=gnu++98 (test for errors, line 18) FAIL: g++.dg/ext/vla4.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/interface3/interface3a.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/vla4.C -std=gnu++11 (test for errors, line 9) FAIL: g++.dg/ext/vla4.C -std=gnu++11 (test for errors, line 10) FAIL: g++.dg/ext/vla4.C -std=gnu++11 (test for errors, line 18) FAIL: g++.dg/ext/vla4.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/va-arg-pack-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/vla4.C -std=gnu++14 (test for errors, line 9) FAIL: g++.dg/ext/vla4.C -std=gnu++14 (test for errors, line 10) FAIL: g++.dg/ext/vla4.C -std=gnu++14 (test for errors, line 18) FAIL: g++.dg/ext/vla4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/interface3/interface3b.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/utf32-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/vector30.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/utf32-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/vector30.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/interface3/interface3b.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/vla15.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/va-arg-pack-len-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/vector30.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/vla15.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/interface3/interface3b.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/visibility/anon4.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/va-arg-pack-len-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/vla15.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/visibility/anon4.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/visibility/anon4.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/va-arg-pack-len-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/vla17.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/vla17.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ext/vla9.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/vla17.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ext/vla9.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/inherit/covariant1.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/vla9.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/inherit/covariant1.C -std=c++11 (test for excess errors) FAIL: g++.dg/ext/visibility/typeinfo1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ext/visibility/typeinfo1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/inherit/covariant1.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/visibility/typeinfo1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/inherit/covariant2.C -std=c++98 (test for excess errors) FAIL: g++.dg/inherit/covariant2.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/covariant2.C -std=c++14 (test for excess errors) FAIL: g++.dg/ext/visibility/typeinfo3.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/visibility/typeinfo3.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/operator1.C -std=c++98 (test for excess errors) FAIL: g++.dg/inherit/covariant9.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/inherit/covariant20.C -std=c++98 (test for excess errors) FAIL: g++.dg/ext/visibility/typeinfo3.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/operator1.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/covariant9.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/inherit/covariant20.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/operator1.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/covariant9.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/inherit/covariant20.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/using1.C -std=c++98 (test for excess errors) FAIL: g++.dg/inherit/thunk7.C -std=c++98 (test for excess errors) FAIL: g++.dg/inherit/thunk7.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/using1.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/thunk7.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/local2.C -std=c++98 (test for excess errors) FAIL: g++.dg/inherit/virtual8.C -std=c++98 (test for excess errors) FAIL: g++.dg/inherit/virtual8.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/covariant3.C -std=c++98 (test for excess errors) FAIL: g++.dg/inherit/using1.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/local2.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/thunk1.C -std=c++98 (test for excess errors) FAIL: g++.dg/inherit/virtual8.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/conv2.C -std=c++98 (test for excess errors) FAIL: g++.dg/inherit/covariant3.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/using2.C -std=c++98 (test for excess errors) FAIL: g++.dg/inherit/local2.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/thunk1.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/virtual9.C -std=c++98 (test for excess errors) FAIL: g++.dg/inherit/conv2.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/covariant3.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/using2.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/covariant17.C -std=c++98 (test for excess errors) FAIL: g++.dg/inherit/thunk1.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/virtual9.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/conv2.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/using2.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/covariant4.C -std=c++98 (test for excess errors) FAIL: g++.dg/inherit/covariant17.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/thunk10.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/inherit/virtual9.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/covariant4.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/covariant17.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/thunk10.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/inherit/covariant18.C -std=c++98 (test for excess errors) FAIL: g++.dg/inherit/covariant4.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/thunk10.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/array12.C -std=c++98 (test for excess errors) FAIL: g++.dg/inherit/covariant18.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/addr-const1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/array12.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/thunk11.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/inherit/null1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/addr-const1.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/covariant18.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/array12.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/null1.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/addr-const1.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/thunk11.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/init/array4.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/array4.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/null1.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/array4.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/thunk11.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/bitfield2.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/array14.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/byval1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/bitfield2.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/array5.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/array14.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/byval1.C -std=c++11 (test for excess errors) FAIL: g++.dg/inherit/virtual5.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/bitfield2.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/array41.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/array5.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/array14.C -std=c++14 (test for excess errors) FAIL: g++.dg/inherit/virtual5.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/byval1.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/array33.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/array41.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/array5.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/array15.C -std=c++98 (test for excess errors) FAIL: g++.dg/inherit/virtual5.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/array25.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/array1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/array33.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/array41.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/array15.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/array25.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/array1.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/array33.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/const3.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/array15.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/array1.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/array25.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/aggr13.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/const3.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/array16.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/aggr13.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/const3.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/array16.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/aggr13.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/elide3.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/array16.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/ctor2.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/aggr2.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/cleanup4.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/elide3.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/copy3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/delete2.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/ctor2.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/aggr2.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/cleanup4.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/elide3.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/copy3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/init/ctor2.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/delete2.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/aggr2.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/assign1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/array18.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/cleanup4.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/const6.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/copy3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/delete2.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/assign1.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/array18.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/const6.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/init/elide5.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/assign1.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/array18.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/const6.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/elide5.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/array39.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/attrib1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/init-ref1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/attrib1.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/array39.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/init-ref1.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/init-ref1.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/attrib1.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/new18.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/dtor1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/new18.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/init/empty1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/init-ref2.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/new36.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/new18.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/float1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/new27.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/new36.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/dtor1.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/empty1.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/init-ref2.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/new36.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/float1.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/new27.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/init/dtor1.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/empty1.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/init-ref2.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/float1.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/new27.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/dtor2.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/for1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/ctor1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/init-ref3.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/for1.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/new28.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/ctor7.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/new11.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/dtor2.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/for1.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/ctor1.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/init-ref3.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/new11.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/new28.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/init/ctor7.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/dtor2.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/new11.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/ctor1.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/init-ref3.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/new39.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/new28.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/ctor7.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/dtor3.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/new39.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/init-ref4.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/placement2.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/new39.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/new29.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/dtor3.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/init-ref4.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/placement2.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/new29.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/init/dtor3.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/init-ref4.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/placement2.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/new5.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/new40.C (test for excess errors) FAIL: g++.dg/init/new29.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/new5.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/new5.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/new41.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/goto1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/pr64527.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/elide1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/new41.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/lifetime1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/pr64527.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/goto1.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/elide1.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/new41.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/lifetime1.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/pr66857.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/goto1.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/elide1.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/new42.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/new16.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/lifetime1.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/ptrmem2.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/pr66857.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/new31.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/elide2.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/new42.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/new16.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/init/pm1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/lifetime2.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/ptrmem2.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/pr66857.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/new31.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/init/pm1.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/elide2.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/new42.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/new23.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/new16.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/lifetime2.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/pm1.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/ptrmem2.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/ref15.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/new31.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/elide2.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/new23.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/init/lifetime2.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/new32.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/ref15.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/new32.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/new23.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/pr35878_1.C (test for excess errors) FAIL: g++.dg/init/lifetime3.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/new32.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/ref15.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/pr35878_2.C (test for excess errors) FAIL: g++.dg/init/pm3.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/pr35878_3.C (test for excess errors) FAIL: g++.dg/init/ptrmem4.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/lifetime3.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/ref16.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/pr35878_4.C (test for excess errors) FAIL: g++.dg/init/ref4.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/pm3.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/ptrmem4.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/new25.C -std=c++98 (test for errors, line 7) FAIL: g++.dg/init/new25.C -std=c++98 (test for errors, line 10) FAIL: g++.dg/init/new25.C -std=c++98 (test for errors, line 13) FAIL: g++.dg/init/new25.C -std=c++98 (test for errors, line 14) FAIL: g++.dg/init/new25.C -std=c++98 (test for errors, line 30) FAIL: g++.dg/init/lifetime3.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/new25.C -std=c++98 (test for errors, line 32) FAIL: g++.dg/init/new25.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/ref16.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/ref4.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/new25.C -std=c++11 (test for errors, line 7) FAIL: g++.dg/init/new25.C -std=c++11 (test for warnings, line 7) FAIL: g++.dg/init/new25.C -std=c++11 (test for errors, line 10) FAIL: g++.dg/init/new25.C -std=c++11 (test for warnings, line 10) FAIL: g++.dg/init/new25.C -std=c++11 (test for errors, line 13) FAIL: g++.dg/init/new25.C -std=c++11 (test for errors, line 14) FAIL: g++.dg/init/new25.C -std=c++11 (test for errors, line 30) FAIL: g++.dg/init/new25.C -std=c++11 (test for errors, line 32) FAIL: g++.dg/init/new25.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/pm3.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/ptrmem4.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/ref16.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/ref4.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/new25.C -std=c++14 (test for errors, line 7) FAIL: g++.dg/init/new25.C -std=c++14 (test for warnings, line 7) FAIL: g++.dg/init/new25.C -std=c++14 (test for errors, line 10) FAIL: g++.dg/init/new25.C -std=c++14 (test for warnings, line 10) FAIL: g++.dg/init/new25.C -std=c++14 (test for errors, line 13) FAIL: g++.dg/init/new25.C -std=c++14 (test for errors, line 14) FAIL: g++.dg/init/new25.C -std=c++14 (test for errors, line 30) FAIL: g++.dg/init/new25.C -std=c++14 (test for errors, line 32) FAIL: g++.dg/init/new25.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/value1.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/new26.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/value9.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/value1.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/new26.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/init/value9.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/value1.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/new26.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/value9.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/value10.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/ref19.C -std=c++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-29.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/init/vbase1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/value10.C -std=c++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-29.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/ref19.C -std=c++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/vbase1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/init/value10.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/ref12.C -std=c++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-20.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/ref19.C -std=c++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-20.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/init/vbase1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/ref12.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/static2.C -std=c++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-20.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-21.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/ref12.C -std=c++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-37.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/ref9.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/static2.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/value3.C -std=c++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-21.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-37.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-13.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/value3.C -std=c++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-21.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/static2.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/ref20.C -std=c++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-37.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/ref9.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/value3.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/vector1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-13.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/init/ref20.C -std=c++11 (test for excess errors) FAIL: g++.dg/init/static3.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/ref9.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/vector1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-13.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/ref20.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/static3.C -std=c++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/vector1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-14.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-23.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/static3.C -std=c++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-23.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-14.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-23.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/init/ref22.C -std=c++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-14.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-32.C (test for excess errors) FAIL: g++.dg/ipa/devirt-4.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/ref22.C -std=c++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-33.C (test for excess errors) FAIL: g++.dg/init/value7.C -std=c++98 (test for excess errors) FAIL: g++.dg/init/ref22.C -std=c++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-4.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/init/value7.C -std=c++11 (test for excess errors) FAIL: g++.dg/ipa/ivinline-4.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/init/value7.C -std=c++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/ivinline-4.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr51759.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-5.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/ivinline-4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr51759.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/iinline-3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-5.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/ivinline-5.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr51759.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/iinline-3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/ivinline-5.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-5.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/iinline-3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr61160-3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/ivinline-5.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/imm-devirt-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-4.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr52939.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr46053.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr61160-3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/ivinline-7.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/imm-devirt-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-4.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr52939.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr46053.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr61160-3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/imm-devirt-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/ivinline-7.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr52939.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr46053.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/ipa-icf-6.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-5.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/imm-devirt-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/ivinline-7.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr46287-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/ipa-icf-6.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-5.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr46287-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/imm-devirt-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-6.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/ivinline-8.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/ipa-icf-6.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-5.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr46287-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-6.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/ipa-pta-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/imm-devirt-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr57670.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/ivinline-8.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-6.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr46287-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr65765.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-6.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/ipa-pta-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr57670.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr63814.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-6.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/ivinline-8.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr46287-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr65765.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr60640-3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/ipa-pta-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr62015.C (test for excess errors) FAIL: g++.dg/ipa/pr57670.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr63814.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-6.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr46287-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/ivinline-9.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr65765.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr60640-3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/ipa-pta-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-7.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr63814.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr46287-3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/ivinline-9.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-7.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr60640-3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/ipa-pta-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr69239.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr46287-3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr63838.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-7.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/inline-3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-7.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/ivinline-9.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/inline-3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/ipa-pta-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr60640-4.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr46287-3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr69239.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr63838.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/inline-3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-7.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr66616.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-7.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr46984.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr69239.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr60640-4.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr63838.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/ivinline-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr66616.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr46984.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-8.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr60640-4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr66616.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/ivinline-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr46984.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-8.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr61085.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/ivinline-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr61085.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-c-8.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr67056.C (test for excess errors) FAIL: g++.dg/ipa/ivinline-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/remref-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr61085.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-d-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/remref-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/ivinline-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/devirt-d-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr64049-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/remref-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/devirt-d-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr84658.C (test for excess errors) FAIL: g++.dg/ipa/ivinline-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr61160-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/remref-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr64049-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/ivinline-3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/pr61160-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/remref-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr64049-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/ivinline-3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr61160-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/remref-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/ipa/pr85549.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/ipa/ivinline-3.C -std=gnu++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... FAIL: g++.dg/ipa/pr85549.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/ipa/pr71207.C -std=c++98 (test for excess errors) FAIL: g++.dg/ipa/pr85549.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/fputs.c compilation, -O0 FAIL: g++.dg/ipa/pr71207.C -std=c++11 (test for excess errors) FAIL: g++.dg/lookup/builtin1.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... FAIL: gcc.c-torture/execute/builtins/fputs.c compilation, -O1 FAIL: g++.dg/ipa/pr71207.C -std=c++14 (test for excess errors) FAIL: g++.dg/ipa/pr81248.C (test for excess errors) FAIL: g++.dg/lookup/builtin1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/fputs.c compilation, -O2 FAIL: g++.dg/ipa/pr77333.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/lookup/builtin1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/fputs.c compilation, -O3 -g FAIL: g++.dg/lookup/friend8.C -std=c++98 (test for excess errors) FAIL: g++.dg/ipa/pr77333.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy.c compilation, -O0 FAIL: gcc.c-torture/execute/builtins/fputs.c compilation, -Os FAIL: g++.dg/lookup/friend8.C -std=c++11 (test for excess errors) FAIL: g++.dg/ipa/pr77333.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/fputs.c compilation, -Og -g FAIL: gcc.c-torture/execute/builtins/mempcpy.c compilation, -O1 FAIL: g++.dg/lookup/friend8.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/fputs.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/builtins/mempcpy.c compilation, -O2 FAIL: gcc.c-torture/execute/builtins/fputs.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/builtins/mempcpy.c compilation, -O3 -g FAIL: gcc.c-torture/execute/builtins/memchr.c compilation, -O0 FAIL: g++.dg/lookup/anon1.C -std=c++98 (test for excess errors) FAIL: g++.dg/lookup/anon1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy.c compilation, -Os FAIL: gcc.c-torture/execute/builtins/memchr.c compilation, -O1 FAIL: g++.dg/lookup/anon1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy.c compilation, -Og -g FAIL: gcc.c-torture/execute/builtins/memchr.c compilation, -O2 FAIL: gcc.c-torture/execute/builtins/mempcpy.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/builtins/memchr.c compilation, -O3 -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... FAIL: gcc.c-torture/execute/builtins/mempcpy.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/builtins/memchr.c compilation, -Os FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for errors, line 10) FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for warnings, line 10) FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for errors, line 10) FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for errors, line 10) FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for errors, line 18) FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for warnings, line 18) FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for errors, line 24) FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for warnings, line 24) FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for errors, line 24) FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for errors, line 30) FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for warnings, line 30) FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for errors, line 34) FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for warnings, line 34) FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for errors, line 41) FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for warnings, line 41) FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for errors, line 41) FAIL: g++.dg/lookup/missing-std-include-8.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memchr.c compilation, -Og -g FAIL: gcc.c-torture/execute/builtins/memset-chk.c compilation, -O0 FAIL: gcc.c-torture/execute/builtins/20010124-1.c compilation, -O0 FAIL: g++.dg/lookup/koenig8.C -std=c++98 (test for excess errors) FAIL: g++.dg/lookup/ns4.C -std=c++98 (test for excess errors) FAIL: g++.dg/lookup/template1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memchr.c compilation, -O2 -flto -flto-partition=none FAIL: g++.dg/lookup/koenig8.C -std=c++11 (test for excess errors) FAIL: g++.dg/lookup/ns4.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/20010124-1.c compilation, -O1 FAIL: g++.dg/lookup/template1.C -std=c++11 (test for excess errors) FAIL: g++.dg/lookup/koenig8.C -std=c++14 (test for excess errors) FAIL: g++.dg/lookup/ns4.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memchr.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/builtins/memset-chk.c compilation, -O1 FAIL: g++.dg/lookup/template1.C -std=c++14 (test for excess errors) FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++98 (test for errors, line 9) FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++98 (test for warnings, line 9) FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++98 dg-regexp 19 not found: "\-\-\- .*" FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++98 dg-regexp 20 not found: "\+\+\+ .*" FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++98 expected multiline pattern lines 29-33 not found: "\s*@@ -1,3 \+1,4 @@.*\n\+#include <string>.*\n /\* Example of where the error occurs before the first #include,.*\n which in this case happens to be the missing header\. .*\n For this case, expect to insert the #include at the top of the file\. \*/.*\n" FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/lookup/pr21802.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/20010124-1.c compilation, -O2 FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++11 (test for errors, line 9) FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++11 (test for warnings, line 9) FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++11 dg-regexp 19 not found: "\-\-\- .*" FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++11 dg-regexp 20 not found: "\+\+\+ .*" FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++11 expected multiline pattern lines 29-33 not found: "\s*@@ -1,3 \+1,4 @@.*\n\+#include <string>.*\n /\* Example of where the error occurs before the first #include,.*\n which in this case happens to be the missing header\. .*\n For this case, expect to insert the #include at the top of the file\. \*/.*\n" FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/lookup/pr21802.C -std=c++11 (test for excess errors) FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++14 (test for errors, line 9) FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++14 (test for warnings, line 9) FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++14 dg-regexp 19 not found: "\-\-\- .*" FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++14 dg-regexp 20 not found: "\+\+\+ .*" FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++14 expected multiline pattern lines 29-33 not found: "\s*@@ -1,3 \+1,4 @@.*\n\+#include <string>.*\n /\* Example of where the error occurs before the first #include,.*\n which in this case happens to be the missing header\. .*\n For this case, expect to insert the #include at the top of the file\. \*/.*\n" FAIL: g++.dg/lookup/missing-std-include-3.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memcmp.c compilation, -O0 FAIL: g++.dg/lookup/pr21802.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... FAIL: gcc.c-torture/execute/builtins/20010124-1.c compilation, -O3 -g FAIL: gcc.c-torture/execute/builtins/memcmp.c compilation, -O1 FAIL: gcc.c-torture/execute/builtins/20010124-1.c compilation, -Os FAIL: gcc.c-torture/execute/builtins/memset-chk.c compilation, -O2 FAIL: gcc.c-torture/execute/builtins/memcmp.c compilation, -O2 FAIL: gcc.c-torture/execute/builtins/stpncpy-chk.c compilation, -O0 FAIL: g++.dg/lookup/using27.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/20010124-1.c compilation, -Og -g FAIL: g++.dg/lookup/using45.C -std=c++98 (test for excess errors) FAIL: g++.dg/lookup/using36.C -std=c++98 (test for excess errors) FAIL: g++.dg/lookup/using27.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memcmp.c compilation, -O3 -g FAIL: g++.dg/lookup/two-stage1.C -std=c++98 (test for excess errors) FAIL: g++.dg/lookup/using45.C -std=c++11 (test for excess errors) FAIL: g++.dg/lookup/using36.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/20010124-1.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/builtins/stpncpy-chk.c compilation, -O1 FAIL: g++.dg/lookup/using27.C -std=c++14 (test for excess errors) FAIL: g++.dg/lookup/two-stage1.C -std=c++11 (test for excess errors) FAIL: g++.dg/lookup/using45.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memcmp.c compilation, -Os FAIL: g++.dg/lookup/using36.C -std=c++14 (test for excess errors) FAIL: g++.dg/opt/20050511-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/lookup/two-stage1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/20010124-1.c compilation, -O2 -flto FAIL: g++.dg/opt/20050511-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/lookup/using37.C -std=c++98 (test for excess errors) FAIL: g++.dg/opt/20050511-1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memcmp.c compilation, -Og -g FAIL: g++.dg/lookup/pr79377.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/lookup/using37.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-1.c compilation, -O0 FAIL: gcc.c-torture/execute/builtins/stpncpy-chk.c compilation, -O2 FAIL: g++.dg/opt/alias1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/lookup/pr79377.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memcmp.c compilation, -O2 -flto -flto-partition=none FAIL: g++.dg/lookup/using37.C -std=c++14 (test for excess errors) FAIL: g++.dg/opt/bitfield1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/alias1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-1.c compilation, -O1 FAIL: g++.dg/lookup/pr79377.C -std=gnu++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... FAIL: g++.dg/opt/bitfield1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/alias1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memcmp.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... FAIL: g++.dg/lookup/using25.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-1.c compilation, -O2 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... FAIL: g++.dg/opt/bitfield1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/alias2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/lookup/using49.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: g++.dg/opt/dtor4.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/lookup/using39.C -std=c++98 (test for excess errors) FAIL: g++.dg/lookup/using49.C -std=c++11 (test for excess errors) FAIL: g++.dg/lookup/using25.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: g++.dg/opt/delay-slot-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/bool1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/dtor4.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-3.c compilation, -O0 FAIL: gcc.c-torture/execute/20000205-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000402-1.c -O0 (test for excess errors) FAIL: g++.dg/lookup/using49.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -O0 FAIL: g++.dg/opt/alias2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpcpy.c compilation, -O0 FAIL: gcc.c-torture/execute/builtins/abs-1.c compilation, -O3 -g FAIL: g++.dg/lookup/using39.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000402-1.c -O1 (test for excess errors) FAIL: g++.dg/opt/dtor4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/lookup/two-stage5.C -std=c++98 (test for excess errors) FAIL: g++.dg/lookup/using25.C -std=c++14 (test for excess errors) FAIL: g++.dg/opt/delay-slot-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/bool1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000402-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000205-1.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... FAIL: g++.dg/opt/cond1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000402-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/stpncpy-chk.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: g++.dg/opt/alias2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/lookup/using39.C -std=c++14 (test for excess errors) FAIL: g++.dg/opt/enum1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/lookup/two-stage5.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000402-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memset-chk.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: gcc.c-torture/execute/builtins/strpcpy.c compilation, -O1 FAIL: gcc.c-torture/execute/20000205-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-3.c compilation, -O1 FAIL: g++.dg/opt/bool1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-1.c compilation, -Os FAIL: g++.dg/opt/delay-slot-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/covariant1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/cleanup1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/cond1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000402-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/opt/enum1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/lookup/two-stage5.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000402-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000503-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000205-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -O1 FAIL: g++.dg/opt/covariant1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/cond1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000403-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpcpy.c compilation, -O2 FAIL: gcc.c-torture/execute/builtins/abs-1.c compilation, -Og -g FAIL: gcc.c-torture/execute/20000503-1.c -O1 (test for excess errors) FAIL: g++.dg/opt/enum1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000205-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-3.c compilation, -O2 FAIL: g++.dg/opt/cleanup1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/covariant1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/builtins2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000403-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000503-1.c -O2 (test for excess errors) FAIL: g++.dg/opt/alias4.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/lookup/using33.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000205-1.c -Os (test for excess errors) FAIL: g++.dg/opt/enum2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/builtins2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-1.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/builtins/strpcpy.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20000403-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-3.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/20000205-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000503-1.c -O3 -g (test for excess errors) FAIL: g++.dg/opt/cleanup1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/lookup/using33.C -std=c++11 (test for excess errors) FAIL: g++.dg/opt/alias4.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/enum2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000403-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -O2 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... FAIL: gcc.c-torture/execute/20000503-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000205-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-1.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/builtins/stpncpy-chk.c compilation, -O3 -g FAIL: g++.dg/lookup/using33.C -std=c++14 (test for excess errors) FAIL: g++.dg/opt/eh2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/enum2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/alias4.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpcpy.c compilation, -Os FAIL: gcc.c-torture/execute/20000403-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-3.c compilation, -O3 -g FAIL: g++.dg/opt/fold2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000503-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000217-1.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: g++.dg/opt/call2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/lookup/using42.C -std=c++98 (test for excess errors) FAIL: g++.dg/opt/expect1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000403-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/opt/eh2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/anchor1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/const1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000503-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/opt/fold2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-2.c compilation, -O0 FAIL: gcc.c-torture/execute/20000217-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000622-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpcpy.c compilation, -Og -g FAIL: g++.dg/lookup/using42.C -std=c++11 (test for excess errors) FAIL: g++.dg/opt/call2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000403-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-3.c compilation, -Os FAIL: g++.dg/opt/expect1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/eh2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000511-1.c -O0 (test for excess errors) FAIL: g++.dg/opt/anchor1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000217-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000622-1.c -O1 (test for excess errors) FAIL: g++.dg/opt/fold2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/const1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/lookup/using42.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-1.c -O0 (test for excess errors) FAIL: g++.dg/opt/call2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/stpncpy-chk.c compilation, -Os FAIL: g++.dg/opt/inline11.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/expect1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000511-1.c -O1 (test for excess errors) FAIL: g++.dg/opt/eh3.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-2.c compilation, -O1 FAIL: gcc.c-torture/execute/builtins/strpcpy.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20000217-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000622-1.c -O2 (test for excess errors) FAIL: g++.dg/opt/anchor1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/fold3.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-1.c -O1 (test for excess errors) FAIL: g++.dg/lookup/using44.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-3.c compilation, -Og -g FAIL: g++.dg/opt/call3.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000511-1.c -O2 (test for excess errors) FAIL: g++.dg/opt/const1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/cse2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000622-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000217-1.c -Os (test for excess errors) FAIL: g++.dg/opt/eh3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-1.c -O2 (test for excess errors) FAIL: g++.dg/opt/fold3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/lookup/using44.C -std=c++11 (test for excess errors) FAIL: g++.dg/opt/loop1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/call3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000511-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpcpy.c compilation, -O2 -flto FAIL: g++.dg/opt/inline11.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000622-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000217-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-2.c compilation, -O2 FAIL: g++.dg/opt/const2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-3.c compilation, -O2 -flto -flto-partition=none FAIL: g++.dg/opt/dtor1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/eh3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/cse2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/stpncpy-chk.c compilation, -Og -g FAIL: g++.dg/opt/fold3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/lookup/using44.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000511-1.c -Os (test for excess errors) FAIL: g++.dg/opt/call3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/loop1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/eh4.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000622-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000217-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/opt/flifetime-dse1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/const2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-1.c -Os (test for excess errors) FAIL: g++.dg/opt/dtor1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: g++.dg/opt/cse2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/eh4.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strrchr.c compilation, -O0 FAIL: g++.dg/opt/nrv11.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000511-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/opt/inline11.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-3.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20000622-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000223-1.c -O0 (test for excess errors) FAIL: g++.dg/opt/eh4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/loop1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-2.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20000412-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/opt/flifetime-dse1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/const2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/stpncpy-chk.c compilation, -O2 -flto -flto-partition=none FAIL: g++.dg/opt/dtor1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/cse3.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000511-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000703-1.c -O0 (test for excess errors) FAIL: g++.dg/opt/nrv11.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000223-1.c -O1 (test for excess errors) FAIL: g++.dg/opt/inline9.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/opt/flifetime-dse1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strrchr.c compilation, -O1 FAIL: g++.dg/opt/const3.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen.c compilation, -O0 FAIL: gcc.c-torture/execute/20000519-1.c -O0 (test for excess errors) FAIL: g++.dg/opt/cse3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000703-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-2.c compilation, -Os FAIL: gcc.c-torture/execute/20000223-1.c -O2 (test for excess errors) FAIL: g++.dg/opt/nrv11.C -std=c++14 (test for excess errors) FAIL: g++.dg/opt/inline9.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/dtor2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/stpncpy-chk.c compilation, -O2 -flto FAIL: g++.dg/opt/flifetime-dse2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000519-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000703-1.c -O2 (test for excess errors) FAIL: g++.dg/opt/const3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/cse3.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000223-1.c -O3 -g (test for excess errors) FAIL: g++.dg/opt/empty1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen.c compilation, -O1 FAIL: gcc.c-torture/execute/builtins/strrchr.c compilation, -O2 FAIL: gcc.c-torture/execute/20000412-2.c -O1 (test for excess errors) FAIL: g++.dg/opt/nrv13.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/inline9.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000703-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000519-1.c -O2 (test for excess errors) FAIL: g++.dg/opt/flifetime-dse2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-2.c compilation, -Og -g FAIL: gcc.c-torture/execute/20000223-1.c -Os (test for excess errors) FAIL: g++.dg/opt/const3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/dtor2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/nrv3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/empty1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcat-chk.c compilation, -O0 FAIL: g++.dg/opt/nrv13.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000703-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000519-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20000223-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen.c compilation, -O2 FAIL: g++.dg/opt/flifetime-dse2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memset-chk.c compilation, -O3 -g FAIL: gcc.c-torture/execute/builtins/strrchr.c compilation, -O3 -g FAIL: g++.dg/opt/interface1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/nrv3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-2.c -O3 -g (test for excess errors) FAIL: g++.dg/opt/empty1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000703-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000519-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000223-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-2.c compilation, -O2 -flto -flto-partition=none FAIL: g++.dg/opt/dtor2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -O3 -g FAIL: g++.dg/opt/nrv13.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/flifetime-dse3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000703-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/opt/nrv3.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20000519-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000224-1.c -O0 (test for excess errors) FAIL: g++.dg/opt/interface1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcat-chk.c compilation, -O1 FAIL: gcc.c-torture/execute/builtins/strrchr.c compilation, -Os FAIL: g++.dg/opt/nrv14.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/pr14029.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/flifetime-dse3.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000706-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-2.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20000519-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/opt/nrv4.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000224-1.c -O1 (test for excess errors) FAIL: g++.dg/opt/pr17697-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/mmx2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/opt/nrv14.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-1.c -O1 (test for excess errors) FAIL: g++.dg/opt/flifetime-dse4.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/interface1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/pr14029.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen.c compilation, -Os FAIL: gcc.c-torture/execute/20000519-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memset-chk.c compilation, -Os FAIL: g++.dg/opt/nrv4.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strrchr.c compilation, -Og -g FAIL: gcc.c-torture/execute/20000224-1.c -O2 (test for excess errors) FAIL: g++.dg/opt/pr17697-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/pr18084-1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-3.c compilation, -O0 FAIL: g++.dg/opt/mmx2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-1.c -O2 (test for excess errors) FAIL: g++.dg/opt/nrv14.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/flifetime-dse4.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000519-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -Os FAIL: g++.dg/opt/pr14029.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcat-chk.c compilation, -O2 FAIL: g++.dg/opt/nrv4.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000224-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/opt/pr17697-1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen.c compilation, -Og -g FAIL: g++.dg/opt/pr18084-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/mmx2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000519-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strrchr.c compilation, -O2 -flto -flto-partition=none FAIL: g++.dg/opt/flifetime-dse4.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000224-1.c -O3 -g (test for excess errors) FAIL: g++.dg/opt/nrv5.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-3.c compilation, -O1 FAIL: gcc.c-torture/execute/20000412-3.c -O2 (test for excess errors) FAIL: g++.dg/opt/pr17697-2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000519-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000224-1.c -Os (test for excess errors) FAIL: g++.dg/opt/pr18084-1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memset-chk.c compilation, -Og -g FAIL: g++.dg/opt/flifetime-dse5.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/inline2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/nrv5.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20000412-3.c -O3 -g (test for excess errors) FAIL: g++.dg/opt/pr17697-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/pr43655.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strrchr.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -Og -g FAIL: gcc.c-torture/execute/20000224-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000519-2.c -O3 -g (test for excess errors) FAIL: g++.dg/opt/flifetime-dse5.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/pr15054-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/inline2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-3.c compilation, -O2 FAIL: gcc.c-torture/execute/20000412-3.c -Os (test for excess errors) FAIL: g++.dg/opt/nrv5.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000519-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000224-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/opt/pr17697-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/pr43655.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/pr22167.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/builtins/memset-chk.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20000412-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/opt/flifetime-dse5.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/inline2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/pr15054-2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-2.c -O0 (test for excess errors) FAIL: g++.dg/opt/nrv6.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strspn.c compilation, -O0 FAIL: gcc.c-torture/execute/20000519-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000225-1.c -O0 (test for excess errors) FAIL: g++.dg/opt/nrv17.C -std=c++98 (test for excess errors) FAIL: g++.dg/opt/pr17697-3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/pr43655.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -O2 -flto -flto-partition=none FAIL: g++.dg/opt/pr36185.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/pr22167.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/nrv17.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-3.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20000706-2.c -O1 (test for excess errors) FAIL: g++.dg/opt/flifetime-dse6.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000519-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000225-1.c -O1 (test for excess errors) FAIL: g++.dg/opt/pr15054-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/nrv6.C -std=c++11 (test for excess errors) FAIL: g++.dg/opt/nrv17.C -std=c++14 (test for excess errors) FAIL: g++.dg/opt/pr17697-3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat-chk.c compilation, -O0 FAIL: gcc.c-torture/execute/builtins/strcat-chk.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: g++.dg/opt/pr22167.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-4.c -O0 (test for excess errors) FAIL: g++.dg/opt/pr36185.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strspn.c compilation, -O1 FAIL: gcc.c-torture/execute/20000706-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000523-1.c -O0 (test for excess errors) FAIL: g++.dg/opt/flifetime-dse6.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memset-chk.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20000225-1.c -O2 (test for excess errors) FAIL: g++.dg/opt/longbranch1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/pr15054.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/nrv6.C -std=c++14 (test for excess errors) FAIL: g++.dg/opt/pr17697-3.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-3.c compilation, -Os FAIL: gcc.c-torture/execute/20000412-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20000523-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-2.c -O3 -g (test for excess errors) FAIL: g++.dg/opt/pr36185.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000225-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/opt/flifetime-dse6.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/pr15054.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strspn.c compilation, -O2 FAIL: gcc.c-torture/execute/20000412-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000523-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memset.c compilation, -O0 FAIL: gcc.c-torture/execute/builtins/strncat-chk.c compilation, -O1 FAIL: gcc.c-torture/execute/20000225-1.c -O3 -g (test for excess errors) FAIL: g++.dg/opt/pr36187.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/nrv1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-3.c compilation, -Og -g FAIL: g++.dg/opt/pr15054.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/pr19317-1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove-2.c compilation, -O0 FAIL: gcc.c-torture/execute/20000523-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000412-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/opt/pr23299.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/opt/pr15551.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/nrv8.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000225-1.c -Os (test for excess errors) FAIL: g++.dg/opt/pr36187.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/nrv1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strspn.c compilation, -O3 -g FAIL: g++.dg/opt/pr15551.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/pr19317-1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000523-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memset.c compilation, -O1 FAIL: gcc.c-torture/execute/20000706-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000412-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000225-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/opt/pr23299.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/nrv8.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/longbranch1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/pr15551.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-3.c compilation, -O2 -flto -flto-partition=none FAIL: g++.dg/opt/nrv2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove-2.c compilation, -O1 FAIL: g++.dg/opt/pr36187.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/nrv1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000523-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000225-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000706-3.c -O0 (test for excess errors) FAIL: g++.dg/opt/pr19317-1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-4.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat-chk.c compilation, -O2 FAIL: g++.dg/opt/nrv8.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/pr16372-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/pr23299.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strspn.c compilation, -Os FAIL: gcc.c-torture/execute/builtins/strcat-chk.c compilation, -O3 -g FAIL: g++.dg/opt/nrv2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000523-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/opt/pr36449.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/nrv10.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memset.c compilation, -O2 FAIL: gcc.c-torture/execute/20000227-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/abs-3.c compilation, -O2 -flto FAIL: g++.dg/opt/pr19317-2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove-2.c compilation, -O2 FAIL: gcc.c-torture/execute/20000528-1.c -O0 (test for excess errors) FAIL: g++.dg/opt/pr16372-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/nrv2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/pr36449.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/nrv10.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000227-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000706-3.c -O2 (test for excess errors) FAIL: g++.dg/opt/pr19317-2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000528-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strspn.c compilation, -Og -g FAIL: g++.dg/opt/pr16372-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/pr36449.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000227-1.c -O2 (test for excess errors) FAIL: g++.dg/opt/nrv10.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-5.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memset.c compilation, -O3 -g FAIL: g++.dg/opt/longbranch1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/complex-1.c compilation, -O0 FAIL: gcc.c-torture/execute/20000528-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove-2.c compilation, -O3 -g FAIL: gcc.c-torture/execute/builtins/strcat-chk.c compilation, -Os FAIL: gcc.c-torture/execute/20000227-1.c -O3 -g (test for excess errors) FAIL: g++.dg/opt/pr19317-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/pr16693-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/pr3698.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/pr30590.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-5.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strspn.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20000706-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000528-1.c -O3 -g (test for excess errors) FAIL: g++.dg/opt/pr56999.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000227-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000412-5.c -O2 (test for excess errors) FAIL: g++.dg/opt/pr16693-1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memset.c compilation, -Os FAIL: g++.dg/opt/pr19317-3.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/complex-1.c compilation, -O1 FAIL: g++.dg/opt/pr3698.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/pr30590.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000528-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove-2.c compilation, -Os FAIL: gcc.c-torture/execute/20000227-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000412-5.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strspn.c compilation, -O2 -flto FAIL: g++.dg/opt/pr56999.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/pr16693-1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-3.c -O2 -flto (test for excess errors) FAIL: g++.dg/opt/pr3698.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/pr19317-3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcat-chk.c compilation, -Og -g FAIL: g++.dg/opt/pr30590.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000528-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000227-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat-chk.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/builtins/memset.c compilation, -Og -g FAIL: gcc.c-torture/execute/20000412-5.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/complex-1.c compilation, -O2 FAIL: g++.dg/opt/pr30965.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/pr56999.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove-2.c compilation, -Og -g FAIL: g++.dg/opt/pr16693-2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000528-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/opt/pr19317-3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/pr30965.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000313-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strstr-asm.c compilation, -O0 FAIL: g++.dg/opt/pmf1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/pr19650.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000706-4.c -O1 (test for excess errors) FAIL: g++.dg/opt/pr30965.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcat-chk.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/builtins/memset.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20000603-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000313-1.c -O1 (test for excess errors) FAIL: g++.dg/opt/pr19650.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/pr16693-2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/complex-1.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20000412-5.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000706-4.c -O2 (test for excess errors) FAIL: g++.dg/opt/pmf1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/pr23478.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/pr19650.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove-2.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20000313-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strstr-asm.c compilation, -O1 FAIL: gcc.c-torture/execute/20000603-1.c -O1 (test for excess errors) FAIL: g++.dg/opt/pr16693-2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-6.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memset.c compilation, -O2 -flto FAIL: g++.dg/opt/pmf1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000313-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000603-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcat-chk.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/builtins/complex-1.c compilation, -Os FAIL: g++.dg/opt/pr23478.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-6.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove-2.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20000706-4.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strstr-asm.c compilation, -O2 FAIL: gcc.c-torture/execute/20000313-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000603-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000412-6.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/pr22237.c compilation, -O0 FAIL: gcc.c-torture/execute/20000706-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat-chk.c compilation, -O3 -g FAIL: g++.dg/opt/pr23478.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000313-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000603-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcat.c compilation, -O0 FAIL: gcc.c-torture/execute/builtins/complex-1.c compilation, -Og -g FAIL: gcc.c-torture/execute/20000412-6.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20000706-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strstr-asm.c compilation, -O3 -g FAIL: gcc.c-torture/execute/builtins/memmove-chk.c compilation, -O0 FAIL: gcc.c-torture/execute/20000313-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000603-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/pr22237.c compilation, -O1 FAIL: g++.dg/opt/pr70245.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000412-6.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000706-5.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000314-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/complex-1.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20000603-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcat.c compilation, -O1 FAIL: g++.dg/opt/pr42508.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strstr-asm.c compilation, -Os FAIL: gcc.c-torture/execute/20000412-6.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000706-5.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000314-1.c -O1 (test for excess errors) FAIL: g++.dg/opt/pr70245.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat-chk.c compilation, -Os FAIL: gcc.c-torture/execute/20000605-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/pr22237.c compilation, -O2 FAIL: g++.dg/opt/pr51575.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/complex-1.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20000412-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000706-5.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000314-1.c -O2 (test for excess errors) FAIL: g++.dg/opt/pr42508.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/pr51575.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove-chk.c compilation, -O1 FAIL: gcc.c-torture/execute/builtins/strcat.c compilation, -O2 FAIL: gcc.c-torture/execute/20000605-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strstr-asm.c compilation, -Og -g FAIL: gcc.c-torture/execute/20000412-6.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/fprintf.c compilation, -O0 FAIL: g++.dg/opt/pr51575.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-5.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000314-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/opt/pr70245.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/pr42508.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/pr22237.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/20000605-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000419-1.c -O0 (test for excess errors) FAIL: g++.dg/opt/pr7503-1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000314-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/fprintf.c compilation, -O1 FAIL: gcc.c-torture/execute/20000706-5.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat-chk.c compilation, -Og -g FAIL: gcc.c-torture/execute/20000605-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcat.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/builtins/strstr.c compilation, -O0 FAIL: gcc.c-torture/execute/20000419-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000314-1.c -Os (test for excess errors) FAIL: g++.dg/opt/pr85393.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/fprintf.c compilation, -O2 FAIL: g++.dg/opt/pr7503-1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000605-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000419-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/pr22237.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20000314-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/opt/pr85393.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000706-5.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/fprintf.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20000605-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat-chk.c compilation, -O2 -flto -flto-partition=none FAIL: g++.dg/opt/pr7503-1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strstr.c compilation, -O1 FAIL: gcc.c-torture/execute/20000419-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcat.c compilation, -O3 -g FAIL: gcc.c-torture/execute/builtins/memmove-chk.c compilation, -O2 FAIL: gcc.c-torture/execute/20000314-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/opt/pr77844.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000707-1.c -O0 (test for excess errors) FAIL: g++.dg/opt/reload3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/preinc1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/fprintf.c compilation, -Os FAIL: gcc.c-torture/execute/20000605-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/pr22237.c compilation, -Os FAIL: gcc.c-torture/execute/20000419-1.c -Os (test for excess errors) FAIL: g++.dg/opt/pr77844.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/reload3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000314-2.c -O0 (test for excess errors) FAIL: g++.dg/opt/pr77844.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/fprintf.c compilation, -Og -g FAIL: gcc.c-torture/execute/20000707-1.c -O1 (test for excess errors) FAIL: g++.dg/opt/reload3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/pr60912.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/range-test-1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000605-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000419-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strstr.c compilation, -O2 FAIL: g++.dg/opt/preinc1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/pr66119.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcat.c compilation, -Os FAIL: gcc.c-torture/execute/20000314-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat-chk.c compilation, -O2 -flto FAIL: g++.dg/opt/range-test-1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/static5.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/pr66119.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/fprintf.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20000707-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/pr22237.c compilation, -Og -g FAIL: g++.dg/opt/pr60912.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000605-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000419-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/opt/pr80275.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/range-test-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/preinc1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/thunk1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000314-2.c -O2 (test for excess errors) FAIL: g++.dg/opt/vrp2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/pr80385.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/range-test-2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/static5.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000707-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000605-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/fprintf.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: gcc.c-torture/execute/builtins/strstr.c compilation, -O3 -g FAIL: g++.dg/opt/pr6713.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcat.c compilation, -Og -g FAIL: g++.dg/opt/pr60912.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000422-1.c -O0 (test for excess errors) FAIL: g++.dg/opt/pr80385.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/range-test-2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/rtti1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat.c compilation, -O0 FAIL: g++.dg/opt/ptrintsum1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/thunk1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000314-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/pr22237.c compilation, -O2 -flto -flto-partition=none FAIL: g++.dg/opt/vrp2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/range-test-2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/static5.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/pr80385.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/rtti1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000707-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000605-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000717-1.c -O0 (test for excess errors) FAIL: g++.dg/opt/pr6713.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000422-1.c -O1 (test for excess errors) FAIL: g++.dg/opt/rtti1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000314-2.c -Os (test for excess errors) FAIL: g++.dg/opt/thunk1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strstr.c compilation, -Os FAIL: g++.dg/opt/ptrintsum1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcat.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20000707-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/opt/vrp2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/reg-stack.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000717-1.c -O1 (test for excess errors) FAIL: g++.dg/opt/static6.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000605-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20000422-1.c -O2 (test for excess errors) FAIL: g++.dg/opt/pr6713.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat.c compilation, -O1 FAIL: gcc.c-torture/execute/builtins/pr22237.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20000314-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/opt/pr69570.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/pr71210-1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove-chk.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/20000707-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/opt/pr83252.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/ptrintsum1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/thunk2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/pr71210-1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000717-1.c -O2 (test for excess errors) FAIL: g++.dg/opt/pr83252.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/reg-stack.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000605-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcat.c compilation, -O2 -flto FAIL: g++.dg/opt/static6.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000314-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strstr.c compilation, -Og -g FAIL: gcc.c-torture/execute/20000422-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/opt/pr71210-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/pr69570.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000715-1.c -O0 (test for excess errors) FAIL: g++.dg/opt/pr83252.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/vrp3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/thunk2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000717-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat.c compilation, -O2 FAIL: gcc.c-torture/execute/20000605-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/pr23484-chk.c compilation, -O0 FAIL: gcc.c-torture/execute/20000314-3.c -O0 (test for excess errors) FAIL: g++.dg/opt/reg-stack.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/static6.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/stack1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000715-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000422-1.c -O3 -g (test for excess errors) FAIL: g++.dg/opt/pr69570.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strchr.c compilation, -O0 FAIL: gcc.c-torture/execute/builtins/strstr.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20000717-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000605-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/opt/thunk2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000314-3.c -O1 (test for excess errors) FAIL: g++.dg/opt/vrp3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000715-1.c -O2 (test for excess errors) FAIL: g++.dg/opt/strength-reduce.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000422-1.c -Os (test for excess errors) FAIL: g++.dg/opt/stack1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000717-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000605-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000314-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/20000715-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strstr.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20000422-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strchr.c compilation, -O1 FAIL: g++.dg/other/array1.C -std=c++98 (test for errors, line 8) FAIL: g++.dg/other/array1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/pr23484-chk.c compilation, -O1 FAIL: g++.dg/opt/strength-reduce.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/opt/vrp3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/ptrmem3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/opt/stack1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000717-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000314-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000605-3.c -O0 (test for excess errors) FAIL: g++.dg/other/array1.C -std=c++11 (test for errors, line 8) FAIL: g++.dg/other/array1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000715-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000422-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/opt/ptrmem3.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/other/array1.C -std=c++14 (test for errors, line 8) FAIL: g++.dg/other/array1.C -std=c++14 (test for excess errors) FAIL: g++.dg/opt/strength-reduce.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000717-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000605-3.c -O1 (test for excess errors) FAIL: g++.dg/opt/ptrmem3.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000715-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000314-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat.c compilation, -O3 -g FAIL: gcc.c-torture/execute/builtins/memmove-chk.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20000801-2.c -O0 (test for excess errors) FAIL: g++.dg/opt/pr71528.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strchr.c compilation, -O2 FAIL: gcc.c-torture/execute/20000717-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/vsnprintf-chk.c compilation, -O0 FAIL: gcc.c-torture/execute/20000605-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000715-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000314-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000801-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/pr23484-chk.c compilation, -O2 FAIL: g++.dg/opt/pr71528.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000717-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000715-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000605-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20000314-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat.c compilation, -Os FAIL: gcc.c-torture/execute/20000801-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strchr.c compilation, -O3 -g FAIL: g++.dg/opt/pr71528.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/other/anon5.C -std=gnu++98 undefined (test for warnings, line ) FAIL: g++.dg/other/anon5.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000717-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000715-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000605-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000914-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000801-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20000717-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/vsnprintf-chk.c compilation, -O1 FAIL: g++.dg/other/anon5.C -std=gnu++11 undefined (test for warnings, line ) FAIL: g++.dg/other/anon5.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove-chk.c compilation, -Os FAIL: gcc.c-torture/execute/20000715-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000605-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000914-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat.c compilation, -Og -g FAIL: gcc.c-torture/execute/builtins/strchr.c compilation, -Os FAIL: gcc.c-torture/execute/20000801-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000717-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/other/array4.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000715-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000605-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000914-1.c -O2 (test for excess errors) FAIL: g++.dg/other/anon5.C -std=gnu++14 undefined (test for warnings, line ) FAIL: g++.dg/other/anon5.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/tmp1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000801-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000717-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/other/complex1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/other/array4.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat.c compilation, -O2 -flto -flto-partition=none FAIL: g++.dg/opt/static3.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000715-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000605-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strchr.c compilation, -Og -g FAIL: gcc.c-torture/execute/20000914-1.c -O3 -g (test for excess errors) FAIL: g++.dg/opt/tmp1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000801-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000717-3.c -O0 (test for excess errors) FAIL: g++.dg/other/complex1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/other/array4.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000715-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/opt/static3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/vsnprintf-chk.c compilation, -O2 FAIL: gcc.c-torture/execute/20001027-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove-chk.c compilation, -Og -g FAIL: gcc.c-torture/execute/builtins/pr23484-chk.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20000914-1.c -Os (test for excess errors) FAIL: g++.dg/other/copy1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000801-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncat.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20000717-3.c -O1 (test for excess errors) FAIL: g++.dg/opt/tmp1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000715-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/other/complex1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strchr.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20001027-1.c -O1 (test for excess errors) FAIL: g++.dg/opt/static3.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/opt/typeinfo1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000914-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000801-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000717-3.c -O2 (test for excess errors) FAIL: g++.dg/other/copy1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20001203-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20001027-1.c -O2 (test for excess errors) FAIL: g++.dg/opt/typeinfo1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000914-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000801-3.c -O1 (test for excess errors) FAIL: g++.dg/opt/temp1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove-chk.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/builtins/strchr.c compilation, -O2 -flto FAIL: g++.dg/opt/typeinfo1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncmp-2.c compilation, -O0 FAIL: gcc.c-torture/execute/20000717-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20001203-1.c -O1 (test for excess errors) FAIL: g++.dg/other/copy1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20001027-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/pr23484-chk.c compilation, -Os FAIL: gcc.c-torture/execute/20000801-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000917-1.c -O0 (test for excess errors) FAIL: g++.dg/opt/temp1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000717-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20001203-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20001027-1.c -Os (test for excess errors) FAIL: g++.dg/other/copy2.C -std=c++98 (test for excess errors) FAIL: g++.dg/opt/unroll1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000801-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000917-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcmp.c compilation, -O0 FAIL: gcc.c-torture/execute/builtins/strncmp-2.c compilation, -O1 FAIL: gcc.c-torture/execute/builtins/memmove-chk.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20000717-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20001203-1.c -O3 -g (test for excess errors) FAIL: g++.dg/opt/temp1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20001027-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000801-3.c -Os (test for excess errors) FAIL: g++.dg/other/copy2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000917-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/pr23484-chk.c compilation, -Og -g FAIL: g++.dg/opt/unroll1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20001203-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000717-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20001027-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/opt/temp2.C -std=c++98 (test for excess errors) FAIL: g++.dg/other/default4.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/vsnprintf-chk.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/20000801-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000917-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcmp.c compilation, -O1 FAIL: gcc.c-torture/execute/builtins/strncmp-2.c compilation, -O2 FAIL: gcc.c-torture/execute/builtins/memmove.c compilation, -O0 FAIL: g++.dg/other/copy2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20001203-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000717-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20001031-1.c -O0 (test for excess errors) FAIL: g++.dg/opt/temp2.C -std=c++11 (test for excess errors) FAIL: g++.dg/opt/unroll1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000801-3.c -O2 -flto (test for excess errors) FAIL: g++.dg/other/default4.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000917-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/pr23484-chk.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20001203-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000717-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001031-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000917-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000801-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcmp.c compilation, -O2 FAIL: g++.dg/opt/temp2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove.c compilation, -O1 FAIL: g++.dg/other/default4.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncmp-2.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20000717-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20001203-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20001031-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000917-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000801-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/pr23484-chk.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20001203-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000717-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20001031-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20001009-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000801-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncmp-2.c compilation, -Os FAIL: gcc.c-torture/execute/builtins/memmove.c compilation, -O2 FAIL: gcc.c-torture/execute/builtins/strcmp.c compilation, -O3 -g FAIL: gcc.c-torture/execute/builtins/printf.c compilation, -O0 FAIL: gcc.c-torture/execute/20000717-4.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20001203-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20001009-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001031-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000801-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000717-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20001203-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/printf.c compilation, -O1 FAIL: gcc.c-torture/execute/builtins/vsnprintf-chk.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20001009-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20001031-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000801-4.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncmp-2.c compilation, -Og -g FAIL: gcc.c-torture/execute/builtins/strcmp.c compilation, -Os FAIL: gcc.c-torture/execute/builtins/memmove.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20000717-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20001203-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20001009-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20001031-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000801-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/printf.c compilation, -O2 FAIL: gcc.c-torture/execute/20000717-5.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20001203-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20001009-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20001101.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000801-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncmp-2.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/builtins/strcmp.c compilation, -Og -g FAIL: g++.dg/other/i386-11.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove.c compilation, -Os FAIL: gcc.c-torture/execute/builtins/printf.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20001203-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000717-5.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001009-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20001101.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000808-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/vsnprintf-chk.c compilation, -Os FAIL: g++.dg/other/i386-11.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncmp-2.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20001221-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcmp.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20001009-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000717-5.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20001101.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000808-1.c -O1 (test for excess errors) FAIL: g++.dg/other/i386-2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/printf.c compilation, -Os FAIL: gcc.c-torture/execute/builtins/memmove.c compilation, -Og -g FAIL: g++.dg/other/i386-2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20001221-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001009-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20001101.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000717-5.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000808-1.c -O2 (test for excess errors) FAIL: g++.dg/other/i386-2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/printf.c compilation, -Og -g FAIL: gcc.c-torture/execute/builtins/vsnprintf-chk.c compilation, -Og -g FAIL: gcc.c-torture/execute/builtins/strcmp.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/builtins/strncmp.c compilation, -O0 FAIL: gcc.c-torture/execute/20001221-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20001009-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001101.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000717-5.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000808-1.c -O3 -g (test for excess errors) FAIL: g++.dg/other/i386-3.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove.c compilation, -O2 -flto -flto-partition=none FAIL: g++.dg/other/offsetof2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/printf.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20001221-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20001101.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20001009-2.c -O2 (test for excess errors) FAIL: g++.dg/other/i386-3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000717-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/other/mmintrin.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000808-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy-2.c compilation, -O0 FAIL: g++.dg/other/offsetof2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncmp.c compilation, -O1 FAIL: gcc.c-torture/execute/20001221-1.c -Os (test for excess errors) FAIL: g++.dg/other/i386-3.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/vsnprintf-chk.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20001101.c -O2 -flto (test for excess errors) FAIL: g++.dg/other/mmintrin.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20001009-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/builtins/printf.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20000717-5.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memmove.c compilation, -O2 -flto FAIL: g++.dg/other/i386-4.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000808-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/other/mmintrin.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/other/offsetof2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20001221-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20001108-1.c -O0 (test for excess errors) FAIL: g++.dg/other/i386-4.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20001009-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000722-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy-2.c compilation, -O1 FAIL: gcc.c-torture/execute/20000808-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncmp.c compilation, -O2 FAIL: g++.dg/other/init2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20001221-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/other/i386-4.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20001108-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/vsnprintf-chk.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/builtins/memops-asm.c compilation, -O0 FAIL: g++.dg/other/i386-7.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20001009-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000722-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000815-1.c -O0 (test for excess errors) FAIL: g++.dg/other/friend2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/snprintf-chk.c compilation, -O0 FAIL: gcc.c-torture/execute/20001228-1.c -O0 (test for excess errors) FAIL: g++.dg/other/init2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20001108-1.c -O2 (test for excess errors) FAIL: g++.dg/other/i386-7.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy-2.c compilation, -O2 FAIL: gcc.c-torture/execute/builtins/strncmp.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20001009-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/other/i386-7.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000815-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000722-1.c -O2 (test for excess errors) FAIL: g++.dg/other/friend2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20001228-1.c -O1 (test for excess errors) FAIL: g++.dg/other/nested-extern-1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20001108-1.c -O3 -g (test for excess errors) FAIL: g++.dg/other/init2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memops-asm.c compilation, -O1 FAIL: g++.dg/other/i386-8.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/vsprintf-chk.c compilation, -O0 FAIL: gcc.c-torture/execute/20001009-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000815-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000722-1.c -O3 -g (test for excess errors) FAIL: g++.dg/other/friend2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20001228-1.c -O2 (test for excess errors) FAIL: g++.dg/other/i386-8.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/snprintf-chk.c compilation, -O1 FAIL: gcc.c-torture/execute/20001108-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy-2.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/builtins/strncmp.c compilation, -Os FAIL: g++.dg/other/pr40561.C -std=c++98 (test for excess errors) FAIL: g++.dg/other/i386-8.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/other/nested-extern-1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20001011-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000722-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000815-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20001228-1.c -O3 -g (test for excess errors) FAIL: g++.dg/other/pr40561.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20001108-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memops-asm.c compilation, -O2 FAIL: g++.dg/other/pr40561.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20001011-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000722-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/vsprintf-chk.c compilation, -O1 FAIL: gcc.c-torture/execute/20000815-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20001228-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncmp.c compilation, -Og -g FAIL: gcc.c-torture/execute/builtins/strcpy-2.c compilation, -O3 -g FAIL: g++.dg/other/pr34435.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20001108-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/other/nested-extern-1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20001011-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000722-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/other/pr34435.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000815-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20001228-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/snprintf-chk.c compilation, -O2 FAIL: g++.dg/other/pr34435.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20001111-1.c -O0 (test for excess errors) FAIL: g++.dg/other/packed1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20001011-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000726-1.c -O0 (test for excess errors) FAIL: g++.dg/other/nested-extern-2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20001228-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000815-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncmp.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/builtins/strcpy-2.c compilation, -Os FAIL: gcc.c-torture/execute/builtins/memops-asm.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20001111-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001011-1.c -Os (test for excess errors) FAIL: g++.dg/other/packed1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/vsprintf-chk.c compilation, -O2 FAIL: gcc.c-torture/execute/20000726-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001229-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000815-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/other/nested-extern-2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20001111-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20001011-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/other/packed1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000726-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncmp.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20001229-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000818-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy-2.c compilation, -Og -g FAIL: gcc.c-torture/execute/builtins/memops-asm.c compilation, -Os FAIL: gcc.c-torture/execute/20001111-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20001011-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/other/friend6.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000726-1.c -O3 -g (test for excess errors) FAIL: g++.dg/other/nested-extern-2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20001229-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000818-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001013-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20001111-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000726-1.c -Os (test for excess errors) FAIL: g++.dg/other/friend6.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy-2.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/builtins/strncpy-chk.c compilation, -O0 FAIL: gcc.c-torture/execute/20001229-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000818-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/memops-asm.c compilation, -Og -g FAIL: gcc.c-torture/execute/20001013-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001111-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000726-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/other/friend6.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/snprintf-chk.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/20001229-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000818-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy-2.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20001013-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20001111-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000726-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20001229-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000818-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy-2.c compilation, -O0 FAIL: gcc.c-torture/execute/builtins/strncpy-chk.c compilation, -O1 FAIL: gcc.c-torture/execute/20001111-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000731-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20001013-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20001229-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/vsprintf-chk.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/20000818-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20001112-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000731-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001013-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy-chk.c compilation, -O0 FAIL: gcc.c-torture/execute/20010106-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000818-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy-2.c compilation, -O1 FAIL: gcc.c-torture/execute/20001112-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001013-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000731-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010106-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000818-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20001112-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20001013-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncpy-chk.c compilation, -O2 FAIL: gcc.c-torture/execute/20000731-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20010106-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000819-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy-chk.c compilation, -O1 FAIL: gcc.c-torture/execute/20001017-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20001112-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/snprintf-chk.c compilation, -O3 -g FAIL: gcc.c-torture/execute/builtins/mempcpy-2.c compilation, -O2 FAIL: gcc.c-torture/execute/20000731-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010106-1.c -O3 -g (test for excess errors) FAIL: g++.dg/other/offsetof1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000819-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001017-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001112-1.c -Os (test for excess errors) FAIL: g++.dg/other/offsetof1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000731-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010106-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000819-1.c -O2 (test for excess errors) FAIL: g++.dg/other/offsetof1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20001112-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/other/ptrmem1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20001017-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/vsprintf-chk.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20000731-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010106-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000819-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy-2.c compilation, -O3 -g FAIL: gcc.c-torture/execute/builtins/strcpy-chk.c compilation, -O2 FAIL: gcc.c-torture/execute/20001112-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/other/ptrmem1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20001017-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000731-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010106-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/snprintf-chk.c compilation, -Os FAIL: gcc.c-torture/execute/20001121-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000819-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20001017-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000731-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010114-1.c -O0 (test for excess errors) FAIL: g++.dg/other/ptrmem1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy-2.c compilation, -Os FAIL: gcc.c-torture/execute/20001121-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000819-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncpy-chk.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/20001017-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/vsprintf-chk.c compilation, -Os FAIL: g++.dg/other/vthunk1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000731-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010114-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/snprintf-chk.c compilation, -Og -g FAIL: gcc.c-torture/execute/20000819-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20001121-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20001017-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000731-2.c -O2 (test for excess errors) FAIL: g++.dg/other/vthunk1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20010114-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy-2.c compilation, -Og -g FAIL: gcc.c-torture/execute/20000819-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20001121-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20001017-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000731-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/overload/conv-op2.C -std=c++98 (test for excess errors) FAIL: g++.dg/other/vthunk1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20010114-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/vsprintf-chk.c compilation, -Og -g FAIL: gcc.c-torture/execute/20000822-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/snprintf-chk.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20001121-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20001017-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy-2.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20000731-2.c -O3 -g (test for excess errors) FAIL: g++.dg/other/ucnid-1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20010114-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy-chk.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: g++.dg/overload/conv-op2.C -std=c++11 (test for excess errors) FAIL: g++.dg/other/ucnid-1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000822-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001121-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20001017-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000731-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010114-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/other/ucnid-1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/other/pr47218.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/overload/conv-op2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000822-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20001121-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/vsprintf-chk.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20001017-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000731-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/snprintf-chk.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20010114-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy-2.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/builtins/strncpy-chk.c compilation, -O3 -g FAIL: g++.dg/overload/defarg8.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000822-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20001017-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20001124-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000731-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010116-1.c -O0 (test for excess errors) FAIL: g++.dg/other/ptrmem3.C -std=c++98 (test for excess errors) FAIL: g++.dg/overload/defarg8.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000822-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20001124-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001017-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000801-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/vsprintf-chk.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: g++.dg/overload/addr1.C -std=c++98 (test for excess errors) FAIL: g++.dg/other/pr47218.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20010116-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/sprintf-chk.c compilation, -O0 FAIL: g++.dg/other/ptrmem3.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000112-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000822-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy-chk.c compilation, -O0 FAIL: gcc.c-torture/execute/20001124-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20001017-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000801-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000112-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010116-1.c -O2 (test for excess errors) FAIL: g++.dg/overload/addr1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncpy-chk.c compilation, -Os FAIL: gcc.c-torture/execute/20000112-1.c -O2 (test for excess errors) FAIL: g++.dg/other/ptrmem3.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000822-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20001124-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/other/stdarg1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20001024-1.c -O0 (test for excess errors) FAIL: g++.dg/other/var_copy-1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000112-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20000801-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000910-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010116-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy-chk.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20000112-1.c -O3 -g (test for excess errors) FAIL: g++.dg/overload/defarg10.C -std=c++98 (test for excess errors) FAIL: g++.dg/overload/addr1.C -std=c++14 (test for excess errors) FAIL: g++.dg/other/var_copy-1.C -std=c++14 (test for excess errors) FAIL: g++.dg/other/pr47218.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000910-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001124-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20001024-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/sprintf-chk.c compilation, -O1 FAIL: g++.dg/other/stdarg1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000112-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000910-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010116-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000801-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20000112-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/overload/defarg10.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncpy-chk.c compilation, -Og -g FAIL: gcc.c-torture/execute/20001124-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy-chk.c compilation, -O1 FAIL: gcc.c-torture/execute/20001024-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000910-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20000112-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/other/stdarg1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20010116-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000910-1.c -O3 -g (test for excess errors) FAIL: g++.dg/overload/member2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000801-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20001124-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/overload/defarg10.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000910-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20001024-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000113-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010116-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy-chk.c compilation, -Os FAIL: gcc.c-torture/execute/20000910-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000801-1.c -Os (test for excess errors) FAIL: g++.dg/overload/member2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20001124-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncpy-chk.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20000910-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20001024-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/sprintf-chk.c compilation, -O2 FAIL: g++.dg/overload/virtual2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20000113-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010116-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000910-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000801-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20001130-1.c -O0 (test for excess errors) FAIL: g++.dg/overload/member2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20000910-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001024-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000910-2.c -O2 (test for excess errors) FAIL: g++.dg/overload/virtual2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20000113-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000801-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010118-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20001130-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000910-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy-chk.c compilation, -Og -g FAIL: gcc.c-torture/execute/builtins/strncpy-chk.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/builtins/mempcpy-chk.c compilation, -O2 FAIL: gcc.c-torture/execute/20001024-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000910-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20001130-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010118-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000113-1.c -O3 -g (test for excess errors) FAIL: g++.dg/overload/virtual2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20010122-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000910-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20001026-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000910-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20001130-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010118-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000113-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000910-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy-chk.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20010122-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncpy.c compilation, -O0 FAIL: gcc.c-torture/execute/20001026-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001130-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010118-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000113-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010403-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20001026-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010122-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20001130-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010118-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20000113-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010403-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy-chk.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/builtins/strncpy.c compilation, -O1 FAIL: gcc.c-torture/execute/20001026-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/builtins/sprintf-chk.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/20001130-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010118-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20000121-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010122-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010403-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20001026-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20001130-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010118-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20000121-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy.c compilation, -O0 FAIL: gcc.c-torture/execute/builtins/strncpy.c compilation, -O2 FAIL: gcc.c-torture/execute/20010122-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010403-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20001026-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20001130-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010119-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20000121-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010122-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010403-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy-chk.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/20001026-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20001130-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy.c compilation, -O1 FAIL: gcc.c-torture/execute/20010119-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20000121-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncpy.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20010403-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010122-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20001026-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20001130-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010119-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20000121-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010123-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010403-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/sprintf-chk.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20010717-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy.c compilation, -O2 FAIL: gcc.c-torture/execute/20001130-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010119-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20000121-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncpy.c compilation, -Os FAIL: gcc.c-torture/execute/20010123-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010409-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010717-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20001130-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010119-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20000121-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010123-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010409-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010717-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20001130-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010119-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20011024-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncpy.c compilation, -Og -g FAIL: gcc.c-torture/execute/builtins/sprintf-chk.c compilation, -Os FAIL: gcc.c-torture/execute/20010123-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20010717-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010409-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20011217-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010119-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20011024-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy-chk.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20010123-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010717-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy.c compilation, -Os FAIL: gcc.c-torture/execute/20010409-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20011217-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncpy.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20010119-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20011024-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010717-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010123-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010409-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/sprintf-chk.c compilation, -Og -g FAIL: gcc.c-torture/execute/20011217-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020206-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20011024-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy.c compilation, -Og -g FAIL: gcc.c-torture/execute/20010717-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010123-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010409-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strncpy.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20011217-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020206-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20011024-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010723-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/sprintf-chk.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20010123-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010409-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy-chk.c compilation, -Os FAIL: gcc.c-torture/execute/20011217-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20020206-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20011024-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010723-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010422-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpbrk.c compilation, -O0 FAIL: gcc.c-torture/execute/20011217-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010129-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20011024-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020206-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010723-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/sprintf-chk.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20010422-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcpy.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20011217-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010129-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20011109-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020206-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpbrk.c compilation, -O1 FAIL: gcc.c-torture/execute/20010723-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy-chk.c compilation, -Og -g FAIL: gcc.c-torture/execute/20010422-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/sprintf.c compilation, -O0 FAIL: gcc.c-torture/execute/20011219-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010129-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020206-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20011109-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcspn.c compilation, -O0 FAIL: gcc.c-torture/execute/20010723-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010422-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20011219-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020206-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/sprintf.c compilation, -O1 FAIL: gcc.c-torture/execute/20011109-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010129-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpbrk.c compilation, -O2 FAIL: gcc.c-torture/execute/20010723-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010422-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy-chk.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20011219-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020206-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20011109-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/sprintf.c compilation, -O2 FAIL: gcc.c-torture/execute/builtins/strcspn.c compilation, -O1 FAIL: gcc.c-torture/execute/20010129-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010723-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010422-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20011219-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020206-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20011109-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpbrk.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20010129-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010422-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010723-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/sprintf.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20011219-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020206-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20011109-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/mempcpy-chk.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: gcc.c-torture/execute/builtins/strcspn.c compilation, -O2 FAIL: gcc.c-torture/execute/20010129-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010518-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010904-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20011219-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20011109-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpbrk.c compilation, -Os FAIL: gcc.c-torture/execute/20020206-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/builtins/sprintf.c compilation, -Os FAIL: gcc.c-torture/execute/20020307-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010129-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010904-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010518-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20011219-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20011109-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020206-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcspn.c compilation, -O3 -g FAIL: gcc.c-torture/execute/builtins/sprintf.c compilation, -Og -g FAIL: gcc.c-torture/execute/20020307-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010206-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010904-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010518-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20011223-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20011109-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpbrk.c compilation, -Og -g FAIL: gcc.c-torture/execute/20020206-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010206-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20011223-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010904-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/sprintf.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20010518-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20011109-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020307-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcspn.c compilation, -Os FAIL: gcc.c-torture/execute/20020206-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010206-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20011223-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010904-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpbrk.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20010518-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20011109-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/builtins/sprintf.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20020206-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020307-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010206-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20011223-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010904-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010518-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20011109-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcspn.c compilation, -Og -g FAIL: gcc.c-torture/execute/20020213-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpbrk.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20010206-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20011223-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010904-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020307-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010518-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20011109-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/stpcpy-chk.c compilation, -O0 FAIL: gcc.c-torture/execute/20020213-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010206-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20011223-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010904-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020307-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcspn.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20010518-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20011109-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpcpy-2.c compilation, -O0 FAIL: gcc.c-torture/execute/20011223-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010206-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020213-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010904-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020307-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010518-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20011109-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020103-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strcspn.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/20010209-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/stpcpy-chk.c compilation, -O1 FAIL: gcc.c-torture/execute/20010904-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020213-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020314-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpcpy-2.c compilation, -O1 FAIL: gcc.c-torture/execute/20010518-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20011113-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020103-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010904-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010209-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020213-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020314-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010518-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20011113-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-2.c compilation, -O0 FAIL: gcc.c-torture/execute/20020103-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010904-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010209-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020213-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpcpy-2.c compilation, -O2 FAIL: gcc.c-torture/execute/20010518-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020314-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20011113-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020103-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010904-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020213-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010209-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/builtins/stpcpy-chk.c compilation, -O2 FAIL: gcc.c-torture/execute/20010518-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-2.c compilation, -O1 FAIL: gcc.c-torture/execute/20020314-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20011113-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010904-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020103-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020215-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010209-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010518-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpcpy-2.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20020314-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20011113-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020103-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010910-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020215-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010520-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010209-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-2.c compilation, -O2 FAIL: gcc.c-torture/execute/20020314-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20011113-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020103-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010910-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020215-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010520-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010209-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpcpy-2.c compilation, -Os FAIL: gcc.c-torture/execute/20020314-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20011113-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020107-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010910-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020215-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20010520-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010209-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-2.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20020320-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20011114-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020107-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010910-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20020215-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010520-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010221-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020320-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpcpy-2.c compilation, -Og -g FAIL: gcc.c-torture/execute/20011114-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020107-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010910-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtins/stpcpy-chk.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/20020215-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010520-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-2.c compilation, -Os FAIL: gcc.c-torture/execute/20010221-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020320-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20011114-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020107-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010910-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpcpy-2.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20010520-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020215-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010221-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020320-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20011114-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020107-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010910-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010520-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-2.c compilation, -Og -g FAIL: gcc.c-torture/execute/20020215-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010221-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20020320-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20011114-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020107-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strpcpy-2.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: gcc.c-torture/execute/20010910-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010604-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020216-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020320-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010221-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20011114-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020107-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-2.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20010915-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020411-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010604-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020216-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020320-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010221-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20011114-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010915-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020411-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010604-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020216-1.c -O2 (test for excess errors) FAIL: g++.dg/parse/lookup1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020108-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/stpcpy-chk.c compilation, -O3 -g FAIL: gcc.c-torture/execute/20020321-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010221-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/strlen-2.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: gcc.c-torture/execute/20011115-1.c -O0 (test for excess errors) FAIL: g++.dg/parse/lookup1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020411-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010915-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010604-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020216-1.c -O3 -g (test for excess errors) FAIL: g++.dg/parse/parse5.C -std=c++98 (test for excess errors) FAIL: g++.dg/parse/lookup1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020321-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010221-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20011115-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020510-1.c -O0 (test for excess errors) FAIL: g++.dg/parse/parse5.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020411-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010604-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020216-1.c -Os (test for excess errors) FAIL: g++.dg/parse/parse5.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20010915-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20020321-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010222-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020108-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20011115-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020510-1.c -O1 (test for excess errors) FAIL: g++.dg/parse/offsetof9.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020411-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010604-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020216-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/stpcpy-chk.c compilation, -Os FAIL: gcc.c-torture/execute/20010222-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020321-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010915-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20011115-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020510-1.c -O2 (test for excess errors) FAIL: g++.dg/parse/offsetof9.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020411-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020216-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010604-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020108-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20011115-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020321-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010222-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010915-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020510-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020411-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/parse/offsetof9.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020219-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010605-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20011115-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020321-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010222-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010915-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtins/stpcpy-chk.c compilation, -Og -g FAIL: gcc.c-torture/execute/20020510-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020412-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020219-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010605-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20011115-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020321-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010915-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010222-1.c -Os (test for excess errors) FAIL: g++.dg/parse/offsetof2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020108-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020510-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/parse/fn-typedef1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020219-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020412-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010605-1.c -O2 (test for excess errors) FAIL: g++.dg/parse/offsetof2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20011121-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020328-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010222-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010924-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/stpcpy-chk.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/20020510-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/parse/offsetof2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020219-1.c -O3 -g (test for excess errors) FAIL: g++.dg/parse/fn-typedef1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020412-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010605-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20011121-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020328-1.c -O1 (test for excess errors) FAIL: g++.dg/parse/offsetof3.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20010222-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010924-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020529-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020219-1.c -Os (test for excess errors) FAIL: g++.dg/parse/offsetof3.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20010605-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20011121-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020108-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020412-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/parse/fn-typedef1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020328-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010924-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010224-1.c -O0 (test for excess errors) FAIL: g++.dg/parse/offsetof3.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020529-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtins/stpcpy-chk.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: gcc.c-torture/execute/20020219-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010605-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20011121-1.c -O3 -g (test for excess errors) FAIL: g++.dg/parse/offsetof4.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020328-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020412-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010224-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010924-1.c -O3 -g (test for excess errors) FAIL: g++.dg/parse/offsetof4.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020219-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020108-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020529-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020819-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010605-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20011121-1.c -Os (test for excess errors) FAIL: g++.dg/parse/offsetof4.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020328-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020412-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010924-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010224-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020225-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020819-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020529-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20010605-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20011121-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020328-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020108-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020412-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010924-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010224-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20020225-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020819-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20011121-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010605-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020328-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020529-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020118-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010924-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020412-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020225-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010224-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20011126-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020819-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20010605-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020402-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020118-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010925-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020413-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020529-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020225-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010224-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20011126-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020819-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020402-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010605-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020118-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010925-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020413-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020529-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020225-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010224-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20011126-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020819-1.c -Os (test for excess errors) FAIL: g++.dg/parse/pragma3.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020402-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010605-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010925-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020118-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20020529-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020225-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020413-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010224-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20011126-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020819-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/parse/pragma3.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020402-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20010605-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010925-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020118-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020225-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020611-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010325-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020819-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020413-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20011126-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010605-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020402-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010925-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020118-1.c -Os (test for excess errors) FAIL: g++.dg/parse/pragma3.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020225-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020611-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010325-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020904-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20011126-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010711-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020402-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20010925-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020413-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020118-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020225-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020611-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010325-1.c -O2 (test for excess errors) FAIL: g++.dg/parse/repo1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020904-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20011126-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/parse/pr37862.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20010711-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020402-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010925-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020118-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020413-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020225-2.c -O2 (test for excess errors) FAIL: g++.dg/parse/pr37862.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020611-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010325-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020904-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20011126-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010711-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020402-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/parse/pr37862.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20011008-3.c -O0 (test for excess errors) FAIL: g++.dg/parse/repo1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020127-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020413-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020225-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010325-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020611-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020904-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20011126-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010711-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020402-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20011008-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020127-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020413-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020225-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020611-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20010325-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020904-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20011126-2.c -O2 (test for excess errors) FAIL: g++.dg/parse/repo1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20010711-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020402-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020127-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20011008-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020225-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020418-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020611-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010325-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020904-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20011126-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20010711-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020402-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020127-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20011008-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20020225-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020418-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020614-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20010329-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020904-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010711-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20011126-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020127-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020402-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020226-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20011008-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020418-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020614-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20010329-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020911-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20021111-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20011126-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020127-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020402-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020226-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20011008-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020418-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020614-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20010329-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020911-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20011126-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021111-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020127-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020402-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20011008-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020418-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020226-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020614-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010329-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20011126-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020911-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020129-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20021111-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020402-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20011008-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020418-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020614-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020226-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20010329-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20011128-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020911-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020129-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020402-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20021111-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20011019-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020614-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020418-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010329-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020226-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20011128-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020911-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020129-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020402-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021111-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20011019-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020614-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20010329-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020423-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020226-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020911-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20011128-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020129-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20020402-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20021111-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20011019-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020615-1.c -O0 (test for excess errors) FAIL: g++.dg/rtti/dyncast7.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020423-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021204-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020226-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020911-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20011128-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020129-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020402-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20021111-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20011019-1.c -O3 -g (test for excess errors) FAIL: g++.dg/rtti/typeid8.C -std=c++98 (test for errors, line 10) FAIL: g++.dg/rtti/typeid8.C -std=c++98 (test for errors, line 11) FAIL: g++.dg/rtti/typeid8.C -std=c++98 (test for errors, line 15) FAIL: g++.dg/rtti/typeid8.C -std=c++98 (test for errors, line 16) FAIL: g++.dg/rtti/typeid8.C -std=c++98 (test for errors, line 25) FAIL: gcc.c-torture/execute/20020615-1.c -O1 (test for excess errors) FAIL: g++.dg/rtti/typeid8.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020423-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20021204-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020227-1.c -O0 (test for excess errors) FAIL: g++.dg/rtti/dyncast7.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020916-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20011128-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20021113-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020129-1.c -Os (test for excess errors) FAIL: g++.dg/rtti/typeid8.C -std=c++11 (test for errors, line 10) FAIL: g++.dg/rtti/typeid8.C -std=c++11 (test for errors, line 11) FAIL: g++.dg/rtti/typeid8.C -std=c++11 (test for errors, line 15) FAIL: g++.dg/rtti/typeid8.C -std=c++11 (test for errors, line 16) FAIL: g++.dg/rtti/typeid8.C -std=c++11 (test for errors, line 25) FAIL: g++.dg/rtti/typeid8.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020402-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20011019-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020615-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020423-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20021204-1.c -O2 (test for excess errors) FAIL: g++.dg/tc1/dr193.C -std=c++98 (test for excess errors) FAIL: g++.dg/rtti/typeid8.C -std=c++14 (test for errors, line 10) FAIL: g++.dg/rtti/typeid8.C -std=c++14 (test for errors, line 11) FAIL: g++.dg/rtti/typeid8.C -std=c++14 (test for errors, line 15) FAIL: g++.dg/rtti/typeid8.C -std=c++14 (test for errors, line 16) FAIL: g++.dg/rtti/typeid8.C -std=c++14 (test for errors, line 25) FAIL: g++.dg/rtti/typeid8.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020227-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20011128-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/rtti/typeid1.C -std=c++98 (test for excess errors) FAIL: g++.dg/rtti/dyncast7.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020916-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021113-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020129-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20011019-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020402-3.c -Os (test for excess errors) FAIL: g++.dg/rtti/cv1.C -std=c++98 (test for excess errors) FAIL: g++.dg/rtti/typeid9.C -std=c++98 (test for excess errors) FAIL: g++.dg/rtti/typeid1.C -std=c++11 (test for excess errors) FAIL: g++.dg/rtti/fn-quals.C -std=c++98 (test for errors, line 7) FAIL: g++.dg/rtti/fn-quals.C -std=c++98 (test for errors, line 8) FAIL: g++.dg/rtti/fn-quals.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020423-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020615-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20021204-1.c -O3 -g (test for excess errors) FAIL: g++.dg/tc1/dr193.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20011128-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/rtti/cv1.C -std=c++11 (test for excess errors) FAIL: g++.dg/rtti/typeid9.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020227-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020916-1.c -O2 (test for excess errors) FAIL: g++.dg/rtti/typeid1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20021113-1.c -O2 (test for excess errors) FAIL: g++.dg/rtti/fn-quals.C -std=c++11 (test for errors, line 7) FAIL: g++.dg/rtti/fn-quals.C -std=c++11 (test for errors, line 8) FAIL: g++.dg/rtti/fn-quals.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020129-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20011019-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020402-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/rtti/cv1.C -std=c++14 (test for excess errors) FAIL: g++.dg/rtti/typeid9.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020423-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/rtti/typeid10.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20021204-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020615-1.c -Os (test for excess errors) FAIL: g++.dg/rtti/fn-quals.C -std=c++14 (test for errors, line 7) FAIL: g++.dg/rtti/fn-quals.C -std=c++14 (test for errors, line 8) FAIL: g++.dg/rtti/fn-quals.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030209-1.c -O0 (test for excess errors) FAIL: g++.dg/tc1/dr193.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020916-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020227-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20021113-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020201-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030330-1.c -O0 (test for excess errors) FAIL: g++.dg/rtti/typeid10.C -std=c++11 (test for excess errors) FAIL: g++.dg/rtti/incomplete1.C -std=c++98 (test for errors, line 10) FAIL: g++.dg/rtti/incomplete1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020402-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020423-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20021204-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020615-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/rtti/typeid10.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030209-1.c -O1 (test for excess errors) FAIL: g++.dg/rtti/incomplete1.C -std=c++11 (test for errors, line 10) FAIL: g++.dg/rtti/incomplete1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020916-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020227-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20021113-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030330-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020201-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020404-1.c -O0 (test for excess errors) FAIL: g++.dg/rtti/typeid11.C -std=c++98 (test for excess errors) FAIL: g++.dg/rtti/incomplete1.C -std=c++14 (test for errors, line 10) FAIL: g++.dg/rtti/incomplete1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020503-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20021204-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020615-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030209-1.c -O2 (test for excess errors) FAIL: g++.dg/rtti/typeid11.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020916-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020227-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021113-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030330-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020201-1.c -O2 (test for excess errors) FAIL: g++.dg/rtti/dyncast2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020404-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020503-1.c -O1 (test for excess errors) FAIL: g++.dg/rtti/typeid11.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20021219-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020619-1.c -O0 (test for excess errors) FAIL: g++.dg/tc1/dr20.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20030209-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020916-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020227-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20021113-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030330-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/rtti/typeid2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020201-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020404-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020503-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20021219-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020619-1.c -O1 (test for excess errors) FAIL: g++.dg/rtti/typeid2.C -std=c++11 (test for excess errors) FAIL: g++.dg/rtti/dyncast2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020920-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030209-1.c -Os (test for excess errors) FAIL: g++.dg/tc1/dr20.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20021118-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030330-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030714-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020201-1.c -Os (test for excess errors) FAIL: g++.dg/rtti/typeid2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020404-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020503-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20021219-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020619-1.c -O2 (test for excess errors) FAIL: g++.dg/rtti/typeid3.C -std=c++98 (test for errors, line 5) FAIL: g++.dg/rtti/typeid3.C -std=c++98 (test for excess errors) FAIL: g++.dg/rtti/dyncast2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020920-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030209-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021118-1.c -O1 (test for excess errors) FAIL: g++.dg/tc1/dr20.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030330-1.c -Os (test for excess errors) FAIL: g++.dg/tc1/dr164.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20030714-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020201-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020404-1.c -Os (test for excess errors) FAIL: g++.dg/rtti/typeid3.C -std=c++11 (test for errors, line 5) FAIL: g++.dg/rtti/typeid3.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020503-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20021219-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20020619-1.c -O3 -g (test for excess errors) FAIL: g++.dg/tc1/dr127.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020920-1.c -O2 (test for excess errors) FAIL: g++.dg/rtti/typeid3.C -std=c++14 (test for errors, line 5) FAIL: g++.dg/rtti/typeid3.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030209-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030330-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021118-1.c -O2 (test for excess errors) FAIL: g++.dg/rtti/dyncast3.C -std=c++98 (test for excess errors) FAIL: g++.dg/tc1/dr127.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020201-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020404-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030714-1.c -O2 (test for excess errors) FAIL: g++.dg/tc1/dr164.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020503-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20021219-1.c -O3 -g (test for excess errors) FAIL: g++.dg/rtti/typeid4.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020619-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020920-1.c -O3 -g (test for excess errors) FAIL: g++.dg/tc1/dr127.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030216-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030330-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20021118-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030910-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020404-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/rtti/typeid4.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020503-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030714-1.c -O3 -g (test for excess errors) FAIL: g++.dg/tc1/dr164.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020619-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021219-1.c -Os (test for excess errors) FAIL: g++.dg/rtti/dyncast3.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020920-1.c -Os (test for excess errors) FAIL: g++.dg/rtti/typeid4.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030216-1.c -O2 (test for excess errors) FAIL: g++.dg/tc1/dr128.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20030401-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20021118-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030910-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020503-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020406-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020619-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030714-1.c -Os (test for excess errors) FAIL: g++.dg/rtti/typeid5.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20021219-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020920-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/rtti/dyncast3.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030216-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030401-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021118-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030910-1.c -O2 (test for excess errors) FAIL: g++.dg/rtti/typeid5.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020506-1.c -O0 (test for excess errors) FAIL: g++.dg/tc1/dr128.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020716-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020406-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021219-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030714-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020920-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/rtti/typeid5.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030216-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030401-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20021118-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/rtti/dyncast4.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20030910-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020506-1.c -O1 (test for excess errors) FAIL: g++.dg/template/anon3.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020716-1.c -O1 (test for excess errors) FAIL: g++.dg/tc1/dr128.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030105-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030714-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20021010-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020406-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030216-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030401-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20021118-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030910-1.c -Os (test for excess errors) FAIL: g++.dg/rtti/dyncast4.C -std=c++11 (test for excess errors) FAIL: g++.dg/template/array13.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020506-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020716-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030105-1.c -O1 (test for excess errors) FAIL: g++.dg/template/anon3.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20030715-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20021010-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030216-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020406-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20030401-1.c -Os (test for excess errors) FAIL: g++.dg/tc1/dr48.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20021118-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030910-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/rtti/typeid7.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/rtti/dyncast4.C -std=c++14 (test for excess errors) FAIL: g++.dg/template/array13.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020716-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030105-1.c -O2 (test for excess errors) FAIL: g++.dg/template/anon3.C -std=c++14 (test for excess errors) FAIL: g++.dg/rtti/repo1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/rtti/typeid7.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20030715-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020506-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030218-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20021010-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030401-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030910-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020406-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20021118-2.c -O2 (test for excess errors) FAIL: g++.dg/tc1/dr48.C -std=c++11 (test for excess errors) FAIL: g++.dg/template/array13.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/rtti/typeid7.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030105-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20020716-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030715-1.c -O2 (test for excess errors) FAIL: g++.dg/rtti/repo1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20030218-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021010-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030401-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030913-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020506-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020406-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20021118-2.c -O3 -g (test for excess errors) FAIL: g++.dg/tc1/dr48.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020716-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030105-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030715-1.c -O3 -g (test for excess errors) FAIL: g++.dg/rtti/repo1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/tc1/dr185.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20030218-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20021010-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030403-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030913-1.c -O1 (test for excess errors) FAIL: g++.dg/rtti/template1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20020506-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020406-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021118-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020716-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030105-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030715-1.c -Os (test for excess errors) FAIL: g++.dg/rtti/template1.C -std=c++11 (test for excess errors) FAIL: g++.dg/tc1/dr185.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20030218-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20021010-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/arg6.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20030403-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030913-1.c -O2 (test for excess errors) FAIL: g++.dg/rtti/template1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20020406-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20021118-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020506-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020720-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030105-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030715-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030218-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20021010-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/tc1/dr185.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030403-1.c -O2 (test for excess errors) FAIL: g++.dg/template/arg6.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20030913-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20021010-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20021118-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20031012-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020720-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030105-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020508-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030715-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030218-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021010-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030403-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030913-1.c -Os (test for excess errors) FAIL: g++.dg/template/arg6.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20021010-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20021118-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20031012-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020720-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030109-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020508-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021010-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030717-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030218-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030403-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030913-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021118-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20031012-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20021010-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030109-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020720-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030403-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021010-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030221-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030717-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020508-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030913-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20021118-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20031012-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030109-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20021010-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020720-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030403-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030221-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030914-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030717-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020508-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20021118-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020720-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20031012-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030109-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20021011-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030404-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030221-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030914-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030717-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20020508-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20031012-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020720-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20021118-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030109-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20021011-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030404-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030221-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020508-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030914-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030717-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20031012-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20021118-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020805-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030109-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021011-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030404-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030221-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020508-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20031020-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030717-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030914-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20021118-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030109-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020805-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021011-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20030404-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20030221-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20031020-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020508-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030717-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021119-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030117-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030914-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020805-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20021011-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030404-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030221-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20031020-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020508-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030717-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20021119-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030117-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030914-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020805-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030404-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20021011-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030222-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20031020-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030718-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020508-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20021119-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030117-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030914-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020805-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030404-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021011-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030222-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20031020-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030718-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021119-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020508-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030117-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030914-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020805-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030404-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20021011-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030222-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20031020-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030718-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20021119-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030117-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020508-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020805-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030914-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030408-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20021015-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030222-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20031020-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030718-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20021119-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030117-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020508-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20020810-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030914-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030408-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021015-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030222-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20031201-1.c -O0 (test for excess errors) FAIL: g++.dg/template/conv2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20030718-1.c -Os (test for excess errors) FAIL: g++.dg/template/call1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20021119-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030117-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020508-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030914-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020810-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021015-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030408-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030222-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20031201-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030718-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/conv2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20030120-1.c -O0 (test for excess errors) FAIL: g++.dg/template/call1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020508-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20021120-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030914-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020810-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20021015-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20030222-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030408-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030718-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20031201-1.c -O2 (test for excess errors) FAIL: g++.dg/template/conv2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030120-1.c -O1 (test for excess errors) FAIL: g++.dg/template/const1.C -std=c++98 (test for excess errors) FAIL: g++.dg/template/call1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030914-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020810-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20020508-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021120-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021015-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030224-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030408-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030811-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20031201-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20030120-1.c -O2 (test for excess errors) FAIL: g++.dg/template/conv3.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20030914-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/const1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020810-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20021015-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020508-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030224-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030408-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021120-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030811-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20031201-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030120-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030914-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/crash18.C -std=c++98 (test for excess errors) FAIL: g++.dg/template/conv3.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20020810-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021015-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030224-2.c -O2 (test for excess errors) FAIL: g++.dg/template/const1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030408-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20020508-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030811-1.c -O2 (test for excess errors) FAIL: g++.dg/template/crash18.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20031201-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20021120-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20030120-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030916-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020810-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/crash18.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20021015-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/conv3.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030224-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030501-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20020508-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030811-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20031201-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030120-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030916-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040218-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20021024-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030224-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20021120-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030501-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20020508-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030811-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20031201-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030120-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030916-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040218-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20031204-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20021024-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030224-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030501-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20020508-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030811-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20031204-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021120-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030120-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20031204-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030916-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20040218-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030224-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20021024-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030501-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20031204-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20040409-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030811-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20021120-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030120-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20031204-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030307-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040218-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030916-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030501-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20021024-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20031204-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030821-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021120-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030120-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20031204-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030307-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030501-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040218-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20021024-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20031204-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030916-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030821-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20021120-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030120-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030307-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030501-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040218-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021024-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20031211-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030916-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030821-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20021120-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030120-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030307-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030606-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20021024-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040218-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20031211-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030916-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030821-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040409-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040223-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030120-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021120-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030307-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030606-1.c -O1 (test for excess errors) FAIL: g++.dg/template/ctor2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20040223-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20031211-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030920-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030821-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040223-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030120-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030307-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021120-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040629-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040223-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030606-1.c -O2 (test for excess errors) FAIL: g++.dg/template/ctor2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20031211-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030821-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030920-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040223-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040409-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030307-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20021120-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040223-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030128-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030606-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20031211-1.c -Os (test for excess errors) FAIL: g++.dg/template/ctor2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030821-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030920-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040223-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040409-1w.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030313-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20021120-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030128-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20031211-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030606-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030828-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040629-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030920-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20040302-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-1w.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021120-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030313-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030128-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20031211-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030606-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030828-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030920-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040302-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021120-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-1w.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030313-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030128-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030606-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20031211-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030828-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030920-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040302-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20021120-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-1w.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030313-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030128-1.c -Os (test for excess errors) FAIL: g++.dg/template/deduce1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20030613-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040629-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20031211-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030828-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030920-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021120-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040302-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030313-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040409-1w.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030128-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030613-1.c -O1 (test for excess errors) FAIL: g++.dg/template/deduce1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20031211-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030828-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030920-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040302-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20021120-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030313-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030128-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040409-1w.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030613-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20031211-2.c -O3 -g (test for excess errors) FAIL: g++.dg/template/deduce1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20030828-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030928-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040302-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021120-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030313-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040409-1w.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030203-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030613-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20031211-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040629-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030828-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030928-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040302-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20021120-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030316-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030203-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030613-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20031211-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040409-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030828-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040307-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20021120-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030928-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030316-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030203-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030613-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20031211-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040409-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030828-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040307-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20021127-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030928-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20030203-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030316-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030613-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20031214-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030828-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040307-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040629-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20021127-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030316-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030203-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030928-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030613-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20031214-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030828-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040307-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20040409-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20021127-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030316-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030203-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030928-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030626-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040629-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20031214-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030828-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040307-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20021127-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030316-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030203-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040409-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030928-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030626-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20031214-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20030828-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040307-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20021127-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040629-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030316-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/dr408.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040805-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030928-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030626-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030828-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20031214-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040307-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20021127-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040703-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/dr408.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20040805-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030323-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20031003-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030626-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030903-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20031214-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040307-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20021127-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040409-2w.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040703-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040805-1.c -O2 (test for excess errors) FAIL: g++.dg/template/dr408.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20031003-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030626-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20031214-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030903-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040308-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030323-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041114-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-2w.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040805-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040703-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20031003-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030626-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20031214-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030903-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040308-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041114-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-2w.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040805-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20031003-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030323-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030626-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040703-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040308-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030903-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20031215-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20041114-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-2w.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040805-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20031003-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030626-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040308-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030903-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20031215-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040703-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041114-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040409-2w.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030323-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040805-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20031003-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030626-2.c -O1 (test for excess errors) FAIL: g++.dg/template/explicit-args2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20030903-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040308-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20031215-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040703-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20041114-1.c -Os (test for excess errors) FAIL: g++.dg/template/explicit-args2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20040811-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-2w.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20031003-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030626-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030903-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040308-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20031215-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040703-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030323-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041114-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040811-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-2w.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20031010-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030626-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030909-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040308-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20031215-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040704-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030323-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20041114-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040409-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040811-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20031010-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20030626-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20030909-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040309-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20031215-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040704-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041124-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20030323-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/explicit-args4.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040811-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20031010-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20030626-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030909-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040309-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20031215-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040704-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20041124-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050104-1.c -O0 (test for excess errors) FAIL: g++.dg/template/explicit-args4.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040811-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20031010-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030626-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030909-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040309-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20031216-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050104-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040704-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20041124-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050203-1.c -O0 (test for excess errors) FAIL: g++.dg/template/explicit-args4.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20040811-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20031010-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050203-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20030909-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20031216-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040309-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050104-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040704-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050203-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20041124-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040811-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20031010-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20030909-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040409-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050203-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20031216-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040309-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050104-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040704-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041124-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050203-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040820-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20031010-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20030909-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040409-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050203-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040309-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20031216-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040704-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050104-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041124-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050203-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040820-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20031011-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050604-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040309-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20031216-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040704-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050104-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20041124-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/explicit7.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20050215-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040820-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20031011-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050604-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-3w.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20031216-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040311-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050104-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/friend51.C -std=c++98 (test for excess errors) FAIL: g++.dg/template/fntry1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20041126-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050215-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20031011-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040820-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/explicit7.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20050604-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040409-3w.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20031216-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040311-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050106-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040705-1.c -O0 (test for excess errors) FAIL: g++.dg/template/friend51.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20041126-1.c -O1 (test for excess errors) FAIL: g++.dg/template/fntry1.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... FAIL: gcc.c-torture/execute/20050215-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20031011-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040820-1.c -Os (test for excess errors) FAIL: g++.dg/template/explicit7.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20040208-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050604-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20040409-3w.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040311-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050106-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041126-1.c -O2 (test for excess errors) FAIL: g++.dg/template/friend51.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: gcc.c-torture/execute/20040820-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050215-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20031011-1.c -Os (test for excess errors) FAIL: g++.dg/template/fntry1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20040208-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050604-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040409-3w.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040311-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050106-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20041126-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20040820-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050215-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20051110-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20031011-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040208-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040823-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040705-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050604-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040409-3w.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040311-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050106-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20041126-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050215-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20031011-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040823-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20051110-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040208-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040823-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050604-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040409-3w.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050106-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040311-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050215-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20041126-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20060905-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040823-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20051110-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040208-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040823-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050604-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040409-3w.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050106-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040311-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/explicit1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20041126-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050218-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040823-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/friend18.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20060905-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20051110-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20040208-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040823-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040705-1.c -O2 (test for excess errors) FAIL: g++.dg/template/friend28.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20050607-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050106-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040411-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040313-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20041126-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050218-1.c -O1 (test for excess errors) FAIL: g++.dg/template/explicit1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20060905-1.c -O2 (test for excess errors) FAIL: g++.dg/template/friend18.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20040208-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20051110-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040831-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040411-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050107-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050607-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040313-1.c -O1 (test for excess errors) FAIL: g++.dg/template/friend28.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20041201-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050218-1.c -O2 (test for excess errors) FAIL: g++.dg/template/explicit1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20070212-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20060905-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/template/friend18.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20051110-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040831-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040411-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050607-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040313-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050107-1.c -O1 (test for excess errors) FAIL: g++.dg/template/friend10.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20041201-1.c -O1 (test for excess errors) FAIL: g++.dg/template/friend28.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20050218-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20070212-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20060905-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20051110-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040831-1.c -O2 (test for excess errors) FAIL: g++.dg/template/friend10.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20040411-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050607-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040313-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050107-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040705-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/friend10.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20041201-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050218-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20070212-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20060905-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20051110-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040831-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040411-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050607-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040313-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050107-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20041201-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20070212-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050218-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20051110-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20060905-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040831-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040411-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050607-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040313-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050107-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041201-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20070212-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050218-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20060905-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20051110-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040831-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040411-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050607-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040313-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050107-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20041201-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20070212-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050218-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040705-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040831-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20060910-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20051110-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040423-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050613-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040319-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050107-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20041201-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20070212-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050224-1.c -O0 (test for excess errors) FAIL: g++.dg/template/init8.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20040917-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20060910-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20051110-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20040423-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050613-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040319-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040705-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050111-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20041210-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20070212-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050224-1.c -O1 (test for excess errors) FAIL: g++.dg/template/init8.C -std=c++11 (test for excess errors) FAIL: g++.dg/template/mem-partial2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20040917-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20060910-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20051110-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040423-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050613-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040319-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050111-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041210-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20070212-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050224-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040705-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040917-1.c -O2 (test for excess errors) FAIL: g++.dg/template/init8.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20060910-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20051110-2.c -Os (test for excess errors) FAIL: g++.dg/template/mem-partial2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20040423-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050613-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040319-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050111-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20041210-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20070212-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050224-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20040917-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20051110-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040423-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20060910-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050613-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040319-1.c -Os (test for excess errors) FAIL: g++.dg/template/mem-partial2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20050111-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20041210-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040705-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20070212-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050224-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040917-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20051110-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040423-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050613-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20060910-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040319-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/lookup8.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20050111-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041210-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20070212-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040917-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050224-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20051113-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040423-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050613-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20060910-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040319-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050111-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/lookup8.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20041210-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20070212-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040917-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050224-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20051113-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040520-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050713-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20060910-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040331-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050111-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20041210-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20070212-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040705-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050224-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/lookup8.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20040520-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041011-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20051113-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050713-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20060929-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040331-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050119-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20041212-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20070212-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050316-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040520-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050713-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20051113-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/template/new11.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20040331-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20060929-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050119-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041212-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20070212-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041011-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050316-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040520-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040705-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20051113-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050713-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/new11.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20040331-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20050119-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20060929-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20041212-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20070212-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050316-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040520-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041011-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20051113-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050713-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040331-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050119-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20060929-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20041212-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/new11.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20070212-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040520-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050316-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20051113-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050713-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040331-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050119-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20060929-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041212-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20070212-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040520-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20041011-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20050316-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20051113-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050713-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040331-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040705-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050119-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20060929-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20041212-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20070212-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040625-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050316-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20051215-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050826-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040331-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20060929-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050119-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20041212-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20070212-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040625-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050316-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20051215-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050826-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041011-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20071011-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050119-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20060930-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20041213-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20070424-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040625-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050316-2.c -O0 (test for excess errors) FAIL: g++.dg/template/non-dependent1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20051215-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050826-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20071011-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050119-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040705-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041213-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20060930-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20070424-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041011-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040625-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050316-2.c -O1 (test for excess errors) FAIL: g++.dg/template/non-dependent1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20051215-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20050826-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20071011-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050119-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20041213-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20060930-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20070424-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040625-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050316-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20041011-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040705-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20051215-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20071011-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050826-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/non-dependent1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20050119-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20041213-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20060930-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20070424-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040625-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050316-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20051215-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20071011-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041011-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050826-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050119-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041213-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040705-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20070424-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20060930-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040625-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20051215-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/nontype10.C -std=c++98 (test for warnings, line 8) FAIL: gcc.c-torture/execute/20050316-2.c -Os (test for excess errors) FAIL: g++.dg/template/nontype10.C -std=c++98 (test for errors, line 9) FAIL: g++.dg/template/nontype10.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20071011-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20041019-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050826-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050119-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20041213-2.c -Os (test for excess errors) FAIL: g++.dg/template/nontype10.C -std=c++11 (test for warnings, line 8) FAIL: g++.dg/template/nontype10.C -std=c++11 (test for errors, line 9) FAIL: g++.dg/template/nontype10.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20070424-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040706-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20060930-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20051215-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20071213-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050316-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20071011-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/nontype10.C -std=c++14 (test for warnings, line 8) FAIL: g++.dg/template/nontype10.C -std=c++14 (test for errors, line 9) FAIL: g++.dg/template/nontype10.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20041019-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050826-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050119-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20041213-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20070424-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040706-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20060930-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20060102-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20071213-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050316-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20071018-1.c -O0 (test for excess errors) FAIL: g++.dg/template/offsetof1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20041019-1.c -O2 (test for excess errors) FAIL: g++.dg/template/new1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20050826-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050121-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20041213-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/offsetof1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20070517-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040706-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20060930-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20060102-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050316-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20071018-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041019-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20071213-1.c -O2 (test for excess errors) FAIL: g++.dg/template/offsetof1.C -std=c++14 (test for excess errors) FAIL: g++.dg/template/new1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20050826-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050121-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041214-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20070517-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040706-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20060930-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20060102-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050316-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20071018-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20041019-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20071213-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/overload7.C -std=c++98 (test for excess errors) FAIL: g++.dg/template/new1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20050826-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20041214-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20070517-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050121-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040706-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20060930-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20060102-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050316-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20071018-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20041019-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20071213-1.c -Os (test for excess errors) FAIL: g++.dg/template/overload7.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20050826-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20070517-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040706-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041214-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050316-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20060102-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20060930-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20071018-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050121-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20041019-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20071213-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/partial15.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20070517-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040706-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/overload7.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20050316-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041214-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20060102-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050826-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20071018-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20060930-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20041112-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050121-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20071213-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/partial15.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20070517-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040706-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050316-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20041214-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20060102-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20071018-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20060930-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050826-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041112-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050121-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20071216-1.c -O0 (test for excess errors) FAIL: g++.dg/template/partial15.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20070517-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040707-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050316-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20060110-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20041214-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20071029-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20060930-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050826-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20041112-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20071216-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050121-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20070614-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040707-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050410-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20060110-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041214-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20071029-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20060930-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050826-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20041112-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050124-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040707-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20070614-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20071216-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050410-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20060110-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20041214-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20071029-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20061031-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050929-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20041112-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050124-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040707-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20070614-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20071216-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20060110-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050410-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20041218-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20041112-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050929-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20061031-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20071029-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050124-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040707-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20070614-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20060110-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050410-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20071216-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041218-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041112-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050929-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20061031-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20071029-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050124-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040707-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20060110-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20070614-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20071216-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050410-1.c -Os (test for excess errors) FAIL: g++.dg/template/partial1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20041113-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20041218-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050929-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20071029-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20061031-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20050124-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040707-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20060110-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20071216-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050410-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20070614-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041113-1.c -O1 (test for excess errors) FAIL: g++.dg/template/partial1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20041218-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20050929-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20071029-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050124-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20061031-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20060110-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050410-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20071219-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20070614-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/pr70610-3.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20041113-1.c -O2 (test for excess errors) FAIL: g++.dg/template/partial1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20050929-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20041218-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20071030-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050124-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20061031-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040709-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20060110-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050502-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20070614-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20071219-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050125-1.c -O0 (test for excess errors) FAIL: g++.dg/template/pr70610-3.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20041113-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/partial10.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20050929-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20071030-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041218-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050125-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20061031-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20060110-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20070623-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050502-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050125-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20071219-1.c -O2 (test for excess errors) FAIL: g++.dg/template/pr70610-3.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20041113-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20051012-1.c -O0 (test for excess errors) FAIL: g++.dg/template/partial10.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20050125-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20041218-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20071030-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20061031-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20060110-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050125-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20070623-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041113-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050502-1.c -O2 (test for excess errors) FAIL: g++.dg/template/pr70610-4.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20071219-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20051012-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20041218-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050125-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20071030-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20061101-1.c -O0 (test for excess errors) FAIL: g++.dg/template/partial10.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20060110-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050125-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20041113-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20070623-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050502-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20050131-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20041218-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20051012-1.c -O2 (test for excess errors) FAIL: g++.dg/template/pr70610-4.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20071219-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20071030-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20061101-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20060110-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040709-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050131-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20080502-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050131-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20070623-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050502-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20041218-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20051012-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20060110-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20071219-1.c -Os (test for excess errors) FAIL: g++.dg/template/pr70610-4.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20061101-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20071030-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050131-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20080502-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050131-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20041218-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20051012-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20070623-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050502-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20071219-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20060127-1.c -O0 (test for excess errors) FAIL: g++.dg/template/pr70610.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20071030-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20061101-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20050131-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/ptrmem16.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20080502-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20050131-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/qualttp12.C -std=c++98 (test for excess errors) FAIL: g++.dg/template/pr69961a.C -std=c++11 (test for errors, line 20) FAIL: g++.dg/template/pr69961a.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20041218-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20051012-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20070623-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20071219-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20071030-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050502-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20060127-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20061101-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/pr70610.C -std=c++11 (test for excess errors) FAIL: g++.dg/template/pr69961a.C -std=c++14 (test for errors, line 20) FAIL: g++.dg/template/pr69961a.C -std=c++14 (test for excess errors) FAIL: g++.dg/template/ptrmem16.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20080502-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20081112-1.c -O0 (test for excess errors) FAIL: g++.dg/template/qualttp12.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20051012-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20041218-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20070623-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20071220-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20071108-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050502-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20060127-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20061101-1.c -Os (test for excess errors) FAIL: g++.dg/template/pr70610.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20080502-1.c -Os (test for excess errors) FAIL: g++.dg/template/ptrmem16.C -std=c++14 (test for excess errors) FAIL: g++.dg/template/qualified-id2.C -std=c++98 (test for excess errors) FAIL: g++.dg/template/pr84973-3.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20081112-1.c -O1 (test for excess errors) FAIL: g++.dg/template/qualttp12.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20051021-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040709-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20070724-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20041218-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20071220-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20071108-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20060127-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20050502-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20061101-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20080502-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/qualified-id2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20081112-1.c -O2 (test for excess errors) FAIL: g++.dg/template/pr84973-3.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20041218-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20070724-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20051021-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20071220-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20061101-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20060127-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20071108-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20080502-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050502-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20081112-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20070724-1.c -O2 (test for excess errors) FAIL: g++.dg/template/pr84973-3.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20090711-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20051021-1.c -O2 (test for excess errors) FAIL: g++.dg/template/qualified-id2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20060127-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20061101-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20071220-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20080506-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050502-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20071108-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/ptrmem18.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/template/qualttp14.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20081112-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20070724-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20051021-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20090711-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20060127-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20061101-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20080506-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20071220-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050502-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20071108-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20081112-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/ptrmem18.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20070724-1.c -Os (test for excess errors) FAIL: g++.dg/template/qualttp14.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20090711-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20051021-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20060412-1.c -O0 (test for excess errors) FAIL: g++.dg/template/pretty1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20080506-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20061101-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20071220-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20071108-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20050502-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20081112-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/pretty1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20070724-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20051021-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/repo11.C (test for excess errors) FAIL: g++.dg/template/qualttp14.C -std=c++14 (test for excess errors) FAIL: g++.dg/template/ptrmem18.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20090711-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/pr70610-2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20060412-1.c -O1 (test for excess errors) FAIL: g++.dg/template/pretty1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20040709-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20080506-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20071220-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20061101-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20071108-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20050502-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20081117-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20070724-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20051021-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20090711-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20060412-1.c -O2 (test for excess errors) FAIL: g++.dg/template/pr70610-2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20080506-1.c -Os (test for excess errors) FAIL: g++.dg/template/repo2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20071220-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20061101-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20071120-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20050502-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20081117-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20070824-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20051104-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20090711-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20060412-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20080506-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20071220-2.c -O1 (test for excess errors) FAIL: g++.dg/template/pr70610-2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20061101-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20071120-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20050502-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20081117-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20051104-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20070824-1.c -O1 (test for excess errors) FAIL: g++.dg/template/repo2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/template/qualttp16.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20090711-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20060412-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20101011-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20080506-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20061101-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20071220-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20071120-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20101011-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20081117-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20070824-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20051104-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20090814-1.c -O0 (test for excess errors) FAIL: g++.dg/template/qualttp16.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20101011-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20060412-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20080506-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20061101-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/repo2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20071220-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20101011-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20071120-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20081117-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20051104-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20070824-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20090814-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20101011-1.c -Os (test for excess errors) FAIL: g++.dg/template/qualttp16.C -std=c++14 (test for excess errors) FAIL: g++.dg/template/ptrmem30.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20060412-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20080506-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20061220-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20071220-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20101011-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20081117-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20071120-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20051104-1.c -Os (test for excess errors) FAIL: g++.dg/template/repo3.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/template/sfinae22.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20070824-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20090814-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20101011-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20060412-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20080506-2.c -O2 (test for excess errors) FAIL: g++.dg/template/ptrmem30.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20061220-1.c -O1 (test for excess errors) FAIL: g++.dg/template/sfinae22.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20071220-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040709-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20051104-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20081117-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20070824-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20071120-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20090814-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20101013-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20060420-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20080506-2.c -O3 -g (test for excess errors) FAIL: g++.dg/template/repo3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20071220-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/sfinae15.C -std=c++11 (test for excess errors) FAIL: g++.dg/template/ptrmem30.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20061220-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20051104-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20081218-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20070824-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20071120-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20101013-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20090814-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20060420-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20080506-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20080117-1.c -O0 (test for excess errors) FAIL: g++.dg/template/sfinae15.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20061220-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20120427-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20081218-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20070824-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/repo3.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20090814-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20071120-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20101013-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20080506-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/qual2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20060420-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20080117-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20061220-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20120427-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20090814-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20081218-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20070919-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20071202-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20080506-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20101013-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/template/qualttp11.C -std=c++98 (test for excess errors) FAIL: g++.dg/template/repo4.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/template/qual2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20080117-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20060420-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20061220-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20091229-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20120427-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20081218-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20070919-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20071202-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20080519-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20101013-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20080117-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/qualttp11.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20061220-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/qual2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20040709-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20091229-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20060420-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20120427-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/template/repo4.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20081218-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20070919-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20071202-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20080519-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20101013-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20080117-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20070201-1.c -O0 (test for excess errors) FAIL: g++.dg/template/qualttp11.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20091229-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20060420-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20120427-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20081218-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20071202-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20070919-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20080519-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20101013-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20080117-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/repo4.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20070201-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040709-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20091229-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20060420-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20120427-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20081218-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20071202-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20101013-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20070919-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20080117-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20070201-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20080519-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/template/repo1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/template/repo5.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20091229-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20060420-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20120427-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20081218-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20071202-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20101025-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20070919-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20070201-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20080519-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20080122-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20040709-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20091229-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20140326-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20120427-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/spec10.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20071202-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20090113-1.c -O0 (test for excess errors) FAIL: g++.dg/template/repo1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20101025-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20070919-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/repo5.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20070201-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20080519-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20080122-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20091229-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20140326-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20071205-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20120427-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20090113-1.c -O1 (test for excess errors) FAIL: g++.dg/template/spec10.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20101025-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20170401-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20070201-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20080519-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/repo1.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/template/spec29.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20080122-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20100209-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20140326-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20071205-1.c -O1 (test for excess errors) FAIL: g++.dg/template/repo5.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20040709-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20090113-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20120427-2.c -O1 (test for excess errors) FAIL: g++.dg/template/spec10.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20101025-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20170401-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20070201-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20080519-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/sfinae20.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20080122-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20100209-1.c -O1 (test for excess errors) FAIL: g++.dg/template/spec29.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20140326-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20071205-1.c -O2 (test for excess errors) FAIL: g++.dg/template/repo10.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/template/sfinae20.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20120427-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20170401-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920410-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20101025-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20090113-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20080522-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20080122-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/repo6.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20100209-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20140326-1.c -Os (test for excess errors) FAIL: g++.dg/template/spec29.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20071205-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20120427-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20170401-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920410-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20101025-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20080522-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20080122-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20090113-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/repo10.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/template/spec21.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20140326-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20100209-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20071205-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20101025-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20170401-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920410-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20120427-2.c -O3 -g (test for excess errors) FAIL: g++.dg/template/repo6.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20080122-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20080522-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20090113-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20140326-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/spec21.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20100209-1.c -Os (test for excess errors) FAIL: g++.dg/template/repo10.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20071205-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20040709-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20110418-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20170401-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920410-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20120427-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20080122-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/show-template-tree-3.C -std=gnu++98 (test for errors, line 25) FAIL: g++.dg/template/show-template-tree-3.C -std=gnu++98 (test for errors, line 31) FAIL: gcc.c-torture/execute/20080522-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/show-template-tree-3.C -std=gnu++98 expected multiline pattern lines 27-28 not found: "\s*vector<.*\n \[double != float\]>.*\n" FAIL: g++.dg/template/show-template-tree-3.C -std=gnu++98 expected multiline pattern lines 33-36 not found: " map<.*\n \[\.\.\.\],.*\n vector<.*\n \[double != float\]>>.*\n" FAIL: g++.dg/template/show-template-tree-3.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20090113-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/repo6.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20100209-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20140425-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20071205-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/spec21.C -std=c++14 (test for excess errors) FAIL: g++.dg/template/show-template-tree-3.C -std=gnu++11 (test for errors, line 25) FAIL: g++.dg/template/show-template-tree-3.C -std=gnu++11 (test for errors, line 31) FAIL: g++.dg/template/show-template-tree-3.C -std=gnu++11 expected multiline pattern lines 27-28 not found: "\s*vector<.*\n \[double != float\]>.*\n" FAIL: g++.dg/template/show-template-tree-3.C -std=gnu++11 expected multiline pattern lines 33-36 not found: " map<.*\n \[\.\.\.\],.*\n vector<.*\n \[double != float\]>>.*\n" FAIL: g++.dg/template/show-template-tree-3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20170401-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920410-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20110418-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20120427-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20080222-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20080522-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20090113-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20100209-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/show-template-tree-3.C -std=gnu++14 (test for errors, line 25) FAIL: g++.dg/template/show-template-tree-3.C -std=gnu++14 (test for errors, line 31) FAIL: g++.dg/template/show-template-tree-3.C -std=gnu++14 expected multiline pattern lines 27-28 not found: "\s*vector<.*\n \[double != float\]>.*\n" FAIL: g++.dg/template/show-template-tree-3.C -std=gnu++14 expected multiline pattern lines 33-36 not found: " map<.*\n \[\.\.\.\],.*\n vector<.*\n \[double != float\]>>.*\n" FAIL: g++.dg/template/show-template-tree-3.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20140425-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20071210-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20170419-1.c -O0 (test for excess errors) FAIL: g++.dg/template/repo7.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/920410-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20120427-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20110418-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20080222-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20080522-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20090113-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20100316-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20140425-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20071210-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20170419-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920410-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20120615-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20080522-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20080222-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20110418-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/sizeof13.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20100316-1.c -O1 (test for excess errors) FAIL: g++.dg/template/repo7.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20090113-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20140425-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20170419-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20071210-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920411-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20120615-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20080529-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20110418-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20080222-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/sizeof13.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20100316-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040709-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20090113-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20140425-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20170419-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20071210-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920411-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20120615-1.c -O2 (test for excess errors) FAIL: g++.dg/template/repo7.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20080529-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20110418-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20080222-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20100316-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/sizeof13.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20140425-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20170419-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20090113-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20071210-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920411-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20120615-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20080529-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20110418-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20080222-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/static21.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20100316-1.c -Os (test for excess errors) FAIL: g++.dg/template/repo8.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20140425-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20170419-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20071210-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20090113-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20120615-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920411-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20080529-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20111208-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20080222-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20100316-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20140622-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20170419-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/static21.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20071210-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/repo8.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/template/static7.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20120615-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20090113-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20080529-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920411-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20080408-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20111208-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20100316-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20140622-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20170419-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20071211-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20120615-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20080529-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20090113-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920411-1.c -Os (test for excess errors) FAIL: g++.dg/template/static7.C -std=c++11 (test for excess errors) FAIL: g++.dg/template/static21.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20080408-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20111208-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20040709-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20100416-1.c -O0 (test for excess errors) FAIL: g++.dg/template/repo8.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20171008-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20140622-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20071211-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20080529-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20120808-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20090113-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920411-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20080408-1.c -O2 (test for excess errors) FAIL: g++.dg/template/static7.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20100416-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20111208-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20171008-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20140622-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20071211-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20080604-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20120808-1.c -O1 (test for excess errors) FAIL: g++.dg/template/repo9.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/920411-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20090113-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20080408-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/static33.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20100416-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20111208-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20171008-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20140622-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20071211-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20080604-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20120808-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920415-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20080408-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20090113-3.c -O1 (test for excess errors) FAIL: g++.dg/template/static33.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20100416-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/template/repo9.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20140622-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20171008-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20111208-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20071211-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20080604-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20120808-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20080408-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920415-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20090113-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20100416-1.c -O3 -g (test for excess errors) FAIL: g++.dg/template/static33.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20140622-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20171008-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20071211-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20111208-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20080604-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20080408-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/repo9.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20120808-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920415-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20090113-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20140828-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20100416-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20171008-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20071211-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/static34.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20111208-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/stdarg1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20080604-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20080424-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20120808-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920415-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040709-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20100416-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/stdarg1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20140828-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20090113-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20171008-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920501-5.c -O0 (test for excess errors) FAIL: g++.dg/template/static34.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20111212-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20080604-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20080424-1.c -O1 (test for excess errors) FAIL: g++.dg/template/stdarg1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20120808-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920415-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20100416-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20140828-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20180112-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20090113-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920501-5.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20111212-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20080604-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20120808-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/static34.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20080424-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920415-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20140828-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20100430-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20180112-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20090113-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920501-5.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20111212-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20120817-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20080719-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920415-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20080424-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20140828-1.c -Os (test for excess errors) FAIL: g++.dg/template/static35.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20100430-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20180112-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20090113-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920501-5.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20111212-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20120817-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20080719-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920428-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20080424-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20140828-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/static35.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20100430-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20180112-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20090207-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920501-5.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040709-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20111212-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20120817-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20080719-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920428-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20080424-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20140828-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20100430-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/template/static35.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20180112-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20090207-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920501-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20111212-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20120817-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20080719-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920428-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20100430-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20180112-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20141022-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20080424-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20090207-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920501-5.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20111212-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040709-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20120817-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920501-6.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20080719-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920428-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20141022-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20100430-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20080424-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20180112-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20090207-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920501-6.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20111227-1.c -O0 (test for excess errors) FAIL: g++.dg/template/unify8.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20120817-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920501-6.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20080719-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920428-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20100430-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20141022-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20180131-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920501-6.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/920612-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20090207-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20040709-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20111227-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20120817-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20080719-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920501-6.c -O3 -g (test for excess errors) FAIL: g++.dg/template/unify8.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/920428-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20100430-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20141022-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20180131-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920612-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920501-6.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20090207-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20111227-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20120919-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20080813-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920428-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20100708-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920501-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/unify8.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20141022-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20180131-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920612-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20090207-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920501-6.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20111227-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20120919-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20040709-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20080813-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920428-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20100708-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20141022-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20180131-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920612-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20090219-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920501-7.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20111227-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20120919-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20080813-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920428-2.c -O1 (test for excess errors) FAIL: g++.dg/template/using17.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20100708-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20141022-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20180131-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920612-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20090219-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920501-7.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20111227-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20120919-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/template/typeid1.C -std=c++98 (test for excess errors) FAIL: g++.dg/template/union1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20080813-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920428-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20141022-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/using17.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20100708-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20180131-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920612-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20090219-1.c -O2 (test for excess errors) FAIL: g++.dg/template/typeid1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/920501-7.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20111227-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/tree-ssa/20040317-1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20120919-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040709-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20080813-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20141107-1.c -O0 (test for excess errors) FAIL: g++.dg/template/typeid1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/920428-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20180131-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/union1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20100708-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920612-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/using17.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20090219-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920501-7.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20120105-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20120919-1.c -Os (test for excess errors) FAIL: g++.dg/tree-ssa/20040317-1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20080813-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20141107-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920428-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20180226-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20100708-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920612-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/union1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20090219-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20120105-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920501-7.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20120919-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20080813-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/tree-ssa/20040317-1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/920428-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20141107-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20180226-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20100708-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920618-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20090219-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20120105-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20120919-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920501-7.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/tree-ssa/pr14703.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/tree-ssa/array-temp1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20081103-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920428-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20141107-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20180226-1.c -O2 (test for excess errors) FAIL: g++.dg/tree-ssa/pr14703.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20100708-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920618-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20090219-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/tree-ssa/array-temp1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20120105-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920501-7.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20121108-1.c -O0 (test for excess errors) FAIL: g++.dg/tree-ssa/pr14703.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20081103-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920501-8.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920429-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20141107-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20180226-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920618-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20100805-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20090527-1.c -O0 (test for excess errors) FAIL: g++.dg/template/using1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20040709-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920501-8.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20120105-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20121108-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20081103-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920501-8.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20141107-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920429-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20100805-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20180226-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920618-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20090527-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920501-8.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20120105-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/using1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20121108-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20081103-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920501-8.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20141107-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920429-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20180226-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920618-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20100805-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920501-8.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20090527-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20120105-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/tree-ssa/builtin1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20081103-1.c -Os (test for excess errors) FAIL: g++.dg/template/using1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20121108-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20141125-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920501-8.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20120111-1.c -O0 (test for excess errors) FAIL: g++.dg/template/using3.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/920429-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20180226-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920618-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/tree-ssa/pr15791-1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/20100805-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/920501-9.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20090527-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20120111-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20081103-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/tree-ssa/builtin1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20121108-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20141125-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920501-9.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920429-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20120111-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/900409-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920618-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/using3.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/920501-9.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20120111-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20100805-1.c -O3 -g (test for excess errors) FAIL: g++.dg/tree-ssa/pr15791-1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20090527-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920501-9.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20081103-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20141125-1.c -O2 (test for excess errors) FAIL: g++.dg/tree-ssa/builtin1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20121108-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20120111-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920429-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/900409-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920625-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920501-9.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20120111-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/template/using3.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20100805-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20090527-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/tree-ssa/pr15791-1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/920501-9.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920728-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20120111-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920429-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20141125-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20121108-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/900409-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920501-9.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920625-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20100805-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20090527-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040709-3.c -O3 -g (test for excess errors) FAIL: g++.dg/template/using4.C -std=c++98 (test for excess errors) FAIL: g++.dg/template/vtable1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/920728-1.c -O1 (test for excess errors) FAIL: g++.dg/tree-ssa/pr15791-2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20120207-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920501-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20121108-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20141125-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920506-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/900409-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920625-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20090623-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20100805-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/template/using4.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/920728-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20120207-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920501-1.c -O1 (test for excess errors) FAIL: g++.dg/template/vtable1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/20131127-1.c -O0 (test for excess errors) FAIL: g++.dg/tree-ssa/pr15791-2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20141125-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/tree-ssa/pr19476-1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/920506-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/900409-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920625-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20100827-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20090623-1.c -O1 (test for excess errors) FAIL: g++.dg/tree-ssa/pr19476-1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/920501-1.c -O2 (test for excess errors) FAIL: g++.dg/template/using4.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20120207-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920728-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20131127-1.c -O1 (test for excess errors) FAIL: g++.dg/template/vtable1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/20141125-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/tree-ssa/pr15791-2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/920506-1.c -O2 (test for excess errors) FAIL: g++.dg/tree-ssa/pr19476-1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/900409-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20100827-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920625-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20090623-1.c -O2 (test for excess errors) FAIL: g++.dg/tree-ssa/pr19476-2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/920501-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920728-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20120207-1.c -O3 -g (test for excess errors) FAIL: g++.dg/tree-ssa/copyprop.C (test for excess errors) FAIL: gcc.c-torture/execute/20150611-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20131127-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920506-1.c -O3 -g (test for excess errors) FAIL: g++.dg/tree-ssa/pr19476-2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20040709-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/900409-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20100827-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20090623-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920625-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920728-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/tree-ssa/pr31146-2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/920501-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20120207-1.c -Os (test for excess errors) FAIL: g++.dg/tree-ssa/pr19476-2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20150611-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20131127-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920506-1.c -Os (test for excess errors) FAIL: g++.dg/tree-ssa/pr31146-2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/920202-1.c -O0 (test for excess errors) FAIL: g++.dg/tree-ssa/pr20458.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20100827-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/tree-ssa/pr19476-3.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/920625-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/tree-ssa/pr31146-2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20090623-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920501-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920728-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20120207-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920506-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20150611-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20131127-1.c -Os (test for excess errors) FAIL: g++.dg/tree-ssa/pr19476-3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/920202-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20100827-1.c -O3 -g (test for excess errors) FAIL: g++.dg/tree-ssa/pr20458.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/920625-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20040709-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/tree-ssa/pr19476-3.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20090623-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920730-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920501-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20120207-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920506-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20131127-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20150611-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/tree-ssa/pr19476-4.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/920202-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20100827-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920710-1.c -O0 (test for excess errors) FAIL: g++.dg/tree-ssa/pr20458.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20090623-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920730-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920501-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920929-1.c -O0 (test for excess errors) FAIL: g++.dg/tree-ssa/pr19476-4.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20131127-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/tree-ssa/inline-3.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/920520-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20150611-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20100827-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920710-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920202-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20040709-3.c -O2 -flto (test for excess errors) FAIL: g++.dg/tree-ssa/pr19476-4.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/tree-ssa/inline-3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/921110-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920730-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920929-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920501-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20140212-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920520-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20150611-1.c -Os (test for excess errors) FAIL: g++.dg/tree-ssa/inline-3.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20100827-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920710-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920202-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921207-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921110-1.c -O1 (test for excess errors) FAIL: g++.dg/tree-ssa/dom-invalid.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/920730-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920929-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20150611-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20140212-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920520-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930208-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920501-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920202-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920710-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921207-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921110-1.c -O2 (test for excess errors) FAIL: g++.dg/tree-ssa/pr33593.C -std=gnu++98 (test for warnings, line 11) FAIL: g++.dg/tree-ssa/pr33593.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/tree-ssa/dom-invalid.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/920730-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920929-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/20150611-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20140212-1.c -O2 (test for excess errors) FAIL: g++.dg/tree-ssa/pr19637.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/tree-ssa/pr33593.C -std=gnu++11 (test for warnings, line 11) FAIL: g++.dg/tree-ssa/pr33593.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/930208-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920520-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920202-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920710-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921207-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921110-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920501-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/tree-ssa/pr19637.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/tree-ssa/pr33593.C -std=gnu++14 (test for warnings, line 11) FAIL: g++.dg/tree-ssa/pr33593.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/920730-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20170111-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920929-1.c -O3 -g (test for excess errors) FAIL: g++.dg/tree-ssa/dom-invalid.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20140212-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/930208-1.c -O2 (test for excess errors) FAIL: g++.dg/tree-ssa/pr19637.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/920520-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920302-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920710-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921207-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921110-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920501-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920730-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20170111-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920929-1.c -Os (test for excess errors) FAIL: g++.dg/tree-ssa/pr19786.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/tree-ssa/pr33604.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/930208-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20140212-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920520-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920710-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920302-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921207-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921110-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/tree-ssa/pr19786.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/920731-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920501-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20170111-1.c -O2 (test for excess errors) FAIL: g++.dg/tree-ssa/pr19786.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/920929-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930208-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920520-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/tree-ssa/pr33604.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/920711-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20140212-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920302-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921110-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921207-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/tree-ssa/pr21082.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/tree-ssa/pr13146.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/920731-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920501-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920929-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/20170111-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920603-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930208-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20140212-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920711-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921112-1.c -O0 (test for excess errors) FAIL: g++.dg/tree-ssa/pr33604.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/921207-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920302-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/tree-ssa/pr21082.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/920501-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/tree-ssa/pr13146.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/920731-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921006-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20170111-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930208-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920603-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920711-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20140212-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921112-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921208-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920302-1.c -O3 -g (test for excess errors) FAIL: g++.dg/tree-ssa/pr46228.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/921006-1.c -O1 (test for excess errors) FAIL: g++.dg/tree-ssa/pr21082.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20170111-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920501-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920731-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/tree-ssa/pr13146.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/930406-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920603-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920711-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20140212-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921112-1.c -O2 (test for excess errors) FAIL: g++.dg/tree-ssa/pr46228.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/921208-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920302-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921006-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20170111-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/tree-ssa/pr46228.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/920501-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930406-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920603-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920731-1.c -O3 -g (test for excess errors) FAIL: g++.dg/tree-ssa/pr28003.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/920711-1.c -Os (test for excess errors) FAIL: g++.dg/tree-ssa/pr21407.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20140212-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921112-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921208-1.c -O2 (test for excess errors) FAIL: g++.dg/tree-ssa/pr77943.C (test for excess errors) FAIL: gcc.c-torture/execute/920302-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921006-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20170401-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930406-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920603-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920711-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920731-1.c -Os (test for excess errors) FAIL: g++.dg/tree-ssa/pr78687.C (test for excess errors) FAIL: gcc.c-torture/execute/920501-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20140212-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921112-1.c -Os (test for excess errors) FAIL: g++.dg/tree-ssa/pr21407.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/921208-1.c -O3 -g (test for excess errors) FAIL: g++.dg/tree-ssa/pr26757.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/tree-ssa/pr28003.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/920302-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921006-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20170401-1.c -O1 (test for excess errors) FAIL: g++.dg/tree-ssa/pr78847.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/920603-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930406-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920711-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920731-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20140212-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920501-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/921112-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/tree-ssa/ssa-dse-3.C (test for excess errors) FAIL: gcc.c-torture/execute/921208-1.c -Os (test for excess errors) FAIL: g++.dg/tree-ssa/pr21407.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/920409-1.c -O0 (test for excess errors) FAIL: g++.dg/tree-ssa/pr26757.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/921006-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/20170401-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920603-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930406-1.c -Os (test for excess errors) FAIL: g++.dg/tree-ssa/pr28003.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/920731-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920721-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/20140212-2.c -Os (test for excess errors) FAIL: g++.dg/tree-ssa/pr61009.C (test for excess errors) FAIL: gcc.c-torture/execute/921112-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920501-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921208-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920810-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920409-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921006-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/tree-ssa/pr26757.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/20170401-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/920604-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930406-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920810-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920721-1.c -O1 (test for excess errors) FAIL: g++.dg/tree-ssa/pr47707.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/20140212-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921113-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920501-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921208-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/tree-ssa/pr80293.C (test for excess errors) FAIL: gcc.c-torture/execute/920409-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920810-1.c -O2 (test for excess errors) FAIL: g++.dg/tree-ssa/pr47707.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/921007-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920604-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/20170401-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930406-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920810-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920721-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20140212-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/tree-ssa/pr47707.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/921113-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920501-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921208-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920409-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920810-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921007-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920604-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/20170401-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930408-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920810-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930529-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920721-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920501-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921113-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921208-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920810-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/tree-ssa/pr49516.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/920409-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921007-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920604-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/20170401-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930408-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920721-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930529-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920501-4.c -O0 (test for excess errors) FAIL: g++.dg/tree-ssa/pr63841.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/921208-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920812-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920409-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921113-1.c -O3 -g (test for excess errors) FAIL: g++.dg/tree-ssa/pr49516.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/920604-1.c -Os (test for excess errors) FAIL: g++.dg/tree-ssa/pr63841.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/20170401-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921007-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930408-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920721-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930529-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920501-4.c -O1 (test for excess errors) FAIL: g++.dg/tree-ssa/pr63841.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/920812-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921208-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/920409-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921113-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920604-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/tree-ssa/pr49516.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/921007-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930628-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930408-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920721-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930529-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/920501-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920812-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921208-2.c -O3 -g (test for excess errors) FAIL: g++.dg/tree-ssa/pr66726.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/930929-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921113-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920604-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 30) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 31) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 34) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 35) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 38) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 39) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 40) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 41) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 42) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 43) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 44) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 45) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 53) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 54) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 57) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 58) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 61) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 62) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 63) FAIL: gcc.c-torture/execute/921007-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 64) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 65) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 66) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 67) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for warnings, line 68) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/930408-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930628-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920721-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930529-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920501-4.c -O3 -g (test for excess errors) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 30) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 31) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 34) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 35) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 38) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 39) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 40) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 41) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 42) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 43) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 44) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 45) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 53) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 54) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 57) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 58) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 61) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 62) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 63) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 64) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 65) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 66) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 67) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for warnings, line 68) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/921208-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920812-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930929-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920612-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921113-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921007-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/tree-ssa/pr66726.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/930408-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 30) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 31) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 34) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 35) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 38) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 39) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 40) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 41) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 42) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 43) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 44) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 45) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 53) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 54) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 57) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 58) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 61) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 62) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 63) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 64) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 65) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 66) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 67) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for warnings, line 68) FAIL: gcc.c-torture/execute/920721-2.c -O1 (test for excess errors) FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/930628-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930529-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920501-4.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921208-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920812-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930929-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921117-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920612-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921013-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930408-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/tree-ssa/pr66726.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/920721-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930529-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920501-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930628-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/921208-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920812-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/warn/Wconversion-null.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/921117-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930929-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920612-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930429-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921013-1.c -O1 (test for excess errors) FAIL: g++.dg/warn/Wconversion-null.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/930529-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920721-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920501-4.c -O2 -flto (test for excess errors) FAIL: g++.dg/warn/Winline-3.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/921215-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930628-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920812-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/warn/Wconversion-null.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/930929-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930429-1.c -O1 (test for excess errors) FAIL: g++.dg/warn/Winline-3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/920612-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921117-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921013-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930603-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920721-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921215-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931004-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920829-1.c -O0 (test for excess errors) FAIL: g++.dg/warn/Winline-3.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/930628-1.c -Os (test for excess errors) FAIL: g++.dg/tree-ssa/pr69336.C (test for excess errors) FAIL: gcc.c-torture/execute/930929-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930429-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920612-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921117-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921013-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/930603-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920721-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921215-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931004-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920829-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930628-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930929-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930429-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920612-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921117-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930603-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921013-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920721-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921215-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920829-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931004-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930628-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930930-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930429-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920612-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921117-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930603-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920721-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921013-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921215-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920829-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931004-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/930630-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930429-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930930-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931012-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921117-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930603-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920721-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921013-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921215-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920829-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930630-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931004-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930429-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931012-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930930-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921123-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930603-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921013-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920721-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920829-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921215-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930630-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931004-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930429-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931012-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930930-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/921123-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930603-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921016-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920721-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920829-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921218-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930630-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931004-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930429-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931012-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930930-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930603-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921123-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921016-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920721-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920908-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921218-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930630-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931004-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930429-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931012-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930930-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930603-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921123-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921016-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920721-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921218-1.c -O2 (test for excess errors) FAIL: g++.dg/warn/Wmemset-elt-size1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/920908-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930630-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930429-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931012-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/warn/Wmemset-elt-size1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/930930-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921123-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930603-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921016-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920721-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921218-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920908-1.c -O2 (test for excess errors) FAIL: g++.dg/warn/Wmemset-elt-size1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/930630-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931004-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931012-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930429-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930930-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921123-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930603-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/921016-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921218-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920721-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920908-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930702-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931004-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930429-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931017-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930930-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921123-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930603-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921016-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920721-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921218-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920908-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930702-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931004-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930429-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930930-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931017-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921123-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930513-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921016-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921218-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930603-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920908-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930702-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920721-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930513-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931004-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930930-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930513-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931017-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921123-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921017-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921218-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930603-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930513-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920908-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930702-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920721-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/931004-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930930-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930513-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921123-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931017-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/921017-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921218-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930603-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930513-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930702-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920908-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931004-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920721-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930930-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930513-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921123-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931017-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921017-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921218-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930603-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930702-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920908-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931004-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920721-4.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930930-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930513-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921123-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931017-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921017-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921218-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930702-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930603-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920908-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920721-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930930-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930513-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931017-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921123-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921017-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921218-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930713-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920721-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930603-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920908-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931002-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931004-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930513-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921123-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931017-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920726-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921017-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921218-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930713-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920726-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920908-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931002-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930603-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931004-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/921124-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930513-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/931018-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920726-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921017-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921218-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930713-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920726-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/920908-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931002-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930603-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931004-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921124-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930513-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931018-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920726-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921019-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930106-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930713-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920908-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930603-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920726-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931002-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931004-4.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921124-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930513-2.c -Os (test for excess errors) FAIL: g++.dg/warn/Wstrict-aliasing-bogus-escape-2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/931018-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920726-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921019-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930106-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930713-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920909-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930603-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920726-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931002-1.c -Os (test for excess errors) FAIL: g++.dg/warn/Wstrict-aliasing-bogus-escape-2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/931004-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930513-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921124-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931018-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921019-1.c -O2 (test for excess errors) FAIL: g++.dg/warn/Wstrict-aliasing-bogus-escape-2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/930106-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930713-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/920909-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930608-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/940115-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931002-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930513-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921124-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931018-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921019-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930106-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930713-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920909-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930608-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/940115-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931002-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931004-5.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930518-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921124-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931018-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921019-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930718-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930106-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920909-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930608-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931004-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/940115-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931004-5.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921124-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/warn/Wstrict-aliasing-bogus-escape.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/930518-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931018-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921019-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930106-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930718-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/920909-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930608-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931004-1.c -O1 (test for excess errors) FAIL: g++.dg/warn/Wstrict-aliasing-bogus-escape.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/940115-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931004-5.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921202-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930518-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921019-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931031-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930106-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/warn/Wstrict-aliasing-bogus-escape.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/930718-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/920909-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930608-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931004-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/940115-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931004-5.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921202-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930518-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/930111-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931031-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921019-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930718-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/920909-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930608-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/940115-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-5.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921202-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930518-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921019-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930111-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931031-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930718-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920922-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930608-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931004-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/940115-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931004-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921202-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/930518-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921019-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930111-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930718-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931031-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930614-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920922-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931004-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/940122-1.c -O0 (test for excess errors) FAIL: g++.dg/warn/Wsystem-headers1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/931004-5.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921202-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930518-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930718-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921019-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930111-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931031-1.c -Os (test for excess errors) FAIL: g++.dg/warn/Wsystem-headers1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/930614-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931004-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/920922-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/940122-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931004-6.c -O0 (test for excess errors) FAIL: g++.dg/warn/Wuninitialized-9.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/921202-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930518-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/warn/Wsystem-headers1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/921019-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930111-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931031-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/warn/Wstringop-truncation-1.C -std=gnu++98 (test for warnings, line 84) FAIL: g++.dg/warn/Wstringop-truncation-1.C -std=gnu++98 (test for warnings, line ) FAIL: g++.dg/warn/Wstringop-truncation-1.C -std=gnu++98 (test for warnings, line 108) FAIL: g++.dg/warn/Wstringop-truncation-1.C -std=gnu++98 (test for warnings, line ) FAIL: g++.dg/warn/Wstringop-truncation-1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/930719-1.c -O0 (test for excess errors) FAIL: g++.dg/warn/Wuninitialized-9.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/930614-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931004-10.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/920922-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921202-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/warn/Wstringop-truncation-1.C -std=gnu++11 (test for warnings, line 84) FAIL: g++.dg/warn/Wstringop-truncation-1.C -std=gnu++11 (test for warnings, line ) FAIL: g++.dg/warn/Wstringop-truncation-1.C -std=gnu++11 (test for warnings, line 108) FAIL: g++.dg/warn/Wstringop-truncation-1.C -std=gnu++11 (test for warnings, line ) FAIL: g++.dg/warn/Wstringop-truncation-1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/940122-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931004-6.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930526-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921019-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930111-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931031-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930719-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930614-1.c -O3 -g (test for excess errors) FAIL: g++.dg/warn/Wstringop-truncation-1.C -std=gnu++14 (test for warnings, line 84) FAIL: g++.dg/warn/Wstringop-truncation-1.C -std=gnu++14 (test for warnings, line ) FAIL: g++.dg/warn/Wstringop-truncation-1.C -std=gnu++14 (test for warnings, line 108) FAIL: g++.dg/warn/Wstringop-truncation-1.C -std=gnu++14 (test for warnings, line ) FAIL: g++.dg/warn/Wstringop-truncation-1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/920922-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931004-10.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921202-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/940122-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930526-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921019-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931004-6.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931102-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930111-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930719-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930614-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/920922-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-10.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921202-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/940122-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930526-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921029-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930123-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931102-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930719-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/930614-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-6.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/920922-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931004-10.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/921202-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/940122-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/warn/Wstrict-aliasing-bogus-union-2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/930526-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/921029-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930123-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931102-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930719-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930614-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/941202-1.c -O0 (test for excess errors) FAIL: g++.dg/warn/Wstrict-aliasing-bogus-union-2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/931004-6.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921202-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931004-10.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/940122-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930526-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921029-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930123-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931102-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/930719-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/941202-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930614-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921202-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931004-6.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931004-10.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/941014-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930526-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921029-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930123-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931102-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930719-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/941202-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930614-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921202-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931004-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-10.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/941014-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930526-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930123-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/921029-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930719-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931102-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/941202-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930614-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921202-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-6.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931004-10.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/941014-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930526-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930123-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921029-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930725-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931102-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/941202-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930614-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/921202-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931004-7.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931004-11.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/941014-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930527-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930123-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921029-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930725-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931102-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/941202-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930614-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921204-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931004-7.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/941014-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931004-11.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930527-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930126-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921104-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930725-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/941202-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931102-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921204-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930614-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931004-7.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/941014-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-11.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930527-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921104-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930126-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930725-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950221-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931102-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/921204-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930614-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-7.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/941014-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931004-11.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921104-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930527-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/941014-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930126-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930725-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950221-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931102-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930614-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921204-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/941014-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931004-7.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931004-11.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/941014-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/921104-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930725-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930527-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930126-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950221-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931102-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/930621-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921204-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/941014-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931004-7.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-11.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930527-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/921104-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930725-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930126-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/941014-2.c -Os (test for excess errors) FAIL: g++.dg/warn/Wunused-14.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/930621-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950221-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/921204-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/941014-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931102-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931004-7.c -O2 -flto (test for excess errors) FAIL: g++.dg/warn/Wunused-14.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/931004-11.c -O2 -flto (test for excess errors) FAIL: g++.dg/warn/Wunused-var-3.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/930527-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/921104-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930126-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/941014-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930818-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930621-1.c -O2 (test for excess errors) FAIL: g++.dg/warn/Wunused-14.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/921204-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950221-1.c -Os (test for excess errors) FAIL: g++.dg/warn/Wunused-var-3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/931102-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931004-8.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931004-12.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950607-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/921104-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/warn/Wunused-var-3.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/930126-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/941015-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930818-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930621-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950221-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/950915-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960327-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931102-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-8.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950607-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931004-12.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960219-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/941015-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930818-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930621-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960327-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950221-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950915-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931102-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/warn/anonymous-namespace-3.C -std=c++98 (test for warnings, line 10) FAIL: g++.dg/warn/anonymous-namespace-3.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/960327-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931004-8.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/950607-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931004-12.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960219-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960327-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/941015-1.c -O2 (test for excess errors) FAIL: g++.dg/warn/anonymous-namespace-3.C -std=c++11 (test for warnings, line 10) FAIL: g++.dg/warn/anonymous-namespace-3.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/930818-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930621-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/950915-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/950322-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931110-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960327-1.c -O3 -g (test for excess errors) FAIL: g++.dg/warn/anonymous-namespace-3.C -std=c++14 (test for warnings, line 10) FAIL: g++.dg/warn/anonymous-namespace-3.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/931004-8.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/950607-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960219-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931004-12.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/941015-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930621-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960327-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930818-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950322-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950915-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931110-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960327-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-8.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950607-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960219-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/941015-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960327-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930818-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-12.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930622-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950322-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/950915-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931110-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931004-8.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950607-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960219-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/941015-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960402-1.c -O0 (test for excess errors) FAIL: g++.dg/warn/format1.C -std=gnu++98 printf warning (test for warnings, line 12) FAIL: gcc.c-torture/execute/930818-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/warn/format1.C -std=gnu++98 scanf warning (test for warnings, line 14) FAIL: g++.dg/warn/format1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/930622-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931004-12.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950322-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950915-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931110-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/warn/format1.C -std=gnu++11 printf warning (test for warnings, line 12) FAIL: g++.dg/warn/format1.C -std=gnu++11 scanf warning (test for warnings, line 14) FAIL: g++.dg/warn/format1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/960219-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-8.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/warn/huge-val1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/941015-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950607-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960402-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930916-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930622-1.c -O2 (test for excess errors) FAIL: g++.dg/warn/format1.C -std=gnu++14 printf warning (test for warnings, line 12) FAIL: g++.dg/warn/format1.C -std=gnu++14 scanf warning (test for warnings, line 14) FAIL: g++.dg/warn/format1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/931004-12.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/warn/huge-val1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/950322-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950915-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931110-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960219-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931004-8.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/941021-1.c -O0 (test for excess errors) FAIL: g++.dg/warn/huge-val1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/950612-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960402-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930916-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930622-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931004-12.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950322-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/950929-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931110-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960301-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931004-9.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/941021-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950612-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960402-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930916-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930622-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931004-13.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950322-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931110-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/950929-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960301-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931004-9.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/941021-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960402-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950612-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930916-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930622-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-13.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931110-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950426-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950929-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960301-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931004-9.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960402-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/941021-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930622-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930916-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950612-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/931004-13.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931110-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950426-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950929-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960402-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960301-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931004-9.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/941021-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930916-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930622-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950612-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931004-13.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950426-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931110-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950929-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960405-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960301-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931004-9.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/941021-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930916-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930622-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950612-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931004-13.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950426-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931110-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/950929-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960405-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960301-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-9.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/941021-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/930622-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930921-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931004-13.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/950612-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/950426-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931110-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950929-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960405-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960301-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931004-9.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/941025-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/930921-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930622-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931004-13.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950612-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950426-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931110-2.c -Os (test for excess errors) FAIL: g++.dg/warn/pr33738.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/warn/miss-format-1.C -std=gnu++98 printf attribute warning (test for warnings, line 15) FAIL: g++.dg/warn/miss-format-1.C -std=gnu++98 scanf attribute warning (test for warnings, line 24) FAIL: g++.dg/warn/miss-format-1.C -std=gnu++98 printf attribute warning 2 (test for warnings, line 42) FAIL: g++.dg/warn/miss-format-1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/951003-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960405-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960302-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931005-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/941025-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930622-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930921-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/950621-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931004-14.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950426-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931110-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/warn/miss-format-1.C -std=gnu++11 printf attribute warning (test for warnings, line 15) FAIL: g++.dg/warn/miss-format-1.C -std=gnu++11 scanf attribute warning (test for warnings, line 24) FAIL: g++.dg/warn/miss-format-1.C -std=gnu++11 printf attribute warning 2 (test for warnings, line 42) FAIL: g++.dg/warn/miss-format-1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/951003-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960405-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960302-1.c -O1 (test for excess errors) FAIL: g++.dg/warn/pr33738.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/931005-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/941025-1.c -O2 (test for excess errors) FAIL: g++.dg/warn/miss-format-1.C -std=gnu++14 printf attribute warning (test for warnings, line 15) FAIL: g++.dg/warn/miss-format-1.C -std=gnu++14 scanf attribute warning (test for warnings, line 24) FAIL: g++.dg/warn/miss-format-1.C -std=gnu++14 printf attribute warning 2 (test for warnings, line 42) FAIL: g++.dg/warn/miss-format-1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/930622-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/950621-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931004-14.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/930921-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/warn/null4.C -std=gnu++98 (test for warnings, line 9) FAIL: g++.dg/warn/null4.C -std=gnu++98 (test for warnings, line 10) FAIL: g++.dg/warn/null4.C -std=gnu++98 (test for warnings, line 11) FAIL: g++.dg/warn/null4.C -std=gnu++98 (test for warnings, line 12) FAIL: g++.dg/warn/null4.C -std=gnu++98 (test for warnings, line 13) FAIL: g++.dg/warn/null4.C -std=gnu++98 (test for warnings, line 17) FAIL: g++.dg/warn/null4.C -std=gnu++98 (test for warnings, line 18) FAIL: g++.dg/warn/null4.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/950426-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931110-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/warn/miss-format-2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/951003-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960405-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960302-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931005-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/941025-1.c -O3 -g (test for excess errors) FAIL: g++.dg/warn/null4.C -std=gnu++11 (test for warnings, line 9) FAIL: g++.dg/warn/null4.C -std=gnu++11 (test for warnings, line 10) FAIL: g++.dg/warn/null4.C -std=gnu++11 (test for warnings, line 11) FAIL: g++.dg/warn/null4.C -std=gnu++11 (test for warnings, line 12) FAIL: g++.dg/warn/null4.C -std=gnu++11 (test for warnings, line 13) FAIL: g++.dg/warn/null4.C -std=gnu++11 (test for warnings, line 17) FAIL: g++.dg/warn/null4.C -std=gnu++11 (test for warnings, line 18) FAIL: g++.dg/warn/null4.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/930622-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/warn/pr33738.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/warn/miss-format-2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/950621-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931004-14.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/930921-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950426-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931208-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960405-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/warn/null4.C -std=gnu++14 (test for warnings, line 9) FAIL: g++.dg/warn/null4.C -std=gnu++14 (test for warnings, line 10) FAIL: g++.dg/warn/null4.C -std=gnu++14 (test for warnings, line 11) FAIL: g++.dg/warn/null4.C -std=gnu++14 (test for warnings, line 12) FAIL: g++.dg/warn/null4.C -std=gnu++14 (test for warnings, line 13) FAIL: g++.dg/warn/null4.C -std=gnu++14 (test for warnings, line 17) FAIL: g++.dg/warn/null4.C -std=gnu++14 (test for warnings, line 18) FAIL: g++.dg/warn/null4.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/951003-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/warn/miss-format-2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/960302-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931005-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/941025-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960801-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950621-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/930921-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931004-14.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/950426-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931208-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960416-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/951003-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931005-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/941025-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960302-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960801-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950621-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/930921-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931004-14.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950426-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931208-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960416-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/951003-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/941025-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960302-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931005-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960801-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/950621-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/930921-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950426-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931208-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931004-14.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960416-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/951003-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960302-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931005-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/941031-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960801-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950621-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/961122-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950426-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960311-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931208-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931004-14.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/951003-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960416-1.c -O3 -g (test for excess errors) FAIL: g++.dg/warn/noreturn-1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/960311-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/941031-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931009-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960801-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950628-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/961122-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950426-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960311-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931208-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/warn/noreturn-1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/931004-14.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/951115-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960416-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/941031-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960311-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960801-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/warn/noreturn-1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/931009-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950503-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950628-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/961122-2.c -O2 (test for excess errors) FAIL: g++.dg/warn/pr31246-2.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/931208-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960311-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/951115-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980223.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960416-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960801-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960311-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/warn/pr31246-2.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/941031-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/931009-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/950503-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950628-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/961122-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960311-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/931228-1.c -O0 (test for excess errors) FAIL: g++.dg/warn/pr31246-2.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/951115-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980223.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960311-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960416-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960802-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/941031-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931009-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/950503-1.c -O2 (test for excess errors) FAIL: g++.dg/warn/pr31246.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/961122-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950628-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960311-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931228-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980223.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/951115-1.c -O3 -g (test for excess errors) FAIL: g++.dg/warn/pr31246.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/960419-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960802-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/941031-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960311-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931009-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950503-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/961122-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/warn/pr31246.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/960311-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950628-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/931228-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/951115-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980223.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960419-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/941031-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960311-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960802-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931009-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950503-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/961122-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950628-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960311-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/931228-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980223.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/951115-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960419-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/941101-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931009-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960311-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960802-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950503-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 memcpy (test for warnings, line 30) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 memcpy (test for warnings, line 46) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 memcpy (test for warnings, line 57) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 (test for warnings, line 62) FAIL: gcc.c-torture/execute/961125-1.c -O0 (test for excess errors) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 memcpy (test for warnings, line 71) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 (test for warnings, line 76) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 strcat (test for warnings, line 85) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 (test for warnings, line 90) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 strcat (test for warnings, line 98) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 (test for warnings, line 103) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 strcpy (test for warnings, line 112) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 (test for warnings, line 117) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 strcpy (test for warnings, line 125) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 (test for warnings, line 130) FAIL: gcc.c-torture/execute/950628-1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 strncpy (test for warnings, line 142) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 (test for warnings, line 147) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 strncpy (test for warnings, line 172) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 (test for warnings, line 177) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 strncpy (test for warnings, line 186) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 strncpy (test for warnings, line 191) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 strncpy (test for warnings, line 200) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 (test for warnings, line 205) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/960311-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/931228-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/951115-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980223.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960419-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/941101-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931009-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960311-3.c -O1 (test for excess errors) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 memcpy (test for warnings, line 30) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 memcpy (test for warnings, line 46) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 memcpy (test for warnings, line 57) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 (test for warnings, line 62) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 memcpy (test for warnings, line 71) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 (test for warnings, line 76) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 strcat (test for warnings, line 85) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 (test for warnings, line 90) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 strcat (test for warnings, line 98) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 (test for warnings, line 103) FAIL: gcc.c-torture/execute/960802-1.c -Os (test for excess errors) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 strcpy (test for warnings, line 112) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 (test for warnings, line 117) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 strcpy (test for warnings, line 125) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 (test for warnings, line 130) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 strncpy (test for warnings, line 142) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 (test for warnings, line 147) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 strncpy (test for warnings, line 172) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 (test for warnings, line 177) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 strncpy (test for warnings, line 186) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 strncpy (test for warnings, line 191) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 strncpy (test for warnings, line 200) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 (test for warnings, line 205) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/950503-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/961125-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950704-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960311-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/931228-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 memcpy (test for warnings, line 30) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 memcpy (test for warnings, line 46) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 memcpy (test for warnings, line 57) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 (test for warnings, line 62) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 memcpy (test for warnings, line 71) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 (test for warnings, line 76) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 strcat (test for warnings, line 85) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 (test for warnings, line 90) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 strcat (test for warnings, line 98) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 (test for warnings, line 103) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 strcpy (test for warnings, line 112) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 (test for warnings, line 117) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 strcpy (test for warnings, line 125) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 (test for warnings, line 130) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 strncpy (test for warnings, line 142) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 (test for warnings, line 147) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 strncpy (test for warnings, line 172) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 (test for warnings, line 177) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 strncpy (test for warnings, line 186) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 strncpy (test for warnings, line 191) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 strncpy (test for warnings, line 200) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 (test for warnings, line 205) FAIL: c-c++-common/Warray-bounds-2.c -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/951204-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980223.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960419-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/941101-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980602-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960311-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960802-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/950511-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/961125-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960311-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950704-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/931228-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960419-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/951204-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980424-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980602-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960311-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/941101-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960802-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950511-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980709-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/961125-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/960311-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950704-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980709-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960419-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/951204-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980424-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980602-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/941101-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980709-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960830-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950511-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/961125-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960312-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950704-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980709-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960419-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/951204-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/980424-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980602-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/941101-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980709-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960830-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950511-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/961125-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960312-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950704-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980709-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960419-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/951204-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980602-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980424-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/941101-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980709-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960830-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/950511-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/961125-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960312-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/950704-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960419-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/951204-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980602-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980424-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/941110-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950511-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980716-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960830-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/961125-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950704-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960312-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960419-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/951204-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980602-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980424-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/941110-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950511-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960830-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980716-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/961206-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950706-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960312-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960419-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/951204-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/warn/string1.C (test for warnings, line 17) FAIL: gcc.c-torture/execute/980602-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/warn/string1.C (test for excess errors) FAIL: gcc.c-torture/execute/980424-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/941110-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/950512-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960830-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/961206-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950706-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980716-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960312-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960419-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960116-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980602-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980505-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/941110-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960830-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950512-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/961206-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/950706-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980716-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/960312-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960419-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960116-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980602-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980505-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/941110-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950512-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960909-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/961206-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950706-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960419-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980716-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960317-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960116-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980602-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980505-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/941110-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/950512-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960909-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/961206-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950706-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960512-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960317-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960116-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980716-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980602-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980505-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/941110-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950512-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960909-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/961206-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/950706-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960512-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960317-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960116-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980716-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980602-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980505-1.c -Os (test for excess errors) FAIL: g++.dg/warn/weak1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/990127-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950512-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/961206-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960909-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/950706-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960512-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960116-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960317-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980716-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980602-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980505-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990127-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950512-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960909-1.c -O3 -g (test for excess errors) FAIL: g++.dg/warn/weak1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/961213-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950710-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960116-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960512-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980602-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980929-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960317-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980505-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990127-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/950605-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/961213-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950710-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960909-1.c -Os (test for excess errors) FAIL: g++.dg/warn/weak1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/960117-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960512-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980604-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960317-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980505-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980929-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990127-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/950605-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/961213-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/950710-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960909-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960512-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960117-1.c -O1 (test for excess errors) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++98 memcpy (test for warnings, line 15) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++98 strcat (test for warnings, line 27) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++98 strcpy (test for warnings, line 39) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++98 strncat (test for warnings, line 51) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++98 strncpy (test for warnings, line 63) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/960317-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980604-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980505-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980929-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990127-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++11 memcpy (test for warnings, line 15) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++11 strcat (test for warnings, line 27) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++11 strcpy (test for warnings, line 39) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++11 strncat (test for warnings, line 51) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++11 strncpy (test for warnings, line 63) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/950605-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/961213-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/960909-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960512-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950710-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/960117-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960321-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980604-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980505-2.c -O2 (test for excess errors) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++14 memcpy (test for warnings, line 15) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++14 strcat (test for warnings, line 27) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++14 strcpy (test for warnings, line 39) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++14 strncat (test for warnings, line 51) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++14 strncpy (test for warnings, line 63) FAIL: c-c++-common/Wrestrict-2.c -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/980929-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/990127-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950605-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/961004-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/961213-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960513-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950710-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960117-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960321-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980604-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980505-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990127-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980929-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950605-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/961004-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/961213-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960513-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950710-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960117-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960321-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980604-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990127-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980505-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980929-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950605-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/961004-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/961213-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960513-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/950710-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960117-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980604-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960321-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990127-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980505-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/950605-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980929-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/961213-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/961004-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/960513-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950710-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960117-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980604-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960321-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980505-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980929-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950607-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990127-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/961223-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/961004-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960513-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980605-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950714-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960209-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980605-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960321-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980506-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/981001-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950607-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990127-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/961223-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/961004-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960513-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980605-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/950714-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960209-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980605-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960321-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980506-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/981001-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950607-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980605-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/961004-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/attr-aligned-1.c -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/990127-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960513-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/961223-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/950714-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960209-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980605-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960326-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980506-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960521-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/961004-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980605-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950607-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/981001-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960521-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990127-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/961223-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/attr-aligned-1.c -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/950714-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/960209-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/960326-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980506-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960521-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/961017-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980608-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950607-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960521-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/981001-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/961223-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990127-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/attr-aligned-1.c -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/950714-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960326-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960521-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980506-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960209-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/961017-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/950607-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980608-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/981001-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960521-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990127-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/961223-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/950714-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960326-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980506-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960521-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/961017-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960209-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950607-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980608-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960521-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/981001-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/961223-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990128-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950714-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960326-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980506-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/961017-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/960209-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990413-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960608-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980608-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/981001-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/970214-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950714-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960326-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990128-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980506-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/961017-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960209-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990413-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960608-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/981019-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/970214-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980608-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/950809-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960326-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980506-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990128-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/961017-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960215-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990413-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/960608-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/981019-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/970214-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980608-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/950809-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990811-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980506-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/961017-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960215-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990128-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/960608-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990413-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/970214-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/981019-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980608-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950809-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980506-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/961017-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960215-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990811-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960608-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990128-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/970214-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990413-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980612-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/981019-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/array-lit.c (test for errors, line 7) FAIL: gcc.c-torture/execute/950809-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/array-lit.c (test for excess errors) FAIL: gcc.c-torture/execute/980506-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/961017-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960608-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960215-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990811-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990128-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/970214-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990413-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980612-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/981019-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950809-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980506-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/961017-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960608-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/960215-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990128-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/970214-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990811-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/990413-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980612-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/981019-1.c -Os (test for excess errors) FAIL: c-c++-common/builtin-arith-overflow-2.c -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/950809-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990513-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980506-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/961017-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/991112-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/960215-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990128-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/970214-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990513-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990811-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980612-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/981019-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/950809-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990513-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980506-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/961017-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/991112-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960215-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990130-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990513-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/970214-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980612-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990811-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/981019-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950906-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990513-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980506-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/961017-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990513-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/991112-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990130-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960218-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990513-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/970214-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980612-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/builtin-arith-overflow-2.c -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/950906-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/981130-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990811-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980506-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/961017-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990513-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990130-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/991112-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960218-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/970214-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980612-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/950906-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/981130-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990811-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980506-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/961017-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990524-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990130-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/991112-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960218-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990826-0.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/970214-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980617-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/950906-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/981130-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/961017-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980506-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990826-0.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990524-1.c -O1 (test for excess errors) FAIL: c-c++-common/builtin-arith-overflow-2.c -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/991112-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990130-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/970214-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990826-0.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980617-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/960218-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/ffile-prefix-map.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/950906-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/981130-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/961026-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990826-0.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/980506-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990524-1.c -O2 (test for excess errors) FAIL: c-c++-common/ffile-prefix-map.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/990826-0.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/991112-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990130-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/970214-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980617-1.c -O2 (test for excess errors) FAIL: c-c++-common/ffile-prefix-map.c -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/960218-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950906-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/981130-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/961026-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990826-0.c -Os (test for excess errors) FAIL: c-c++-common/int128-2.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/980506-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990524-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/fmacro-prefix-map.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/990826-0.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/991118-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990130-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/970217-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980617-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/950906-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/960218-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/981130-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/961026-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990826-0.c -O2 -flto (test for excess errors) FAIL: c-c++-common/fmacro-prefix-map.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/980526-1.c -O0 (test for excess errors) FAIL: c-c++-common/int128-2.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/990524-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/960218-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/950906-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990208-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/970217-1.c -O1 (test for excess errors) FAIL: c-c++-common/fmacro-prefix-map.c -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/980617-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/991118-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/981130-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990827-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/961026-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980526-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990524-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/960218-1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/int128-2.c -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/991227-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980617-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990208-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990827-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/981206-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/970217-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/961026-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/991118-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980526-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990524-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/alloca-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/991227-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980617-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990208-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/981206-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990827-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/961026-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/970217-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/991118-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980526-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/builtin-shuffle-1.c -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/990524-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/alloca-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/991227-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980618-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990208-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/981206-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990827-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/961026-1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/pr36513-2.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/970217-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980526-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/991118-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990525-1.c -O0 (test for excess errors) FAIL: c-c++-common/builtin-shuffle-1.c -std=c++11 (test for excess errors) FAIL: c-c++-common/pr36513-2.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/alloca-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/991227-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980618-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990208-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/981206-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990827-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/961112-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/970217-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/pr36513-2.c -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/980526-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/991118-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990525-1.c -O1 (test for excess errors) FAIL: c-c++-common/builtin-shuffle-1.c -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/alloca-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/991227-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980618-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990208-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/981206-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990827-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/961112-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/970217-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980526-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991118-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990525-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/991227-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/alloca-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980618-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990208-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/981206-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990827-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/961112-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/970923-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980526-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/991201-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990525-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/991227-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/alloca-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980618-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/981206-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990829-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990211-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/961112-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/970923-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980526-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/991201-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990525-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/alloca-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991228-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980618-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990106-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990829-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990211-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/961112-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/970923-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980526-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/991201-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/991228-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990525-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/anon-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980618-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990106-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990211-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990829-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/961112-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/970923-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980526-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990525-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/anon-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/991228-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/991201-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/980701-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990106-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/961112-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990829-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990211-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/pr19807-1.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/970923-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990525-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/anon-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/991228-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980526-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980701-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990106-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/961122-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990829-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/991201-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990211-1.c -Os (test for excess errors) FAIL: c-c++-common/pr19807-1.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/970923-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990525-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/anon-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980526-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/991228-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980701-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990829-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990106-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990211-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/961122-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/991201-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/970923-1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/pr19807-1.c -std=gnu++14 (test for excess errors) FAIL: c-c++-common/pr55771.c -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/990525-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/anon-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980526-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991228-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990211-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990106-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990829-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991201-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980701-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/961122-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980205.c -O0 (test for excess errors) FAIL: c-c++-common/int128-1.c -std=gnu++98 (test for excess errors) FAIL: c-c++-common/pr55771.c -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/990525-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/anon-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980526-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/991228-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990106-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990222-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990923-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/991201-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980701-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/961122-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980205.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/anon-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990525-2.c -O3 -g (test for excess errors) FAIL: c-c++-common/int128-1.c -std=gnu++11 (test for excess errors) FAIL: c-c++-common/pr55771.c -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/980526-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/alias-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990923-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990222-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990106-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/991202-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/980701-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980205.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/961122-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/arith-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990525-2.c -Os (test for excess errors) FAIL: c-c++-common/int128-1.c -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/alias-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980526-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990222-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990923-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/991202-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990106-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980701-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/961122-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980205.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/arith-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990525-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/980707-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/alias-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980526-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990222-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/990923-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/991202-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990106-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/980707-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/961122-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980205.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980707-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/arith-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990525-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/980526-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/alias-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990222-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990923-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/991202-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/990106-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980707-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/980205.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/bf-sign-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990527-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/arith-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980707-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/980526-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/alias-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990923-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990222-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/991202-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990106-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980707-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980205.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/bf-sign-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990527-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/980707-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/arith-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980526-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/alias-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990923-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990222-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990106-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/991202-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/980707-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/bf-sign-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/bswap-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990527-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/arith-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/alias-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-6.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990222-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991014-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/991202-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990106-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/compare-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/bf-sign-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/bswap-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/arith-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990527-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/alias-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990324-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/991014-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-6.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/991202-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990117-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/compare-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/bf-sign-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/arith-rand-ll.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/bswap-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/alias-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990324-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990527-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/991014-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-6.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/991202-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990117-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/compare-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/bf-sign-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/alias-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/bswap-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990324-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/arith-rand-ll.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990527-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/991014-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/pr84982.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-6.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/991202-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990117-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/compare-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/bf-sign-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/alias-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/bswap-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990324-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/arith-rand-ll.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990527-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/991014-1.c -Os (test for excess errors) FAIL: c-c++-common/pr84982.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-6.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/991202-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990117-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/bf-sign-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/alias-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/compare-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/bswap-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990324-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990527-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991014-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/arith-rand-ll.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-6.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/991202-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990117-1.c -Os (test for excess errors) FAIL: c-c++-common/pr84982.c -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/bf-sign-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/alias-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/compare-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990324-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/bswap-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990531-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/991014-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/arith-rand-ll.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990117-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/991202-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/bf-sign-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/alias-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/compare-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990324-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991016-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990531-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-6.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990117-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/bswap-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/991202-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/raw-string-17.c (test for excess errors) FAIL: gcc.c-torture/execute/arith-rand-ll.c -Os (test for excess errors) FAIL: c-c++-common/pr71654.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/bf-sign-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/alias-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/compare-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990326-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/991016-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990531-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-types-compatible-p.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/compndlit-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/991202-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/bswap-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/arith-rand-ll.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/pr70144-2.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/bf-sign-2.c -Os (test for excess errors) FAIL: c-c++-common/pr71654.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/alias-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/compare-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/991016-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990531-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtin-types-compatible-p.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990326-1.c -O1 (test for excess errors) FAIL: c-c++-common/raw-string-7.c (test for excess errors) FAIL: gcc.c-torture/execute/compndlit-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/991202-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/bf-sign-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/arith-rand-ll.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/bswap-2.c -O2 (test for excess errors) FAIL: c-c++-common/pr70144-2.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/alias-3.c -O2 (test for excess errors) FAIL: c-c++-common/pr71654.c -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/compare-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990531-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtin-types-compatible-p.c -O2 (test for excess errors) FAIL: c-c++-common/pr85822.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/991016-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/compndlit-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/bf-sign-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991202-3.c -O1 (test for excess errors) FAIL: c-c++-common/rotate-2a.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/arith-rand.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/alias-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/bswap-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990326-1.c -O2 (test for excess errors) FAIL: c-c++-common/pr70144-2.c -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/compare-2.c -O3 -g (test for excess errors) FAIL: c-c++-common/raw-string-9.c (test for excess errors) FAIL: gcc.c-torture/execute/990531-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtin-types-compatible-p.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/bf64-1.c -O0 (test for excess errors) FAIL: c-c++-common/pr85822.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/compndlit-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/991016-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/991202-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/alias-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/arith-rand.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/bswap-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/compare-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990531-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtin-types-compatible-p.c -Os (test for excess errors) FAIL: c-c++-common/restrict-1.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/991202-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/compndlit-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/bf64-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990326-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/991016-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/alias-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/pr85822.c -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/bswap-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/compare-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/arith-rand.c -O2 (test for excess errors) FAIL: c-c++-common/rotate-2a.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-types-compatible-p.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990604-1.c -O0 (test for excess errors) FAIL: c-c++-common/restrict-1.c -std=gnu++11 (test for excess errors) FAIL: c-c++-common/nonnull-1.c -std=gnu++98 bar compared to NULL (test for warnings, line 11) FAIL: gcc.c-torture/execute/compndlit-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/nonnull-1.c -std=gnu++98 cp1 compared to NULL (test for warnings, line 18) FAIL: c-c++-common/nonnull-1.c -std=gnu++98 cp2 compared to NULL (test for warnings, line 21) FAIL: c-c++-common/nonnull-1.c -std=gnu++98 cp3 compared to NULL (test for warnings, line 24) FAIL: c-c++-common/nonnull-1.c -std=gnu++98 cp4 compared to NULL (test for warnings, line 27) FAIL: gcc.c-torture/execute/991202-3.c -Os (test for excess errors) FAIL: c-c++-common/nonnull-1.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/bf64-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/991016-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/alias-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/compare-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/bswap-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990326-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtin-types-compatible-p.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990604-1.c -O1 (test for excess errors) FAIL: c-c++-common/nonnull-1.c -std=gnu++11 bar compared to NULL (test for warnings, line 11) FAIL: c-c++-common/nonnull-1.c -std=gnu++11 cp1 compared to NULL (test for warnings, line 18) FAIL: c-c++-common/nonnull-1.c -std=gnu++11 cp2 compared to NULL (test for warnings, line 21) FAIL: c-c++-common/nonnull-1.c -std=gnu++11 cp3 compared to NULL (test for warnings, line 24) FAIL: c-c++-common/nonnull-1.c -std=gnu++11 cp4 compared to NULL (test for warnings, line 27) FAIL: c-c++-common/nonnull-1.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/arith-rand.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/compndlit-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991202-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/991016-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/alias-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/bf64-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/nonnull-1.c -std=gnu++14 bar compared to NULL (test for warnings, line 11) FAIL: c-c++-common/nonnull-1.c -std=gnu++14 cp1 compared to NULL (test for warnings, line 18) FAIL: c-c++-common/nonnull-1.c -std=gnu++14 cp2 compared to NULL (test for warnings, line 21) FAIL: c-c++-common/nonnull-1.c -std=gnu++14 cp3 compared to NULL (test for warnings, line 24) FAIL: c-c++-common/nonnull-1.c -std=gnu++14 cp4 compared to NULL (test for warnings, line 27) FAIL: c-c++-common/restrict-1.c -std=gnu++14 (test for excess errors) FAIL: c-c++-common/nonnull-1.c -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/const-addr-expr-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/built-in-setjmp.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/compare-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/call-trap-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/const-addr-expr-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990326-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/rotate-2a.c -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/990604-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/991019-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/991202-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/arith-rand.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/alias-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/bf64-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/const-addr-expr-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/compare-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/built-in-setjmp.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/call-trap-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/const-addr-expr-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990604-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/991019-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/991216-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990326-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/arith-rand.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/alias-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/bf64-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/const-addr-expr-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/compare-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/built-in-setjmp.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/call-trap-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990604-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/const-addr-expr-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/991019-1.c -O2 (test for excess errors) FAIL: c-c++-common/raw-string-10.c (test for excess errors) FAIL: gcc.c-torture/execute/arith-rand.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/991216-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/alias-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990404-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/bf64-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/const-addr-expr-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/compare-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/call-trap-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/built-in-setjmp.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/990604-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/991019-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/arith-rand.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/alias-4.c -Os (test for excess errors) FAIL: c-c++-common/raw-string-11.c (test for excess errors) FAIL: gcc.c-torture/execute/990404-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/991216-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/conversion.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/compare-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/call-trap-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/built-in-setjmp.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gcov/gcov.exp ... FAIL: gcc.c-torture/execute/991019-1.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gcov/gcov.exp ... FAIL: gcc.c-torture/execute/990604-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ashldi-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/alias-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990404-1.c -O2 (test for excess errors) FAIL: c-c++-common/vector-init-2.c -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gcov/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.c-torture/execute/compare-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/991216-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/call-trap-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/conversion.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/built-in-setjmp.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.c-torture/execute/990604-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991019-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/alias-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-1.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc/goacc.exp ... FAIL: gcc.c-torture/execute/ashldi-1.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc/goacc.exp ... FAIL: gcc.c-torture/execute/990628-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990404-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/vector-init-2.c -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gomp/gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gomp/gomp.exp ... FAIL: gcc.c-torture/execute/compare-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990628-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/call-trap-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991019-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/built-in-setjmp.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/991216-1.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/graphite/graphite.exp ... FAIL: gcc.c-torture/execute/conversion.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/graphite/graphite.exp ... FAIL: gcc.c-torture/execute/align-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ashldi-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990628-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990404-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/vector-init-2.c -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/complex-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990628-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/991019-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/built-in-setjmp.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991216-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/cbrt.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/align-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990628-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtin-bitops-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/ashldi-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/990404-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/conversion.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990628-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/complex-1.c -O1 (test for excess errors) FAIL: g++.dg/graphite/id-1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-bitops-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/991216-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/cbrt.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/991023-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/align-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/990628-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtin-bitops-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990404-1.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp ... FAIL: g++.dg/graphite/id-1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ashldi-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/990628-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/complex-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-bitops-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/cbrt.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/991216-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/align-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/991023-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/conversion.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc/goacc.exp ... FAIL: g++.dg/graphite/id-1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-bitops-1.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gomp/gomp.exp ... FAIL: gcc.c-torture/execute/990404-1.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/guality/guality.exp ... FAIL: gcc.c-torture/execute/ashldi-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/990804-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-bitops-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/complex-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/cbrt.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/align-1.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/graphite/graphite.exp ... FAIL: gcc.c-torture/execute/991216-2.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gcov/gcov.exp ... FAIL: gcc.c-torture/execute/991023-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-bitops-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/conversion.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.c-torture/execute/divconst-1.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc/goacc.exp ... FAIL: gcc.c-torture/execute/990804-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ashldi-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/complex-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtin-bitops-1.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gomp/gomp.exp ... FAIL: gcc.c-torture/execute/align-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/cbrt.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/guality/guality.exp ... FAIL: gcc.c-torture/execute/991216-2.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/graphite/graphite.exp ... FAIL: gcc.c-torture/execute/991023-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/divconst-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/conversion.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/complex-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/cpp/pr65238-1.c -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ashldi-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990804-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/cbrt.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/lto/lto.exp ... FAIL: gcc.c-torture/execute/builtin-constant.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/align-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991216-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/guality/guality.exp ... FAIL: gcc.c-torture/execute/991023-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/divconst-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/cvt-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/complex-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/990804-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/ashrdi-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/cbrt.c -O2 -flto (test for excess errors) FAIL: c-c++-common/cpp/pr65238-1.c -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-constant.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/align-2.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/lto/lto.exp ... FAIL: gcc.c-torture/execute/991023-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/991216-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/divconst-1.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20080709 cp_lto_20080709_0.o-cp_lto_20080709_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/cvt-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/complex-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/990804-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ashrdi-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/cmpdi-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-constant.c -O2 (test for excess errors) FAIL: c-c++-common/cpp/pr65238-1.c -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/align-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/991023-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/991216-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/divconst-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/cvt-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/complex-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/990804-1.c -Os (test for excess errors) FAIL: c-c++-common/rotate-3a.c -std=gnu++98 (test for excess errors) FAIL: g++.dg/lto/20080709 cp_lto_20080709_0.o-cp_lto_20080709_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/builtin-constant.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/cmpdi-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ashrdi-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/align-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/991023-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/divconst-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/991216-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/cvt-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/complex-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/990804-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtin-constant.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/991030-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/align-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/cmpdi-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/divconst-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991216-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/ashrdi-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/lto/20080709 cp_lto_20080709_0.o-cp_lto_20080709_0.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gcov/gcov.exp ... FAIL: gcc.c-torture/execute/cvt-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/complex-2.c -O3 -g (test for excess errors) FAIL: g++.dg/graphite/pr42130.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/990804-1.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.c-torture/execute/builtin-constant.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gcov/gcov.exp ... FAIL: gcc.c-torture/execute/991030-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-3.c -O0 (test for excess errors) FAIL: c-c++-common/rotate-3a.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/align-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/divconst-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/991216-4.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc/goacc.exp ... FAIL: g++.dg/graphite/pr42130.C -std=gnu++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.c-torture/execute/cmpdi-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/ashrdi-1.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gomp/gomp.exp ... FAIL: gcc.c-torture/execute/cvt-1.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/graphite/graphite.exp ... FAIL: gcc.c-torture/execute/complex-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/extzvsi.c -O0 (test for excess errors) FAIL: g++.dg/graphite/pr42130.C -std=gnu++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc/goacc.exp ... FAIL: gcc.c-torture/execute/builtin-constant.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991030-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-3.c -O1 (test for excess errors) FAIL: g++.dg/lto/20080709 cp_lto_20080709_0.o-cp_lto_20080709_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/align-2.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gomp/gomp.exp ... FAIL: gcc.c-torture/execute/991216-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/divconst-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ashrdi-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/cvt-1.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/graphite/graphite.exp ... FAIL: gcc.c-torture/execute/cmpdi-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/rotate-1a.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/complex-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/extzvsi.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/guality/guality.exp ... FAIL: gcc.c-torture/execute/builtin-prefetch-1.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gcov/gcov.exp ... FAIL: gcc.c-torture/execute/991030-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/align-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991216-4.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.c-torture/execute/divconst-2.c -O2 (test for excess errors) FAIL: c-c++-common/rotate-3a.c -std=gnu++14 (test for excess errors) FAIL: g++.dg/lto/20080709 cp_lto_20080709_0.o-cp_lto_20080709_0.o link, -O0 -flto FAIL: gcc.c-torture/execute/ashrdi-1.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/guality/guality.exp ... FAIL: gcc.c-torture/execute/dbra-1.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc/goacc.exp ... FAIL: gcc.c-torture/execute/complex-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/extzvsi.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/cmpdi-1.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gcov/gcov.exp ... FAIL: gcc.c-torture/execute/991030-1.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gomp/gomp.exp ... FAIL: gcc.c-torture/execute/bitfld-3.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.c-torture/execute/align-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/991216-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gcov/gcov.exp ... FAIL: gcc.c-torture/execute/divconst-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/lto/lto.exp ... FAIL: gcc.c-torture/execute/ashrdi-1.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/graphite/graphite.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.c-torture/execute/dbra-1.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc/goacc.exp ... FAIL: gcc.c-torture/execute/complex-3.c -O0 (test for excess errors) FAIL: g++.dg/lto/20080709 cp_lto_20080709_0.o-cp_lto_20080709_0.o link, -O2 -flto FAIL: gcc.c-torture/execute/extzvsi.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gomp/gomp.exp ... FAIL: gcc.c-torture/execute/builtin-prefetch-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/991030-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/cmpdi-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/rotate-1a.c -std=gnu++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/graphite/graphite.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc/goacc.exp ... FAIL: gcc.c-torture/execute/align-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/991216-4.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gomp/gomp.exp ... FAIL: gcc.c-torture/execute/divconst-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/bcp-1.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/guality/guality.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gcov/gcov.exp ... FAIL: gcc.c-torture/execute/dbra-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/complex-3.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.c-torture/execute/991030-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/extzvsi.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/graphite/graphite.exp ... FAIL: gcc.c-torture/execute/builtin-prefetch-1.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/guality/guality.exp ... FAIL: gcc.c-torture/execute/cmpdi-1.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/guality/guality.exp ... FAIL: gcc.c-torture/execute/align-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/991216-4.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc/goacc.exp ... FAIL: gcc.c-torture/execute/divconst-2.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gomp/gomp.exp ... FAIL: gcc.c-torture/execute/bcp-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/complex-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/dbra-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/ifcvt-onecmpl-abs-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/extzvsi.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/guality/guality.exp ... FAIL: gcc.c-torture/execute/builtin-prefetch-1.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/lto/lto.exp ... FAIL: gcc.c-torture/execute/align-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/991216-4.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/graphite/graphite.exp ... FAIL: gcc.c-torture/execute/bitfld-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/cmpsf-1.c -O0 (test for excess errors) FAIL: c-c++-common/rotate-1a.c -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/divconst-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/complex-3.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20090106 cp_lto_20090106_0.o-cp_lto_20090106_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/bcp-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ifcvt-onecmpl-abs-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/extzvsi.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/lto/lto.exp ... FAIL: gcc.c-torture/execute/builtin-prefetch-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/dbra-1.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gcov/gcov.exp ... FAIL: gcc.c-torture/execute/991216-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/align-3.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/guality/guality.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.c-torture/execute/bitfld-4.c -O0 (test for excess errors) FAIL: g++.dg/lto/20081125 cp_lto_20081125_0.o-cp_lto_20081125_1.o link, -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/cmpsf-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/divconst-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20081109 cp_lto_20081109_0.o-cp_lto_20081109_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/complex-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/ifcvt-onecmpl-abs-1.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc/goacc.exp ... FAIL: gcc.c-torture/execute/ffs-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-1.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gomp/gomp.exp ... FAIL: gcc.c-torture/execute/991221-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/bcp-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/lto/lto.exp ... FAIL: gcc.c-torture/execute/align-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/dbra-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-4.c -O1 (test for excess errors) FAIL: g++.dg/lto/20090106 cp_lto_20090106_0.o-cp_lto_20090106_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/divconst-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/cmpsf-1.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/graphite/graphite.exp ... FAIL: gcc.c-torture/execute/complex-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ifcvt-onecmpl-abs-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ffs-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/align-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991221-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/bcp-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/dbra-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-4.c -O2 (test for excess errors) FAIL: g++.dg/lto/20100723-1 cp_lto_20100723-1_0.o-cp_lto_20100723-1_0.o link, -fcompare-debug -flto -flto-partition=none FAIL: gcc.c-torture/execute/divconst-3.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/guality/guality.exp ... FAIL: g++.dg/lto/20081127 cp_lto_20081127_0.o-cp_lto_20081127_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/complex-3.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20090315 cp_lto_20090315_0.o-cp_lto_20090315_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/cmpsf-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/ifcvt-onecmpl-abs-1.c -Os (test for excess errors) FAIL: g++.dg/lto/20081109 cp_lto_20081109_0.o-cp_lto_20081109_1.o link, -O2 -flto -flto-partition=none FAIL: g++.dg/lto/20090106 cp_lto_20090106_0.o-cp_lto_20090106_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/ffs-1.c -O2 (test for excess errors) FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o-cp_lto_20091210-1_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/builtin-prefetch-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/991221-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/align-nest.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/dbra-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o-cp_lto_20080904_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/bitfld-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/bcp-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/divconst-3.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/lto/lto.exp ... FAIL: gcc.c-torture/execute/complex-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/ifcvt-onecmpl-abs-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ffs-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/cmpsf-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/991221-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-2.c -O2 (test for excess errors) FAIL: g++.dg/lto/20100723-1 cp_lto_20100723-1_0.o-cp_lto_20100723-1_0.o link, -fcompare-debug -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/align-nest.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-4.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/bcp-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20090106 cp_lto_20090106_0.o-cp_lto_20090106_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/divcmp-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/divconst-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/complex-4.c -O1 (test for excess errors) FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o-cp_lto_20080904_0.o link, -O2 -flto -flto-partition=none FAIL: g++.dg/lto/20081127 cp_lto_20081127_0.o-cp_lto_20081127_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ffs-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/ifcvt-onecmpl-abs-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/991221-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/cmpsf-1.c -Os (test for excess errors) FAIL: g++.dg/lto/20090315 cp_lto_20090315_0.o-cp_lto_20090315_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/align-nest.c -O2 (test for excess errors) FAIL: g++.dg/lto/20081109 cp_lto_20081109_0.o-cp_lto_20081109_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/bitfld-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-2.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o-cp_lto_20091210-1_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/bcp-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/divconst-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/complex-4.c -O2 (test for excess errors) FAIL: g++.dg/lto/20090106 cp_lto_20090106_0.o-cp_lto_20090106_0.o link, -O0 -flto FAIL: gcc.c-torture/execute/ffs-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/index-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/991221-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/cmpsf-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/align-nest.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/bf-layout-1.c -O0 (test for excess errors) FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o-cp_lto_20080904_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/divconst-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/pr51650-1 cp_lto_pr51650-1_0.o-cp_lto_pr51650-1_0.o link, -flto -g FAIL: gcc.c-torture/execute/complex-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ffs-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/index-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/991221-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/cmpsf-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20081127 cp_lto_20081127_0.o-cp_lto_20081127_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/align-nest.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-5.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20090315 cp_lto_20090315_0.o-cp_lto_20090315_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/bf-layout-1.c -O1 (test for excess errors) FAIL: g++.dg/lto/20090106 cp_lto_20090106_0.o-cp_lto_20090106_0.o link, -O2 -flto FAIL: g++.dg/lto/20081109 cp_lto_20081109_0.o-cp_lto_20081109_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/divconst-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/complex-4.c -Os (test for excess errors) FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o-cp_lto_20091210-1_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/index-1.c -O2 (test for excess errors) FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o-cp_lto_20080904_0.o link, -O2 -flto -flto-partition=1to1 FAIL: g++.dg/lto/pr51650-2 cp_lto_pr51650-2_0.o-cp_lto_pr51650-2_0.o link, -flto -g FAIL: gcc.c-torture/execute/ffs-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-12.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/cmpsi-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-5.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/align-nest.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/bf-layout-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/complex-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/divmod-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/index-1.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20090112 cp_lto_20090112_0.o-cp_lto_20090112_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/cmpsi-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-12.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ffs-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/align-nest.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-5.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/bf-layout-1.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/pr51650-3 cp_lto_pr51650-3_0.o-cp_lto_pr51650-3_0.o link, -flto -g FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o-cp_lto_20080904_0.o link, -O0 -flto FAIL: g++.dg/lto/20081127 cp_lto_20081127_0.o-cp_lto_20081127_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/complex-4.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20090315 cp_lto_20090315_0.o-cp_lto_20090315_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/divmod-1.c -O1 (test for excess errors) FAIL: g++.dg/lto/20081109 cp_lto_20081109_0.o-cp_lto_20081109_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/index-1.c -Os (test for excess errors) FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o-cp_lto_20091210-1_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/cmpsi-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ffs-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-12.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/align-nest.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-5.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/bf-layout-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-3.c -O1 (test for excess errors) FAIL: g++.dg/lto/20090112 cp_lto_20090112_0.o-cp_lto_20090112_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/complex-5.c -O0 (test for excess errors) FAIL: g++.dg/lto/20101020-1 cp_lto_20101020-1_0.o-cp_lto_20101020-1_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/divmod-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/index-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o-cp_lto_20080904_0.o link, -O2 -flto FAIL: g++.dg/lto/20101009-1 cp_lto_20101009-1_0.o-cp_lto_20101009-1_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/cmpsi-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ffs-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-5.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-12.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/bf-layout-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/complex-5.c -O1 (test for excess errors) FAIL: g++.dg/lto/pr51832 cp_lto_pr51832_0.o-cp_lto_pr51832_1.o link, -std=c++11 -flto -fabi-version=2 FAIL: g++.dg/lto/20081127 cp_lto_20081127_0.o-cp_lto_20081127_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/index-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20090315 cp_lto_20090315_0.o-cp_lto_20090315_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/divmod-1.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20090112 cp_lto_20090112_0.o-cp_lto_20090112_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/ffs-2.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20081109 cp_lto_20081109_0.o-cp_lto_20081109_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/cmpsi-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/loop-12.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/bf-layout-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/loop-3.c -O0 (test for excess errors) FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o-cp_lto_20091210-1_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/complex-5.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-3.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20101009-1 cp_lto_20101009-1_0.o-cp_lto_20101009-1_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/inst-check.c -O0 (test for excess errors) FAIL: g++.dg/lto/20101020-1 cp_lto_20101020-1_0.o-cp_lto_20101020-1_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/divmod-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/ffs-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/cmpsi-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-5.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/loop-12.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/bf-pack-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/loop-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/complex-5.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-3.c -Os (test for excess errors) FAIL: g++.dg/lto/20090112 cp_lto_20090112_0.o-cp_lto_20090112_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/inst-check.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/divmod-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20081127 cp_lto_20081127_0.o-cp_lto_20081127_1.o link, -O2 -flto FAIL: c-c++-common/rotate-4a.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/cmpsi-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20090315 cp_lto_20090315_0.o-cp_lto_20090315_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/ffs-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20101009-1 cp_lto_20101009-1_0.o-cp_lto_20101009-1_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/bitfld-6.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/bf-pack-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-12.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/loop-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-2.c -O2 (test for excess errors) FAIL: g++.dg/lto/20081118-1 cp_lto_20081118-1_0.o-cp_lto_20081118-1_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/complex-5.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o-cp_lto_20091210-1_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/divmod-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20081022 cp_lto_20081022_0.o-cp_lto_20081022_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/inst-check.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gcov/gcov.exp ... FAIL: gcc.c-torture/execute/ffs-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/cmpsi-2.c -O0 (test for excess errors) FAIL: g++.dg/lto/20101020-1 cp_lto_20101020-1_0.o-cp_lto_20101020-1_1.o link, -O0 -flto -flto-partition=1to1 FAIL: g++.dg/lto/20090112 cp_lto_20090112_0.o-cp_lto_20090112_0.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.c-torture/execute/loop-12.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-6.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/bf-pack-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/lto/20101009-1 cp_lto_20101009-1_0.o-cp_lto_20101009-1_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/divcmp-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/complex-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20091219 cp_lto_20091219_0.o assemble, -O3 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc/goacc.exp ... FAIL: gcc.c-torture/execute/builtin-prefetch-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/doloop-1.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gomp/gomp.exp ... FAIL: g++.dg/lto/20081203 cp_lto_20081203_0.o-cp_lto_20081203_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/float-floor.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/inst-check.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/cmpsi-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-6.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-13.c -O0 (test for excess errors) FAIL: c-c++-common/rotate-4a.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/bf-pack-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-3.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/graphite/graphite.exp ... FAIL: g++.dg/lto/20090112 cp_lto_20090112_0.o-cp_lto_20090112_0.o link, -O2 -flto FAIL: gcc.c-torture/execute/complex-5.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/doloop-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-4.c -O0 (test for excess errors) FAIL: g++.dg/lto/20081118-1 cp_lto_20081118-1_0.o-cp_lto_20081118-1_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/float-floor.c -O1 (test for excess errors) FAIL: g++.dg/lto/20101009-1 cp_lto_20101009-1_0.o-cp_lto_20101009-1_0.o link, -O0 -flto FAIL: gcc.c-torture/execute/inst-check.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/complex-6.c -O0 (test for excess errors) FAIL: g++.dg/lto/20081022 cp_lto_20081022_0.o-cp_lto_20081022_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/bitfld-6.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-13.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/cmpsi-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/bf-pack-1.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/guality/guality.exp ... FAIL: g++.dg/lto/20101020-1 cp_lto_20101020-1_0.o-cp_lto_20101020-1_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/loop-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/complex-6.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20080908-1 cp_lto_20080908-1_0.o-cp_lto_20080908-1_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/doloop-1.c -O2 (test for excess errors) FAIL: g++.dg/lto/20100302 cp_lto_20100302_0.o-cp_lto_20100302_1.o link, -flto -fabi-version=2 FAIL: gcc.c-torture/execute/float-floor.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/complex-6.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/inst-check.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-6.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/lto/lto.exp ... FAIL: g++.dg/lto/20081203 cp_lto_20081203_0.o-cp_lto_20081203_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/bf-pack-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/loop-13.c -O2 (test for excess errors) FAIL: g++.dg/lto/20101009-1 cp_lto_20101009-1_0.o-cp_lto_20101009-1_0.o link, -O2 -flto FAIL: gcc.c-torture/execute/complex-6.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/rotate-4a.c -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/cmpsi-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/doloop-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/float-floor.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/complex-6.c -Os (test for excess errors) FAIL: g++.dg/lto/20081118-1 cp_lto_20081118-1_0.o-cp_lto_20081118-1_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/bitfld-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/inst-check.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-4.c -O2 (test for excess errors) FAIL: g++.dg/lto/20080908-1 cp_lto_20080908-1_0.o-cp_lto_20080908-1_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/bf-pack-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/complex-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20081022 cp_lto_20081022_0.o-cp_lto_20081022_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/loop-13.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/loop-3.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20101020-1 cp_lto_20101020-1_0.o-cp_lto_20101020-1_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/divcmp-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/cmpsi-2.c -O3 -g (test for excess errors) FAIL: c-c++-common/rotate-5.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/complex-6.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/doloop-1.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20101010-1 cp_lto_20101010-1_0.o-cp_lto_20101010-1_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/float-floor.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-6.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/inst-check.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/pr48207-2 cp_lto_pr48207-2_0.o-cp_lto_pr48207-2_0.o link, -flto -g FAIL: gcc.c-torture/execute/loop-9.c -O0 (test for excess errors) FAIL: g++.dg/lto/20081203 cp_lto_20081203_0.o-cp_lto_20081203_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/loop-3b.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-13.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-3.c -O1 (test for excess errors) FAIL: g++.dg/lto/20080908-1 cp_lto_20080908-1_0.o-cp_lto_20080908-1_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/cmpsi-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/float-floor.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/complex-7.c -O0 (test for excess errors) FAIL: c-c++-common/rotate-5.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/doloop-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-7.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/int-compare.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/loop-9.c -O1 (test for excess errors) FAIL: g++.dg/lto/20081118-1 cp_lto_20081118-1_0.o-cp_lto_20081118-1_1.o link, -O2 -flto -flto-partition=1to1 FAIL: g++.dg/lto/20101010-1 cp_lto_20101010-1_0.o-cp_lto_20101010-1_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/loop-3b.c -O1 (test for excess errors) FAIL: g++.dg/lto/pr48207-3 cp_lto_pr48207-3_0.o-cp_lto_pr48207-3_0.o link, -flto -g FAIL: g++.dg/lto/20081022 cp_lto_20081022_0.o-cp_lto_20081022_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/loop-13.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-4.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/float-floor.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/cmpsi-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20100519-1 cp_lto_20100519-1_0.o-cp_lto_20100519-1_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/doloop-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-7.c -O1 (test for excess errors) FAIL: g++.dg/lto/20101020-1 cp_lto_20101020-1_0.o-cp_lto_20101020-1_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/complex-7.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/int-compare.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-9.c -O2 (test for excess errors) FAIL: g++.dg/lto/20091004-1 cp_lto_20091004-1_0.o-cp_lto_20091004-1_1.o link, -fPIC -O -flto -Wno-return-type FAIL: c-c++-common/rotate-5.c -std=gnu++14 (test for excess errors) FAIL: g++.dg/lto/20080908-1 cp_lto_20080908-1_0.o-cp_lto_20080908-1_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/loop-3b.c -O2 (test for excess errors) FAIL: g++.dg/lto/20081203 cp_lto_20081203_0.o-cp_lto_20081203_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/loop-13.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/floatunsisf-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/cmpsi-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/doloop-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-7.c -O2 (test for excess errors) FAIL: g++.dg/lto/pr48207 cp_lto_pr48207_0.o-cp_lto_pr48207_0.o link, -flto -g FAIL: g++.dg/lto/20101010-1 cp_lto_20101010-1_0.o-cp_lto_20101010-1_0.o link, -O0 -flto -flto-partition=1to1 FAIL: g++.dg/lto/pr52400 cp_lto_pr52400_0.o-cp_lto_pr52400_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/loop-9.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/int-compare.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/complex-7.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/comp-goto-1.c -O0 (test for excess errors) FAIL: g++.dg/lto/20100519-1 cp_lto_20100519-1_0.o-cp_lto_20100519-1_0.o link, -O2 -flto -flto-partition=none FAIL: g++.dg/lto/20081118-1 cp_lto_20081118-1_0.o-cp_lto_20081118-1_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/loop-3b.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/loop-13.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/floatunsisf-1.c -O1 (test for excess errors) FAIL: g++.dg/lto/20080908-1 cp_lto_20080908-1_0.o-cp_lto_20080908-1_0.o link, -O0 -flto FAIL: gcc.c-torture/execute/builtin-prefetch-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/comp-goto-1.c -O1 (test for excess errors) FAIL: g++.dg/lto/20081022 cp_lto_20081022_0.o-cp_lto_20081022_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/bitfld-7.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/doloop-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/loop-9.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/int-compare.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/comp-goto-1.c -O2 (test for excess errors) FAIL: g++.dg/lto/20101126-1 cp_lto_20101126-1_0.o-cp_lto_20101126-1_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/complex-7.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20091004-2 cp_lto_20091004-2_0.o-cp_lto_20091004-2_1.o link, -fPIC -O -flto -Wno-return-type FAIL: gcc.c-torture/execute/loop-3b.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/floatunsisf-1.c -O2 (test for excess errors) FAIL: g++.dg/lto/20101010-1 cp_lto_20101010-1_0.o-cp_lto_20101010-1_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/loop-14.c -O0 (test for excess errors) FAIL: g++.dg/lto/pr52400 cp_lto_pr52400_0.o-cp_lto_pr52400_0.o link, -O2 -flto -flto-partition=none FAIL: g++.dg/lto/20081203 cp_lto_20081203_0.o-cp_lto_20081203_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/builtin-prefetch-5.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/comp-goto-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/lto/20100519-1 cp_lto_20100519-1_0.o-cp_lto_20100519-1_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/divcmp-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-7.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/doloop-2.c -O1 (test for excess errors) FAIL: g++.dg/lto/20080908-1 cp_lto_20080908-1_0.o-cp_lto_20080908-1_0.o link, -O2 -flto FAIL: gcc.c-torture/execute/loop-9.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/comp-goto-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/int-compare.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/floatunsisf-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-3b.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/complex-7.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-14.c -O1 (test for excess errors) FAIL: g++.dg/lto/20081118-1 cp_lto_20081118-1_0.o-cp_lto_20081118-1_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/builtin-prefetch-5.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/comp-goto-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-7.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/doloop-2.c -O2 (test for excess errors) FAIL: g++.dg/lto/20081022 cp_lto_20081022_0.o-cp_lto_20081022_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/loop-9.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20101010-1 cp_lto_20101010-1_0.o-cp_lto_20101010-1_0.o link, -O0 -flto FAIL: gcc.c-torture/execute/comp-goto-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/pr52400 cp_lto_pr52400_0.o-cp_lto_pr52400_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/int-compare.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20100519-1 cp_lto_20100519-1_0.o-cp_lto_20100519-1_0.o link, -O2 -flto -flto-partition=1to1 FAIL: g++.dg/lto/20101126-1 cp_lto_20101126-1_0.o-cp_lto_20101126-1_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/loop-3b.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/loop-14.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/floatunsisf-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/complex-7.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-5.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/comp-goto-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/bitfld-7.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/doloop-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/lto/20081203 cp_lto_20081203_0.o-cp_lto_20081203_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/loop-9.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/int-compare.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-2.c -O0 (test for excess errors) FAIL: g++.dg/lto/20081023 cp_lto_20081023_0.o-cp_lto_20081023_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/loop-3b.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/floatunsisf-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20090303 cp_lto_20090303_0.o-cp_lto_20090303_0.o link, -flto -flto-partition=1to1 FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o-cp_lto_20091022-1_0.o link, -O0 -flto -flto-partition=none FAIL: g++.dg/lto/20101010-1 cp_lto_20101010-1_0.o-cp_lto_20101010-1_0.o link, -O2 -flto FAIL: gcc.c-torture/execute/complex-7.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/pr52400 cp_lto_pr52400_0.o-cp_lto_pr52400_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/comp-goto-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-5.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-14.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/doloop-2.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20100519-1 cp_lto_20100519-1_0.o-cp_lto_20100519-1_0.o link, -O0 -flto FAIL: gcc.c-torture/execute/ipa-sra-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/loop-ivopts-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/floatunsisf-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/pr48508-1 cp_lto_pr48508-1_0.o-cp_lto_pr48508-1_1.o link, -g -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/loop-3c.c -O0 (test for excess errors) FAIL: g++.dg/lto/20101126-1 cp_lto_20101126-1_0.o-cp_lto_20101126-1_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/comp-goto-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/nest-align-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-5.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-14.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/fprintf-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/doloop-2.c -Os (test for excess errors) FAIL: g++.dg/lto/20081023 cp_lto_20081023_0.o-cp_lto_20081023_0.o link, -O2 -flto -flto-partition=none FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o-cp_lto_20091022-1_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/divcmp-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ipa-sra-1.c -O1 (test for excess errors) FAIL: g++.dg/lto/pr52400 cp_lto_pr52400_0.o-cp_lto_pr52400_0.o link, -O0 -flto FAIL: gcc.c-torture/execute/loop-ivopts-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-2.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20101010-2 cp_lto_20101010-2_0.o-cp_lto_20101010-2_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/fprintf-1.c -O1 (test for excess errors) FAIL: g++.dg/lto/20100519-1 cp_lto_20100519-1_0.o-cp_lto_20100519-1_0.o link, -O2 -flto FAIL: gcc.c-torture/execute/memcpy-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-3c.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/nest-align-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/comp-goto-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-14.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/fprintf-1.c -O2 (test for excess errors) FAIL: g++.dg/lto/20090311-1 cp_lto_20090311-1_0.o-cp_lto_20090311-1_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/doloop-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/pr51564-1 cp_lto_pr51564-1_0.o-cp_lto_pr51564-1_0.o link, -flto -g FAIL: gcc.c-torture/execute/divcmp-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ipa-sra-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/fprintf-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-ivopts-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o-cp_lto_20091022-1_0.o link, -O0 -flto -flto-partition=1to1 FAIL: g++.dg/lto/20081023 cp_lto_20081023_0.o-cp_lto_20081023_0.o link, -O0 -flto -flto-partition=1to1 FAIL: g++.dg/lto/pr52400 cp_lto_pr52400_0.o-cp_lto_pr52400_0.o link, -O2 -flto FAIL: gcc.c-torture/execute/loop-3c.c -O2 (test for excess errors) FAIL: g++.dg/lto/20101010-2 cp_lto_20101010-2_0.o-cp_lto_20101010-2_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/loop-14.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/builtin-prefetch-5.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/fprintf-1.c -Os (test for excess errors) FAIL: g++.dg/lto/20101126-1 cp_lto_20101126-1_0.o-cp_lto_20101126-1_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/nest-align-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/comp-goto-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/doloop-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-bi.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/fprintf-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ipa-sra-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-ivopts-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-4.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20080908-3 cp_lto_20080908-3_0.o-cp_lto_20080908-3_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/memcpy-bi.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-14.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/pr51567-1 cp_lto_pr51567-1_0.o-cp_lto_pr51567-1_0.o link, -flto -g FAIL: gcc.c-torture/execute/fprintf-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/packed-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/loop-3c.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/lto/20100603-1 cp_lto_20100603-1_0.o-cp_lto_20100603-1_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/nest-align-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/comp-goto-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/eeprof-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-bi.c -O2 (test for excess errors) FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o-cp_lto_20091022-1_0.o link, -O2 -flto -flto-partition=1to1 FAIL: g++.dg/lto/20081023 cp_lto_20081023_0.o-cp_lto_20081023_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/fprintf-chk-1.c -O0 (test for excess errors) FAIL: g++.dg/lto/20101010-2 cp_lto_20101010-2_0.o-cp_lto_20101010-2_0.o link, -O0 -flto -flto-partition=1to1 FAIL: g++.dg/lto/pr52605 cp_lto_pr52605_0.o-cp_lto_pr52605_0.o link, -flto -g FAIL: gcc.c-torture/execute/ipa-sra-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-ivopts-1.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20090311-1 cp_lto_20090311-1_0.o-cp_lto_20090311-1_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/divcmp-4.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-bi.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/fprintf-chk-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-15.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/packed-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-3c.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/nest-align-1.c -Os (test for excess errors) FAIL: g++.dg/lto/20080908-3 cp_lto_20080908-3_0.o-cp_lto_20080908-3_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/comp-goto-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-bi.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/eeprof-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/fprintf-chk-1.c -O2 (test for excess errors) FAIL: g++.dg/lto/20101126-1 cp_lto_20101126-1_0.o-cp_lto_20101126-1_1.o link, -O0 -flto FAIL: g++.dg/lto/pr51572-2 cp_lto_pr51572-2_0.o-cp_lto_pr51572-2_0.o link, -g -flto FAIL: gcc.c-torture/execute/ipa-sra-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/loop-ivopts-1.c -Os (test for excess errors) FAIL: g++.dg/lto/20081204-2 cp_lto_20081204-2_0.o-cp_lto_20081204-2_1.o link, -flto -flto-partition=1to1 -O3 FAIL: gcc.c-torture/execute/divcmp-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-bi.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/fprintf-chk-1.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20081023 cp_lto_20081023_0.o-cp_lto_20081023_0.o link, -O0 -flto FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o-cp_lto_20091022-1_0.o link, -O0 -flto FAIL: gcc.c-torture/execute/loop-15.c -O1 (test for excess errors) FAIL: g++.dg/lto/20101010-2 cp_lto_20101010-2_0.o-cp_lto_20101010-2_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/packed-1.c -O2 (test for excess errors) FAIL: g++.dg/lto/pr53470 cp_lto_pr53470_0.o-cp_lto_pr53470_0.o link, -g -flto FAIL: gcc.c-torture/execute/nest-align-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/comp-goto-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/loop-3c.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-bi.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/fprintf-chk-1.c -Os (test for excess errors) FAIL: g++.dg/lto/20100603-1 cp_lto_20100603-1_0.o-cp_lto_20100603-1_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/eeprof-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ipa-sra-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20080908-3 cp_lto_20080908-3_0.o-cp_lto_20080908-3_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/loop-ivopts-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/fprintf-chk-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-bi.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-4.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20090311-1 cp_lto_20090311-1_0.o-cp_lto_20090311-1_1.o link, -O0 -flto -flto-partition=1to1 FAIL: g++.dg/lto/pr51573-1 cp_lto_pr51573-1_0.o-cp_lto_pr51573-1_0.o link, -flto FAIL: gcc.c-torture/execute/packed-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/nest-align-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/fprintf-chk-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/loop-3c.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/loop-15.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr17133.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/memset-1.c -O0 (test for excess errors) FAIL: g++.dg/lto/20081023 cp_lto_20081023_0.o-cp_lto_20081023_0.o link, -O2 -flto FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o-cp_lto_20091022-1_0.o link, -O2 -flto FAIL: g++.dg/lto/20101010-2 cp_lto_20101010-2_0.o-cp_lto_20101010-2_0.o link, -O0 -flto FAIL: gcc.c-torture/execute/ipa-sra-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/eeprof-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-ivopts-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20101126-1 cp_lto_20101126-1_0.o-cp_lto_20101126-1_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/divcmp-5.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/memset-1.c -O1 (test for excess errors) FAIL: g++.dg/lto/20081209 cp_lto_20081209_0.o-cp_lto_20081209_1.o link, -O0 -flto -flto-partition=none FAIL: g++.dg/lto/20080908-3 cp_lto_20080908-3_0.o-cp_lto_20080908-3_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/packed-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/frame-address.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/nest-stdar-1.c -O0 (test for excess errors) FAIL: g++.dg/lto/20091022-2 cp_lto_20091022-2_0.o assemble, -O3 -flto -Winline FAIL: gcc.c-torture/execute/loop-3c.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/memset-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr17133.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-15.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/ipa-sra-2.c -O1 (test for excess errors) FAIL: g++.dg/lto/pr51573-1 cp_lto_pr51573-1_0.o-cp_lto_pr51573-1_0.o link, -flto -g FAIL: g++.dg/lto/20100603-1 cp_lto_20100603-1_0.o-cp_lto_20100603-1_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/eeprof-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-5.c -O1 (test for excess errors) FAIL: g++.dg/lto/20081119 cp_lto_20081119_0.o-cp_lto_20081119_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/memset-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/loop-ivopts-2.c -O0 (test for excess errors) FAIL: g++.dg/lto/20101010-2 cp_lto_20101010-2_0.o-cp_lto_20101010-2_0.o link, -O2 -flto FAIL: gcc.c-torture/execute/packed-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20090311-1 cp_lto_20090311-1_0.o-cp_lto_20090311-1_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/memset-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/frame-address.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/nest-stdar-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr17133.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-15.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20080908-3 cp_lto_20080908-3_0.o-cp_lto_20080908-3_0.o link, -O0 -flto FAIL: gcc.c-torture/execute/ipa-sra-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/memset-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/eeprof-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-5.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-ivopts-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/packed-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/memset-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20081209 cp_lto_20081209_0.o-cp_lto_20081209_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/frame-address.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/nest-stdar-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr17133.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/loop-15.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/memset-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20101010-3 cp_lto_20101010-3_0.o-cp_lto_20101010-3_0.o link, -flto -std=c++0x FAIL: gcc.c-torture/execute/ipa-sra-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/eeprof-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-5.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-ivopts-2.c -O2 (test for excess errors) FAIL: g++.dg/lto/20081119 cp_lto_20081119_0.o-cp_lto_20081119_1.o link, -O2 -flto -flto-partition=none FAIL: g++.dg/lto/20100603-1 cp_lto_20100603-1_0.o-cp_lto_20100603-1_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/packed-2.c -O0 (test for excess errors) FAIL: g++.dg/lto/20080908-3 cp_lto_20080908-3_0.o-cp_lto_20080908-3_0.o link, -O2 -flto FAIL: gcc.c-torture/execute/frame-address.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-4.c -O2 (test for excess errors) FAIL: g++.dg/lto/20090311-1 cp_lto_20090311-1_0.o-cp_lto_20090311-1_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/nest-stdar-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr17133.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-15.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ipa-sra-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/memset-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/enum-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-5.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-ivopts-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/packed-2.c -O1 (test for excess errors) FAIL: c-c++-common/rotate-6a.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/frame-address.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr17133.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/nest-stdar-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-15.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/ipa-sra-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20081209 cp_lto_20081209_0.o-cp_lto_20081209_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/enum-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/memset-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/packed-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-ivopts-2.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20081119 cp_lto_20081119_0.o-cp_lto_20081119_1.o link, -O0 -flto -flto-partition=1to1 FAIL: g++.dg/lto/20100603-1 cp_lto_20100603-1_0.o-cp_lto_20100603-1_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/frame-address.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/nest-stdar-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr17133.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20090311-1 cp_lto_20090311-1_0.o-cp_lto_20090311-1_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/loop-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/ipa-sra-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/divcmp-5.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/enum-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/packed-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-ivopts-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/frame-address.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/nest-stdar-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr17133.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/memset-2.c -O2 (test for excess errors) FAIL: c-c++-common/rotate-6a.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-4.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/longlong.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr20187-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/enum-1.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20081209 cp_lto_20081209_0.o-cp_lto_20081209_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/packed-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-ivopts-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20100603-1 cp_lto_20100603-1_0.o-cp_lto_20100603-1_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/func-ptr-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-1.c -O0 (test for excess errors) FAIL: g++.dg/lto/20081119 cp_lto_20081119_0.o-cp_lto_20081119_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/loop-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr17252.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/loop-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/longlong.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/enum-1.c -Os (test for excess errors) FAIL: g++.dg/lto/20090311 cp_lto_20090311_0.o-cp_lto_20090311_1.o link, -O0 -flto -flto-partition=none FAIL: g++.dg/lto/pr60150 cp_lto_pr60150_0.o-cp_lto_pr60150_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/pr20187-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/packed-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/loop-ivopts-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/func-ptr-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr17252.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/longlong.c -O2 (test for excess errors) FAIL: c-c++-common/rotate-6a.c -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/enum-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/packed-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr20187-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/lshrdi-1.c -O0 (test for excess errors) FAIL: g++.dg/lto/20081209 cp_lto_20081209_0.o-cp_lto_20081209_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/func-ptr-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-4b.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr17252.c -O2 (test for excess errors) FAIL: g++.dg/lto/20081119 cp_lto_20081119_0.o-cp_lto_20081119_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/longlong.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20101014-1 cp_lto_20101014-1_0.o-cp_lto_20101014-1_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/pending-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/enum-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr20187-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/lshrdi-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/func-ptr-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-1.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/pr60150 cp_lto_pr60150_0.o-cp_lto_pr60150_1.o link, -O2 -flto -flto-partition=none FAIL: g++.dg/lto/20090311 cp_lto_20090311_0.o-cp_lto_20090311_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/loop-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr17252.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-4b.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/longlong.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pending-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr20187-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/enum-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/func-ptr-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/lshrdi-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-1.c -Os (test for excess errors) FAIL: g++.dg/lto/20101014-1 cp_lto_20101014-1_0.o-cp_lto_20101014-1_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/loop-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20081209 cp_lto_20081209_0.o-cp_lto_20081209_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/pr17252.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-4b.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/longlong.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20081119 cp_lto_20081119_0.o-cp_lto_20081119_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/pending-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/memset-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr20187-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/func-ptr-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/enum-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/loop-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/lshrdi-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/lto/pr60150 cp_lto_pr60150_0.o-cp_lto_pr60150_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/pr17252.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20090311 cp_lto_20090311_0.o-cp_lto_20090311_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/loop-4b.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/longlong.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20101014-1 cp_lto_20101014-1_0.o-cp_lto_20101014-1_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/pending-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr20187-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/func-ptr-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/enum-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/pr82027 cp_lto_pr82027_0.o-cp_lto_pr82027_0.o link, -O3 -flto FAIL: gcc.c-torture/execute/loop-2b.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr17252.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/gofast.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/lshrdi-1.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_0.o-cp_lto_20081211-1_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/loop-4b.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pending-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr20466-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/gofast.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/enum-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-2.c -O0 (test for excess errors) FAIL: g++.dg/lto/20101014-1 cp_lto_20101014-1_0.o-cp_lto_20101014-1_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/gofast.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2b.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr17377.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/lshrdi-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-4b.c -Os (test for excess errors) FAIL: g++.dg/lto/pr60150 cp_lto_pr60150_0.o-cp_lto_pr60150_1.o link, -O2 -flto -flto-partition=1to1 FAIL: g++.dg/lto/20090311 cp_lto_20090311_0.o-cp_lto_20090311_1.o link, -O2 -flto -flto-partition=1to1 FAIL: g++.dg/lto/pr82414 cp_lto_pr82414_0.o-cp_lto_pr82414_0.o link, -flto -g FAIL: gcc.c-torture/execute/gofast.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pending-4.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr20466-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/enum-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/gofast.c -Os (test for excess errors) FAIL: g++.dg/lto/pr78472 cp_lto_pr78472_0.o-cp_lto_pr78472_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/pr17377.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2b.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-4b.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/lshrdi-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20101014-1 cp_lto_20101014-1_0.o-cp_lto_20101014-1_0.o link, -O0 -flto FAIL: gcc.c-torture/execute/gofast.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_0.o-cp_lto_20081211-1_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/loop-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pending-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr20466-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/enum-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/gofast.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr17377.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2b.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/loop-4b.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/lshrdi-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pending-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/loop-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/lto/pr60150 cp_lto_pr60150_0.o-cp_lto_pr60150_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/pr20466-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/enum-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20090311 cp_lto_20090311_0.o-cp_lto_20090311_1.o link, -O0 -flto FAIL: g++.dg/lto/pr83121 (test for LTO warnings, pr83121_0.C line 6) FAIL: g++.dg/lto/pr83121 (test for LTO warnings, pr83121_0.C line 7) FAIL: g++.dg/lto/pr83121 (test for LTO warnings, pr83121_0.C line 8) FAIL: g++.dg/lto/pr83121 cp_lto_pr83121_0.o-cp_lto_pr83121_1.o link, -O0 -flto FAIL: g++.dg/lto/20101014-1 cp_lto_20101014-1_0.o-cp_lto_20101014-1_0.o link, -O2 -flto FAIL: gcc.c-torture/execute/pr22061-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr17377.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/pr78472 cp_lto_pr78472_0.o-cp_lto_pr78472_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/loop-2b.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-5.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/lto-tbaa-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/postmod-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/loop-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/enum-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr20466-1.c -Os (test for excess errors) FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_0.o-cp_lto_20081211-1_1.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/pch/pch.exp ... FAIL: gcc.c-torture/execute/pr22061-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/enum-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr17377.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/lto-tbaa-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-5.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2b.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/postmod-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/enum-3.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/pch/pch.exp ... FAIL: gcc.c-torture/execute/pr20466-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/memset-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-3.c -O2 (test for excess errors) FAIL: g++.dg/lto/20090311 cp_lto_20090311_0.o-cp_lto_20090311_1.o link, -O2 -flto FAIL: g++.dg/lto/pr60150 cp_lto_pr60150_0.o-cp_lto_pr60150_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/enum-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr17377.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/lto-tbaa-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2b.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/loop-5.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/pr42987 cp_lto_pr42987_0.o assemble, -flto -g FAIL: g++.dg/lto/pr78472 cp_lto_pr78472_0.o-cp_lto_pr78472_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/enum-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/postmod-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr20466-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/enum-3.c -Os (test for excess errors) FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_0.o-cp_lto_20081211-1_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/pr17377.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/lto-tbaa-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/memset-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-2b.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/loop-5.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/loop-1.c -O2 -flto (test for excess errors) FAIL: ./uninst.H -g (test for excess errors) FAIL: g++.dg/pch/uninst.C -g FAIL: g++.dg/pch/uninst.C -g assembly comparison FAIL: gcc.c-torture/execute/enum-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/pr60336 cp_lto_pr60336_0.o-cp_lto_pr60336_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/pr20527-1.c -O0 (test for excess errors) FAIL: g++.dg/lto/pr42987 cp_lto_pr42987_0.o assemble, -flto -flto-partition=none -g FAIL: gcc.c-torture/execute/postmod-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/pch/pch.exp ... FAIL: ./uninst.H -O2 -g (test for excess errors) FAIL: g++.dg/pch/uninst.C -O2 -g FAIL: g++.dg/pch/uninst.C -O2 -g assembly comparison FAIL: gcc.c-torture/execute/pr22061-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/enum-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr19005.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/lto-tbaa-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-2c.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/memset-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20090312 cp_lto_20090312_0.o-cp_lto_20090312_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/loop-5.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-10.c -O0 (test for excess errors) FAIL: ./uninst.H -O2 (test for excess errors) FAIL: g++.dg/pch/uninst.C -O2 FAIL: g++.dg/pch/uninst.C -O2 assembly comparison FAIL: gcc.c-torture/execute/nestfunc-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr20527-1.c -O1 (test for excess errors) FAIL: g++.dg/lto/pr78472 cp_lto_pr78472_0.o-cp_lto_pr78472_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/postmod-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-3.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/plugin/plugin.exp ... FAIL: gcc.c-torture/execute/lto-tbaa-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr19005.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp ... FAIL: gcc.c-torture/execute/pr22630.c -O0 (test for excess errors) FAIL: g++.dg/lto/pr60336 cp_lto_pr60336_0.o-cp_lto_pr60336_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/loop-2c.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/memset-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_0.o-cp_lto_20081211-1_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/loop-5.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-10.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/special/ecos.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tls/tls.exp ... FAIL: gcc.c-torture/execute/pr20527-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/lto-tbaa-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/postmod-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr19005.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr22630.c -O1 (test for excess errors) FAIL: g++.dg/lto/20090312 cp_lto_20090312_0.o-cp_lto_20090312_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/loop-2c.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/loop-10.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/memset-3.c -O0 (test for excess errors) FAIL: g++.dg/lto/pr60336 cp_lto_pr60336_0.o-cp_lto_pr60336_0.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/plugin/plugin.exp ... FAIL: gcc.c-torture/execute/nestfunc-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr20527-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/lto/pr78472 cp_lto_pr78472_0.o-cp_lto_pr78472_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/mayalias-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/postmod-1.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp ... FAIL: gcc.c-torture/execute/pr22630.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr19005.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/special/ecos.exp ... FAIL: gcc.c-torture/execute/loop-5.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/loop-2c.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tls/tls.exp ... FAIL: gcc.c-torture/execute/loop-10.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_0.o-cp_lto_20081211-1_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/memset-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr20527-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/postmod-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr22630.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/pr60336 cp_lto_pr60336_0.o-cp_lto_pr60336_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/pr19005.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-6.c -O0 (test for excess errors) FAIL: g++.dg/lto/20090312 cp_lto_20090312_0.o-cp_lto_20090312_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/loop-2c.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-10.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/pr66180 cp_lto_pr66180_0.o assemble, -flto -std=c++14 -r -nostdlib FAIL: gcc.c-torture/execute/mayalias-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr20527-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr22630.c -Os (test for excess errors) FAIL: g++.dg/lto/pr78472 cp_lto_pr78472_0.o-cp_lto_pr78472_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/pr15262-1.c -O0 (test for excess errors) FAIL: g++.dg/lto/pr66180 cp_lto_pr66180_1.o assemble, -flto -std=c++14 -r -nostdlib FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o-cp_lto_20081217-1_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/pr19005.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-6.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2c.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-10.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/memset-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-1.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/pch/pch.exp ... FAIL: gcc.c-torture/execute/pr20527-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/pr60336 cp_lto_pr60336_0.o-cp_lto_pr60336_0.o link, -O0 -flto FAIL: gcc.c-torture/execute/pr22061-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr22630.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr15262-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr19005.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20090312 cp_lto_20090312_0.o-cp_lto_20090312_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/loop-6.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2c.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/loop-10.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr20527-1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/rotate-7a.c -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/pr22630.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-4.c -Os (test for excess errors) FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o-cp_lto_20081217-1_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/nestfunc-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr15262-1.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/plugin/plugin.exp ... FAIL: g++.dg/lto/pr60336 cp_lto_pr60336_0.o-cp_lto_pr60336_0.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp ... FAIL: gcc.c-torture/execute/pr19005.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/special/ecos.exp ... FAIL: gcc.c-torture/execute/loop-2c.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/loop-6.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/loop-10.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-1.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/special/ecos.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tls/tls.exp ... FAIL: gcc.c-torture/execute/pr20601-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr23047.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tls/tls.exp ... FAIL: gcc.c-torture/execute/nestfunc-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr15262-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr19449.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2d.c -O0 (test for excess errors) FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o-cp_lto_20081217-1_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/loop-6.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20090312 cp_lto_20090312_0.o-cp_lto_20090312_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/loop-11.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr20601-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr23047.c -O1 (test for excess errors) FAIL: c-c++-common/rotate-7a.c -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr15262-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr19449.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2d.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/loop-6.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-11.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr22098-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr23047.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr20601-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr15262-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-4.c -O0 (test for excess errors) FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o-cp_lto_20081217-1_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/pr19449.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/loop-2d.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-11.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr22098-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr23047.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20090312 cp_lto_20090312_0.o-cp_lto_20090312_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/pr15262-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/memset-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr20601-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr19449.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-6.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-2.c -O2 (test for excess errors) FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o-cp_lto_20081217-1_0.o link, -O0 -flto FAIL: gcc.c-torture/execute/loop-11.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr22098-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2d.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr23047.c -Os (test for excess errors) FAIL: c-c++-common/rotate-7a.c -std=gnu++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gcov/gcov.exp ... FAIL: gcc.c-torture/execute/pr15262-2.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.c-torture/execute/pr20601-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr19449.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-7.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr22098-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-11.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/goacc/goacc.exp ... FAIL: gcc.c-torture/execute/pr23047.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/loop-2d.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/gomp/gomp.exp ... FAIL: gcc.c-torture/execute/pr15262-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr20601-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-4.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o-cp_lto_20081217-1_0.o link, -O2 -flto FAIL: gcc.c-torture/execute/pr19449.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/loop-7.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-2.c -Os (test for excess errors) FAIL: g++.dg/lto/pr63270 cp_lto_pr63270_0.o-cp_lto_pr63270_2.o link, -flto -O2 -Wno-odr Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/graphite/graphite.exp ... FAIL: gcc.c-torture/execute/pr22098-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/loop-11.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr23047.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/loop-2d.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr15262-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr20601-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-4.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr19449.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/loop-7.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr22098-1.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/guality/guality.exp ... FAIL: gcc.c-torture/execute/loop-11.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr23135.c -O0 (test for excess errors) FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o-cp_lto_20081217-2_0.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/pch/pch.exp ... FAIL: gcc.c-torture/execute/loop-2d.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr15262-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr20601-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr19515.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-2.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/lto/lto.exp ... FAIL: gcc.c-torture/execute/pr22098-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/loop-7.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/loop-11.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/memset-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr23135.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2d.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/pr79671 cp_lto_pr79671_0.o-cp_lto_pr79671_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/pr15262-2.c -Os (test for excess errors) FAIL: g++.dg/lto/pr45983 cp_lto_pr45983_0.o-cp_lto_pr45983_0.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/plugin/plugin.exp ... FAIL: gcc.c-torture/execute/nestfunc-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr20621-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr19515.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-3.c -O0 (test for excess errors) FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o-cp_lto_20081217-2_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/pr22098-2.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp ... FAIL: gcc.c-torture/execute/loop-7.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr24716.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/special/ecos.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tm/tm.exp ... FAIL: gcc.c-torture/execute/memset-3.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tls/tls.exp ... FAIL: gcc.c-torture/execute/pr23135.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2e.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr15262-2.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tm/tm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tm/tm.exp ... FAIL: gcc.c-torture/execute/nestfunc-5.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr20621-1.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/dg-torture.exp ... FAIL: gcc.c-torture/execute/mayalias-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr19515.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr22098-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-7.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr24716.c -O1 (test for excess errors) FAIL: g++.dg/lto/pr45983 cp_lto_pr45983_0.o-cp_lto_pr45983_0.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/dg-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/dg-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/pch/pch.exp ... FAIL: gcc.c-torture/execute/memset-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o-cp_lto_20081217-2_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/loop-2e.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr15262-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr23135.c -O3 -g (test for excess errors) FAIL: g++.dg/lto/pr79671 cp_lto_pr79671_0.o-cp_lto_pr79671_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/nestfunc-5.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr20621-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr19515.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr22098-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/loop-7.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/pr64076 cp_lto_pr64076_0.o-cp_lto_pr64076_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.c-torture/execute/pr24716.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tm/tm.exp ... FAIL: gcc.c-torture/execute/memset-3.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/pr45983 cp_lto_pr45983_0.o-cp_lto_pr45983_0.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/plugin/plugin.exp ... FAIL: gcc.c-torture/execute/loop-2e.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr15262.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-7.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr23135.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-5.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr20621-1.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp ... FAIL: gcc.c-torture/execute/mayalias-3.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/dg-torture.exp ... FAIL: gcc.c-torture/execute/pr19515.c -Os (test for excess errors) FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o-cp_lto_20081217-2_0.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/special/ecos.exp ... FAIL: gcc.c-torture/execute/loop-7.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr22098-2.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tls/tls.exp ... FAIL: gcc.c-torture/execute/pr24716.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tm/tm.exp ... FAIL: gcc.c-torture/execute/memset-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr23135.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr15262.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2e.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr20621-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-5.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-3.c -Os (test for excess errors) FAIL: g++.dg/lto/pr79671 cp_lto_pr79671_0.o-cp_lto_pr79671_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/pr19515.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/dg-torture.exp ... FAIL: gcc.c-torture/execute/pr22098-2.c -Os (test for excess errors) FAIL: g++.dg/lto/pr45983 cp_lto_pr45983_0.o-cp_lto_pr45983_0.o link, -O2 -flto -flto-partition=1to1 FAIL: g++.dg/tls/pr77285-1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/loop-8.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-7.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr24716.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/memset-4.c -O1 (test for excess errors) FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o-cp_lto_20081217-2_0.o link, -O0 -flto FAIL: gcc.c-torture/execute/pr23135.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/pr64076 cp_lto_pr64076_0.o-cp_lto_pr64076_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/pr15262.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr20621-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-16.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2e.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-5.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-14.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr19515.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr22098-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/loop-8.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/memset-4.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-7.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-8.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr24716.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr15262.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr20621-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr23324.c -O0 (test for excess errors) FAIL: g++.dg/lto/pr45983 cp_lto_pr45983_0.o-cp_lto_pr45983_0.o link, -O0 -flto FAIL: g++.dg/tls/pr77285-1.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tm/tm.exp ... FAIL: gcc.c-torture/execute/loop-2e.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr19606.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr22098-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o-cp_lto_20081217-2_0.o link, -O2 -flto FAIL: gcc.c-torture/execute/loop-8.c -O2 (test for excess errors) FAIL: g++.dg/lto/pr79671 cp_lto_pr79671_0.o-cp_lto_pr79671_1.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/dg-torture.exp ... FAIL: gcc.c-torture/execute/pr24716.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/memset-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr15262.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr21173.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr23324.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2e.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-7.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/medce-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-5.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr19606.c -O1 (test for excess errors) FAIL: g++.dg/lto/pr64076 cp_lto_pr64076_0.o-cp_lto_pr64076_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/pr22098-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/loop-8.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-8.c -O2 (test for excess errors) FAIL: g++.dg/lto/pr45983 cp_lto_pr45983_0.o-cp_lto_pr45983_0.o link, -O2 -flto FAIL: gcc.c-torture/execute/pr24716.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/pch/pch.exp ... FAIL: gcc.c-torture/execute/memset-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr15262.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr21173.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-2e.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr23324.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/medce-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-6.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr19606.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr22098-3.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-8.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/loop-8.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr24851.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/memset-4.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr15262.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/plugin/plugin.exp ... FAIL: gcc.c-torture/execute/pr21173.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-8.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/lto/pr79671 cp_lto_pr79671_0.o-cp_lto_pr79671_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/medce-1.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp ... FAIL: gcc.c-torture/execute/pr23324.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-6.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/special/ecos.exp ... FAIL: gcc.c-torture/execute/pr19606.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tls/tls.exp ... FAIL: gcc.c-torture/execute/pr22098-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/memset-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr24851.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-8.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr15296.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr21173.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tm/tm.exp ... FAIL: g++.dg/lto/pr64076 cp_lto_pr64076_0.o-cp_lto_pr64076_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.c-torture/execute/medce-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-8.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr23324.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-6.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr28403.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/dg-torture.exp ... FAIL: c-c++-common/torture/builtin-arith-overflow-8.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr19606.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr22098-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/memset-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr15296.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/loop-8.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr24851.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr21173.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/pch/pch.exp ... FAIL: gcc.c-torture/execute/medce-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr23324.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-6.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-9.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr19606.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr28403.c -O1 (test for excess errors) FAIL: g++.dg/lto/pr79671 cp_lto_pr79671_0.o-cp_lto_pr79671_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/pr22098-3.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-8.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/mod-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/loop-8.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/pr61184.c -O0 (test for excess errors) FAIL: g++.dg/lto/pr80287 cp_lto_pr80287_0.o assemble, -std=gnu++17 FAIL: gcc.c-torture/execute/pr15296.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr24851.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr21173.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/medce-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-6.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr23324.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/plugin/plugin.exp ... FAIL: g++.dg/lto/pr64076 cp_lto_pr64076_0.o-cp_lto_pr64076_1.o link, -O0 -flto FAIL: gcc.c-torture/execute/pr19606.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr22098-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr28403.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/special/ecos.exp ... FAIL: gcc.c-torture/execute/mod-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr29797-1.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-8.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tls/tls.exp ... FAIL: gcc.c-torture/execute/pr21173.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr24851.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/medce-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr23467.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-9.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tm/tm.exp ... FAIL: c-c++-common/torture/pr61184.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr15296.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/plugin/plugin.exp ... FAIL: gcc.c-torture/execute/pr22098-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr19687.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-16.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr28403.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-1.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp ... FAIL: gcc.c-torture/execute/mod-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr29797-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr21173.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/special/ecos.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/dg-torture.exp ... FAIL: gcc.c-torture/execute/pr24851.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-6.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr23467.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-1.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tls/tls.exp ... FAIL: c-c++-common/torture/builtin-arith-overflow-9.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tm/tm.exp ... FAIL: c-c++-common/torture/builtin-arith-overflow-p-9.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr15296.c -Os (test for excess errors) FAIL: c-c++-common/torture/pr61184.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul.c -O1 (test for excess errors) FAIL: g++.dg/lto/pr64076 cp_lto_pr64076_0.o-cp_lto_pr64076_1.o link, -O2 -flto FAIL: gcc.c-torture/execute/memcpy-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr19687.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr22141-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr28403.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/mod-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr29797-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr24851.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-7.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr21331.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/dg-torture.exp ... FAIL: gcc.c-torture/execute/pr23467.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/vector-shift1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr15296.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr19687.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr28403.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-9.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr22141-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/pr61184.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr25125.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/mod-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr29797-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-7.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-14.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr23467.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr21331.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-9.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-shift1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr15296.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr19687.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr28403.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-alias-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/memcpy-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr22141-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/mod-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr25125.c -O1 (test for excess errors) FAIL: c-c++-common/torture/pr61184.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-7.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr29797-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr23467.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr21331.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-16.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr16790-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr19687.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr28651.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-shift1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-9.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/mod-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr31605.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr22141-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-alias-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr29797-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr25125.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr21331.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-7.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr23467.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/pr61184.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr16790-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr19687.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr28651.c -O1 (test for excess errors) FAIL: c-c++-common/torture/vector-shift1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/mode-dependent-address.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr31605.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-9.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr25125.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr22141-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr23467.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr29797-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-7.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr21331.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-alias-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr19687.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr16790-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/pr61184.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/mode-dependent-address.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr28651.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/mode-dependent-address.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr31605.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-shift1.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr25125.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr22141-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr23604.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-7.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr21331.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr29797-2.c -O0 (test for excess errors) FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 -std=c++11 FAIL: gcc.c-torture/execute/mode-dependent-address.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr19687.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr16790-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-14.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/pr61184.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-alias-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr28651.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/mode-dependent-address.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr31605.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/vector-shift1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr25125.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr21331.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-16.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/nestfunc-7.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr22141-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr23604.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr29797-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr19689.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/mode-dependent-address.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr16790-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/p18298.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr28651.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/mode-dependent-address.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/pr61741.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-alias-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr25125.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr31605.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr21964-1.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-shift1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/p18298.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr23604.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr22141-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/mode-dependent-address.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr29797-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr19689.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr16790-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/p18298.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr28651.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr31605.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr25737.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/p18298.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr21964-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/complex-alias-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr23604.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/pr61741.c -O1 (test for excess errors) FAIL: c-c++-common/torture/vector-shift2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/multdi-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr16790-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr22141-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr29797-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr19689.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/p18298.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr28651.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr31605.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr25737.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/p18298.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr21964-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr23604.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-alias-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/multdi-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr17078-1.c -O0 (test for excess errors) FAIL: c-c++-common/torture/pr61741.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/pch/pch.exp ... FAIL: gcc.c-torture/execute/p18298.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/vector-shift2.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr29797-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr19689.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr22141-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr28778.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr32244-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/p18298.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr25737.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr23604.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr21964-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/multdi-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-14.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr17078-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr29797-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr19689.c -Os (test for excess errors) FAIL: c-c++-common/torture/vector-shift2.c -O2 (test for excess errors) FAIL: c-c++-common/torture/pr61741.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/plugin/plugin.exp ... FAIL: gcc.c-torture/execute/pr22141-2.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-10.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr28778.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp ... FAIL: gcc.c-torture/execute/pr25737.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr23604.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr32244-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr33870.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr21964-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/multdi-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr17078-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr29797-2.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-1.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/special/ecos.exp ... FAIL: gcc.c-torture/execute/pr19689.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tls/tls.exp ... FAIL: c-c++-common/torture/vector-shift2.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tm/tm.exp ... FAIL: c-c++-common/torture/pr61741.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr22141-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr28778.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr25737.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr23941.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/plugin/plugin.exp ... FAIL: gcc.c-torture/execute/pr32244-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr17078-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr21964-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/multdi-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr29798.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr33870.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr19689.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/dg-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/special/ecos.exp ... FAIL: c-c++-common/torture/vector-shift2.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-add.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-10.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tls/tls.exp ... FAIL: gcc.c-torture/execute/pr25737.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tm/tm.exp ... FAIL: gcc.c-torture/execute/pr23941.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr22141-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/pr61741.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr28778.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr21964-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr32244-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr17078-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/multdi-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr29798.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr33870.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr20100-1.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/vector-shift2.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/dg-torture.exp ... FAIL: gcc.c-torture/execute/pr25737.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr23941.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-10.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr22141-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr28778.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-17.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr32244-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr17078-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/multdi-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr29798.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-1.c -O0 (test for excess errors) FAIL: c-c++-common/torture/pr61741.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr20100-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/vector-shift2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr33870.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr27073.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr23941.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr22348.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr28778.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr32244-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr17078-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr29798.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/multi-ix.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-10.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr20100-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/pr61741.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-15.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr34456.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr27073.c -O1 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-1.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr23941.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr33870.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr28778.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr22348.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr32244-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr34456.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr29798.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr20100-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr34456.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/multi-ix.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr23941.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-11.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr27073.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-add.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr22348.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34456.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr28865.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr33870.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr32500.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr29798.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-10.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr34456.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr20100-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr23941.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr34456.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr22348.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr28865.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr33870.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr29798.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr32500.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr27073.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/multi-ix.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-1.c -Os (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34456.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr20100-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr24135.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-11.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-10.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr22348.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr29798.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr28865.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr33870.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr32500.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34768-1.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr27073.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr20100-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr24135.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr30185.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/multi-ix.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr22348.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr28865.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-11.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr32500.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr33992.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr34768-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-10.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr27073.c -Os (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr20100-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr24135.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr22348.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr30185.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr28865.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr33992.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr34768-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr32500.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr27073.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-11.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-10.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr35800.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr24135.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr22348.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr28865.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/multi-ix.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr30185.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34768-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-sign-add.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr32500.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr33992.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr27073.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr35800.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr24135.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr22429.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-11.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr28865.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr30185.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr34768-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr32500.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr27260.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr33992.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr35800.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/multi-ix.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr22429.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr24135.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr28982a.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr30185.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34768-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr32500.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr27260.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr33992.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr22429.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-11.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr24135.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/multi-ix.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr35800.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr28982a.c -O1 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr30185.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr34768-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr33142.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr27260.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr33992.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr22429.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr24135.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/multi-ix.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr35800.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr30185.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-11.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr34768-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr33142.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr33992.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr27260.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr28982a.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr22429.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr22061-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr24141.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr36765.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr35800.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr30778.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-12.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr33992.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr33142.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34768-2.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-11.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr22429.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr27260.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr24141.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-15.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr38051.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-add.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr28982a.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr35800.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr30778.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr36765.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr34070-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr33142.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr22429.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr34768-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr27260.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr24141.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-17.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr35800.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr38051.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr30778.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr36765.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34070-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr22493-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr33142.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34768-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr27260.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr28982a.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr24141.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr36034-1.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr30778.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr36765.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr34070-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr33142.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr22493-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr27260.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr34768-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr38051.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr24141.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr28982a.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr36034-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr30778.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr36765.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34070-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr33142.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr27285.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr34768-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr22493-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr24141.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-sub.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr28982a.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr36765.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr30778.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr38051.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr36034-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34070-1.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-12.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr33382.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr34768-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr27285.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr22493-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr24141.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-15.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/pr83553.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr28982a.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr36765.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr30778.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr34070-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-17.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr33382.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr36034-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr34971.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr22493-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr27285.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr24142.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr38051.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/pr83553.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr28982b.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr34070-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr37102.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr31072.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-add.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr33382.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34971.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr22493-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr36034-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr24142.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr27285.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr38051.c -Os (test for excess errors) FAIL: c-c++-common/torture/pr83553.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34070-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr31072.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr37102.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr28982b.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr22493-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr33382.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr34971.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr36034-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr24142.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr27285.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/20100825.C -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-3.c -O1 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-sub.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr38051.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr34070-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr31072.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr37102.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr39228.c -O0 (test for excess errors) FAIL: c-c++-common/torture/pr83553.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr33382.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34971.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr36034-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr24142.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr28982b.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr27285.c -Os (test for excess errors) FAIL: g++.dg/torture/20100825.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr38051.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr34070-2.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr31072.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr37102.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr33382.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr39228.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-17.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-15.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr36034-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr34971.c -Os (test for excess errors) FAIL: c-c++-common/torture/pr83553.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr24142.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr27285.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr34070-2.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/20100825.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr28982b.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr31072.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr33382.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr38151.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr39228.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr37102.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr34971.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr36034-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr24142.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr27285.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/pr83553.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34070-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr31072.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/20100825.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr33631.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr38151.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr37102.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr39228.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr24142.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-18.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr34971.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr36034-2.c -O1 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr27364.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr28982b.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr34070-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr31072.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/pr83553.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-12.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr33631.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr37102.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr39228.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr40579.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr38151.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34982.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-add.c -Os (test for excess errors) FAIL: g++.dg/torture/20100825.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr36034-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr27364.c -O1 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr34070-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr31136.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr33631.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr28982b.c -Os (test for excess errors) FAIL: c-c++-common/torture/pr83553.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr37102.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr39228.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-sub.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr40579.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr34982.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr38151.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr27364.c -O2 (test for excess errors) FAIL: g++.dg/torture/20100825.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr34099-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr36034-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr31136.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr33631.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr28982b.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr39228.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr37125.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr40579.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34982.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr38151.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-18.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr27364.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr34099-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr31136.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr33631.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-add.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/20100825.C -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-12.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr39233.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr28982b.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr37125.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr36034-2.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-16.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr40579.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr34982.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr38151.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr27364.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34099-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr31136.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr33631.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-18.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr39233.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr29006.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr37125.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr40579.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr36034-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34982.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr38151.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr27364.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-12.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr33631.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr31136.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34099-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr39233.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr29006.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr37125.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr40579.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr36034-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr34982.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-add.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr38212.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr27364.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-18.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr31136.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr33669.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr34099-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr37125.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr29006.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr39233.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr40579.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr36034-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr34982.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr38212.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr27671-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr31136.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-sub.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr33669.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr34099-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-12.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr37125.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr40579.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr29006.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr39233.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr35163.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr36038.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr38212.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr27671-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr31169.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-compare-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr33669.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34099-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr37125.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr29006.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr40657.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr39233.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr35163.c -O1 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-add.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-19.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr36038.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr38212.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr27671-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr31169.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr33669.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr34099.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr37573.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr29006.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr39233.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr35163.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr40657.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr38212.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr27671-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr36038.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-12.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr31169.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr33669.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34099.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr29006.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/vector-compare-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr39233.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr37573.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr35163.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr40657.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr38212.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr27671-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr33669.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr31169.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr36038.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr34099.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr29156.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr35163.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr39240.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr40657.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr38212.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr37573.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-12.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr27671-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr33669.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr31169.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34099.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr36038.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-add.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr35163.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr29156.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr40657.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr39240.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr38236.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr27671-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr37573.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr33779-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr31169.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr34099.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr35163.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr29156.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr36038.c -Os (test for excess errors) FAIL: c-c++-common/torture/vector-compare-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr40657.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr39240.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr38236.c -O1 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-sub.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr28289.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr33779-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr37573.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr34099.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr31169.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr40657.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr36038.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr35231.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr29156.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr38236.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr39240.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr28289.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr34099.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr33779-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr31448-2.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-19.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr37573.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr36038.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr35231.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr29156.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr40668.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr38236.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr28289.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34130.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-add.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr39240.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr31448-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr33779-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr37573.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr36077.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-13.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-13.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr29156.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr35231.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr40668.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-16.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr38236.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34130.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr28289.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr39240.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr33779-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr31448-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr37573.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-19.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr36077.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr40668.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr35231.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr29156.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr38236.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr39240.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr28289.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34130.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr33779-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr37780.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr36077.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr31448-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr40668.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr35231.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr29695-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr38236.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr28289.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr33779-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr34130.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr36077.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr39339.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr37780.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr31448-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr40668.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr35231.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr29695-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr38422.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-19.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-add.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr28289.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/vector-compare-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/complex-sign-sub.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34130.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr36077.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr33779-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr39339.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr31448-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr40668.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr37780.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr35231.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr38422.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr29695-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34130.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr41917.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr36077.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-16.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr33779-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr31448-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr40668.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr39339.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr37780.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr35390.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr38422.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34130.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr29695-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr36077.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr41917.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr33779-2.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-sub.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr31448.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr40747.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr39339.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr35390.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr38422.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr37780.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34154.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr29695-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr41917.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr36093.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr33779-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr31448.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr40747.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr35390.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr39339.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr38422.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34154.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr37780.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr29695-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr41917.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr36093.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr33779-2.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-add.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr31448.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr40747.c -O2 (test for excess errors) FAIL: g++.dg/torture/covariant-1.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr35390.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr38422.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-sub.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr39339.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr37780.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr34154.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr29695-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr41917.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr33779-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr36093.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr31448.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr40747.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr35390.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr38422.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr39339.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/pr42834.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr37882.c -O0 (test for excess errors) FAIL: g++.dg/torture/covariant-1.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr34154.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr41917.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr29695-2.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-16.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr33779-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr36093.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr31448.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr40747.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr35390.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr39339.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr38533.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr37882.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr34154.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-13.c -O2 (test for excess errors) FAIL: c-c++-common/torture/pr42834.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr41917.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr29695-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr33870-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr31448.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr36093.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr40747.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr35390.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/vector-compare-1.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/covariant-1.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr39501.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr34154.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr37882.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr38533.c -O1 (test for excess errors) FAIL: c-c++-common/torture/pr42834.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr41919.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr29695-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr31448.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr40747.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr33870-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr36093.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr35456.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr34154.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-add.c -Os (test for excess errors) FAIL: g++.dg/torture/covariant-1.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr37882.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr39501.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-13.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr41919.c -O1 (test for excess errors) FAIL: c-c++-common/torture/pr42834.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr38533.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr36093.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr29695-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr42544.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr34176.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr33870-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr41239.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr35456.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr37882.c -Os (test for excess errors) FAIL: g++.dg/torture/covariant-1.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr39501.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr41919.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-compare-1.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr36093.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/pr42834.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-add.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr42544.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr34176.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr29695-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr37882.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr41239.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-13.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr38533.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr35456.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr33870-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/covariant-1.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr41919.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr36321.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr39501.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/pr42834.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr42544.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-compare-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr37882.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr29695-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr34176.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr35456.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr41239.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr41919.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr36321.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr38533.c -Os (test for excess errors) FAIL: g++.dg/torture/covariant-1.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr33870-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/pr42834.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-add.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr39501.c -Os (test for excess errors) FAIL: g++.dg/torture/builtin-location.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr42544.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr29695-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr37924.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr35456.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34176.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr41239.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr41919.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/builtin-location.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr36321.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-compare-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr38533.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr33870-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr39501.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr42544.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr35456.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-13.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/builtin-location.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr43385.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr37924.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr34176.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr41239.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr41919.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr36321.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/vector-compare-2.c -O0 (test for excess errors) FAIL: g++.dg/torture/builtin-location.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr38533.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr33870-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr42544.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr39501.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr35456.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-div.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr43385.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr37924.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-13.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr34176.c -Os (test for excess errors) FAIL: g++.dg/torture/builtin-location.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr41239.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr36321.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr41935.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr38819.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr33870-1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/vector-compare-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr42544.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr35472.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr40022.c -O0 (test for excess errors) FAIL: g++.dg/torture/builtin-location.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-17.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr34176.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr37924.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr43385.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr36321.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr41239.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr41935.c -O1 (test for excess errors) FAIL: g++.dg/torture/builtin-location.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr38819.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr44468.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr42570.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr35472.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr40022.c -O1 (test for excess errors) FAIL: c-c++-common/torture/vector-compare-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34176.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr37924.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-div.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr36321.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr41239.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43385.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr41935.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr38819.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42570.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr44468.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr35472.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr40022.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34415.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr37924.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/vector-compare-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr36339.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr41317.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr41935.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr43385.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr38819.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr42570.c -O2 (test for excess errors) FAIL: c-c++-common/torture/pr53505.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr44468.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr35472.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-13.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr34415.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr40022.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr37924.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr36339.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr41317.c -O1 (test for excess errors) FAIL: c-c++-common/torture/vector-compare-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr43385.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr41935.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr38819.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr42570.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-div.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr44468.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/pr53505.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr35472.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-14.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr34415.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr37931.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr41317.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr41935.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr36339.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr43385.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr40022.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-3.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-compare-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr38819.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr42570.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr35472.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr44468.c -Os (test for excess errors) FAIL: c-c++-common/torture/pr53505.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34415.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr37931.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr41317.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr41935.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43438.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr36339.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr42570.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr38819.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr40022.c -Os (test for excess errors) FAIL: c-c++-common/torture/vector-compare-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr35472.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr44468.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-div.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr41317.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr37931.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr34415.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr43438.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr42006.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr42570.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr36339.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr38819.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/pr53505.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr40022.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/vector-compare-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr44468.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr33735.C -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr45262.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr41317.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr36339.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr43438.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr37931.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr42006.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr42614.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr33735.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr34415.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr40022.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr38969.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr44555.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr45262.c -O1 (test for excess errors) FAIL: c-c++-common/torture/pr53505.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/vector-shift.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr33735.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr41317.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr36339.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43438.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr37931.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34415.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr42006.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42614.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr38969.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr33735.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr40057.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr44555.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr45262.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-div.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/pr53505.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr41395-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr33735.C -Os (test for excess errors) FAIL: c-c++-common/torture/vector-shift.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr37931.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr36343.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr43438.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr34415.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr42006.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr42614.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr33735.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr38969.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr40057.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr44555.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr45262.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr41395-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/pr53505.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr37931.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr33735.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr36343.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr43438.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/vector-shift.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr47299.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr42006.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr42614.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr44555.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr45262.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr40057.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr38969.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr41395-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/pr53505.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr38048-1.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-div.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr36343.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr43438.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr33819.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr47299.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr42006.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr45262.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr44555.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr42614.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr41395-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr38969.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr40057.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr38048-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/vector-shift.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr30252.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr47299.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr36343.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr43560.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr45262.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr42006.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr33819.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr44555.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-div.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr38969.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr42614.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr41395-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr40057.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr38048-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr43560.c -O1 (test for excess errors) FAIL: c-c++-common/torture/vector-shift.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr47299.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr30252.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr42006.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr36343.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr45695.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr44555.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr38969.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr33819.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42614.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr41395-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr40057.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-14.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr38048-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-div.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43560.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr36343.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr47299.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr45695.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr42142.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr44575.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-shift.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr39100.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr30252.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42614.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr33819.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr41395-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr40057.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr38048-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr47299.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr36343.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43560.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr45695.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42142.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr44575.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr39100.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr42691.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-shift.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr41395-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr40386.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr33819.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr38048-1.c -Os (test for excess errors) FAIL: g++.dg/torture/pr30252.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr47299.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr31863.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr36691.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr43560.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr42142.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr45695.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr39100.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr44575.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42691.c -O1 (test for excess errors) FAIL: c-c++-common/torture/vector-shift.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr41395-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr38048-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr40386.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr33819.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-mul.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr36691.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-17.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr30252.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr47337.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr37421.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr43560.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr42142.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr45695.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr39100.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr44575.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr42691.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr38048-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr41395-2.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-14.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr37421.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr40386.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr36691.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr33819.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43560.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr42142.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr47337.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr45695.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr37421.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr30252.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr39100.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr44575.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr42691.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr41395-2.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr38048-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr36691.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr37421.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr40386.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr43560.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr33887-1.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr42142.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr45695.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr47337.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp ... FAIL: gcc.c-torture/execute/pr39100.c -Os (test for excess errors) FAIL: g++.dg/torture/pr37421.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr41395-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr42691.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr30252.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr44575.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/special/ecos.exp ... FAIL: gcc.c-torture/execute/pr38048-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr36691.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr42142.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr43629.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-mul.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr40386.c -Os (test for excess errors) FAIL: g++.dg/torture/pr37421.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr46019.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr33887-1.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr39100.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr47337.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr41395-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr44575.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr42691.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr38048-2.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr37421.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr30567.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr36691.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr42142.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43629.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr40386.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr46019.c -O1 (test for excess errors) FAIL: g++.dg/special/conpr-1.C (test for excess errors) FAIL: gcc.c-torture/execute/pr39100.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr33887-1.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr41395-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr44575.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr42691.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-14.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr38048-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr36691.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr47337.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-17.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr30567.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr41463.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr43629.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr40386.c -O2 -flto (test for excess errors) FAIL: g++.dg/special/conpr-2.C (test for excess errors) FAIL: gcc.c-torture/execute/pr42154.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr46019.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr39120.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr41463.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr42691.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr44683.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr36691.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr38048-2.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr33887-1.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr41463.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr47337.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr43629.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr40404.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr30567.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42154.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr46019.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr39120.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr41463.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr44683.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-5.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr42721.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr38048-2.c -Os (test for excess errors) FAIL: g++.dg/special/conpr-3.C (test for excess errors) FAIL: gcc.c-torture/execute/pr41463.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-mul.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr48973-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr47337.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr43629.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr40404.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr33887-1.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr42154.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr46019.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr39120.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr41463.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr30567.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr44683.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42721.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr38048-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr41463.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr48973-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr47337.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43629.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr40404.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42154.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr46019.c -Os (test for excess errors) FAIL: g++.dg/special/conpr-4.C (test for excess errors) FAIL: gcc.c-torture/execute/pr39120.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr33887-1.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr30567.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr44683.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr42721.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr38048-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr41750.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr48973-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr43629.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr40404.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr47538.c -O0 (test for excess errors) FAIL: g++.dg/special/initp1.C (test for excess errors) FAIL: gcc.c-torture/execute/pr46019.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr42154.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-15.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr39120.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-17.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr33887-1.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr44683.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr41750.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr42721.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr49390.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr30567.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr43783.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr40404.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr48973-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr46019.c -O2 -flto (test for excess errors) FAIL: g++.dg/special/initpri1.C (test for excess errors) FAIL: gcc.c-torture/execute/pr47538.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr42154.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr39120.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr44683.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr41750.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42721.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49390.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr40404.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr33887-2.C -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tls/tls.exp ... FAIL: c-c++-common/torture/complex-sign-mixed-mul.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr43783.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr30567.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr48973-1.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tm/tm.exp ... FAIL: gcc.c-torture/execute/pr46309.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr42154.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr39120.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr44683.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr47538.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-5.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr41750.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr42721.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/dg-torture.exp ... FAIL: gcc.c-torture/execute/pr40404.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-18.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr49390.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr43783.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr48973-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr33887-2.C -O1 (test for excess errors) FAIL: g++.dg/torture/pr30567.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr42154.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr46309.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr44828.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr51466.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr42721.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr47538.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr41750.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr40493.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr31863.C -O1 (test for excess errors) FAIL: g++.dg/torture/pr36960.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr48973-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43783.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr49390.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr42231.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr46309.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr33887-2.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr44828.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr51466.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr41750.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr40493.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr42833.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr47538.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr48973-2.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr43783.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr36960.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr49390.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr44828.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42231.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr46309.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr51466.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr41750.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr33887-2.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr40493.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42833.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr48973-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr47538.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr43783.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-18.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr49390.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr44828.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr36960.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr46309.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr42231.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-mul.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr51466.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr40493.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr33887-2.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr42833.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr47538.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr48973-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr43783.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr37922.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr49390.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr44828.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr52979-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr46309.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-5.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/pr60971.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr51466.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr42231.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr36960.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr40493.c -Os (test for excess errors) FAIL: g++.dg/torture/pr33887-2.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-18.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr47538.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43783.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr42833.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr48973-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr44828.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr49419.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr46309.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr52979-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr51466.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr40493.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr42231.c -Os (test for excess errors) FAIL: c-c++-common/torture/pr60971.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr33887-2.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr36960.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr47925.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr37922.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr48973-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr43784.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr44828.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr42833.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-18.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr49419.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr51466.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr52979-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr40493.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr46316.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr42231.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr33887-3.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr47925.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr48973-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr36960.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/pr60971.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr44852.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr43784.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-15.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42833.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-mul.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49419.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42231.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr46316.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr51581-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr52979-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr55137.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr48973-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr47925.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr44852.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr37922.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr33887-3.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr43784.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr36960.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr42833.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/pr60971.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-6.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr42248.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr46316.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr55137.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr52979-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49419.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr47925.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr49039.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr51581-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr44852.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42833.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr33887-3.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr43784.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-mul.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr37146-1.C -O0 (test for excess errors) FAIL: c-c++-common/torture/pr60971.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr42248.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr46316.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr52979-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr55137.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr49419.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr49039.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr47925.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr44852.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr43008.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr43784.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr51581-1.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr33887-3.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr42248.c -O2 (test for excess errors) FAIL: c-c++-common/torture/pr60971.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr46316.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr37146-1.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr52979-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr55137.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr49419.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49039.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr47925.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-2.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-15.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr43008.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr44852.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr43784.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-mul.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr42248.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr46316.c -Os (test for excess errors) FAIL: c-c++-common/torture/pr60971.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr53084.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr49419.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr55137.c -Os (test for excess errors) FAIL: g++.dg/torture/pr33887-3.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr47925.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr49039.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr37146-1.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr37922.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr43008.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr39417.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr43784.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr44852.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr42248.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr46316.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr53084.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr39417.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr47925.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr55137.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr49419.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr33887-3.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr49039.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr51581-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr44852.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr37146-1.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr43784.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43008.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr42248.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr39417.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr46316.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr53084.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr55137.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr49039.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr48197.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr49644.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr39417.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr33887-3.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr44852.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr42248.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-sub.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr43008.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr43835.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr46909-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr37146-1.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr39417.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr53084.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr34099.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr55750.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr49039.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-6.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr48197.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr51581-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr49644.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr39417.C -Os (test for excess errors) FAIL: g++.dg/torture/pr34099.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr44858.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr42269-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr43008.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-15.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43835.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr46909-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr53084.c -Os (test for excess errors) FAIL: g++.dg/torture/pr37922.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr55750.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr31863.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr37146-1.C -Os (test for excess errors) FAIL: g++.dg/torture/pr34099.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr39417.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr49073.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr48197.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr49644.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr34099.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr44858.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr43008.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr51581-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr42269-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr53084.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr39417.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr46909-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr43835.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr55750.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr34099.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr37146-1.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr48197.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr49073.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr49644.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-sub.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr44858.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr37922.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr43220.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr34099.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr53084.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr42269-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr51581-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr46909-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr55750.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr43835.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr39678.C -O0 (test for excess errors) FAIL: g++.dg/torture/pr37146-1.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr48197.c -Os (test for excess errors) FAIL: g++.dg/torture/pr35634.C -O0 (test for excess errors) FAIL: g++.dg/torture/pr34099.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr49073.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr49644.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr44858.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr43220.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr42269-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr53160.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr46909-1.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr34099.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr51581-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr55750.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr43835.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr48197.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr37922.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr39678.C -O1 (test for excess errors) FAIL: g++.dg/torture/pr37146-2.C -O0 (test for excess errors) FAIL: g++.dg/torture/pr35634.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr49073.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr49644.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr44858.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr43220.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-6.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr53160.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr42269-2.c -Os (test for excess errors) FAIL: g++.dg/torture/pr40335.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr46909-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr43835.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr55750.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr48197.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr51581-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr49644.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr39678.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr37146-2.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr49073.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr44858.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr37922.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43220.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr35634.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42269-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr46909-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr53160.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr43835.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr55750.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-sub.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-7.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr48571-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr40335.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr49644.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr44858.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr49073.c -Os (test for excess errors) FAIL: g++.dg/torture/pr39678.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr51581-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr43220.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr42269-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr37146-2.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr46909-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr35634.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr43987.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr53160.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr55875.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr49712.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr48571-1.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr40335.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr49073.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr44942.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr41186.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr43220.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr42512.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr39678.C -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-7.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr46909-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr43987.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr37146-2.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr55875.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr53160.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr35634.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr48571-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr51581-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr49712.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr49073.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43220.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr44942.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr40335.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr42512.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr41186.C -O1 (test for excess errors) FAIL: g++.dg/torture/pr39678.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr46909-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr43987.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-7.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr55875.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr53160.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr48571-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr49123.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr37146-2.C -Os (test for excess errors) FAIL: g++.dg/torture/pr35634.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49712.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr43236.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr44942.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr42512.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr40335.C -Os (test for excess errors) FAIL: g++.dg/torture/pr41186.C -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-sub.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr39678.C -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr43987.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr46909-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr53160.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr55875.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-7.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr48571-1.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr34235.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr49123.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr43236.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr37146-2.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr49712.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr35634.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr42512.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr51581-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr40335.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr44942.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr53160.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr46909-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr55875.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr43987.c -Os (test for excess errors) FAIL: g++.dg/torture/pr41186.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr48571-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49123.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr43236.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr34235.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr49712.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr37146-2.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr42512.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr35634.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr44942.c -Os (test for excess errors) FAIL: g++.dg/torture/pr40335.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr53465.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr43987.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr46909-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr48571-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr55875.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49123.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr41186.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr43236.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr49712.c -Os (test for excess errors) FAIL: g++.dg/torture/pr34235.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr51581-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr42512.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr44942.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr43987.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr53465.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr48571-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr46909-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr55875.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr49123.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr43236.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr41186.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr49712.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr42512.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr44942.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr34235.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr44164.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr53465.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr48717.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr51581-2.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-sub.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr55875.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr49123.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr46909-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr43236.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49712.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr42512.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr41186.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr44164.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr45034.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr34235.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr48717.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr53465.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr56051.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr49123.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr51581-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr46909-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43236.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr42462.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr49768.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr56962.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr41257-2.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr45034.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr44164.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr34235.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr48717.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr56051.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr53465.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr43236.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr49161.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr51581-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr47148.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr31863.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr49768.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr42462.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr56962.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr41257-2.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr45034.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr44164.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr34235.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr48717.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr56051.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr53465.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49161.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr43269.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr47148.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr51877.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-sub.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49768.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr56962.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr42462.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr44069.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr44164.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr45034.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-3.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr41257-2.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr48717.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr56051.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr40389.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr53465.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr43269.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr49161.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr47148.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr51877.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr49768.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr56962.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr44164.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr44069.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr48717.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr56051.c -Os (test for excess errors) FAIL: g++.dg/torture/pr42462.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr45034.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr53465.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43269.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr41257-2.C -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-sub.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr49161.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr49768.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr47148.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr51877.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr40389.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr56962.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr44164.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr48717.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr56051.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr44069.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr45034.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr43269.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr42462.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr49768.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr49161.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr47148.c -Os (test for excess errors) FAIL: g++.dg/torture/pr41257-2.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr56962.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr51877.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr40389.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr53645-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr56051.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr44202-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr48809.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr38747.C -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-sub.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr45034.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr44069.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr43269.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr49768.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr42462.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49161.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr47148.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr56962.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr51877.c -Os (test for excess errors) FAIL: g++.dg/torture/pr41257-2.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr56205.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr44202-1.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr40389.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr48809.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr45034.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43269.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr56982.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr38747.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr49886.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr44069.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr49161.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr47148.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr51877.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr42462.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr56982.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr41257-2.C -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-minus-one.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr56205.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr44202-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr43269.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr56982.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr45070.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr48809.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr49886.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr40389.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49186.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr38747.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr44069.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr53645-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr51877.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr47155.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr56982.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr42462.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr43269.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr56982.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr44202-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr45070.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr56205.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr49186.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr48809.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr49886.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr51933.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr44069.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr56982.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr40389.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr47155.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr38747.C -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-minus-one.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr56982.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr44202-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49186.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr45070.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr48809.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr56205.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr51933.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr49886.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr47155.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr44069.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr40389.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr38747.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57124.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr44202-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr49186.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr45070.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr48809.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr51933.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr47155.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr56205.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49886.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-minus-one.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr53645-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr44202-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr38747.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr49186.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57124.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr48809.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr45070.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr47155.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr56205.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr51933.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr49886.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr49186.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57124.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr38747.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58277-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr48814-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr45070.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr47155.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr56205.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr49886.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr51933.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr49186.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr57124.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr48814-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr45070.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-minus-one.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr44972.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58277-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr47155.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr56250.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr49886.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr51933.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49218.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr44972.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57124.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr45070.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr48814-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr47237.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr56250.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr44972.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr50865.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58277-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr51933.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr49218.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr53645-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr57124.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr44972.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr48814-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr47237.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr56250.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58574.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr50865.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-3.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr51933.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr44972.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49218.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-minus-one.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr57124.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr43784.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58277-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr48814-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr56250.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr47237.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr44972.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr50865.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr52129.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr49218.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr44972.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr57130.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58574.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr48814-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr43784.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr56250.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr47237.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr50865.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr58277-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr52129.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr49218.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr57130.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr48814-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr56250.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-minus-one.c -Os (test for excess errors) FAIL: g++.dg/torture/pr43784.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr47237.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr50865.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr52129.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr49218.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58277-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58574.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr57130.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr48814-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr53645-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr56250.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr47237.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr50865.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr43784.C -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-minus-one.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr56799.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr39002.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr49218.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58277-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr52129.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr57130.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr56799.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr48814-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr47237.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr50865.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr56799.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58574.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr43784.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr49218.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-minus-one.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr39002.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr56799.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr57130.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58277-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr52129.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr48814-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr51023.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59101.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr56799.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-4.c -Os (test for excess errors) FAIL: g++.dg/torture/pr43784.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr49279.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr53645-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57130.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr56799.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr52129.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr48814-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58277-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr51023.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr59101.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr56799.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58574.c -Os (test for excess errors) FAIL: g++.dg/torture/pr39002.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-one.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr40834.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr49279.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57130.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr43784.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr52129.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr48814-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr53645-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr51023.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr59101.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58277-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr56837.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58574.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr49279.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr40834.C -O1 (test for excess errors) FAIL: g++.dg/torture/pr39002.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr57131.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr48814-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr52209.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr51023.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr59101.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr56837.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr53645-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr57568.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58277-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58574.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-one.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr49279.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr57131.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr40834.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr48814-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr52209.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr39002.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr51023.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr59101.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57568.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr56837.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58640-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr49279.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58277-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr57131.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr60017.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr52209.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr51023.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr53645.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59101.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr40834.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr39002.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57568.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr49279.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr56837.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr58640-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57131.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58277-2.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-one.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr51023.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr60017.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr52209.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr59101.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr49279.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr57568.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr39002.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr40834.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58640-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr56837.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr57131.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr51323.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr60017.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr52209.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr59221.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58277-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr49281.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr53645.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57568.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr57131.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr40834.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr56837.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58640-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr45934.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr51323.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr45699.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr52209.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr60017.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr59221.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr49281.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57568.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-one.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr58277-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr56837.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57131.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58640-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr51323.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr40834.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr52209.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr60017.c -Os (test for excess errors) FAIL: g++.dg/torture/pr45934.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr59221.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr57568.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr49281.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr45699.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr56837.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58277-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr57144.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr53645.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58640-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr51323.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr60017.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr52286.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr59221.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr40924.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr57829.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr45934.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr49281.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr56866.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr45699.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58364.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr57144.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr58640-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr51323.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-one.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr60017.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr52286.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr59221.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr49281.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57829.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr56866.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr58364.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr45934.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58640-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr57144.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr51323.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr40924.C -O1 (test for excess errors) FAIL: g++.dg/torture/pr45699.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr60062.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr52286.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr59221.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr53645.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr49281.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57829.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr44492.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58640.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58364.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr56866.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr51323.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr57144.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr45934.C -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr52286.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr40924.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr60062.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr49281.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr48661.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59221.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr45699.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr43879-1_1.C -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-one.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57829.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr44492.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr58640.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr58364.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr51447.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr57144.c -Os (test for excess errors) FAIL: g++.dg/torture/pr45934.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr56866.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr52286.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr60062.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr61517.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59221.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr40924.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr48661.C -O1 (test for excess errors) FAIL: g++.dg/torture/pr45699.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57829.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58364.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58640.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr57144.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr51447.c -O1 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-one.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr53645.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr52286.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr44492.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr61517.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr56866.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr60062.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr45934.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr59229.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr43879-1_1.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57829.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr40924.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58364.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr48661.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr45699.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57144.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58640.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr51447.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr52286.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-5.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr61517.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr60062.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr56866.c -Os (test for excess errors) FAIL: g++.dg/torture/pr44492.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr59229.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57829.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-one.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58364.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr53645.c -Os (test for excess errors) FAIL: g++.dg/torture/pr46149.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr51447.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr57281.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58640.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr52760.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr60062.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr45699.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr40924.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr61517.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr56866.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr43879-1_1.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr48661.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr59229.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr44492.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57860.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr49644.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58365.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr53645.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr51447.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57281.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr46149.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr52760.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr58640.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr60062.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr61517.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr56866.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr40924.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr59229.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr58365.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr44492.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57860.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr48661.C -Os (test for excess errors) FAIL: g++.dg/torture/pr49644.C -O1 (test for excess errors) FAIL: g++.dg/torture/pr31863.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58640.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr51447.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr53645.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr60072.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr52760.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr57281.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr46149.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr61517.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr43879-1_1.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr56899.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr40924.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58365.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr59229.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr57860.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr44492.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr48661.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr58640.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr51447.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr49644.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr60072.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr53688.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr61517.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr57281.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr52760.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr56899.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr46149.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58365.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr59229.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57860.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-5.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr44535.C -O0 (test for excess errors) FAIL: g++.dg/torture/pr43879-1_1.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58662.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr64006.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr48661.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr60072.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr61673.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr49644.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr53688.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57281.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr52760.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr56899.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58365.c -Os (test for excess errors) FAIL: g++.dg/torture/pr46149.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr59229.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57860.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58662.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr64006.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr44535.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr60072.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr48695.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr53688.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr61673.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr58365.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57281.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr52760.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr56899.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr59229.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr49644.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr43879-1_1.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr46149.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57860.c -Os (test for excess errors) FAIL: g++.dg/torture/pr47382.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58662.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr64006.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr60072.c -Os (test for excess errors) FAIL: g++.dg/torture/pr44535.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr53688.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr48695.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr58365.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr57281.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr61673.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr52760.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr59358.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr56899.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57860.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr58662.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr46149.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr49644.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr60072.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr64006.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr47382.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr53688.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57281.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr43879-1_1.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr44535.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr52760.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58385.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr48695.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr61673.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr59358.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr56899.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57860.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58662.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr60072.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr53688.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr49644.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr64006.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr57321.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr47382.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58385.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr52979-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr44535.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr61673.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58662.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr56899.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr48695.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr59358.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr57861.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-5.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr60454.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr53688.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr64006.c -Os (test for excess errors) FAIL: g++.dg/torture/pr49644.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr57321.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr47382.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58385.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr52979-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr58662.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr61673.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr65170.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59358.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr57861.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr44535.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr48695.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr60454.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr54471.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr64006.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57321.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58385.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr47382.C -Os (test for excess errors) FAIL: g++.dg/torture/pr45843.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58726.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr61673.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr52979-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr65170.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57861.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr59358.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr60454.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr44535.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr54471.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr64006.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr48695.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57321.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58385.c -Os (test for excess errors) FAIL: g++.dg/torture/pr47382.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr58726.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr45843.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr61682.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr52979-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr65170.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr57861.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr59358.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr60454.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr54471.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr64255.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr57321.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58385.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr48695.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr46287.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58726.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr61682.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-6.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr47382.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr52979-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr65170.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr45843.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr31863.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr59358.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr60454.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57861.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr64255.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57321.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr54471.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr58385.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr48695.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58726.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr46287.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr61682.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr51903.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr52979-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr65170.c -Os (test for excess errors) FAIL: g++.dg/torture/pr47541.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59358.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr45843.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr60454.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57861.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57321.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58387.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr51903.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr64255.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr54471.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58726.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr61682.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr52979-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65170.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr51903.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr46287.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr47541.C -O1 (test for excess errors) FAIL: g++.dg/torture/pr49770.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59387.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr60454.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr57861.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr45843.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58387.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr51903.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr54471.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr64255.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58726.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr65170.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr61682.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr65418-2.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr51903.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57861.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr59387.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr60822.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr46287.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr47541.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr49770.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr58387.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr54471.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr45843.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr64255.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58726.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr51903.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr61682.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr65418-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57875.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58831.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59387.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr51903.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr60822.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58387.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr55875.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr54471.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58831.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr64255.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr49770.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr61682.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr46287.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr47541.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr45843.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65418-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr57875.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr58831.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr59387.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr60822.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58387.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr54937.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr64255.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58831.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr55875.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr61682.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-1.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr49770.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr65418-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr58831.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr47541.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57875.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr46287.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr59387.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr60822.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58387.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr54937.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr64260.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58831.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-6.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr61725.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-1.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr55875.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58831.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr65418-2.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr49770.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr59387.c -Os (test for excess errors) FAIL: g++.dg/torture/pr47541.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr58387.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr60822.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57875.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-1.c -Os (test for excess errors) FAIL: g++.dg/torture/pr46287.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr54937.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58831.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr64260.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr61725.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-1.c -Os (test for excess errors) FAIL: g++.dg/torture/pr49039.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr65418-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr59387.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr58419.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr55875.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr60822.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr49770.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr47541.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr54937.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr58943.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr57875.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr64260.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr61725.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr46287.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr49039.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65418-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr59387.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr58419.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr60822.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr46364.C -O0 (test for warnings, line 6) FAIL: g++.dg/torture/pr46364.C -O0 (test for excess errors) FAIL: g++.dg/torture/pr49770.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr54937.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr55875.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58943.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57875.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr64260.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr61725.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr65418-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr46364.C -O1 (test for warnings, line 6) FAIL: g++.dg/torture/pr46364.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr59388.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr49039.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58419.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr49938.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr60960.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr54937.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57875.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr58943.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr46364.C -O2 (test for warnings, line 6) FAIL: g++.dg/torture/pr46364.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr49938.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-2.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr53364.C -O0 (test for excess errors) FAIL: g++.dg/torture/pr55875.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr61725.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr64260.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr65427.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59388.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr46364.C -O3 -g (test for warnings, line 6) FAIL: g++.dg/torture/pr46364.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr60960.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr54937.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr58419.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-2.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr49938.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr57875.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58943.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr49039.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-2.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr31863.C -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-6.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr61725.c -Os (test for excess errors) FAIL: g++.dg/torture/pr46364.C -Os (test for warnings, line 6) FAIL: g++.dg/torture/pr46364.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr64260.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr59388.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr65427.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr49938.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr55875.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr53364.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr54937.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr46364.C -O2 -flto -flto-partition=none (test for warnings, line 6) FAIL: g++.dg/torture/pr46364.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr60960.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58943.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58419.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr57876.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr61725.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr49938.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr46364.C -O2 -flto (test for warnings, line 6) FAIL: g++.dg/torture/pr46364.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr64260.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr49039.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr59388.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr65427.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr49938.C -Os (test for excess errors) FAIL: g++.dg/torture/pr53364.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr55875.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr54985.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr58943.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr60960.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58419.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr61725.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr57876.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr64260.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr49938.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr59388.c -Os (test for excess errors) FAIL: g++.dg/torture/pr49039.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr65427.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr58943.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr54985.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-2.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr49938.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-2.c -Os (test for excess errors) FAIL: g++.dg/torture/pr53364.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr60960.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58419.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr62151.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr57876.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr64682.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59388.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr49039.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr65427.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr54985.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58984.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr60960.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr50189.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58419.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr53364.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr62151.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr59388.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr64682.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57876.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr49039.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65427.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr58984.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr60960.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr54985.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr58431.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr62151.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr50189.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr59413.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr64682.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr53364.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57876.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr65427.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57344-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr49115.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58984.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr54985.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58431.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr62151.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr59413.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr64682.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr50189.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr65427.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr57876.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr67226.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr53364.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58984.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr49115.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr54985.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58431.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr62151.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr59413.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr64682.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr57876.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr67226.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65648.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr50189.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58984.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-1.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr49115.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr54985.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr58431.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr59413.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr62151.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr64682.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57876.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr67226.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr65648.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr58984.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-3.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr50189.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr54985.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr62151.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr58431.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr49115.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr59413.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr64682.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57877.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr67226.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr65648.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58984.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr62151.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr50189.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68376-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr64682.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58431.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr59413.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr57877.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr67226.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58984.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr49115.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr65648.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr63209.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr68376-1.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr50189.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr64718.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59413.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr58431.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr67226.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57877.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr59014-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr65648.c -Os (test for excess errors) FAIL: g++.dg/torture/pr49115.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr63209.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68376-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr64718.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr59413.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58431.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr67226.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr59014-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65648.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57877.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-2.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr49115.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr63209.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr64718.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68376-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr67714.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58564.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59643.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59014-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr65648.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57877.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr63209.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr64718.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr68376-1.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr49394.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr67714.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr58564.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr59643.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr59014-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr65956.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr57877.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr63209.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr64718.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr68376-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58564.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr49394.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr67714.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr59014-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr65956.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr57877.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr59643.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr63209.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr64718.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68376-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr58564.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr59014-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr57877.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr67714.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-4.c -Os (test for excess errors) FAIL: g++.dg/torture/pr49394.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr65956.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr63209.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr64718.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr59643.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr68376-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58564.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr59014-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr67714.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58209.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr65956.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr63302.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr64756.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr49394.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr68376-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59643.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58564.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr59014.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr67714.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58209.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65956.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr64756.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr63302.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68376-2.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr49394.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58564.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr59643.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr59014.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr67714.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-5.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58209.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr65956.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr64756.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr63302.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68376-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr58570.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59643.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr67714.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr59014.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr49394.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-5.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65956.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58209.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr64756.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr63302.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr59643.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58570.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68376-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr67781.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59014.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-3.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr49394.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr66187.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-5.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr64756.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr58209.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr63302.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58570.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr49519.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59747.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr67781.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr59014.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr68376-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr66187.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-5.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr64756.c -Os (test for excess errors) FAIL: g++.dg/torture/pr49519.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr63302.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr58209.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr58570.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr59747.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr67781.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68376-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr49519.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr59014.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr66187.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr64756.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-5.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr63302.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr58209.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr58570.c -Os (test for excess errors) FAIL: g++.dg/torture/pr49519.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr59747.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr59014.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68376-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr67781.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr33572.C -O0 (test for excess errors) FAIL: g++.dg/torture/pr49519.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr64756.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr66187.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr58209.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr63641.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr58570.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr49519.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr33572.C -O1 (test for excess errors) FAIL: g++.dg/torture/pr53970.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59747.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr59014.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68381.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr67781.c -Os (test for excess errors) FAIL: g++.dg/torture/pr33572.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr49519.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr61306-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr64957.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr65215-5.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr66187.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr69097-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr63641.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr58570.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr33572.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr53970.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr59747.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr67781.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68381.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr70127.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr64957.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65216.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr33572.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr61375.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr66187.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr69097-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr63641.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr71335.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr33572.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr59747.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr53970.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr67781.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68381.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr70127.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr64957.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr61375.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65216.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr66187.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr33572.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr69097-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr63641.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr71335.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr60750.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr59747.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr53970.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr67929_1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr70127.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68381.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr64957.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr61375.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr66233.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr60750.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65216.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr69097-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr63641.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr71335.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr60003.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr67929_1.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr53970.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr68381.c -Os (test for excess errors) FAIL: g++.dg/torture/pr60750.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr70127.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr64957.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr61375.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr66233.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65216.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr69097-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr71335.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr63641.c -Os (test for excess errors) FAIL: g++.dg/torture/pr60750.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr60003.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr67929_1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68381.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr70127.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr60750.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr64957.c -Os (test for excess errors) FAIL: g++.dg/torture/pr53970.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr69097-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr61375.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr65216.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr66233.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr63641.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr71335.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr60750.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr60003.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr67929_1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr68381.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr49628.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr70127.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr64957.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr53970.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr69097-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr61375.c -Os (test for excess errors) FAIL: g++.dg/torture/pr60750.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65216.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr66233.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr49628.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr71335.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr63641.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr67929_1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr68390.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr60003.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr64957.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr70127.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr53970.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr69097-2.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr49628.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr61375.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr65216.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr66233.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr71335.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr63659.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr67929_1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68390.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr49628.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr60003.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr64979.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr70127.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr61375.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr69097-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65216.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr49628.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr71335.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr66233.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr67929_1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr63659.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68390.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr60003.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr64979.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr49628.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr70222-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr77766.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr69097-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr65369.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr49628.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr71494.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr66233.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68143_1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr63659.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68390.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr60003.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr64979.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr70222-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr77766.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr49628.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr69097-2.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr63632.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr66233.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65369.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68143_1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr71494.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr63659.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr60003.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68390.c -Os (test for excess errors) FAIL: g++.dg/torture/pr59163.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr64979.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr70222-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr77766.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr69097-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr66556.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr63632.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68143_1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr71494.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr65369.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68390.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr63659.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr59163.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr70222-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr69097-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr77766.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr78675.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr64979.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr66556.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68143_1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr71494.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr68390.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr63632.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr63659.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr65369.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr59163.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr69097-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr70222-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr78675.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr77766.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr58201_1.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr66556.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr64979.c -Os (test for excess errors) FAIL: g++.dg/torture/pr69355.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr71494.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr68143_1.c -Os (test for excess errors) FAIL: g++.dg/torture/pr56837.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr68506.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr63632.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr63659.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr65369.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr70222-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr78675.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr77766.c -Os (test for excess errors) FAIL: g++.dg/torture/pr59163.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr64979.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr66556.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr71494.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68143_1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-1.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr56837.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr63659.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68506.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65369.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr63632.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr70222-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr69355.C -O1 (test for excess errors) FAIL: g++.dg/torture/pr58201_1.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr77766.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr78675.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr64979.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr71494.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68143_1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr66556.c -Os (test for excess errors) FAIL: g++.dg/torture/pr59163.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr63843.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr56837.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68506.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr65369.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr63632.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr70222-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr77766.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr67600.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr65053-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr66556.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68185.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr71550.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr78675.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr69355.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr63843.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr59163.C -Os (test for excess errors) FAIL: g++.dg/torture/pr56837.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr65401.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr68506.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr67600.C -O1 (test for excess errors) FAIL: g++.dg/torture/pr58201_1.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr70222-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr63632.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr77767.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr65053-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr66556.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr71550.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68185.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr78675.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr63843.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr67600.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr69355.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr59163.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr65401.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr70222-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68506.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr67600.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr56837.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr77767.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr66757.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr65053-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78675.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr71550.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68185.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr63843.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr67600.C -Os (test for excess errors) FAIL: g++.dg/torture/pr59163.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr58201_1.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr65401.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr69355.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr77767.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr70222-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr66757.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68506.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr65053-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr78675.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr67600.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr56837.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr71550.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr63843.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr68185.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-2.c -Os (test for excess errors) FAIL: g++.dg/torture/pr67600.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr77767.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr66757.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr70222-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr65401.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr68506.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr65053-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr78720.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr69355.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr56837.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr63843.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr71550.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68185.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr58201_1.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr66757.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr77767.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr70222-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68506.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65401.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr65053-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr78720.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr63843.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr56837.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr71550.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-3.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr69355.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68185.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr70222-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr77767.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr66757.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr65401.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr65053-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68532.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr78720.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr79354.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr58201_1.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr71550.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68185.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr77767.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr77745-2.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr70429.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr66757.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr69553.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr65053-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65401.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr78720.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr68532.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr79354.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr71550.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68185.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr78170.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr66757.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr70429.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr77745-2.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr69553.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65401.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65053-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr78720.c -Os (test for excess errors) FAIL: g++.dg/torture/pr58201_1.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68532.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr79354.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr71554.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr68249.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr78170.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr66940.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr70429.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-4.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr77745-2.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr69553.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78720.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr65053-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65418-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr79354.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68532.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr71554.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68249.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr78170.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr66940.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr70429.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr68184.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78720.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65053-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr65418-1.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr77745-2.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr79354.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr69553.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr71554.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68532.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78170.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr66940.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr70429.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr68249.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr68184.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78726.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr65053-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-4.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr79354.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr65418-1.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr77745-2.C -Os (test for excess errors) FAIL: g++.dg/torture/pr69553.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr71554.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr66940.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr70429.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr78170.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr68532.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68249.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr68184.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78726.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr65053-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr79354.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr69320-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65418-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr77745-2.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr71554.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr66940.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr70429.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68532.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr78170.c -Os (test for excess errors) FAIL: g++.dg/torture/pr69553.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr63366.C -O0 (test for warnings, line 9) FAIL: g++.dg/torture/pr63366.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr78726.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68249.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr79354.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65053-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr69403.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr68184.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr71554.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr66940.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr65418-1.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr77745-2.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68532.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr70460.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr78170.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr63366.C -O1 (test for warnings, line 9) FAIL: g++.dg/torture/pr63366.C -O1 (test for excess errors) FAIL: g++.dg/torture/pr69553.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr78726.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr65053-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr79388.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr69403.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68249.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr71554.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr63366.C -O2 (test for warnings, line 9) FAIL: g++.dg/torture/pr63366.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr66940.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65418-1.c -Os (test for excess errors) FAIL: g++.dg/torture/pr68184.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr68624.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr70460.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr78170.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr77745.C -O0 (test for excess errors) FAIL: g++.dg/torture/pr63366.C -O3 -g (test for warnings, line 9) FAIL: g++.dg/torture/pr63366.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78726.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr65053-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr79388.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr69403.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr71626-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr68249.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr67037.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr65418-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr63366.C -Os (test for warnings, line 9) FAIL: g++.dg/torture/pr63366.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr68624.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr70460.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78378.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr68184.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr78726.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr63366.C -O2 -flto -flto-partition=none (test for warnings, line 9) FAIL: g++.dg/torture/pr63366.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr77745.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr81423.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr79388.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr69403.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr71626-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68249.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr65418-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr67037.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68624.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr63366.C -O2 -flto (test for warnings, line 9) FAIL: gcc.c-torture/execute/pr78378.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr63366.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr70460.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78726.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr68184.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr81423.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr79388.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr77745.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr71626-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr69403.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr68250.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr82524.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr67037.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68624.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr78378.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr70460.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr78791.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr81423.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr79388.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr71626-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr69403.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68250.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr82524.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr77745.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78378.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr68624.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr70460.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr67037.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr78791.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr79388.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr81423.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr71626-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr69403.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68250.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr82524.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78378.c -Os (test for excess errors) FAIL: g++.dg/torture/pr77745.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr68624.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr70460.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr81423.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr79388.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr78791.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr67037.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr71626-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr69447.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr82524.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr68250.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr78378.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68624.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr70566.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr81423.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr78791.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr71626-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr79450.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr67037.c -Os (test for excess errors) FAIL: g++.dg/torture/pr77745.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr69447.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr82524.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr78378.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68624.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68250.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr81423.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr70566.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr78791.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr71626-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr67037.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr79450.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr69447.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr82524.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr77745.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr82084.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr78436.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr68648.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr78791.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr81503.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr68250.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr70566.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr71626-2.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr82084.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr67037.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr79450.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr82524.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr69447.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78436.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68648.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr78791.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr82084.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr81503.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68250.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr70566.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr71626-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr79450.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr84524.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr82084.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr69447.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr82954.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr78436.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78856.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr68648.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr81503.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr82084.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr68250.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr70566.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr71626-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr79450.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr69447.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr84524.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr82954.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr78436.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr82084.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr78856.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68648.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr81503.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr68321.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr70566.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr71626-2.c -Os (test for excess errors) FAIL: g++.dg/torture/pr82084.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr79450.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr69447.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr84524.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78436.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr82954.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68648.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr78856.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr81503.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr68321.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr70566.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr71626-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr79450.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr80129.C -O0 (test for excess errors) FAIL: g++.dg/torture/pr81365.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr69691.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr78436.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr82954.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr84524.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr68648.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr81503.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr71571.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr78856.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr70586.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr71626-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68321.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr79450.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr80129.C -O1 (test for excess errors) FAIL: g++.dg/torture/pr81365.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr69691.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr78436.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68648.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr82954.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr81503.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr84524.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78856.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr71571.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr70586.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr71631.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr68321.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr79737-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr80129.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr81365.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78438.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr82954.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68841.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr81555.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr69691.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr84524.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr78856.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr70586.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr71631.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr71571.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr79737-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68321.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr80129.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr82954.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr78438.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68841.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr81555.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr84524.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr81365.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78856.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr70586.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr71631.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr79737-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68321.c -Os (test for excess errors) FAIL: g++.dg/torture/pr71571.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr69691.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr80129.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr83269.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr78438.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68841.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr81555.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr84524.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr78856.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr70586.c -Os (test for excess errors) FAIL: g++.dg/torture/pr81365.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr68321.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr71631.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr79737-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr83269.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr78438.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr80129.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr71571.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr68841.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr81555.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr70586.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr79043.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr69691.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr81365.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68321.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr71631.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr79737-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr84748.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr83269.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78438.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr70586.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr71571.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr80129.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr81555.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr68841.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr79043.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr81365.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68328.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr69691.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr71631.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr84748.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr79737-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr83269.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78438.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr70602.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr81555.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr68841.c -Os (test for excess errors) FAIL: g++.dg/torture/pr71571.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr79043.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr70526.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr68328.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr71631.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr79737-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr69691.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr83269.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr84748.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78438.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr81555.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr70602.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68841.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr79043.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr68328.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr71631.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr79737-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr71874.C -O0 (test for excess errors) FAIL: g++.dg/torture/pr70526.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr69691.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr83269.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr84748.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78477.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr81556.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr70602.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68841.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr78812.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr79043.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr68328.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr71700.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr79737-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr83269.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr71874.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr70005.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr84748.c -Os (test for excess errors) FAIL: g++.dg/torture/pr70526.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78477.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr81556.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr70602.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr68911.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr71700.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr79043.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr78812.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68328.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr79737-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr83298.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr70005.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr71874.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr84748.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr70526.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78477.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr71700.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr81556.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68911.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr79043.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr70602.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr68328.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr79737-2.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr78812.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr83298.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr70005.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr84748.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr71874.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr70526.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr71700.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78477.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr79121.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr68911.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr81556.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr70602.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr68328.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr79737-2.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr78812.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr83298.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr70005.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr85095.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr71700.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr78477.c -Os (test for excess errors) FAIL: g++.dg/torture/pr71874.C -Os (test for excess errors) FAIL: g++.dg/torture/pr70526.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr70602.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr81556.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr79121.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr68911.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr68328.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr79737-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr70005.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr83298.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr85095.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr78812.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr71700.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr78477.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr71874.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr70526.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr70602.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr81556.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr79121.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr86492.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr68911.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr79737-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr70005.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr83298.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr85095.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78477.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr71700.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr78812.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr70903.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr71874.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr86492.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr81556.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr68911.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr79121.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr79737-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr70005.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr83298.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr85095.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78559.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr7284-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr78812.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr70903.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr77555.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr86492.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr68911.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr81588.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr80153.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr79121.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr83298.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr85095.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr78559.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr7284-1.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr80334.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr70903.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr86492.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr68911.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr81588.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr77555.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr80153.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr79121.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr83298.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/vshuf-v16qi.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr85095.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr7284-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78559.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr70903.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr86492.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/simd-6.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr80334.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr81588.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr79121.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr80153.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr77555.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr83362.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr85095.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr7284-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78559.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/vshuf-v16qi.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr86492.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/simd-6.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr70903.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr79286.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr80334.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr81588.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr80153.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr83362.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr85156.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr7284-1.c -Os (test for excess errors) FAIL: g++.dg/torture/pr77555.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78559.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr78189.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr86492.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr70903.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr79286.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/simd-6.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr81588.c -Os (test for excess errors) FAIL: g++.dg/torture/vshuf-v16qi.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr7284-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr80153.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr80334.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr85156.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr78189.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/printf-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr83362.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78559.c -Os (test for excess errors) FAIL: g++.dg/torture/pr77555.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr70903.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.c-torture/execute/printf-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr79286.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/simd-6.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr78189.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr81877.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr81588.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr7284-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/printf-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr80153.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr85156.c -O2 (test for excess errors) FAIL: g++.dg/torture/vshuf-v8qi.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr78559.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr83362.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr71083.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr78189.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr80334.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr77555.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/vshuf-v16qi.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/printf-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr79286.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/simd-6.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr81588.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr77718.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr80153.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr78189.C -Os (test for excess errors) FAIL: g++.dg/torture/pr81877.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/printf-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr85156.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78559.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/printf-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr83362.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr71083.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr79180.C -O0 (test for excess errors) FAIL: g++.dg/torture/pr78189.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/vshuf-v8qi.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr79286.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/simd-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr81913.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr80334.C -Os (test for excess errors) FAIL: g++.dg/torture/pr77555.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr77718.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr80153.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/vshuf-v16qi.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr85156.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/printf-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr78189.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr81877.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78586.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr83362.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr71083.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/printf-chk-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-1.C -O0 (test for excess errors) FAIL: g++.dg/torture/pr79180.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/simd-6.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr79286.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr81913.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr77718.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/printf-chk-1.c -O1 (test for excess errors) FAIL: g++.dg/torture/vshuf-v8qi.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr80421.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr85156.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr80334.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/vshuf-v16qi.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr78586.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/printf-chk-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr83362.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr81877.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr71083.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr79286.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-1.C -O0 -fpic (test for excess errors) FAIL: g++.dg/torture/pr79180.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr81913.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr83283.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/printf-chk-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr77718.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr85156.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr80421.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr78586.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr71002.C -O0 (test for excess errors) FAIL: g++.dg/torture/pr80334.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/printf-chk-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr83362.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr79286.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/vshuf-v8qi.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/vshuf-v16qi.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr71083.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr81877.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/printf-chk-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr81913.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr79180.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-1.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr77718.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr85169.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr83283.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr80421.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78586.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/printf-chk-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr83383.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec1.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr71002.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr71083.c -Os (test for excess errors) FAIL: g++.dg/torture/vshuf-v8qi.C -Os (test for excess errors) FAIL: g++.dg/torture/vshuf-v2df.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr81913.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr81877.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr77718.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr85169.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp ... FAIL: g++.dg/torture/pr79180.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr78586.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr83383.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pta-field-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr83283.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr80421.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-1.c -O2 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-1.C -O1 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr71083.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr71002.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr81913.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr77718.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/vshuf-v8qi.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/vshuf-v2df.C -O1 (test for excess errors) FAIL: g++.dg/torture/pr81877.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr78586.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr85169.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr79180.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr83383.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pta-field-1.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp ... FAIL: gcc.c-torture/execute/pr80421.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr71083.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr81913.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr83283.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/struct-aliasing-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/pushpop_macro.C -O0 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-1.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr78586.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr71002.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr81877.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/vshuf-v8qi.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pta-field-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr85169.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr83383.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/vshuf-v2df.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-1.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr79180.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr80421.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr81913.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/unroll-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec2.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tsan/tsan.exp ... FAIL: gcc.c-torture/execute/struct-aliasing-1.c -O1 (test for excess errors) FAIL: g++.dg/torture/pushpop_macro.C -O1 (test for excess errors) FAIL: g++.dg/torture/pr83283.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78617.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr81884.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pta-field-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr83383.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr85169.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-1.C -O2 -fpic (test for excess errors) FAIL: g++.dg/torture/pr71002.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr80421.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr82192.c -O0 (test for excess errors) FAIL: g++.dg/torture/vshuf-v8si.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/unroll-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/struct-aliasing-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-1.c -Os (test for excess errors) FAIL: g++.dg/torture/vshuf-v2df.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr78617.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pushpop_macro.C -O2 (test for excess errors) FAIL: g++.dg/torture/pr83283.C -Os (test for excess errors) FAIL: g++.dg/torture/pr81884.C -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/ubsan/ubsan.exp ... FAIL: gcc.c-torture/execute/pr83383.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pta-field-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr85169.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr80421.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/unroll-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr82192.c -O1 (test for excess errors) FAIL: g++.dg/torture/pr71002.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/struct-aliasing-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/vshuf-v8si.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr78617.c -O2 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-1.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pushpop_macro.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/vshuf-v2df.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr83383.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr83283.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pta-field-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr81884.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr85169.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr80501.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-2.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/vect/vect.exp ... FAIL: gcc.c-torture/execute/pr82192.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/unroll-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/struct-aliasing-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr78617.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr71002.C -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp ... FAIL: g++.dg/torture/vshuf-v8si.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pta-field-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pushpop_macro.C -Os (test for excess errors) FAIL: g++.dg/torture/vshuf-v2df.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr85169.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr83477.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr83283.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-1.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.c-torture/execute/pr80501.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-3.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr81884.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/struct-aliasing-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/unroll-1.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp ... FAIL: gcc.c-torture/execute/pr82192.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tsan/tsan.exp ... FAIL: gcc.c-torture/execute/stdarg-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr78617.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp ... FAIL: gcc.c-torture/execute/pta-field-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr85331.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr84502.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr83477.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tsan/tsan.exp ... FAIL: g++.dg/torture/pushpop_macro.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr80501.c -O2 (test for excess errors) FAIL: g++.dg/torture/vshuf-v2df.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/struct-aliasing-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr81884.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/unroll-1.c -Os (test for excess errors) FAIL: g++.dg/torture/vshuf-v8si.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr82192.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr78617.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-1.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr79671.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pta-field-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr85331.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr83477.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr84502.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr80501.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pushpop_macro.C -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/ubsan/ubsan.exp ... FAIL: gcc.c-torture/execute/strct-pack-3.c -O2 (test for excess errors) FAIL: g++.dg/torture/vshuf-v2di.C -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/ubsan/ubsan.exp ... FAIL: gcc.c-torture/execute/scal-to-vec2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/unroll-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/struct-cpy-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr82192.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr78617.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr81884.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/vshuf-v8si.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pta-field-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr85331.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr79671.C -O1 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-1.C -O3 -g -fpic (test for excess errors) FAIL: gcc.c-torture/execute/pr83477.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr80501.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/pr84502.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/unroll-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr82192.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/vshuf-v2di.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/struct-cpy-1.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/vect/vect.exp ... FAIL: gcc.c-torture/execute/va-arg-17.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/vect/vect.exp ... FAIL: gcc.c-torture/execute/pta-field-2.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr81884.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/vshuf-v8si.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr85331.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr79671.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr80501.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr83477.c -Os (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-1.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-3.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr84502.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/usmul.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr82210.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/struct-cpy-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-17.c -O1 (test for excess errors) FAIL: g++.dg/torture/vshuf-v2di.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pta-field-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr85331.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr80501.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr83477.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/vshuf-v8si.C -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp ... FAIL: g++.dg/torture/pr79671.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/pr81977.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/usmul.c -O1 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-1.C -Os -fpic (test for excess errors) FAIL: g++.dg/torture/pr84502.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr82210.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/struct-cpy-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pta-field-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-17.c -O2 (test for excess errors) FAIL: g++.dg/torture/pr81977.C -O1 (test for excess errors) FAIL: g++.dg/torture/vshuf-v2di.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr85331.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr83477.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr79671.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-2.c -Os (test for excess errors) FAIL: g++.dg/torture/pr81977.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/usmul.c -O2 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-alloca-1.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr81281.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/struct-cpy-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pta-field-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr82210.c -O2 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-1.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr84502.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-17.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr85331.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr81977.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr84169.c -O0 (test for excess errors) FAIL: g++.dg/torture/vshuf-v2di.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-3.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr79671.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/pr81977.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr81281.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/usmul.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec3.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/tail-padding1.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/struct-cpy-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ptr-arith-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-alloca-1.C -O0 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/pr82210.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr85529-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/pr84502.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr84169.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp ... FAIL: g++.dg/torture/pr81977.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-1.C -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-17.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-4.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp ... FAIL: g++.dg/torture/vshuf-v2di.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/pr79671.C -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tsan/tsan.exp ... FAIL: gcc.c-torture/execute/pr81281.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/usmul.c -Os (test for excess errors) FAIL: g++.dg/torture/pr81977.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/struct-cpy-1.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp ... FAIL: gcc.c-torture/execute/ptr-arith-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec3.c -Os (test for excess errors) FAIL: g++.dg/torture/tail-padding1.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr85529-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr84169.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-17.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr82210.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-4.c -O1 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-alloca-1.C -O1 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-1.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/vshuf-v2di.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/usmul.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr81281.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/ptr-arith-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec3.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/ubsan/ubsan.exp ... FAIL: gcc.c-torture/execute/pr84169.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tsan/tsan.exp ... FAIL: gcc.c-torture/execute/pr85529-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-17.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr82210.c -Os (test for excess errors) FAIL: g++.dg/torture/tail-padding1.C -O2 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-alloca-1.C -O1 -fpic (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-1.C -O2 -flto -fpic (test for excess errors) FAIL: gcc.c-torture/execute/usmul.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/vshuf-v2sf.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr81281.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ptr-arith-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/scal-to-vec3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr84169.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr85529-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-18.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr82210.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-4.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/vect/vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/ubsan/ubsan.exp ... FAIL: g++.dg/torture/tail-padding1.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr81281.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-2.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ptr-arith-1.c -Os (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-alloca-1.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/scope-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr84169.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/vshuf-v2sf.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-18.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr85529-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr82210.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-4.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr81281.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/tail-padding1.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/ptr-arith-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/scope-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-1.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-2.C -O0 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/pr84169.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/vect/vect.exp ... FAIL: g++.dg/torture/vshuf-v2sf.C -O2 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-alloca-1.C -O2 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-18.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr85529-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr82387.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/ptr-arith-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/tail-padding1.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/scope-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr84339.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-2.C -O1 (test for excess errors) FAIL: g++.dg/torture/vshuf-v2sf.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-alloca-1.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr85529-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-18.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr82387.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/scope-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr84339.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pure-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/tail-padding1.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-2.C -O1 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/pr85529-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/vshuf-v2sf.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/strct-stdarg-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-18.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr82387.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-1.c -Os (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-alloca-1.C -O3 -g -fpic (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/scope-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr84339.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pure-1.c -O1 (test for excess errors) FAIL: g++.dg/torture/type-generic-1.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr85529-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-18.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/strct-stdarg-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr82387.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/vshuf-v2sf.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-2.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-3.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/scope-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr84339.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pure-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr85529-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-18.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-alloca-1.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr82387.c -Os (test for excess errors) FAIL: g++.dg/vect/pr33426-ivdep-4.cc (test for warnings, line ) FAIL: gcc.c-torture/execute/strct-stdarg-1.c -O2 (test for excess errors) FAIL: g++.dg/vect/pr33426-ivdep-4.cc (test for excess errors) FAIL: g++.dg/vect/pr33426-ivdep-4.cc scan-tree-dump-times original "ANNOTATE_EXPR " 1 FAIL: g++.dg/torture/type-generic-1.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-2.c -O1 (test for excess errors) FAIL: g++.dg/torture/vshuf-v2sf.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-2.C -O2 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/scope-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-4.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.c-torture/execute/pr84339.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pure-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr85529-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-19.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr82387.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-alloca-1.C -Os -fpic (test for excess errors) FAIL: gcc.c-torture/execute/strct-stdarg-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-10.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-3.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/type-generic-1.C -O2 (test for excess errors) FAIL: g++.dg/torture/vshuf-v2si.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-4.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.c-torture/execute/pr84339.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/shiftdi.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pure-1.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp ... FAIL: gcc.c-torture/execute/pr85529-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-2.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tsan/tsan.exp ... FAIL: gcc.c-torture/execute/va-arg-19.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr82387.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tsan/tsan.exp ... FAIL: gcc.c-torture/execute/strct-stdarg-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-2.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-alloca-1.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr84339.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-10.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/shiftdi.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pure-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/vshuf-v2si.C -O1 (test for excess errors) FAIL: g++.dg/torture/type-generic-1.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr85529-2.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.c-torture/execute/pr82388.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-19.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/ubsan/ubsan.exp ... FAIL: gcc.c-torture/execute/struct-ini-2.c -Os (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-2.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/ubsan/ubsan.exp ... FAIL: gcc.c-torture/execute/strct-stdarg-1.c -Os (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-alloca-1.C -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-5.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pure-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/shiftdi.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr84478.c -O0 (test for excess errors) FAIL: g++.dg/torture/vshuf-v2si.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr85529-2.c -Os (test for excess errors) FAIL: g++.dg/vect/pr84556.cc -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/pr82388.c -O1 (test for excess errors) FAIL: g++.dg/vect/pr64410.cc -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-10.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-2.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp ... FAIL: gcc.c-torture/execute/va-arg-19.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/type-generic-1.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/strct-stdarg-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/vect/pr64410.cc -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-5.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/vect/vect.exp ... FAIL: g++.dg/torture/stackalign/eh-alloca-1.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pushpop_macro.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/shiftdi.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/vect/vect.exp ... FAIL: g++.dg/torture/stackalign/throw-2.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr85529-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr84478.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr82388.c -O2 (test for excess errors) FAIL: g++.dg/torture/vshuf-v2si.C -O3 -g (test for excess errors) FAIL: g++.dg/vect/pr84556.cc -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/vect/pr64410.cc -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-19.c -Os (test for excess errors) FAIL: g++.dg/torture/type-generic-1.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/strct-stdarg-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pushpop_macro.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tsan/tsan.exp ... FAIL: gcc.c-torture/execute/va-arg-5.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/shiftdi.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/pr85529-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-alloca-1.C -O2 -flto -fpic (test for excess errors) FAIL: gcc.c-torture/execute/pr82388.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr84478.c -O2 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-2.C -O3 -g -fpic (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-19.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-4.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/vshuf-v2si.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/pushpop_macro.c -O2 (test for excess errors) FAIL: g++.dg/torture/type-generic-1.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/shiftdi.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/strct-varg-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-5.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-10.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr85756.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr82388.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/ubsan/ubsan.exp ... FAIL: gcc.c-torture/execute/pr84478.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-19.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pushpop_macro.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/shiftdi.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/vshuf-v2si.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-2.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/strct-varg-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr82388.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-5.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.old-deja/old-deja.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.old-deja/old-deja.exp ... FAIL: gcc.c-torture/execute/stdarg-4.c -Os (test for excess errors) FAIL: g++.dg/torture/vshuf-v16hi.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr85756.c -O1 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-global-1.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr84478.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pushpop_macro.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/shiftopt-1.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/vect/vect.exp ... FAIL: g++.dg/torture/vshuf-v2si.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr82388.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/strct-varg-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr85756.c -O2 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-2.C -Os -fpic (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-global-1.C -O0 -fpic (test for excess errors) FAIL: g++.dg/torture/vshuf-v16hi.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-3.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr84478.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-10.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pushpop_macro.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/shiftopt-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-5.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/vla-dealloc-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/strct-varg-1.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/vshuf-v4df.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/stdarg-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr85756.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-2.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-3.c -Os (test for excess errors) FAIL: g++.old-deja/g++.abi/primary5.C -std=c++98 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-global-1.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/stkalign.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pushpop_macro.c -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.abi/cxa_vec.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/pr84478.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/shiftopt-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/vla-dealloc-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-6.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/stkalign.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/strct-varg-1.c -Os (test for excess errors) FAIL: g++.dg/torture/vshuf-v16hi.C -O2 (test for excess errors) FAIL: g++.old-deja/g++.abi/cxa_vec.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/stkalign.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr85756.c -Os (test for excess errors) FAIL: g++.dg/torture/vshuf-v4df.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-10.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-2.C -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: g++.dg/vect/pr68762-1.cc -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.abi/primary5.C -std=c++11 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-global-1.C -O1 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/shiftopt-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/regstack-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/pr84478.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/vla-dealloc-1.c -O2 (test for excess errors) FAIL: g++.old-deja/g++.abi/cxa_vec.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/stkalign.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.old-deja/old-deja.exp ... FAIL: gcc.c-torture/execute/va-arg-6.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/strct-varg-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/vect/pr68762-1.cc -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr85756.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/vect/pr68762-1.cc -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/stkalign.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-3.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-10.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/shiftopt-1.c -Os (test for excess errors) FAIL: g++.dg/torture/vshuf-v4df.C -O2 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-2.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/regstack-1.c -O1 (test for excess errors) FAIL: g++.old-deja/g++.abi/primary5.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/stkalign.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/wchar_t-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/vla-dealloc-1.c -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.abi/empty.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/strct-varg-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/vshuf-v16hi.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-6.c -O2 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-global-1.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/pr85756.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/stkalign.c -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.abi/ptrflags.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/shiftopt-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/vect/simd-clone-1.cc -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-10.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/regstack-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/strcmp-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-2.C -O2 -flto -fpic (test for excess errors) FAIL: gcc.c-torture/execute/wchar_t-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/vla-dealloc-1.c -Os (test for excess errors) FAIL: g++.old-deja/g++.abi/ptrflags.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-17.c -O0 (test for excess errors) FAIL: g++.dg/vect/simd-clone-1.cc -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/strcmp-1.c -O1 (test for excess errors) FAIL: g++.old-deja/g++.abi/empty.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-6.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/pr86231.c -O0 (test for excess errors) FAIL: g++.dg/torture/vshuf-v4df.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-4.c -O1 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-global-1.C -O2 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/shiftopt-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/vshuf-v16hi.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-11.c -O0 (test for excess errors) FAIL: g++.old-deja/g++.abi/ptrflags.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/strcmp-1.c -O2 (test for excess errors) FAIL: g++.dg/vect/simd-clone-1.cc -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase8-5.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/regstack-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/wchar_t-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/vla-dealloc-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-3.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-17.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/strcmp-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/pr86231.c -O1 (test for excess errors) FAIL: g++.old-deja/g++.abi/ptrmem.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-6.c -Os (test for excess errors) FAIL: g++.dg/vect/simd-clone-2.cc -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.abi/empty.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/simd-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/vshuf-v4df.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/strcmp-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-11.c -O1 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-global-1.C -O3 -g (test for excess errors) FAIL: g++.dg/torture/vshuf-v16hi.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/wchar_t-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/vla-dealloc-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/regstack-1.c -Os (test for excess errors) FAIL: g++.old-deja/g++.abi/ptrmem.C -std=gnu++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.old-deja/old-deja.exp ... FAIL: g++.dg/torture/stackalign/throw-3.C -O0 -fpic (test for excess errors) FAIL: g++.dg/vect/simd-clone-2.cc -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-17.c -O2 (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase8-5.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/strcmp-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/pr86231.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/vprintf-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/simd-1.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.old-deja/old-deja.exp ... FAIL: gcc.c-torture/execute/va-arg-2.c -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.abi/ptrmem.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/torture/vshuf-v4df.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-11.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/strcmp-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/vect/simd-clone-2.cc -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/wchar_t-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/regstack-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/vprintf-1.c -O1 (test for excess errors) FAIL: g++.dg/vect/simd-clone-3.cc -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase1.C -std=c++98 (test for excess errors) FAIL: g++.dg/torture/vshuf-v16hi.C -O2 -flto (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-global-1.C -O3 -g -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.c-torture/execute/va-arg-6.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/strcmp-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-17.c -O3 -g (test for excess errors) FAIL: g++.dg/vect/simd-clone-3.cc -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-4.c -Os (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-3.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/pr86231.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/vprintf-1.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp ... FAIL: g++.old-deja/g++.abi/vbase1.C -std=c++11 (test for excess errors) FAIL: g++.dg/vect/simd-clone-3.cc -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase8-5.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/simd-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/wchar_t-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/strcpy-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/vshuf-v4df.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-11.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3f.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/regstack-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/vprintf-1.c -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase1.C -std=c++14 (test for excess errors) FAIL: g++.dg/vect/simd-clone-4.cc -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-7.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.old-deja/old-deja.exp ... FAIL: gcc.c-torture/execute/strcpy-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-17.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3f.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/pr86231.c -Os (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-global-1.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/vprintf-1.c -Os (test for excess errors) FAIL: g++.old-deja/g++.abi/arraynew.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/wchar_t-1.c -O2 -flto (test for excess errors) FAIL: g++.dg/vect/simd-clone-4.cc -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tsan/tsan.exp ... FAIL: g++.dg/torture/stackalign/throw-3.C -O1 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/strcpy-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/simd-1.c -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase8-9.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-11.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/restrict-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/vprintf-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3f.C -std=c++14 (test for excess errors) FAIL: g++.dg/torture/vshuf-v4di.C -O0 (test for excess errors) FAIL: g++.old-deja/g++.abi/arraynew.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase2.C -std=c++98 (test for excess errors) FAIL: g++.dg/vect/simd-clone-4.cc -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-7.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/strcpy-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-17.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/struct-ini-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr86231.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/vprintf-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/widechar-1.c -O0 (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3g.C -std=c++98 (test for excess errors) FAIL: g++.dg/vect/simd-clone-5.cc -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.abi/arraynew.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/strcpy-1.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-global-1.C -Os -fpic (test for excess errors) FAIL: gcc.c-torture/execute/struct-ret-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/vprintf-chk-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/simd-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/restrict-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-11.c -Os (test for excess errors) FAIL: g++.dg/vect/simd-clone-5.cc -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase8-9.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-3.C -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/ubsan/ubsan.exp ... FAIL: gcc.c-torture/execute/va-arg-7.c -O2 (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3g.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/strcpy-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-17.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/pr86231.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/vshuf-v4di.C -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... FAIL: gcc.c-torture/execute/struct-ret-1.c -O1 (test for excess errors) FAIL: g++.dg/vect/simd-clone-5.cc -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/vprintf-chk-1.c -O1 (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/widechar-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/strcpy-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3g.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ret-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/simd-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/vprintf-chk-1.c -O2 (test for excess errors) FAIL: g++.dg/vect/simd-clone-6.cc -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-11.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/restrict-1.c -O2 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-global-1.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-7.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-18.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/strcpy-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/struct-ret-1.c -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase8-9.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-3.C -O2 -fpic (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3h.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/vprintf-chk-1.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/vshuf-v4di.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-20.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/vect/vect.exp ... FAIL: g++.dg/vect/simd-clone-6.cc -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/widechar-1.c -O2 (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ret-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20010226-1.c compilation, -O0 FAIL: g++.old-deja/g++.abi/layout1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.abi/vmihint.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/vprintf-chk-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/simd-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-11.c -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3h.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/restrict-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-18.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-7.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/struct-ret-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.benjamin/14687.C -std=c++98 (test for excess errors) FAIL: g++.dg/vect/simd-clone-6.cc -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/strcpy-2.c -O0 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-global-1.C -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.c-torture/execute/vprintf-chk-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.abi/vmihint.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3h.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-20.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/widechar-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/struct-ret-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20010226-1.c compilation, -O1 FAIL: gcc.c-torture/execute/vprintf-chk-1.c -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.benjamin/14687.C -std=c++11 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-3.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.abi/layout1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/simd-2.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.old-deja/old-deja.exp ... FAIL: g++.old-deja/g++.abi/vmihint.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3i.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-12.c -O0 (test for excess errors) FAIL: g++.dg/torture/vshuf-v4di.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/restrict-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-7.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-18.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/strcpy-2.c -O1 (test for excess errors) FAIL: g++.old-deja/g++.benjamin/14687.C -std=c++14 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-global-1.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/widechar-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-20.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ret-2.c -O0 (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3i.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20010226-1.c compilation, -O2 FAIL: gcc.c-torture/execute/vrp-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/simd-2.c -O1 (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.abi/layout1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-12.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/restrict-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3i.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-7.c -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-3.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -fpic (test for excess errors) FAIL: gcc.c-torture/execute/widechar-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/strcpy-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-18.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.old-deja/old-deja.exp ... FAIL: g++.dg/torture/vshuf-v4di.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-20.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/struct-ret-2.c -O1 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-global-1.C -O2 -flto -fpic (test for excess errors) FAIL: gcc.c-torture/execute/vrp-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20010226-1.c compilation, -O3 -g FAIL: g++.old-deja/g++.abi/vtable3j.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/simd-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/restrict-1.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... FAIL: gcc.c-torture/execute/va-arg-12.c -O2 (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase3.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-8.c -O0 (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3j.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/widechar-1.c -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/strcpy-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-18.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-20.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/struct-ret-2.c -O2 (test for excess errors) FAIL: g++.dg/torture/vshuf-v4di.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20010226-1.c compilation, -Os FAIL: gcc.c-torture/execute/vrp-1.c -O2 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-3.C -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3j.C -std=c++14 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-1.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/simd-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-12.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-8.c -O1 (test for excess errors) FAIL: g++.old-deja/g++.benjamin/15071.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/widechar-2.c -O0 (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase4.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/builtin-nan-1.c compilation, -O0 FAIL: gcc.c-torture/execute/va-arg-20.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-18.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/strcpy-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/struct-ret-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20010226-1.c compilation, -Og -g FAIL: g++.old-deja/g++.abi/vtable.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.benjamin/15071.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-1.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/vshuf-v4di.C -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.benjamin/tem07.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/simd-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-12.c -Os (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-1.C -O0 -fpic (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-3.C -O3 -g -fpic (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-8.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/widechar-2.c -O1 (test for excess errors) FAIL: g++.old-deja/g++.benjamin/15071.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.abi/primary.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/builtin-nan-1.c compilation, -O1 FAIL: gcc.c-torture/execute/va-arg-20.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-18.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.old-deja/old-deja.exp ... FAIL: gcc.c-torture/execute/strcpy-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/struct-ret-2.c -Os (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase4.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20010226-1.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/vrp-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-21.c -O0 (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable2.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/torture/vshuf-v4sf.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/simd-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.benjamin/tem07.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-12.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/widechar-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-8.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ieee/builtin-nan-1.c compilation, -O2 FAIL: gcc.c-torture/execute/va-arg-21.c -O1 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-1.C -O1 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-3.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/strcpy-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-5.c -O0 (test for excess errors) FAIL: g++.old-deja/g++.abi/primary.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/struct-ret-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20010226-1.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/vrp-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-21.c -O2 (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable2.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/torture/vshuf-v4sf.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-12.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/simd-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/widechar-2.c -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.benjamin/tem07.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/builtin-nan-1.c compilation, -O3 -g FAIL: gcc.c-torture/execute/va-arg-21.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-8.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/strcpy-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-1.C -O1 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/struct-ret-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-5.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20011123-1.c compilation, -O0 FAIL: g++.dg/torture/stackalign/throw-3.C -Os -fpic (test for excess errors) FAIL: gcc.c-torture/execute/vrp-1.c -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.abi/primary.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-21.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/widechar-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-13.c -O0 (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable2.C -std=gnu++14 (test for excess errors) FAIL: g++.dg/torture/vshuf-v4sf.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/builtin-nan-1.c compilation, -Os FAIL: gcc.c-torture/execute/va-arg-8.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-21.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/switch-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20011123-1.c compilation, -O1 FAIL: gcc.c-torture/execute/vrp-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/simd-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-5.c -O2 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-1.C -O2 (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3a.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-21.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-3.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.abi/primary2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/widechar-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-13.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/builtin-nan-1.c compilation, -Og -g FAIL: gcc.c-torture/execute/va-arg-8.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-21.c -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3a.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-1.c -O1 (test for excess errors) FAIL: g++.dg/torture/vshuf-v4sf.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/simd-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20011123-1.c compilation, -O2 FAIL: gcc.c-torture/execute/switch-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/widechar-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-5.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-1.C -O2 -fpic (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3a.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-13.c -O2 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-3.C -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.c-torture/execute/ieee/builtin-nan-1.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.abi/primary2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.benjamin/bool01.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-1.c -O2 (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3b.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-9.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-22.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/simd-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20011123-1.c compilation, -O3 -g FAIL: gcc.c-torture/execute/vrp-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/switch-1.c -O2 (test for excess errors) FAIL: g++.dg/torture/vshuf-v4sf.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/zero-struct-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-5.c -Os (test for excess errors) FAIL: g++.old-deja/g++.benjamin/bool01.C -std=c++11 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-1.C -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3b.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-13.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ieee/builtin-nan-1.c compilation, -O2 -flto FAIL: g++.dg/torture/stackalign/throw-3.C -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.abi/primary2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-1.c -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.benjamin/bool01.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3b.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/simd-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20011123-1.c compilation, -Os FAIL: gcc.c-torture/execute/va-arg-9.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/zero-struct-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/switch-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/vshuf-v4sf.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-22.c -O1 (test for excess errors) FAIL: g++.old-deja/g++.bob/delete1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.benjamin/typeid01.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.benjamin/bool02.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-13.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-1.c compilation, -O0 FAIL: g++.old-deja/g++.abi/vtable3c.C -std=c++98 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-1.C -O3 -g -fpic (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-3.C -O2 -flto -fpic (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-1.c -Os (test for excess errors) FAIL: g++.old-deja/g++.abi/primary3.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/simd-4.c -Os (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase7.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20011123-1.c compilation, -Og -g FAIL: g++.old-deja/g++.benjamin/bool02.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.benjamin/typeid01.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/zero-struct-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/string-opt-5.c -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3c.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/switch-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-13.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/vshuf-v4sf.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-9.c -O2 (test for excess errors) FAIL: g++.old-deja/g++.bob/delete1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.benjamin/bool02.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-1.c compilation, -O1 FAIL: g++.old-deja/g++.benjamin/typeid01.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/strlen-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/simd-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20011123-1.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.abi/vtable3c.C -std=c++14 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-1.C -Os (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-4.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-22.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.abi/primary3.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/zero-struct-1.c -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase7.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/strlen-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/switch-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-13.c -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3d.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/strct-pack-1.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... FAIL: gcc.c-torture/execute/strlen-1.c -O2 (test for excess errors) FAIL: g++.old-deja/g++.bob/delete1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/simd-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20011123-1.c compilation, -O2 -flto FAIL: g++.dg/torture/vshuf-v4si.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-1.c compilation, -O2 FAIL: g++.old-deja/g++.abi/vtable3d.C -std=c++11 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-4.C -O0 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/vrp-2.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-1.C -Os -fpic (test for excess errors) FAIL: gcc.c-torture/execute/strlen-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/zero-struct-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/switch-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-14.c -O0 (test for excess errors) FAIL: g++.old-deja/g++.abi/primary3.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/strlen-1.c -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3d.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.abi/vbase7.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-9.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/simd-5.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20030331-1.c compilation, -O0 FAIL: gcc.c-torture/execute/strlen-1.c -Os (test for excess errors) FAIL: g++.dg/torture/vshuf-v4si.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-3.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/zero-struct-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/switch-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -O0 FAIL: g++.old-deja/g++.abi/vtable3e.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-14.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-1.c compilation, -O3 -g FAIL: g++.dg/torture/stackalign/throw-4.C -O1 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-1.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/strlen-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.abi/primary4.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-22.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3e.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20030331-1.c compilation, -O1 FAIL: gcc.c-torture/execute/simd-5.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-3.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/strlen-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/zero-struct-1.c -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.benjamin/15822.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -O1 FAIL: g++.dg/torture/vshuf-v4si.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/tstdi-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-14.c -O2 (test for excess errors) FAIL: g++.old-deja/g++.abi/vtable3e.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.benjamin/15822.C -std=c++11 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-1.C -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-1.c compilation, -Os FAIL: g++.dg/torture/stackalign/throw-4.C -O1 -fpic (test for excess errors) FAIL: g++.old-deja/g++.abi/primary4.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20030331-1.c compilation, -O2 FAIL: gcc.c-torture/execute/strncmp-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-3.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/zero-struct-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/simd-5.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-9.c -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.benjamin/15822.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/tstdi-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -O2 FAIL: gcc.c-torture/execute/strncmp-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-14.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/vshuf-v4si.C -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.brendan/code-gen1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20030331-1.c compilation, -O3 -g FAIL: g++.dg/torture/stackalign/eh-inline-1.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/strncmp-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-3.c -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.abi/primary4.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/zero-struct-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-1.c compilation, -Og -g FAIL: g++.dg/torture/stackalign/throw-4.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/simd-5.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/strncmp-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/tstdi-1.c -O2 (test for excess errors) FAIL: g++.old-deja/g++.brendan/copy5.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-14.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/va-arg-9.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20030331-1.c compilation, -Os FAIL: g++.dg/torture/vshuf-v4si.C -Os (test for excess errors) FAIL: g++.old-deja/g++.brendan/code-gen1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/strncmp-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/vrp-3.c -Os (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-1.C -O2 -flto -fpic (test for excess errors) FAIL: gcc.c-torture/execute/zero-struct-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-1.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/va-arg-22.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/simd-5.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/strncmp-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-14.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/tstdi-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-9.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-4.C -O2 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/20030331-1.c compilation, -Og -g FAIL: g++.old-deja/g++.brendan/copy5.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/strncmp-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/vshuf-v4si.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.brendan/code-gen1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/zero-struct-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-1.c compilation, -O2 -flto FAIL: g++.dg/torture/stackalign/eh-inline-2.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/simd-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/strncmp-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-14.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... FAIL: gcc.c-torture/execute/tstdi-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20030331-1.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/va-arg-9.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -Os FAIL: gcc.c-torture/execute/va-arg-22.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/vrp-3.c -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.brendan/copy5.C -std=c++14 (test for excess errors) FAIL: g++.dg/torture/vshuf-v4si.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/zero-struct-2.c -Os (test for excess errors) FAIL: g++.old-deja/g++.brendan/crash15.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.brendan/code-gen2.C -std=c++98 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-4.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-2.c compilation, -O0 FAIL: gcc.c-torture/execute/va-arg-15.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/simd-5.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-2.C -O0 -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... FAIL: gcc.c-torture/execute/ieee/20030331-1.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/tstdi-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -Og -g FAIL: gcc.c-torture/execute/va-arg-pack-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-22.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.brendan/crash15.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-8l.c compilation, -O0 FAIL: gcc.c-torture/execute/vrp-4.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/zero-struct-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.brendan/copy6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.brendan/code-gen2.C -std=c++11 (test for excess errors) FAIL: g++.dg/torture/vshuf-v8hi.C -O0 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-2.c compilation, -O1 FAIL: g++.old-deja/g++.brendan/crash15.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-15.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero5.c compilation, -O0 FAIL: gcc.c-torture/execute/tstdi-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20041213-1.c compilation, -O0 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... FAIL: g++.old-deja/g++.bob/inherit2.C -std=c++98 (test for warnings, line 9) FAIL: g++.old-deja/g++.bob/inherit2.C -std=c++98 (test for errors, line 13) FAIL: g++.old-deja/g++.bob/inherit2.C -std=c++98 (test for warnings, line 18) FAIL: g++.old-deja/g++.bob/inherit2.C -std=c++98 synth (test for warnings, line 23) FAIL: g++.old-deja/g++.bob/inherit2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -O2 -flto -flto-partition=none FAIL: g++.dg/torture/stackalign/eh-inline-2.C -O1 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-4.C -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -fpic (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-22.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-pack-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-4.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/zero-struct-2.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-8l.c compilation, -O1 FAIL: g++.old-deja/g++.bob/inherit2.C -std=c++11 (test for warnings, line 9) FAIL: g++.old-deja/g++.bob/inherit2.C -std=c++11 (test for errors, line 13) FAIL: g++.old-deja/g++.bob/inherit2.C -std=c++11 (test for warnings, line 18) FAIL: g++.old-deja/g++.bob/inherit2.C -std=c++11 synth (test for warnings, line 23) FAIL: g++.old-deja/g++.bob/inherit2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.brendan/copy6.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.benjamin/tem06.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-2.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/mzero5.c compilation, -O1 FAIL: g++.old-deja/g++.brendan/code-gen2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-15.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20041213-1.c compilation, -O1 FAIL: g++.dg/torture/vshuf-v8hi.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -O2 -flto FAIL: g++.old-deja/g++.bob/inherit2.C -std=c++14 (test for warnings, line 9) FAIL: g++.old-deja/g++.bob/inherit2.C -std=c++14 (test for errors, line 13) FAIL: g++.old-deja/g++.bob/inherit2.C -std=c++14 (test for warnings, line 18) FAIL: g++.old-deja/g++.bob/inherit2.C -std=c++14 synth (test for warnings, line 23) FAIL: g++.old-deja/g++.bob/inherit2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-23.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-4.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/zerolen-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-2.C -O1 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr72824.c compilation, -O0 FAIL: gcc.c-torture/execute/va-arg-pack-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-8l.c compilation, -O2 FAIL: g++.dg/torture/stackalign/throw-4.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-2.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/mzero5.c compilation, -O2 FAIL: g++.old-deja/g++.brendan/copy6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.benjamin/tem06.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20041213-1.c compilation, -O2 FAIL: gcc.c-torture/execute/va-arg-15.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.old-deja/g++.brendan/code-gen3.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4e.c compilation, -O0 FAIL: g++.old-deja/g++.bob/template4.C -std=c++98 (test for excess errors) FAIL: g++.dg/torture/vshuf-v8hi.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-23.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/zerolen-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-4.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr72824.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/compare-fp-2.c compilation, -Os FAIL: g++.dg/torture/stackalign/eh-inline-2.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero5.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/fp-cmp-8l.c compilation, -O3 -g FAIL: gcc.c-torture/execute/va-arg-pack-1.c -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.brendan/copy7.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20041213-1.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/fp-cmp-4e.c compilation, -O1 FAIL: g++.old-deja/g++.brendan/code-gen3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.benjamin/tem06.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-15.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-23.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/zerolen-1.c -O2 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-4.C -O3 -g -fpic (test for excess errors) FAIL: g++.old-deja/g++.bob/template4.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-4.c -Os (test for excess errors) FAIL: g++.dg/torture/vshuf-v8hi.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr72824.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/compare-fp-2.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/mzero5.c compilation, -Os FAIL: g++.dg/torture/stackalign/eh-inline-2.C -O2 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20041213-1.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/fp-cmp-4e.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/fp-cmp-8l.c compilation, -Os FAIL: gcc.c-torture/execute/va-arg-pack-1.c -Os (test for excess errors) FAIL: g++.old-deja/g++.brendan/copy7.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/zerolen-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/vrp-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-23.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-15.c -Os (test for excess errors) FAIL: g++.old-deja/g++.brendan/code-gen3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.bob/packed1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr72824.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: g++.old-deja/g++.bob/template4.C -std=c++14 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-4.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-2.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/mzero5.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/20041213-1.c compilation, -Og -g FAIL: g++.dg/torture/vshuf-v8hi.C -Os (test for excess errors) FAIL: g++.old-deja/g++.brendan/code-gen4.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4e.c compilation, -O3 -g FAIL: g++.dg/torture/stackalign/eh-inline-2.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-pack-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-8l.c compilation, -Og -g FAIL: gcc.c-torture/execute/vrp-4.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/zerolen-1.c -Os (test for excess errors) FAIL: g++.old-deja/g++.brendan/copy7.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-23.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-15.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr72824.c compilation, -O3 -g FAIL: g++.old-deja/g++.bob/packed1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.brendan/code-gen4.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-2.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/mzero5.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/20041213-1.c compilation, -O2 -flto -flto-partition=none FAIL: g++.dg/torture/stackalign/throw-4.C -Os -fpic (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4e.c compilation, -Os FAIL: gcc.c-torture/execute/zerolen-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-pack-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-8l.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/vrp-5.c -O0 (test for excess errors) FAIL: g++.dg/torture/vshuf-v8hi.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.brendan/code-gen4.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-15.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-23.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-2.C -O3 -g -fpic (test for excess errors) FAIL: g++.old-deja/g++.brendan/copy8.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr72824.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/mzero5.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/20041213-1.c compilation, -O2 -flto FAIL: g++.old-deja/g++.bob/packed1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-3.c compilation, -O0 FAIL: g++.dg/torture/stackalign/throw-4.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4e.c compilation, -Og -g FAIL: gcc.c-torture/execute/zerolen-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-8l.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/vrp-5.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-trap-1.c -O0 (test for excess errors) FAIL: g++.dg/torture/vshuf-v8hi.C -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.c-torture/execute/va-arg-16.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-23.c -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.brendan/crash52.C -std=gnu++98 (test for warnings, line 8) FAIL: g++.old-deja/g++.brendan/crash52.C -std=gnu++98 (test for errors, line 11) FAIL: g++.old-deja/g++.brendan/crash52.C -std=gnu++98 (test for warnings, line 13) FAIL: g++.old-deja/g++.brendan/crash52.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.brendan/code-gen6.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr72824.c compilation, -Og -g FAIL: g++.dg/torture/stackalign/eh-inline-2.C -Os (test for excess errors) FAIL: g++.old-deja/g++.brendan/copy8.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero6.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/hugeval.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/compare-fp-3.c compilation, -O1 FAIL: gcc.c-torture/execute/va-arg-24.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/920518-1.c compilation, -O0 FAIL: g++.old-deja/g++.brendan/crash52.C -std=gnu++11 (test for warnings, line 8) FAIL: g++.old-deja/g++.brendan/crash52.C -std=gnu++11 (test for errors, line 11) FAIL: g++.old-deja/g++.brendan/crash52.C -std=gnu++11 (test for warnings, line 13) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4e.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.brendan/crash52.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-4.C -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.c-torture/execute/zerolen-2.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-5.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/hugeval.c compilation, -O1 FAIL: gcc.c-torture/execute/va-arg-trap-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-16.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr72824.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/va-arg-24.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp ... FAIL: g++.old-deja/g++.brendan/crash52.C -std=gnu++14 (test for warnings, line 8) FAIL: g++.old-deja/g++.brendan/crash52.C -std=gnu++14 (test for errors, line 11) FAIL: g++.old-deja/g++.brendan/crash52.C -std=gnu++14 (test for warnings, line 13) FAIL: g++.old-deja/g++.brendan/crash52.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.brendan/code-gen6.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/hugeval.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/mzero6.c compilation, -O1 FAIL: g++.old-deja/g++.brendan/copy8.C -std=c++14 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-inline-2.C -Os -fpic (test for excess errors) FAIL: g++.old-deja/g++.brendan/crash20.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-24.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-3.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/fp-cmp-4e.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/920518-1.c compilation, -O1 FAIL: gcc.c-torture/execute/zerolen-2.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/hugeval.c compilation, -O3 -g FAIL: gcc.c-torture/execute/vrp-5.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-4.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-trap-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr72824.c compilation, -O2 -flto FAIL: g++.old-deja/g++.brendan/copy9.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.brendan/crash20.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-16.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-24.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: g++.old-deja/g++.brendan/crash30.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero6.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/hugeval.c compilation, -Os FAIL: g++.old-deja/g++.brendan/code-gen6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.brendan/crash62.C -std=c++98 (test for errors, line 29) FAIL: g++.old-deja/g++.brendan/crash62.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tsan/tsan.exp ... FAIL: gcc.c-torture/execute/ieee/920518-1.c compilation, -O2 FAIL: gcc.c-torture/execute/va-arg-24.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-3.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/fp-cmp-4f.c compilation, -O0 FAIL: g++.dg/torture/stackalign/eh-inline-2.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/zerolen-2.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-5.c -Os (test for excess errors) FAIL: g++.old-deja/g++.brendan/copy9.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/hugeval.c compilation, -Og -g FAIL: g++.old-deja/g++.brendan/crash20.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.brendan/crash30.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.brendan/crash62.C -std=c++11 (test for errors, line 29) FAIL: g++.old-deja/g++.brendan/crash62.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-trap-1.c -O3 -g (test for excess errors) FAIL: g++.dg/torture/stackalign/throw-4.C -O2 -flto -fpic (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr84235.c compilation, -O0 FAIL: gcc.c-torture/execute/va-arg-24.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-16.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero6.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/ieee/hugeval.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.brendan/copy9.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.brendan/crash30.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.brendan/complex1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/920518-1.c compilation, -O3 -g FAIL: g++.old-deja/g++.brendan/crash62.C -std=c++14 (test for errors, line 29) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp ... FAIL: g++.old-deja/g++.brendan/crash62.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-24.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-3.c compilation, -Os FAIL: gcc.c-torture/execute/zerolen-2.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/vrp-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ieee/hugeval.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/fp-cmp-4f.c compilation, -O1 FAIL: g++.dg/torture/stackalign/eh-inline-2.C -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-trap-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr84235.c compilation, -O1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/ubsan/ubsan.exp ... FAIL: gcc.c-torture/execute/va-arg-24.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero6.c compilation, -O3 -g FAIL: gcc.c-torture/execute/va-arg-16.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/ieee/920518-1.c compilation, -Os FAIL: gcc.c-torture/execute/zerolen-2.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/vrp-5.c -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.brendan/complex1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-3.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/inf-1.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/fp-cmp-4f.c compilation, -O2 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tsan/tsan.exp ... FAIL: gcc.c-torture/execute/va-arg-trap-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.brendan/crash38.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr84235.c compilation, -O2 FAIL: g++.dg/torture/stackalign/eh-inline-2.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-26.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero6.c compilation, -Os FAIL: gcc.c-torture/execute/va-arg-16.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/vect/vect.exp ... FAIL: gcc.c-torture/execute/ieee/920518-1.c compilation, -Og -g FAIL: g++.old-deja/g++.brendan/crash38.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/zerolen-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-3.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/inf-1.c compilation, -O1 FAIL: gcc.c-torture/execute/vrp-6.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-trap-1.c -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.brendan/complex1.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr84235.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/fp-cmp-4f.c compilation, -O3 -g FAIL: g++.old-deja/g++.brendan/crash38.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-26.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/vfprintf-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-16.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero6.c compilation, -Og -g FAIL: g++.dg/torture/stackalign/eh-inline-2.C -O2 -flto -fpic (test for excess errors) FAIL: gcc.c-torture/execute/ieee/920518-1.c compilation, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/ubsan/ubsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... FAIL: gcc.c-torture/execute/zerolen-2.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... FAIL: gcc.c-torture/execute/ieee/compare-fp-3.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/inf-1.c compilation, -O2 FAIL: gcc.c-torture/execute/vrp-6.c -O1 (test for excess errors) FAIL: g++.old-deja/g++.brendan/crash39.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.brendan/ctors1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/vfprintf-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr84235.c compilation, -Os FAIL: g++.old-deja/g++.brendan/copy1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4f.c compilation, -Os FAIL: g++.old-deja/g++.brendan/crash39.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-26.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero6.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/920518-1.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/vfprintf-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20000320-1.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/inf-1.c compilation, -O3 -g FAIL: gcc.c-torture/execute/vrp-6.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-4.c compilation, -O0 FAIL: g++.old-deja/g++.brendan/crash39.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/920810-1.c compilation, -O0 FAIL: gcc.c-torture/execute/vfprintf-1.c -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.brendan/ctors1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr84235.c compilation, -Og -g FAIL: g++.dg/torture/stackalign/eh-vararg-1.C -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/vect/vect.exp ... FAIL: g++.old-deja/g++.brendan/copy1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-26.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero6.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/fp-cmp-4f.c compilation, -Og -g FAIL: gcc.c-torture/execute/vfprintf-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/ieee/920810-1.c compilation, -O1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.old-deja/old-deja.exp ... FAIL: gcc.c-torture/execute/ieee/inf-1.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/20000320-1.c compilation, -O1 FAIL: gcc.c-torture/execute/vrp-6.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/vfprintf-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-4.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/920810-1.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/pr84235.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.brendan/ctors1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.brendan/copy1.C -std=c++14 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-vararg-1.C -O0 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/va-arg-26.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr28634.c compilation, -O0 FAIL: gcc.c-torture/execute/vfprintf-1.c -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4f.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/920810-1.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/inf-1.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/20000320-1.c compilation, -O2 FAIL: gcc.c-torture/execute/vrp-6.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/vfprintf-chk-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/920810-1.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/pr84235.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/compare-fp-4.c compilation, -O2 FAIL: g++.old-deja/g++.brendan/ctors2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/vfprintf-chk-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/920810-1.c compilation, -Og -g FAIL: gcc.c-torture/execute/va-arg-26.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4f.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/pr28634.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/inf-1.c compilation, -O2 -flto -flto-partition=none FAIL: g++.dg/torture/stackalign/eh-vararg-1.C -O1 (test for excess errors) FAIL: gcc.c-torture/execute/vfprintf-chk-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20000320-1.c compilation, -O3 -g FAIL: g++.old-deja/g++.brendan/copy2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/920810-1.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/vrp-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.brendan/crash49.C -std=c++98 (test for errors, line 8) FAIL: g++.old-deja/g++.brendan/crash49.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/rbug.c compilation, -O0 FAIL: gcc.c-torture/execute/vfprintf-chk-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ieee/920810-1.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.old-deja/old-deja.exp ... FAIL: gcc.c-torture/execute/ieee/compare-fp-4.c compilation, -O3 -g FAIL: gcc.c-torture/execute/va-arg-26.c -O2 -flto (test for excess errors) FAIL: g++.old-deja/g++.brendan/ctors2.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... FAIL: gcc.c-torture/execute/ieee/pr28634.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/inf-1.c compilation, -O2 -flto FAIL: g++.old-deja/g++.brendan/crash49.C -std=c++11 (test for errors, line 8) FAIL: g++.old-deja/g++.brendan/crash49.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4l.c compilation, -O0 FAIL: gcc.c-torture/execute/vfprintf-chk-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20000320-1.c compilation, -Os FAIL: gcc.c-torture/execute/vrp-6.c -O2 -flto (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-vararg-1.C -O1 -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... FAIL: g++.old-deja/g++.brendan/delete2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.brendan/crash49.C -std=c++14 (test for errors, line 8) FAIL: g++.old-deja/g++.brendan/crash49.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.brendan/copy2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/rbug.c compilation, -O1 FAIL: gcc.c-torture/execute/vfprintf-chk-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ieee/930529-1.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/pr28634.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: g++.old-deja/g++.brendan/ctors2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-4.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/inf-2.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/fp-cmp-4l.c compilation, -O1 FAIL: gcc.c-torture/execute/vfprintf-chk-1.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... FAIL: gcc.c-torture/execute/ieee/20000320-1.c compilation, -Og -g FAIL: gcc.c-torture/execute/vrp-7.c -O0 (test for excess errors) FAIL: g++.old-deja/g++.brendan/delete2.C -std=c++11 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-vararg-1.C -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/rbug.c compilation, -O2 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... FAIL: gcc.c-torture/execute/ieee/930529-1.c compilation, -O1 FAIL: g++.old-deja/g++.brendan/copy2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr28634.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/inf-2.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/compare-fp-4.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/fp-cmp-4l.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/20000320-1.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/vrp-7.c -O1 (test for excess errors) FAIL: g++.old-deja/g++.brendan/delete2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/rbug.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/930529-1.c compilation, -O2 FAIL: g++.dg/torture/stackalign/eh-vararg-1.C -O2 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr28634.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/compare-fp-4.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.brendan/copy3.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/inf-2.c compilation, -O2 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... FAIL: gcc.c-torture/execute/ieee/20000320-1.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/vrp-7.c -O2 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4l.c compilation, -O3 -g FAIL: g++.old-deja/g++.brendan/dtors1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/rbug.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/930529-1.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/pr28634.c compilation, -Og -g FAIL: g++.old-deja/g++.brendan/cvt1.C -std=c++98 comma (test for errors, line 8) FAIL: g++.old-deja/g++.brendan/cvt1.C -std=c++98 comma (test for errors, line 18) FAIL: g++.old-deja/g++.brendan/cvt1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/compare-fp-4.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... FAIL: gcc.c-torture/execute/ieee/inf-2.c compilation, -O3 -g FAIL: g++.dg/torture/stackalign/eh-vararg-1.C -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20001122-1.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/copysign1.c compilation, -O0 FAIL: gcc.c-torture/execute/vrp-7.c -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.brendan/copy3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.brendan/cvt1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/rbug.c compilation, -Og -g FAIL: g++.old-deja/g++.brendan/dtors1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4l.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/930529-1.c compilation, -Os Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... FAIL: gcc.c-torture/execute/ieee/pr28634.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/copysign1.c compilation, -O1 FAIL: g++.old-deja/g++.brendan/cvt1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/inf-2.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/copysign1.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/20001122-1.c compilation, -O1 FAIL: gcc.c-torture/execute/vrp-7.c -Os (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-vararg-1.C -O3 -g -fpic (test for excess errors) FAIL: gcc.c-torture/execute/ieee/rbug.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.brendan/copy3.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/930529-1.c compilation, -Og -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... FAIL: gcc.c-torture/execute/ieee/fp-cmp-4l.c compilation, -Og -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... FAIL: g++.old-deja/g++.brendan/dtors1.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... FAIL: gcc.c-torture/execute/ieee/pr28634.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/copysign1.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: gcc.c-torture/execute/ieee/inf-2.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/20001122-1.c compilation, -O2 FAIL: gcc.c-torture/execute/vrp-7.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ieee/copysign1.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/rbug.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/930529-1.c compilation, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... FAIL: gcc.c-torture/execute/ieee/copysign1.c compilation, -Os Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: g++.dg/torture/stackalign/eh-vararg-1.C -Os (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-4l.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/pr29302-1.c compilation, -O0 FAIL: g++.old-deja/g++.brendan/copy4.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/20001122-1.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/ieee/inf-2.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/copysign1.c compilation, -Og -g FAIL: g++.old-deja/g++.brendan/dtors2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/vrp-7.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... FAIL: gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/930529-1.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/copysign1.c compilation, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... FAIL: gcc.c-torture/execute/ieee/fp-cmp-4l.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/pr29302-1.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/inf-2.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/20001122-1.c compilation, -O3 -g FAIL: g++.dg/torture/stackalign/eh-vararg-1.C -Os -fpic (test for excess errors) FAIL: g++.old-deja/g++.brendan/copy4.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/copysign1.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/980619-1.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c compilation, -O1 FAIL: g++.old-deja/g++.brendan/dtors2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/copysign2.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/pr29302-1.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/inf-3.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/20001122-1.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/copysign2.c compilation, -O1 FAIL: g++.dg/torture/stackalign/eh-vararg-1.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: g++.old-deja/g++.brendan/copy4.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/980619-1.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/copysign2.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/pr29302-1.c compilation, -O3 -g FAIL: g++.old-deja/g++.brendan/dtors2.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... FAIL: gcc.c-torture/execute/ieee/20001122-1.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/inf-3.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/copysign2.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/ieee/980619-1.c compilation, -O2 FAIL: g++.old-deja/g++.brendan/err-msg3.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/copysign2.c compilation, -O3 -g FAIL: gcc.dg/compat/scalar-return-1 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c compilation, -O3 -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: g++.dg/torture/stackalign/eh-vararg-1.C -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr29302-1.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/20001122-1.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/inf-3.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/copysign2.c compilation, -Os FAIL: g++.old-deja/g++.brendan/dtors3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.brendan/err-msg3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/compat/pr83487-1 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/980619-1.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/ieee/copysign2.c compilation, -Og -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... FAIL: g++.old-deja/g++.brendan/err-msg3.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/pr29302-1.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/20001122-1.c compilation, -O2 -flto FAIL: g++.dg/torture/stackalign/eh-vararg-1.C -O2 -flto (test for excess errors) FAIL: gcc.c-torture/execute/ieee/inf-3.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/ieee/copysign2.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.brendan/dtors3.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/980619-1.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/copysign2.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/pr29302-1.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c compilation, -Og -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... FAIL: gcc.c-torture/execute/ieee/20010114-2.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/inf-3.c compilation, -Os FAIL: g++.dg/torture/stackalign/eh-vararg-1.C -O2 -flto -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -O3 -g FAIL: g++.old-deja/g++.brendan/new2.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -O1 FAIL: g++.old-deja/g++.brendan/dtors3.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/980619-1.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/pr29302-1.c compilation, -O2 -flto FAIL: gcc.dg/compat/scalar-return-2 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/20010114-2.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/inf-3.c compilation, -Og -g FAIL: gcc.dg/compat/fnptr-by-value-1 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.dg/compat/pr83487-2 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -O2 FAIL: g++.old-deja/g++.brendan/init3.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/980619-1.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/pr30704.c compilation, -O0 FAIL: g++.old-deja/g++.brendan/new2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c compilation, -O2 -flto FAIL: g++.old-deja/g++.brendan/eh1.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/inf-3.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/20010114-2.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -O3 -g FAIL: g++.dg/torture/stackalign/eh-vararg-2.C -O0 (test for excess errors) FAIL: g++.old-deja/g++.brendan/init3.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/980619-1.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/pr30704.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/unsafe-fp-assoc.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -Os FAIL: g++.old-deja/g++.brendan/new2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/inf-3.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/20010114-2.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -Og -g FAIL: g++.old-deja/g++.brendan/eh1.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-vararg-2.C -O0 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/ieee/980619-1.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/pr30704.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/unsafe-fp-assoc.c compilation, -O1 FAIL: g++.old-deja/g++.brendan/init3.C -std=c++14 (test for excess errors) FAIL: gcc.dg/compat/scalar-return-3 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: g++.old-deja/g++.brendan/new3.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/minuszero.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/20010114-2.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -O2 -flto FAIL: g++.old-deja/g++.brendan/eh1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.brendan/nest21.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.brendan/new3.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/acc1.c compilation, -O0 FAIL: gcc.dg/compat/scalar-by-value-1 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/unsafe-fp-assoc.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/pr30704.c compilation, -O3 -g FAIL: gcc.dg/compat/struct-by-value-19 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: g++.old-deja/g++.brendan/nest21.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/minuszero.c compilation, -O1 FAIL: g++.dg/torture/stackalign/eh-vararg-2.C -O1 (test for excess errors) FAIL: g++.old-deja/g++.brendan/new3.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/20010114-2.c compilation, -Og -g FAIL: g++.old-deja/g++.brendan/groff1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/acc1.c compilation, -O1 FAIL: g++.old-deja/g++.brendan/nest21.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/fp-cmp-6.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/unsafe-fp-assoc.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/pr30704.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/minuszero.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/ieee/20010114-2.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.brendan/groff1.C -std=c++11 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-vararg-2.C -O1 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/acc1.c compilation, -O2 FAIL: g++.old-deja/g++.brendan/overload7.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-6.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/unsafe-fp-assoc.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/pr30704.c compilation, -Og -g FAIL: gcc.dg/compat/scalar-return-4 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/minuszero.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/20010114-2.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... FAIL: g++.old-deja/g++.brendan/groff1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-12 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/acc1.c compilation, -O3 -g FAIL: g++.dg/torture/stackalign/eh-vararg-2.C -O2 (test for excess errors) FAIL: gcc.dg/compat/scalar-by-value-2 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/fp-cmp-6.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/pr30704.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.brendan/overload7.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/unsafe-fp-assoc.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/minuszero.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/acc1.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/fp-cmp-6.c compilation, -O3 -g FAIL: g++.dg/torture/stackalign/eh-vararg-2.C -O2 -fpic (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr30704.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/unsafe-fp-assoc.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/minuszero.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -O0 FAIL: g++.old-deja/g++.brendan/overload7.C -std=c++14 (test for excess errors) FAIL: gcc.dg/compat/sdata-1 c_compat_x_tst.o-c_compat_y_tst.o link Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/acc1.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/fp-cmp-6.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/pr36332.c compilation, -O0 FAIL: gcc.dg/compat/struct-by-value-1 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/minuszero.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/unsafe-fp-assoc.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... FAIL: g++.dg/torture/stackalign/eh-vararg-2.C -O3 -g (test for excess errors) FAIL: g++.old-deja/g++.brendan/misc7.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/acc1.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/ieee/fp-cmp-6.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/pr36332.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -O3 -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... FAIL: gcc.c-torture/execute/ieee/minuszero.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.dg/compat/scalar-by-value-3 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/acc1.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -Os FAIL: g++.dg/torture/stackalign/eh-vararg-2.C -O3 -g -fpic (test for excess errors) FAIL: g++.old-deja/g++.brendan/misc7.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-6.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/pr36332.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/minuszero.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: gcc.c-torture/execute/ieee/acc2.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/fp-cmp-6.c compilation, -O2 -flto FAIL: g++.old-deja/g++.brendan/misc7.C -std=c++14 (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-20 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... FAIL: gcc.c-torture/execute/ieee/pr36332.c compilation, -O3 -g FAIL: g++.old-deja/g++.brendan/redecl2.C -std=c++98 (test for excess errors) FAIL: g++.dg/torture/stackalign/eh-vararg-2.C -Os (test for excess errors) FAIL: gcc.dg/compat/struct-align-1 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/acc2.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/fp-cmp-7.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/pr36332.c compilation, -Os FAIL: g++.old-deja/g++.brendan/redecl2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c compilation, -O1 FAIL: g++.dg/torture/stackalign/eh-vararg-2.C -Os -fpic (test for excess errors) FAIL: gcc.c-torture/execute/ieee/acc2.c compilation, -O2 FAIL: gcc.dg/compat/scalar-by-value-4 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/fp-cmp-7.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/pr36332.c compilation, -Og -g FAIL: g++.old-deja/g++.brendan/redecl2.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c compilation, -O2 FAIL: gcc.dg/compat/struct-by-value-13 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/acc2.c compilation, -O3 -g FAIL: g++.dg/torture/stackalign/eh-vararg-2.C -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-7.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/pr36332.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.dg/compat/struct-by-value-21 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.dg/compat/struct-align-2 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: g++.old-deja/g++.brendan/operators5.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/acc2.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.c-torture/execute/ieee/fp-cmp-7.c compilation, -O3 -g FAIL: g++.dg/torture/stackalign/eh-vararg-2.C -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-6a c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/pr36332.c compilation, -O2 -flto FAIL: g++.old-deja/g++.brendan/ptolemy2.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... FAIL: g++.old-deja/g++.brendan/operators5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.brendan/overload2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.brendan/ptolemy2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/acc2.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/fp-cmp-7.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/pr38016.c compilation, -O0 FAIL: g++.dg/torture/stackalign/eh-vararg-2.C -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... FAIL: g++.old-deja/g++.brendan/ptolemy2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/compat/scalar-by-value-5 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: g++.old-deja/g++.brendan/reference1.C -std=gnu++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: g++.old-deja/g++.brendan/operators5.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/acc2.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/fp-cmp-7.c compilation, -Og -g FAIL: g++.old-deja/g++.brendan/overload2.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/pr38016.c compilation, -O1 FAIL: g++.dg/torture/stackalign/eh-vararg-2.C -O2 -flto -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp ... FAIL: g++.old-deja/g++.brendan/reference1.C -std=gnu++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/acc2.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... FAIL: gcc.c-torture/execute/ieee/fp-cmp-7.c compilation, -O2 -flto -flto-partition=none FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c compilation, -Og -g FAIL: g++.old-deja/g++.brendan/overload2.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr38016.c compilation, -O2 FAIL: g++.old-deja/g++.brendan/reference1.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-10 c_compat_x_tst.o-c_compat_y_tst.o link Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tsan/tsan.exp ... FAIL: gcc.c-torture/execute/ieee/fp-cmp-7.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.brendan/template3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.brendan/rtti1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/compat/scalar-by-value-6 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/pr38016.c compilation, -O3 -g FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -O0 FAIL: g++.old-deja/g++.brendan/union1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.brendan/rtti1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-6b c_compat_x_tst.o-c_compat_y_tst.o link Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/ubsan/ubsan.exp ... FAIL: g++.old-deja/g++.brendan/template3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-22 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: g++.old-deja/g++.brendan/rtti1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/compat/struct-return-19 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/pr38016.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -O1 FAIL: g++.old-deja/g++.brendan/template22.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.brendan/union1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero2.c compilation, -O0 FAIL: g++.old-deja/g++.brendan/template3.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/vect/vect.exp ... FAIL: g++.old-deja/g++.brendan/sizeof5.C -std=c++98 (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-14 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/mzero2.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/pr38016.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -O2 FAIL: g++.old-deja/g++.brendan/template22.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.brendan/union1.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... FAIL: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o link Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: g++.old-deja/g++.brendan/sizeof5.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero2.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/pr38016.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.brendan/template22.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: gcc.dg/compat/struct-return-20 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: g++.old-deja/g++.brendan/sizeof5.C -std=c++14 (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-7a c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/mzero2.c compilation, -O3 -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: gcc.c-torture/execute/ieee/pr38016.c compilation, -O2 -flto FAIL: gcc.dg/compat/struct-by-value-11 c_compat_x_tst.o-c_compat_y_tst.o link Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -O3 -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.old-deja/old-deja.exp ... FAIL: gcc.c-torture/execute/ieee/mzero2.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/pr50310.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -Os FAIL: g++.old-deja/g++.brendan/vtables1.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero2.c compilation, -Og -g FAIL: gcc.dg/compat/struct-return-21 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/pr50310.c compilation, -O1 FAIL: g++.old-deja/g++.brendan/template24.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/mzero2.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.brendan/vtables1.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr50310.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.brendan/template24.C -std=c++11 (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-2 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/mzero2.c compilation, -O2 -flto FAIL: g++.old-deja/g++.brendan/vtables1.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/mzero3.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/pr50310.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: g++.old-deja/g++.brendan/template24.C -std=c++14 (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-15 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/fp-cmp-8e.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/mzero3.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/pr50310.c compilation, -O3 -g FAIL: gcc.dg/compat/struct-by-value-7b c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/fp-cmp-8e.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/mzero3.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/fp-cmp-8e.c compilation, -O2 FAIL: gcc.c-torture/execute/ieee/pr50310.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/mzero3.c compilation, -O3 -g FAIL: gcc.dg/compat/struct-by-value-3 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: tmpdir-gcc.dg-struct-layout-1/t007 c_compat_main_tst.o compile FAIL: gcc.c-torture/execute/ieee/fp-cmp-8e.c compilation, -O3 -g FAIL: g++.old-deja/g++.bugs/900321_02.C -std=c++98 (test for excess errors) FAIL: gcc.dg/compat/struct-return-2 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/pr50310.c compilation, -Og -g FAIL: gcc.c-torture/execute/ieee/mzero3.c compilation, -Os FAIL: tmpdir-gcc.dg-struct-layout-1/t007 c_compat_x_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t007 c_compat_y_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_main_tst.o compile FAIL: gcc.c-torture/execute/ieee/fp-cmp-8e.c compilation, -Os FAIL: tmpdir-gcc.dg-struct-layout-1/t017 c_compat_main_tst.o compile FAIL: gcc.c-torture/execute/ieee/pr50310.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.bugs/900321_02.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.bugs/891230_01.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero3.c compilation, -Og -g FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t008 c_compat_main_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t017 c_compat_x_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_y_tst.o compile FAIL: gcc.c-torture/execute/ieee/fp-cmp-8e.c compilation, -Og -g FAIL: tmpdir-gcc.dg-struct-layout-1/t008 c_compat_x_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t017 c_compat_y_tst.o compile FAIL: gcc.c-torture/execute/ieee/pr50310.c compilation, -O2 -flto FAIL: gcc.c-torture/execute/ieee/mzero3.c compilation, -O2 -flto -flto-partition=none FAIL: tmpdir-gcc.dg-struct-layout-1/t008 c_compat_y_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t002 c_compat_main_tst.o compile FAIL: g++.old-deja/g++.bugs/900321_02.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.bugs/891230_01.C -std=c++11 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t018 c_compat_main_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t002 c_compat_x_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t009 c_compat_main_tst.o compile FAIL: gcc.c-torture/execute/ieee/fp-cmp-8e.c compilation, -O2 -flto -flto-partition=none FAIL: tmpdir-gcc.dg-struct-layout-1/t018 c_compat_x_tst.o compile FAIL: gcc.c-torture/execute/ieee/pr67218.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/mzero3.c compilation, -O2 -flto FAIL: tmpdir-gcc.dg-struct-layout-1/t002 c_compat_y_tst.o compile FAIL: gcc.dg/compat/struct-return-3 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: tmpdir-gcc.dg-struct-layout-1/t009 c_compat_x_tst.o compile FAIL: g++.old-deja/g++.brendan/template8.C -std=c++98 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t018 c_compat_y_tst.o compile FAIL: g++.old-deja/g++.bugs/900321_04.C -std=c++98 (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-16 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: g++.old-deja/g++.bugs/891230_01.C -std=c++14 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t009 c_compat_y_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t003 c_compat_main_tst.o compile FAIL: gcc.c-torture/execute/ieee/fp-cmp-8e.c compilation, -O2 -flto FAIL: gcc.dg/compat/struct-by-value-8 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: tmpdir-gcc.dg-struct-layout-1/t019 c_compat_main_tst.o compile FAIL: g++.old-deja/g++.brendan/template8.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr67218.c compilation, -O1 FAIL: gcc.c-torture/execute/ieee/mzero4.c compilation, -O0 FAIL: tmpdir-gcc.dg-struct-layout-1/t003 c_compat_x_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t010 c_compat_main_tst.o compile FAIL: g++.old-deja/g++.bugs/900331_02.C -std=c++98 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t019 c_compat_x_tst.o compile FAIL: g++.old-deja/g++.bugs/900220_01.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.brendan/template8.C -std=c++14 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t003 c_compat_y_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t010 c_compat_x_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t019 c_compat_y_tst.o compile FAIL: g++.old-deja/g++.bugs/900321_04.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-8f.c compilation, -O0 FAIL: gcc.c-torture/execute/ieee/pr67218.c compilation, -O2 FAIL: g++.old-deja/g++.bugs/900107_01.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero4.c compilation, -O1 FAIL: g++.old-deja/g++.brendan/temporary1.C -std=c++98 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t004 c_compat_main_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t010 c_compat_y_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t020 c_compat_main_tst.o compile FAIL: g++.old-deja/g++.bugs/900331_02.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900220_01.C -std=c++11 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t004 c_compat_x_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t011 c_compat_main_tst.o compile FAIL: g++.old-deja/g++.brendan/temporary1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-4 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: tmpdir-gcc.dg-struct-layout-1/t020 c_compat_x_tst.o compile FAIL: gcc.c-torture/execute/ieee/pr67218.c compilation, -O3 -g FAIL: tmpdir-gcc.dg-struct-layout-1/t004 c_compat_y_tst.o compile FAIL: gcc.c-torture/execute/ieee/mzero4.c compilation, -O2 FAIL: tmpdir-gcc.dg-struct-layout-1/t011 c_compat_x_tst.o compile FAIL: gcc.c-torture/execute/ieee/fp-cmp-8f.c compilation, -O1 FAIL: g++.old-deja/g++.brendan/temporary1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900107_01.C -std=c++11 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t020 c_compat_y_tst.o compile FAIL: g++.old-deja/g++.bugs/900321_04.C -std=c++14 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t005 c_compat_main_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t011 c_compat_y_tst.o compile FAIL: gcc.dg/compat/union-by-value-1 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: g++.old-deja/g++.bugs/900331_02.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900220_01.C -std=c++14 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t021 c_compat_main_tst.o compile FAIL: gcc.c-torture/execute/ieee/pr67218.c compilation, -Os FAIL: tmpdir-gcc.dg-struct-layout-1/t005 c_compat_x_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t012 c_compat_main_tst.o compile FAIL: gcc.c-torture/execute/ieee/mzero4.c compilation, -O3 -g FAIL: tmpdir-gcc.dg-struct-layout-1/t021 c_compat_x_tst.o compile FAIL: g++.old-deja/g++.bugs/900519_05.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900107_01.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-8f.c compilation, -O2 FAIL: g++.old-deja/g++.bugs/900321_05.C -std=c++98 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t005 c_compat_y_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t012 c_compat_x_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t021 c_compat_y_tst.o compile FAIL: g++.old-deja/g++.bugs/900331_03.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900220_02.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr67218.c compilation, -Og -g FAIL: tmpdir-gcc.dg-struct-layout-1/t012 c_compat_y_tst.o compile FAIL: gcc.c-torture/execute/ieee/mzero4.c compilation, -Os FAIL: tmpdir-gcc.dg-struct-layout-1/t006 c_compat_main_tst.o compile FAIL: g++.old-deja/g++.bugs/900520_06.C -std=c++98 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t022 c_compat_main_tst.o compile FAIL: g++.old-deja/g++.bugs/900207_03.C -std=c++98 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t013 c_compat_main_tst.o compile FAIL: g++.old-deja/g++.bugs/900519_05.C -std=c++11 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t006 c_compat_x_tst.o compile FAIL: g++.old-deja/g++.bugs/900212_03.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900321_05.C -std=c++11 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t022 c_compat_x_tst.o compile FAIL: gcc.c-torture/execute/ieee/fp-cmp-8f.c compilation, -O3 -g FAIL: gcc.dg/compat/struct-by-value-16a c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.c-torture/execute/ieee/pr67218.c compilation, -O2 -flto -flto-partition=none FAIL: tmpdir-gcc.dg-struct-layout-1/t013 c_compat_x_tst.o compile FAIL: g++.old-deja/g++.eh/catch3p.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero4.c compilation, -Og -g FAIL: g++.old-deja/g++.bugs/900331_03.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900220_02.C -std=c++11 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t006 c_compat_y_tst.o compile FAIL: g++.old-deja/g++.bugs/900520_06.C -std=c++11 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t022 c_compat_y_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t013 c_compat_y_tst.o compile FAIL: g++.old-deja/g++.bugs/900207_03.C -std=c++11 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t027 c_compat_main_tst.o compile FAIL: g++.old-deja/g++.bugs/900519_05.C -std=c++14 (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-5a c_compat_x_tst.o-c_compat_y_tst.o link FAIL: tmpdir-gcc.dg-struct-layout-1/t023 c_compat_main_tst.o compile FAIL: g++.old-deja/g++.bugs/900321_05.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr67218.c compilation, -O2 -flto FAIL: g++.old-deja/g++.bugs/900212_03.C -std=c++11 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/mzero4.c compilation, -O2 -flto -flto-partition=none FAIL: tmpdir-gcc.dg-struct-layout-1/t014 c_compat_main_tst.o compile FAIL: gcc.c-torture/execute/ieee/fp-cmp-8f.c compilation, -Os FAIL: tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o compile FAIL: g++.old-deja/g++.bugs/900220_02.C -std=c++14 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t023 c_compat_x_tst.o compile FAIL: g++.old-deja/g++.bugs/900331_03.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch3p.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900520_06.C -std=c++14 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t014 c_compat_x_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t027 c_compat_y_tst.o compile FAIL: g++.old-deja/g++.bugs/900207_03.C -std=c++14 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t023 c_compat_y_tst.o compile FAIL: g++.old-deja/g++.bugs/900511_01.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr72824-2.c compilation, -O0 FAIL: gcc.dg/compat/struct-by-value-9 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: tmpdir-gcc.dg-struct-layout-1/t014 c_compat_y_tst.o compile FAIL: gcc.c-torture/execute/ieee/mzero4.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... FAIL: tmpdir-gcc.dg-struct-layout-1/t028 c_compat_main_tst.o compile FAIL: g++.old-deja/g++.bugs/900212_03.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-8f.c compilation, -Og -g FAIL: tmpdir-gcc.dg-struct-layout-1/t024 c_compat_main_tst.o compile FAIL: g++.old-deja/g++.bugs/900220_03.C -std=c++98 (test for excess errors) FAIL: gcc.dg/compat/union-return-1 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: g++.old-deja/g++.eh/catch8p.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900331_04.C -std=c++98 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t015 c_compat_main_tst.o compile FAIL: g++.old-deja/g++.bugs/900208_02.C -std=c++98 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o compile FAIL: g++.old-deja/g++.eh/catch3p.C -std=gnu++14 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o compile FAIL: gcc.c-torture/execute/ieee/pr72824-2.c compilation, -O1 FAIL: g++.old-deja/g++.bugs/900511_01.C -std=c++11 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t015 c_compat_x_tst.o compile FAIL: gcc.dg/compat/struct-complex-1 c_compat_x_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t028 c_compat_y_tst.o compile Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: tmpdir-gcc.dg-struct-layout-1/t024 c_compat_y_tst.o compile FAIL: gcc.c-torture/execute/ieee/fp-cmp-8f.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.eh/badalloc1.C -std=c++98 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t015 c_compat_y_tst.o compile FAIL: gcc.dg/compat/struct-complex-1 c_compat_y_tst.o compile FAIL: g++.old-deja/g++.bugs/900220_03.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900331_04.C -std=c++11 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t025 c_compat_main_tst.o compile FAIL: gcc.c-torture/execute/ieee/pr72824-2.c compilation, -O2 FAIL: g++.old-deja/g++.bugs/900208_02.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch8p.C -std=gnu++11 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t016 c_compat_main_tst.o compile FAIL: g++.old-deja/g++.eh/catch4.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900511_01.C -std=c++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/fp-cmp-8f.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... FAIL: tmpdir-gcc.dg-struct-layout-1/t025 c_compat_x_tst.o compile FAIL: g++.old-deja/g++.eh/badalloc1.C -std=c++11 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t016 c_compat_x_tst.o compile FAIL: g++.old-deja/g++.bugs/900220_03.C -std=c++14 (test for excess errors) FAIL: gcc.dg/compat/struct-complex-2 c_compat_x_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t025 c_compat_y_tst.o compile FAIL: gcc.c-torture/execute/ieee/pr72824-2.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: g++.old-deja/g++.bugs/900331_04.C -std=c++14 (test for excess errors) FAIL: tmpdir-gcc.dg-struct-layout-1/t016 c_compat_y_tst.o compile Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: g++.old-deja/g++.bugs/900208_02.C -std=c++14 (test for excess errors) FAIL: gcc.dg/compat/struct-complex-2 c_compat_y_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t026 c_compat_main_tst.o compile FAIL: gcc.dg/cpp/19990407-1.c (test for excess errors) FAIL: g++.old-deja/g++.eh/catch8p.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: gcc.dg/compat/struct-layout-1 c_compat_main_tst.o compile FAIL: g++.old-deja/g++.eh/catch4.C -std=gnu++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: g++.old-deja/g++.eh/badalloc1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-5b c_compat_x_tst.o-c_compat_y_tst.o link FAIL: tmpdir-gcc.dg-struct-layout-1/t026 c_compat_x_tst.o compile Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: gcc.dg/compat/struct-by-value-17 c_compat_x_tst.o-c_compat_y_tst.o link FAIL: g++.old-deja/g++.bugs/900324_03.C -std=c++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr72824-2.c compilation, -O3 -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... FAIL: gcc.dg/compat/struct-layout-1 c_compat_x_tst.o compile FAIL: tmpdir-gcc.dg-struct-layout-1/t026 c_compat_y_tst.o compile Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: gcc.dg/compat/struct-layout-1 c_compat_y_tst.o compile FAIL: g++.old-deja/g++.eh/catch9.C -std=gnu++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... FAIL: g++.old-deja/g++.eh/catch4.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr72824-2.c compilation, -Os Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... FAIL: g++.old-deja/g++.bugs/900324_03.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: g++.old-deja/g++.eh/new2.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900406_02.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: gcc.c-torture/execute/ieee/pr72824-2.c compilation, -Og -g FAIL: g++.old-deja/g++.eh/new2.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch9.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900324_03.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/rethrow6.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... FAIL: g++.old-deja/g++.eh/catch4p.C -std=gnu++98 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr72824-2.c compilation, -O2 -flto -flto-partition=none FAIL: g++.old-deja/g++.bugs/900406_02.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/new2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/rethrow6.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... FAIL: g++.old-deja/g++.eh/pdel1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/rethrow6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch9.C -std=gnu++14 (test for excess errors) FAIL: gcc.c-torture/execute/ieee/pr72824-2.c compilation, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: g++.old-deja/g++.eh/catch4p.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/pdel1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900406_02.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/spec1.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: gcc.dg/compat/struct-return-10 c_compat_x_tst.o-c_compat_y_tst.o link Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: g++.old-deja/g++.eh/pdel1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-17a c_compat_x_tst.o-c_compat_y_tst.o link FAIL: g++.old-deja/g++.eh/spec1.C -std=c++11 (test for warnings, line 12) FAIL: g++.old-deja/g++.eh/spec1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch11.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch9p.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch4p.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/pdel2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/spec1.C -std=c++14 (test for warnings, line 12) FAIL: g++.old-deja/g++.eh/spec1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/pdel2.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... FAIL: g++.old-deja/g++.eh/spec2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch11.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/pdel2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch9p.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch5.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/spec2.C -std=c++11 (test for warnings, line 12) FAIL: g++.old-deja/g++.eh/spec2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900324_06.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/spec2.C -std=c++14 (test for warnings, line 12) FAIL: g++.old-deja/g++.eh/spec2.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... FAIL: g++.old-deja/g++.eh/ptr1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch11.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/spec3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch9p.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch5.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900324_06.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/spec3.C -std=c++11 (test for warnings, line 12) FAIL: g++.old-deja/g++.eh/spec3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/catchptr1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/ptr1.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: g++.old-deja/g++.eh/spec3.C -std=c++14 (test for warnings, line 12) FAIL: g++.old-deja/g++.eh/spec3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900520_04.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch12.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: g++.old-deja/g++.eh/catchptr1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/spec4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900324_06.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch5.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/flow1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/vbase2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/ptr1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/catchptr1.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: g++.old-deja/g++.eh/spec4.C -std=c++11 (test for warnings, line 12) FAIL: g++.old-deja/g++.eh/spec4.C -std=c++11 (test for excess errors) FAIL: gcc.dg/cpp/builtin-macro-1.c (test for excess errors) FAIL: g++.old-deja/g++.eh/flow1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900520_04.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch12.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/spec4.C -std=c++14 (test for warnings, line 12) FAIL: g++.old-deja/g++.eh/spec4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/flow1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/tmpl1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/ptrmem1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/cleanup1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/vbase2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch5p.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-18 c_compat_x_tst.o-c_compat_y_tst.o link Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: g++.old-deja/g++.bugs/900520_04.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch12.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900519_04.C -std=c++98 (test for excess errors) FAIL: gcc.dg/cpp/charconst-3.c (test for excess errors) FAIL: g++.old-deja/g++.eh/fntry1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/tmpl1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/ptrmem1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/cleanup1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/vbase2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900520_05.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch5p.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/cpp/charconst-4.c (test for excess errors) FAIL: g++.old-deja/g++.bugs/900519_04.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/fntry1.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: g++.old-deja/g++.eh/tmpl1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/ptrmem1.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: g++.old-deja/g++.eh/cleanup1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900520_05.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.bugs/900519_04.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch5p.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/rethrow1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/fntry1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/cleanup2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/rethrow1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/ia64-1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.ext/attrib5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/cleanup2.C -std=c++11 (test for warnings, line 23) FAIL: g++.old-deja/g++.eh/cleanup2.C -std=c++11 (test for warnings, line 31) FAIL: g++.old-deja/g++.bugs/900520_05.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/cleanup2.C -std=c++11 (test for warnings, line 42) FAIL: g++.old-deja/g++.eh/cleanup2.C -std=c++11 (test for warnings, line 49) FAIL: g++.old-deja/g++.eh/cleanup2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/compat/struct-by-value-18a c_compat_x_tst.o-c_compat_y_tst.o link Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: g++.old-deja/g++.eh/rethrow1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/ia64-1.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch6.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/cleanup2.C -std=c++14 (test for warnings, line 23) FAIL: g++.old-deja/g++.eh/cleanup2.C -std=c++14 (test for warnings, line 31) FAIL: g++.old-deja/g++.eh/cleanup2.C -std=c++14 (test for warnings, line 42) FAIL: g++.old-deja/g++.eh/cleanup2.C -std=c++14 (test for warnings, line 49) FAIL: g++.old-deja/g++.eh/cleanup2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/vbase4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/rethrow2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ext/attrib5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/ia64-1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.ext/pretty4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/rethrow2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch6.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/vbase4.C -std=c++11 (test for excess errors) FAIL: gcc.dg/cpp/digraphs.c (test for excess errors) FAIL: g++.old-deja/g++.ext/attrib5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/rethrow2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ext/pretty4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/spec7.C -std=c++98 (test for excess errors) FAIL: gcc.dg/cpp/lexnum.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: g++.old-deja/g++.eh/rethrow3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/rethrow3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/vbase4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ext/pretty4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch6.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/cpp/lexstrng.c (test for excess errors) FAIL: g++.old-deja/g++.eh/spec7.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/rethrow3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/rethrow4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/inline2.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/cpp/mac-dir-1.c (test for excess errors) FAIL: gcc.dg/cpp/macro3.c (test for excess errors) FAIL: g++.old-deja/g++.eh/spec7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/rethrow4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch6p.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.ext/noweak1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/terminate1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/rethrow4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch3.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/inline2.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/terminate1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/rethrow5.C -std=c++98 (test for excess errors) FAIL: gcc.dg/cpp/pr23827_c90.c (test for excess errors) FAIL: gcc.dg/cpp/paste7.c (test for excess errors) FAIL: g++.old-deja/g++.eh/catch6p.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/cpp/macro6.c (test for excess errors) FAIL: g++.old-deja/g++.ext/noweak1.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/terminate1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/rethrow5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ext/addrfunc2.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/inline2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch3.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/terminate2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/rethrow5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/new1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.ext/noweak1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/terminate2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch6p.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/cpp/paste9.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: g++.old-deja/g++.ext/addrfunc2.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.ext/constructor.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/cpp/macro1.c (test for excess errors) FAIL: g++.old-deja/g++.eh/new1.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/cpp/paste12-2.c (test for excess errors) FAIL: g++.old-deja/g++.eh/terminate2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch3.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/cpp/paste12.c (test for excess errors) FAIL: g++.old-deja/g++.eh/new1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.ext/null1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ext/constructor.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/cpp/paste2.c (test for excess errors) FAIL: g++.old-deja/g++.ext/addrfunc2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch7.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.ext/null1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ext/constructor.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.ext/addrfunc3.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/cpp/pragma-2.c undeclared-variable message (test for errors, line 13) FAIL: gcc.dg/cpp/pragma-2.c reminder message (test for warnings, line 13) FAIL: gcc.dg/cpp/pragma-2.c (test for excess errors) FAIL: g++.old-deja/g++.jason/anon.C -std=c++98 (test for excess errors) FAIL: gcc.dg/cpp/pr61854-1.c (test for excess errors) FAIL: g++.old-deja/g++.eh/catch7.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/bool4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/unwind1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/2371.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.ext/null1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ext/addrfunc3.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/cpp/pr61854-2.c (test for excess errors) FAIL: g++.old-deja/g++.jason/anon.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/2371.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/bool4.C -std=c++11 (test for excess errors) FAIL: gcc.dg/cpp/strify2.c (test for excess errors) FAIL: g++.old-deja/g++.eh/catch7.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/unwind1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/2371.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.ext/addrfunc3.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/anon.C -std=c++14 (test for excess errors) FAIL: gcc.dg/cpp/strify3.c (test for excess errors) FAIL: g++.old-deja/g++.jason/bool4.C -std=c++14 (test for excess errors) FAIL: gcc.dg/cpp/ucnid-2.c (test for excess errors) FAIL: g++.old-deja/g++.ext/delvoid.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/cpp/trigraphs.c (test for excess errors) FAIL: g++.old-deja/g++.eh/unwind1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ext/typename1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch7p.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/cpp/pr61854-5.c (test for excess errors) FAIL: g++.old-deja/g++.ext/addrfunc4.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/cpp/strify4.c (test for excess errors) FAIL: g++.old-deja/g++.jason/bool5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ext/delvoid.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/vbase1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/cpp/pr61854-6.c (test for excess errors) FAIL: g++.old-deja/g++.ext/typename1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch7p.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.ext/addrfunc4.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/cpp/ucnid-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/bool5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ext/delvoid.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/cpp/very-long-comment.c (test for excess errors) FAIL: gcc.dg/cpp/strify5.c (test for excess errors) FAIL: gcc.dg/cpp/pr61854-7.c (test for excess errors) FAIL: g++.old-deja/g++.eh/vbase1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ext/typename1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/cpp/strp1.c (test for excess errors) FAIL: gcc.dg/cpp/source_date_epoch-1.c (test for excess errors) FAIL: g++.old-deja/g++.eh/catch7p.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.ext/addrfunc4.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/bool5.C -std=c++14 (test for excess errors) FAIL: gcc.dg/cpp/strp2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... FAIL: g++.old-deja/g++.ext/jump1.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/cpp/utf8-5byte-1.c (test for excess errors) FAIL: g++.old-deja/g++.eh/vbase1.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... FAIL: g++.old-deja/g++.ext/pretty2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/cpp/vararg1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... FAIL: g++.old-deja/g++.ext/anon1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch8.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/cpp/wchar-1.c (test for excess errors) FAIL: g++.old-deja/g++.ext/pretty2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ext/jump1.C -std=gnu++11 (test for excess errors) FAIL: c-c++-common/cpp/pr65238-1.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.ext/pretty2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ext/anon1.C -std=gnu++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... FAIL: g++.old-deja/g++.eh/catch8.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/cpp/trad/builtins.c (test for excess errors) FAIL: g++.old-deja/g++.ext/pretty3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ext/jump1.C -std=gnu++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... FAIL: g++.old-deja/g++.ext/pretty3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ext/anon1.C -std=gnu++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... FAIL: gcc.dg/cpp/trad/macroargs.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: gcc.dg/cpp/trad/literals-1.c (test for excess errors) FAIL: g++.old-deja/g++.ext/pretty3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.eh/catch8.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.ext/label1.C -std=gnu++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: gcc.dg/cpp/trad/strify.c (test for excess errors) FAIL: g++.old-deja/g++.jason/const2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/cpp/trad/pr65238-3.c (test for excess errors) FAIL: g++.old-deja/g++.ext/label1.C -std=gnu++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: gcc.dg/cpp/trad/funlike-4.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: g++.old-deja/g++.jason/const2.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: g++.old-deja/g++.ext/label1.C -std=gnu++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: g++.old-deja/g++.jason/aggregate.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: g++.old-deja/g++.jason/const2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ext/label2.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/conversion6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for warnings, line 20) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for warnings, line 21) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for warnings, line 26) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for warnings, line 27) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for warnings, line 30) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for warnings, line 31) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for warnings, line 36) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for warnings, line 37) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for errors, line 53) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for errors, line 54) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for errors, line 55) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for errors, line 56) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for errors, line 57) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for errors, line 68) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for errors, line 69) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for errors, line 70) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for errors, line 71) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for errors, line 72) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for errors, line 73) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for errors, line 76) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for errors, line 77) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for errors, line 78) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for errors, line 79) FAIL: g++.old-deja/g++.jason/access23.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/aggregate.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/const3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/cleanup.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for warnings, line 20) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for warnings, line 21) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for warnings, line 26) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for warnings, line 27) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for warnings, line 30) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for warnings, line 31) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for warnings, line 36) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for warnings, line 37) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for errors, line 53) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for errors, line 54) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for errors, line 55) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for errors, line 56) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for errors, line 57) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for errors, line 68) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for errors, line 69) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for errors, line 70) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for errors, line 71) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for errors, line 72) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for errors, line 73) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for errors, line 76) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for errors, line 77) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for errors, line 78) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for errors, line 79) FAIL: g++.old-deja/g++.jason/access23.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ext/label2.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/conversion6.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for warnings, line 20) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for warnings, line 21) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for warnings, line 26) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for warnings, line 27) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for warnings, line 30) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for warnings, line 31) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for warnings, line 36) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for warnings, line 37) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for errors, line 53) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for errors, line 54) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for errors, line 55) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for errors, line 56) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for errors, line 57) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for errors, line 68) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for errors, line 69) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for errors, line 70) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for errors, line 71) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for errors, line 72) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for errors, line 73) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for errors, line 76) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for errors, line 77) FAIL: g++.old-deja/g++.jason/aggregate.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for errors, line 78) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for errors, line 79) FAIL: g++.old-deja/g++.jason/access23.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gdwarf-2 -g1 (test for excess errors) FAIL: g++.old-deja/g++.jason/const3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/cleanup.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/dcast3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ext/label2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/conversion6.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gdwarf-2 -g1 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/byval.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/const3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/cleanup.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/dcast3.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... FAIL: gcc.dg/debug/pr37616.c -gdwarf-2 -g1 -O3 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.old-deja/g++.jason/conversion7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/byval.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/dcast3.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gdwarf-2 (test for excess errors) FAIL: g++.old-deja/g++.jason/conversion7.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/byval.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/bool2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gdwarf-2 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/conversion7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/bool2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gdwarf-2 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/groff1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/conversion8.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/inline3.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/bool2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gdwarf-2 -g3 (test for excess errors) FAIL: g++.old-deja/g++.jason/conversion8.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/groff1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/inline3.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gdwarf-2 -g3 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/conversion8.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/groff1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/inline3.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/conversion9.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs1 (test for excess errors) FAIL: g++.old-deja/g++.jason/cond2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/conversion9.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/enum5.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs1 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/defctor.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/ctor1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/dtor2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/cond2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/conversion9.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/enum5.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/lex1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/mangle3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/defctor.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/ctor1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/dtor2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/cond2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs (test for excess errors) FAIL: g++.old-deja/g++.jason/enum5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/lex1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/mangle3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/defctor.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/ctor1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/dtor2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs -O (test for excess errors) FAIL: g++.old-deja/g++.jason/lex1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/mangle3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/enum6.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/enum6.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs3 (test for excess errors) FAIL: g++.old-deja/g++.jason/const.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gdwarf-2 -g1 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs3 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/enum6.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/const.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gdwarf-2 -g1 -O (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/const.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gdwarf-2 -g1 -O3 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs+1 (test for excess errors) FAIL: g++.old-deja/g++.jason/init2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/dtor5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/dcast2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gdwarf-2 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs+1 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/dtor5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/mi.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/init2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/enum8.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/dtor5.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gdwarf-2 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/dcast2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs+1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/mi.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/init2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/enum8.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/net2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gdwarf-2 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/dcast2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/init3.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs+ (test for excess errors) FAIL: g++.old-deja/g++.jason/offset2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/mi.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/init3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gdwarf-2 -g3 (test for excess errors) FAIL: g++.old-deja/g++.jason/enum8.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/net2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/init3.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs+ -O (test for excess errors) FAIL: g++.old-deja/g++.jason/offset2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/mutable1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gdwarf-2 -g3 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/net2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs+ -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/offset2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/mutable1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/new.C -std=c++98 (test for errors, line 27) FAIL: g++.old-deja/g++.jason/new.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs+3 (test for excess errors) FAIL: g++.old-deja/g++.jason/new.C -std=c++11 (test for errors, line 27) FAIL: g++.old-deja/g++.jason/new.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/mutable1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs1 (test for excess errors) FAIL: g++.old-deja/g++.jason/inline.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/new.C -std=c++14 (test for errors, line 27) FAIL: g++.old-deja/g++.jason/new.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs+3 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/lvalue4.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs1 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/inline.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/new2.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/debug/pr37616.c -gstabs+3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/lvalue4.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/inline.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/new2.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/parse10.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/friend.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/lvalue4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/optimize2.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... FAIL: g++.old-deja/g++.jason/new2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/parse10.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/friend.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs -O (test for excess errors) FAIL: g++.old-deja/g++.jason/optimize2.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/opeq.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload27.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/new3.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gdwarf-2 -g1 (test for excess errors) FAIL: gcc.dg/20000108-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/friend.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs -O3 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... FAIL: g++.old-deja/g++.jason/parse10.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/optimize2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/opeq.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload27.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gdwarf-2 -g1 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/new3.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs3 (test for excess errors) FAIL: gcc.dg/20000623-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/opeq.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gdwarf-2 -g1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload36.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload27.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/new3.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs3 -O (test for excess errors) FAIL: gcc.dg/20001012-2.c (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gdwarf-2 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload36.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/parse12.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs3 -O3 (test for excess errors) FAIL: gcc.dg/20001023-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/new4.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload19.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/ref10.C -std=c++98 (test for excess errors) FAIL: gcc.dg/20000906-1.c (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gdwarf-2 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/ref8.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs+1 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload36.C -std=c++14 (test for excess errors) FAIL: gcc.dg/20001108-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/parse12.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload19.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/new4.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/ref10.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gdwarf-2 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/ref8.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload11.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs+1 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/parse12.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/parse9.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload19.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/new4.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gdwarf-2 -g3 (test for excess errors) FAIL: g++.old-deja/g++.jason/ref10.C -std=c++14 (test for excess errors) FAIL: gcc.dg/20001117-1.c (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs+1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/ref8.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload11.C -std=c++11 (test for excess errors) FAIL: gcc.dg/20001012-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/new5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/parse9.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gdwarf-2 -g3 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/ref11.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs+ (test for excess errors) FAIL: g++.old-deja/g++.jason/ref9.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload11.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: gcc.dg/20010822-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/new5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/parse9.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs+ -O (test for excess errors) FAIL: g++.old-deja/g++.jason/ref11.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/ref9.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload12.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs1 (test for excess errors) FAIL: gcc.dg/20010912-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/new5.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs+ -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/ref11.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/ref9.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/opeq5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload12.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs1 -O (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs+3 (test for excess errors) FAIL: g++.old-deja/g++.jason/pmf7.C -std=c++98 (test for excess errors) FAIL: gcc.dg/20011008-2.c (test for excess errors) FAIL: g++.old-deja/g++.jason/ref12.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/opeq5.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload12.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs+3 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/pmf7.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/pmem2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs (test for excess errors) FAIL: g++.old-deja/g++.jason/ref12.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/opeq5.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/tls-1.c -gstabs+3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload13.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/pmf7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/return.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs -O (test for excess errors) FAIL: g++.old-deja/g++.jason/pmem2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/20011214-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/ref12.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gdwarf-2 -g1 (test for excess errors) FAIL: g++.old-deja/g++.jason/overload13.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/pmf8.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/return.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/pmem2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gdwarf-2 -g1 -O (test for excess errors) FAIL: gcc.dg/20020210-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/overload13.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs3 (test for excess errors) FAIL: gcc.dg/20020206-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/pmf8.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/return.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/pmem3.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gdwarf-2 -g1 -O3 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs3 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/pmf8.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/return2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/pmem3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/20020219-1.c (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gdwarf-2 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/return2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gdwarf-2 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/pmem3.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs+1 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gdwarf-2 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/return2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs+1 -O (test for excess errors) FAIL: gcc.dg/20020310-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/synth5.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gdwarf-2 -g3 (test for excess errors) FAIL: g++.old-deja/g++.jason/rvalue1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/return3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/template20.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs+1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/synth5.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gdwarf-2 -g3 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/rvalue1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/20020312-2.c (test for excess errors) FAIL: g++.old-deja/g++.jason/return3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs+ (test for excess errors) FAIL: g++.old-deja/g++.jason/template20.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/synth5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/rvalue1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/return3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/scoping17.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs+ -O (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs1 (test for excess errors) FAIL: g++.old-deja/g++.jason/template20.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/template11.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/rvalue2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/scoping17.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs+ -O3 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs1 -O (test for excess errors) FAIL: gcc.dg/20020607-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/template11.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/rvalue2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs+3 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/scoping17.C -std=c++14 (test for excess errors) FAIL: gcc.dg/20020607-2.c (test for excess errors) FAIL: g++.old-deja/g++.jason/template3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/synth7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/template11.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/ref7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/rvalue2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs+3 -O (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs (test for excess errors) FAIL: g++.old-deja/g++.jason/template3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/template40.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/synth7.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/ref7.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr29609-1.c -gstabs+3 -O3 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs -O (test for excess errors) FAIL: g++.old-deja/g++.jason/static1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gdwarf-2 -g1 (test for excess errors) FAIL: g++.old-deja/g++.jason/temporary.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/template40.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/template3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/synth7.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gdwarf-2 -g1 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/ref7.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gdwarf-2 -g1 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/rfg7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/static1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gdwarf-2 -g1 (test for excess errors) FAIL: g++.old-deja/g++.jason/temporary.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/rfg7.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gdwarf-2 -g1 -O (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs3 (test for excess errors) FAIL: g++.old-deja/g++.jason/template40.C -std=c++14 (test for excess errors) FAIL: gcc.dg/20021018-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/template14.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gdwarf-2 -g1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/rfg7.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gdwarf-2 -g1 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/static1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/temporary.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs3 -O (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gdwarf-2 -g1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/template41.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gdwarf-2 (test for excess errors) FAIL: g++.old-deja/g++.jason/template31.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/template14.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gdwarf-2 -g1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/template24.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/template31.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs3 -O3 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gdwarf-2 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gdwarf-2 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/template24.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/template41.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/template31.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/template14.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gdwarf-2 (test for excess errors) FAIL: g++.old-deja/g++.jason/template24.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs+1 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gdwarf-2 -O (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gdwarf-2 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/template41.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gdwarf-2 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/template15.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs+1 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/template25.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/temporary3.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gdwarf-2 -O3 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gdwarf-2 -g3 (test for excess errors) FAIL: g++.old-deja/g++.jason/template42.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gdwarf-2 -O3 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs+1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/thunk1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/template15.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/temporary3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/template25.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gdwarf-2 -g3 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gdwarf-2 -g3 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/typedef2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs+ (test for excess errors) FAIL: gcc.dg/20030213-1.c (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gdwarf-2 -g3 (test for excess errors) FAIL: g++.old-deja/g++.jason/template42.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/thunk1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/template15.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gdwarf-2 -g3 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/temporary3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/template25.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs+ -O (test for excess errors) FAIL: g++.old-deja/g++.jason/typedef2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gdwarf-2 -g3 -O (test for excess errors) FAIL: gcc.dg/20030225-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/template42.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/template26.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/thunk1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/template16.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/temporary4.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs1 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs+ -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/template26.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/typedef2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: gcc.dg/20030309-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/template43.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/template26.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs1 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs1 -O (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs+3 (test for excess errors) FAIL: g++.old-deja/g++.jason/template16.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/temporary4.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs1 (test for excess errors) FAIL: g++.old-deja/g++.jason/template34.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/template43.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/template27.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs1 -O3 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs1 -O (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs+3 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/thunk2.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/template16.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/temporary4.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs1 -O (test for excess errors) FAIL: gcc.dg/20030323-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/template34.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs1 -O3 (test for excess errors) FAIL: gcc.dg/debug/trivial.c -gstabs+3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/template27.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/template43.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/thunk2.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/typeid1.C -std=c++98 (test for errors, line 11) FAIL: g++.old-deja/g++.jason/typeid1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/arm13.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/template44.C -std=c++98 (test for excess errors) FAIL: gcc.dg/20030324-1.c (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs -O (test for excess errors) FAIL: g++.old-deja/g++.jason/typeid1.C -std=c++11 (test for errors, line 11) FAIL: g++.old-deja/g++.jason/typeid1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/template34.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/arm13.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs (test for excess errors) FAIL: g++.old-deja/g++.jason/tempinst1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/template27.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/template44.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/thunk2.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs (test for excess errors) FAIL: g++.old-deja/g++.jason/typeid1.C -std=c++14 (test for errors, line 11) FAIL: g++.old-deja/g++.jason/typeid1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/arm13.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/template44.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/typeid2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs -O (test for excess errors) FAIL: g++.old-deja/g++.jason/tempinst1.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/template28.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs -O (test for excess errors) FAIL: g++.old-deja/g++.jason/thunk3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/typeid2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/template19.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs3 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs -O3 (test for excess errors) FAIL: gcc.dg/20030414-2.c (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/typeid2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/tempinst1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/template28.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/thunk3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/template19.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs3 -O (test for excess errors) FAIL: g++.old-deja/g++.jason/warning5.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs3 (test for excess errors) FAIL: gcc.dg/20030612-1.c (test for excess errors) FAIL: g++.old-deja/g++.law/arm15.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs3 (test for excess errors) FAIL: g++.old-deja/g++.jason/template36.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/template28.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/arm15.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/temporary7.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/thunk3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/template19.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/warning5.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs3 -O (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs3 -O (test for excess errors) FAIL: g++.old-deja/g++.law/arm15.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/template6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/template36.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/arm9.C -std=c++98 (test for warnings, line 22) FAIL: g++.old-deja/g++.law/arm9.C -std=c++98 (test for errors, line 26) FAIL: g++.old-deja/g++.law/arm9.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/temporary7.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs+1 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs3 -O3 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/warning5.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.law/arg7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/arm9.C -std=c++11 (test for warnings, line 22) FAIL: g++.old-deja/g++.law/arm9.C -std=c++11 (test for errors, line 26) FAIL: g++.old-deja/g++.law/arm9.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/template36.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/template6.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/vecdel.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs+1 -O (test for excess errors) FAIL: g++.old-deja/g++.law/arg7.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs+1 (test for excess errors) FAIL: g++.old-deja/g++.law/arm9.C -std=c++14 (test for warnings, line 22) FAIL: g++.old-deja/g++.law/arm9.C -std=c++14 (test for errors, line 26) FAIL: g++.old-deja/g++.law/arm9.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs+1 (test for excess errors) FAIL: g++.old-deja/g++.jason/temporary7.C -std=c++14 (test for excess errors) FAIL: gcc.dg/20030708-1.c (test for excess errors) FAIL: g++.old-deja/g++.law/arg7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/bit-fields2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/array1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/template6.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs+1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/copy1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/vecdel.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs+1 -O (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs+1 -O (test for excess errors) FAIL: g++.old-deja/g++.law/arg8.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/bit-fields2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/array1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/temporary8.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/copy1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs+ (test for excess errors) FAIL: g++.old-deja/g++.law/arg8.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/bit-fields2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/array1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs+1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/copy1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs+1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.jason/vecdel.C -std=c++14 (test for excess errors) FAIL: gcc.dg/20030717-1.c (test for excess errors) FAIL: g++.old-deja/g++.law/arg1.C -std=c++98 (test for warnings, line 12) FAIL: g++.old-deja/g++.law/arg1.C -std=c++98 (test for warnings, line 13) FAIL: g++.old-deja/g++.law/arg1.C -std=c++98 (test for warnings, line 18) FAIL: g++.old-deja/g++.law/arg8.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/arg1.C -std=c++98 (test for warnings, line 19) FAIL: g++.old-deja/g++.law/arg1.C -std=c++98 (test for errors, line 27) FAIL: g++.old-deja/g++.law/arg1.C -std=c++98 (test for errors, line 28) FAIL: g++.old-deja/g++.law/arg1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.jason/temporary8.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs+ -O (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs+ (test for excess errors) FAIL: g++.old-deja/g++.law/arg9.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/arg1.C -std=c++11 (test for warnings, line 12) FAIL: g++.old-deja/g++.law/arg1.C -std=c++11 (test for warnings, line 13) FAIL: g++.old-deja/g++.law/arg1.C -std=c++11 (test for warnings, line 18) FAIL: g++.old-deja/g++.law/arg1.C -std=c++11 (test for warnings, line 19) FAIL: g++.old-deja/g++.law/arg1.C -std=c++11 (test for errors, line 27) FAIL: g++.old-deja/g++.law/arg1.C -std=c++11 (test for errors, line 28) FAIL: g++.old-deja/g++.law/arg1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs+ (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs+ -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/arg9.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/arg1.C -std=c++14 (test for warnings, line 12) FAIL: g++.old-deja/g++.law/arg1.C -std=c++14 (test for warnings, line 13) FAIL: g++.old-deja/g++.law/arg1.C -std=c++14 (test for warnings, line 18) FAIL: g++.old-deja/g++.law/arg1.C -std=c++14 (test for warnings, line 19) FAIL: g++.old-deja/g++.law/arg1.C -std=c++14 (test for errors, line 27) FAIL: g++.old-deja/g++.law/arg1.C -std=c++14 (test for errors, line 28) FAIL: g++.old-deja/g++.law/arg1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.jason/temporary8.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs+ -O (test for excess errors) FAIL: gcc.dg/20030804-1.c (test for excess errors) FAIL: g++.old-deja/g++.law/arg9.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs+ -O (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs+3 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs+ -O3 (test for excess errors) FAIL: gcc.dg/20030805-1.c (test for excess errors) FAIL: g++.old-deja/g++.law/ctors17.C -std=c++98 (test for warnings, line 16) FAIL: g++.old-deja/g++.law/ctors17.C -std=c++98 (test for errors, line 22) FAIL: g++.old-deja/g++.law/ctors17.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs+ -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/builtin1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors17.C -std=c++11 (test for warnings, line 16) FAIL: g++.old-deja/g++.law/ctors17.C -std=c++11 (test for errors, line 22) FAIL: g++.old-deja/g++.law/ctors17.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs+3 -O (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs+3 (test for excess errors) FAIL: g++.old-deja/g++.jason/virtual2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors17.C -std=c++14 (test for warnings, line 16) FAIL: g++.old-deja/g++.law/ctors17.C -std=c++14 (test for errors, line 22) FAIL: g++.old-deja/g++.law/ctors17.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/arm4.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs+3 (test for excess errors) FAIL: g++.old-deja/g++.law/builtin1.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/debug/20050907-1.c -gstabs+3 -O3 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs+3 -O (test for excess errors) FAIL: gcc.dg/20030826-1.c (test for excess errors) FAIL: g++.old-deja/g++.jason/virtual2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs+3 -O (test for excess errors) FAIL: g++.old-deja/g++.law/ctors10.C -std=c++98 (test for errors, line 21) FAIL: g++.old-deja/g++.law/arm4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors10.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/builtin1.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/debug/pr29609-2.c -gstabs+3 -O3 (test for excess errors) FAIL: gcc.dg/20030826-2.c (test for excess errors) FAIL: g++.old-deja/g++.law/ctors10.C -std=c++11 (test for errors, line 21) FAIL: g++.old-deja/g++.law/ctors10.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.jason/virtual2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20020220-1.c -gstabs+3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/arm4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt16.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors10.C -std=c++14 (test for errors, line 21) FAIL: g++.old-deja/g++.law/ctors10.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/dtors4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt16.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/dtors4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/arm5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt16.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/dtors4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors8.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/arm5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/dtors5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/arm12.C -std=c++98 (test for warnings, line 25) FAIL: g++.old-deja/g++.law/arm12.C -std=c++98 (test for errors, line 35) FAIL: g++.old-deja/g++.law/arm12.C -std=c++98 (test for excess errors) FAIL: gcc.dg/20031102-1.c (test for excess errors) FAIL: g++.old-deja/g++.law/ctors8.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors12.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/dtors5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/arm12.C -std=c++11 (test for warnings, line 25) FAIL: g++.old-deja/g++.law/arm12.C -std=c++11 (test for errors, line 35) FAIL: g++.old-deja/g++.law/arm12.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors8.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors12.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/arm5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/dtors5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/arm12.C -std=c++14 (test for warnings, line 25) FAIL: g++.old-deja/g++.law/arm12.C -std=c++14 (test for errors, line 35) FAIL: g++.old-deja/g++.law/arm12.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors12.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors13.C -std=c++98 (test for warnings, line 6) FAIL: g++.old-deja/g++.law/ctors13.C -std=c++98 (test for errors, line 10) FAIL: g++.old-deja/g++.law/ctors13.C -std=c++98 (test for excess errors) FAIL: gcc.dg/20031202-1.c (test for excess errors) FAIL: g++.old-deja/g++.law/ctors13.C -std=c++11 (test for warnings, line 6) FAIL: g++.old-deja/g++.law/ctors13.C -std=c++11 (test for errors, line 10) FAIL: g++.old-deja/g++.law/ctors13.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/bad-error7.C -std=c++98 (test for excess errors) FAIL: gcc.dg/20031216-1.c (test for excess errors) FAIL: g++.old-deja/g++.law/ctors13.C -std=c++14 (test for warnings, line 6) FAIL: g++.old-deja/g++.law/ctors13.C -std=c++14 (test for errors, line 10) FAIL: g++.old-deja/g++.law/ctors13.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/bad-error7.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/code-gen1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/bad-error7.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 -g1 (test for excess errors) FAIL: g++.old-deja/g++.law/arm7.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.law/code-gen1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/code-gen1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/arm7.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 -g1 -O (test for excess errors) FAIL: g++.old-deja/g++.law/code-gen2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt10.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/init11.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/except5.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.law/code-gen2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors15.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/arm7.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt10.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/init11.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/except5.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.law/code-gen2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 -g1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt7.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors15.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/init9.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt10.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/init11.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/except5.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors15.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt11.C -std=c++98 (test for errors, line 13) FAIL: g++.old-deja/g++.law/cvt11.C -std=c++98 (test for errors, line 22) FAIL: g++.old-deja/g++.law/cvt11.C -std=c++98 (test for errors, line 25) FAIL: g++.old-deja/g++.law/cvt11.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/code-gen4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors16.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 (test for excess errors) FAIL: g++.old-deja/g++.law/init9.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt11.C -std=c++11 (test for errors, line 22) FAIL: g++.old-deja/g++.law/cvt11.C -std=c++11 (test for errors, line 25) FAIL: g++.old-deja/g++.law/cvt11.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/init13.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors16.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt11.C -std=c++14 (test for errors, line 22) FAIL: g++.old-deja/g++.law/cvt11.C -std=c++14 (test for errors, line 25) FAIL: g++.old-deja/g++.law/cvt11.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/code-gen4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors16.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/init9.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt12.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/init13.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 -O (test for excess errors) FAIL: g++.old-deja/g++.law/ctors4.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.law/code-gen4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/operators15.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt12.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/friend1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/inline4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/code-gen5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/init13.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/cvt12.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/friend1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors4.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.law/code-gen5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/init14.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/operators15.C -std=c++11 (test for excess errors) FAIL: gcc.dg/20040219-1.c (test for excess errors) FAIL: g++.old-deja/g++.law/friend1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/code-gen5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/inline4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/init14.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors4.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 -g3 (test for excess errors) FAIL: g++.old-deja/g++.law/operators15.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/init14.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/nest3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/operators16.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/inline4.C -std=c++14 (test for excess errors) FAIL: gcc.dg/20040305-2.c (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 -g3 -O (test for excess errors) FAIL: g++.old-deja/g++.law/nest3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/operators16.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/nest3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/operators16.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gdwarf-2 -g1 (test for excess errors) FAIL: g++.old-deja/g++.law/operators27.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors6.C -std=c++98 (test for excess errors) FAIL: gcc.dg/20040309-1.c (test for excess errors) FAIL: g++.old-deja/g++.law/operators4.C -std=c++98 (test for errors, line 18) FAIL: g++.old-deja/g++.law/operators4.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/operators27.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors6.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/operators4.C -std=c++11 (test for errors, line 18) FAIL: g++.old-deja/g++.law/operators4.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gdwarf-2 -g1 -O (test for excess errors) FAIL: g++.old-deja/g++.law/enum9.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.law/operators27.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/ctors6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/dtors2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/operators4.C -std=c++14 (test for errors, line 18) FAIL: g++.old-deja/g++.law/operators4.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs1 (test for excess errors) FAIL: g++.old-deja/g++.law/operators28.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gdwarf-2 -g1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/dtors2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/enum9.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.law/global-init1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/operators28.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/dtors2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gdwarf-2 (test for excess errors) FAIL: gcc.dg/20040331-1.c (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs1 -O (test for excess errors) FAIL: g++.old-deja/g++.law/global-init1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/operators28.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/dtors3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/enum9.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.law/global-init1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/dtors3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gdwarf-2 -O (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/operators8.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/dtors3.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gdwarf-2 -g1 (test for excess errors) FAIL: g++.old-deja/g++.law/operators8.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gdwarf-2 -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/temps5.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gdwarf-2 -g1 -O (test for excess errors) FAIL: g++.old-deja/g++.law/operators8.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs (test for excess errors) FAIL: gcc.dg/20040622-2.c (test for excess errors) FAIL: g++.old-deja/g++.law/temps5.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gdwarf-2 -g3 (test for excess errors) FAIL: g++.old-deja/g++.law/temps5.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gdwarf-2 -g1 -O3 (test for excess errors) FAIL: gcc.dg/20040625-1.c (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs -O (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gdwarf-2 -g3 -O (test for excess errors) FAIL: g++.old-deja/g++.law/temps6.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gdwarf-2 (test for excess errors) FAIL: gcc.dg/20040627-1.c (test for excess errors) FAIL: g++.old-deja/g++.law/temps6.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/temps6.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gdwarf-2 -O (test for excess errors) FAIL: g++.old-deja/g++.law/operators30.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs1 (test for excess errors) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++98 (test for warnings, line 17) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++98 extra ; (test for errors, line 17) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++98 (test for warnings, line 19) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++98 extra ; (test for errors, line 19) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++98 (test for errors, line 23) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++98 (test for errors, line 34) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/operators30.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/refs4.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gdwarf-2 -O3 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs3 (test for excess errors) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++11 (test for warnings, line 17) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++11 extra ; (test for errors, line 17) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++11 (test for warnings, line 19) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++11 extra ; (test for errors, line 19) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++11 (test for errors, line 23) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++11 (test for errors, line 34) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/operators30.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs1 -O (test for excess errors) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++14 (test for warnings, line 17) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++14 extra ; (test for errors, line 17) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++14 (test for warnings, line 19) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++14 extra ; (test for errors, line 19) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++14 (test for errors, line 23) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++14 (test for errors, line 34) FAIL: g++.old-deja/g++.law/missed-error2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/refs4.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gdwarf-2 -g3 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs1 -O3 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs3 -O (test for excess errors) FAIL: g++.old-deja/g++.law/visibility13.C -std=c++98 (test for errors, line 19) FAIL: g++.old-deja/g++.law/visibility13.C -std=c++98 (test for errors, line 79) FAIL: g++.old-deja/g++.law/visibility13.C -std=c++98 (test for errors, line 80) FAIL: g++.old-deja/g++.law/visibility13.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/refs4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility13.C -std=c++11 (test for errors, line 19) FAIL: g++.old-deja/g++.law/visibility13.C -std=c++11 (test for errors, line 79) FAIL: g++.old-deja/g++.law/visibility13.C -std=c++11 (test for errors, line 80) FAIL: g++.old-deja/g++.law/visibility13.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gdwarf-2 -g3 -O (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs (test for excess errors) FAIL: g++.old-deja/g++.law/visibility13.C -std=c++14 (test for errors, line 19) FAIL: g++.old-deja/g++.law/visibility13.C -std=c++14 (test for errors, line 79) FAIL: g++.old-deja/g++.law/visibility13.C -std=c++14 (test for errors, line 80) FAIL: g++.old-deja/g++.law/visibility13.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility22.C -std=c++98 (test for warnings, line 22) FAIL: g++.old-deja/g++.law/visibility22.C -std=c++98 (test for warnings, line 24) FAIL: g++.old-deja/g++.law/visibility22.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/operators32.C -std=c++98 (test for errors, line 52) FAIL: g++.old-deja/g++.law/operators32.C -std=c++98 (test for errors, line 53) FAIL: gcc.dg/debug/pr49032.c -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/operators32.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs -O (test for excess errors) FAIL: g++.old-deja/g++.law/visibility22.C -std=c++11 (test for warnings, line 22) FAIL: g++.old-deja/g++.law/visibility22.C -std=c++11 (test for warnings, line 24) FAIL: g++.old-deja/g++.law/visibility22.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/vbase1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/operators32.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs1 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs+1 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility22.C -std=c++14 (test for warnings, line 22) FAIL: g++.old-deja/g++.law/visibility22.C -std=c++14 (test for warnings, line 24) FAIL: g++.old-deja/g++.law/visibility22.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/vbase1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/operators32.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... FAIL: gcc.dg/20041219-1.c (test for excess errors) FAIL: g++.old-deja/g++.law/operators23.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/vbase1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/operators33.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs1 -O (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs3 (test for excess errors) FAIL: g++.old-deja/g++.law/scope2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/operators23.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs+1 -O (test for excess errors) FAIL: g++.old-deja/g++.law/operators33.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/scope2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility15.C -std=c++98 (test for warnings, line 13) FAIL: g++.old-deja/g++.law/visibility15.C -std=c++98 (test for errors, line 24) FAIL: g++.old-deja/g++.law/visibility15.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/operators23.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/operators33.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs3 -O (test for excess errors) FAIL: g++.old-deja/g++.law/scope2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility15.C -std=c++11 (test for warnings, line 13) FAIL: g++.old-deja/g++.law/visibility15.C -std=c++11 (test for errors, line 24) FAIL: g++.old-deja/g++.law/visibility15.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility25.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gdwarf-2 -g1 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs+1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.martin/bitset1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility15.C -std=c++14 (test for warnings, line 13) FAIL: g++.old-deja/g++.law/visibility15.C -std=c++14 (test for errors, line 24) FAIL: g++.old-deja/g++.law/visibility15.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs (test for excess errors) FAIL: g++.old-deja/g++.law/visibility25.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility7.C -std=c++98 (test for warnings, line 18) FAIL: g++.old-deja/g++.law/visibility7.C -std=c++98 (test for warnings, line 20) FAIL: g++.old-deja/g++.law/visibility7.C -std=c++98 (test for errors, line 56) FAIL: g++.old-deja/g++.martin/bitset1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility7.C -std=c++98 (test for errors, line 58) FAIL: g++.old-deja/g++.law/visibility7.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... FAIL: gcc.dg/debug/pr36690-1.c -gdwarf-2 -g1 -O (test for excess errors) FAIL: g++.old-deja/g++.law/virtual2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility25.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... FAIL: g++.old-deja/g++.martin/bitset1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility7.C -std=c++11 (test for warnings, line 18) FAIL: g++.old-deja/g++.law/visibility7.C -std=c++11 (test for warnings, line 20) FAIL: g++.old-deja/g++.law/visibility7.C -std=c++11 (test for errors, line 56) FAIL: g++.old-deja/g++.law/visibility7.C -std=c++11 (test for errors, line 58) FAIL: g++.old-deja/g++.law/visibility7.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs+ (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs -O (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs+1 (test for excess errors) FAIL: g++.old-deja/g++.law/virtual2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility7.C -std=c++14 (test for warnings, line 18) FAIL: g++.old-deja/g++.law/visibility7.C -std=c++14 (test for warnings, line 20) FAIL: g++.old-deja/g++.law/visibility7.C -std=c++14 (test for errors, line 56) FAIL: g++.old-deja/g++.law/visibility7.C -std=c++14 (test for errors, line 58) FAIL: g++.old-deja/g++.law/visibility7.C -std=c++14 (test for excess errors) FAIL: gcc.dg/20050121-2.c (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gdwarf-2 -g1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.martin/conv1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/virtual2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs -O3 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs+1 -O (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs+ -O (test for excess errors) FAIL: g++.old-deja/g++.law/virtual3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.martin/sts_conv.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/asm2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility17.C -std=c++98 (test for warnings, line 34) FAIL: g++.old-deja/g++.law/visibility17.C -std=c++98 (test for warnings, line 39) FAIL: g++.old-deja/g++.law/visibility17.C -std=c++98 (test for errors, line 45) FAIL: g++.old-deja/g++.law/visibility17.C -std=c++98 (test for errors, line 50) FAIL: g++.old-deja/g++.law/visibility17.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gdwarf-2 (test for excess errors) FAIL: gcc.dg/20050527-1.c (test for excess errors) FAIL: g++.old-deja/g++.law/virtual3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.martin/conv1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs3 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs+1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility17.C -std=c++11 (test for warnings, line 34) FAIL: g++.old-deja/g++.law/visibility17.C -std=c++11 (test for warnings, line 39) FAIL: g++.old-deja/g++.law/visibility17.C -std=c++11 (test for errors, line 45) FAIL: g++.old-deja/g++.law/visibility17.C -std=c++11 (test for errors, line 50) FAIL: g++.old-deja/g++.law/visibility17.C -std=c++11 (test for excess errors) FAIL: gcc.dg/20050603-2.c (test for excess errors) FAIL: g++.old-deja/g++.law/virtual3.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs+ -O3 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gdwarf-2 -O (test for excess errors) FAIL: g++.old-deja/g++.martin/sts_conv.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/asm2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility17.C -std=c++14 (test for warnings, line 34) FAIL: g++.old-deja/g++.law/visibility17.C -std=c++14 (test for warnings, line 39) FAIL: g++.old-deja/g++.law/visibility17.C -std=c++14 (test for errors, line 45) FAIL: g++.old-deja/g++.law/visibility17.C -std=c++14 (test for errors, line 50) FAIL: g++.old-deja/g++.law/visibility17.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs3 -O (test for excess errors) FAIL: g++.old-deja/g++.law/virtual4.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs+ (test for excess errors) FAIL: g++.old-deja/g++.martin/conv1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/virtual4.C -std=c++11 (test for excess errors) FAIL: gcc.dg/20050321-2.c (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gdwarf-2 -O3 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.martin/sts_conv.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/asm2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs+3 (test for excess errors) FAIL: g++.old-deja/g++.law/temps2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/virtual4.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs+ -O (test for excess errors) FAIL: g++.old-deja/g++.law/temps2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gdwarf-2 -g3 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs+1 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.martin/sts_iarr.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs+ -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/temps2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs+3 -O (test for excess errors) FAIL: g++.old-deja/g++.law/visibility1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gdwarf-2 -g3 -O (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs+1 -O (test for excess errors) FAIL: g++.old-deja/g++.law/temps3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/20050922-1.c (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs+3 (test for excess errors) FAIL: g++.old-deja/g++.martin/eval1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/temps3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.martin/sts_iarr.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility10.C -std=c++98 (test for errors, line 13) FAIL: g++.old-deja/g++.law/visibility10.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs+1 -O3 (test for excess errors) FAIL: gcc.dg/debug/pr41893-1.c -gstabs+3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.law/temps3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility10.C -std=c++11 (test for errors, line 13) FAIL: g++.old-deja/g++.law/visibility10.C -std=c++11 (test for excess errors) FAIL: gcc.dg/20050922-2.c (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs+3 -O (test for excess errors) FAIL: g++.old-deja/g++.mike/bool2.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.martin/eval1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh13.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.martin/sts_iarr.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs1 (test for excess errors) FAIL: g++.old-deja/g++.law/temps4.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs+ (test for excess errors) FAIL: g++.old-deja/g++.law/refs1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast6.C -std=c++98 (test for errors, line 12) FAIL: g++.old-deja/g++.mike/dyncast6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility10.C -std=c++14 (test for errors, line 13) FAIL: g++.old-deja/g++.law/visibility10.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.law/visibility2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh13.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.law/temps4.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.law/refs1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/20020327-1.c -gstabs+3 -O3 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.old-deja/g++.mike/dyncast6.C -std=c++11 (test for errors, line 12) FAIL: g++.old-deja/g++.mike/dyncast6.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh23.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/bool2.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs1 -O (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs+ -O (test for excess errors) FAIL: g++.old-deja/g++.law/visibility2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.martin/eval1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh13.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.law/temps4.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.martin/sts_partial.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... FAIL: g++.old-deja/g++.law/refs1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast6.C -std=c++14 (test for errors, line 12) FAIL: g++.old-deja/g++.mike/dyncast6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh23.C -std=gnu++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... FAIL: g++.old-deja/g++.mike/eh51.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast7.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs1 -O3 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs+ -O3 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh23.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/bool2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh14.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.martin/sts_partial.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh41.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh51.C -std=gnu++11 (test for warnings, line 11) FAIL: g++.old-deja/g++.mike/eh51.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast7.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast7.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs+3 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh51.C -std=gnu++14 (test for warnings, line 11) FAIL: g++.old-deja/g++.mike/eh51.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.law/vtable3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh24.C -std=gnu++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.old-deja/g++.mike/eh14.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.martin/sts_partial.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh41.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast8.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... FAIL: g++.old-deja/g++.mike/eh7.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/20060425-1.c (test for excess errors) FAIL: g++.old-deja/g++.martin/new1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs+3 -O (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs -O (test for excess errors) FAIL: g++.old-deja/g++.mike/eh33.C -std=gnu++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... FAIL: g++.old-deja/g++.mike/dyncast8.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh52.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.law/vtable3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh24.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh14.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.martin/sts_vectini.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.martin/new1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh41.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh33.C -std=gnu++11 (test for warnings, line 11) FAIL: g++.old-deja/g++.mike/eh33.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast8.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh7.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/debug/pr49032.c -gstabs+3 -O3 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs -O3 (test for excess errors) FAIL: g++.old-deja/g++.martin/new1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh33.C -std=gnu++14 (test for warnings, line 11) FAIL: g++.old-deja/g++.mike/eh33.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh52.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/conv1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.law/vtable3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh24.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.martin/sts_vectini.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh42.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh34.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast9.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs3 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh7.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh25.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.martin/overload1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh34.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/conv1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh52.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh25.C -std=gnu++11 (test for warnings, line 15) FAIL: g++.old-deja/g++.mike/eh25.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.martin/sts_vectini.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh42.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh34.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs3 -O (test for excess errors) FAIL: g++.old-deja/g++.mike/eh8.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast9.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh25.C -std=gnu++14 (test for warnings, line 15) FAIL: g++.old-deja/g++.mike/eh25.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.martin/overload1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/20061124-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/conv1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/980523-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/eh53.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh16.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh42.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh35.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/20100906-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/eh8.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast9.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh26.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/20150306-1.c (test for excess errors) FAIL: g++.old-deja/g++.martin/overload1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs+1 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh53.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh16.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/mi1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh44.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh35.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh8.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/20070507-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/eh26.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.martin/pmf1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs+1 -O (test for excess errors) FAIL: g++.old-deja/g++.mike/eh53.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh16.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/mi1.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh44.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh35.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/20070725-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/eh9.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh26.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs+1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.martin/pmf1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast1.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/hog1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh36.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh17.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh27.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/mi1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh44.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh10.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh9.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh36.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs+ (test for excess errors) FAIL: g++.old-deja/g++.mike/eh27.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/align1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.martin/pmf1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast2.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh36.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh17.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/hog1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh27.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh55.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh45.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast2.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh9.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh10.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/mi2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs+ -O (test for excess errors) FAIL: g++.old-deja/g++.mike/eh37.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh55.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh28.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/align1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.martin/pmf2.C -std=gnu++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.old-deja/g++.mike/eh37.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh17.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/hog1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh45.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh55.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh28.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs+ -O3 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... FAIL: g++.old-deja/g++.mike/eh10.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/mi2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh37.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh28.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast3.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/align1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.martin/pmf2.C -std=gnu++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... FAIL: g++.old-deja/g++.mike/eh38.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/init1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh18.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh45.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh56.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs+3 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh38.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/mi2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/20020426-2.c (test for excess errors) FAIL: g++.old-deja/g++.mike/eh29.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast3.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/align2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.martin/pmf2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh38.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs+3 -O (test for excess errors) FAIL: g++.old-deja/g++.mike/init1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh18.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh56.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh29.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/misc1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/dyncast3.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/align2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh39.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-1.c -gstabs+3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.mike/init1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh56.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh18.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh12.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/20020517-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/eh29.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/misc1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/net15.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/align2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh39.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gdwarf-2 -g1 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh47.C -std=gnu++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.old-deja/g++.mike/eh12.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/20020525-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/eh3.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh47.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/net15.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/misc1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gdwarf-2 -g1 -O (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... FAIL: g++.old-deja/g++.mike/eh39.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh47.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh12.C -std=gnu++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... FAIL: g++.old-deja/g++.mike/eh3.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh48.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/net15.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gdwarf-2 -g1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.mike/net34.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh2.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh48.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/leak1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh3.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/net34.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh2.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh48.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gdwarf-2 (test for excess errors) FAIL: g++.old-deja/g++.mike/net16.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/net34.C -std=gnu++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... FAIL: g++.old-deja/g++.mike/eh2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/leak1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh31.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gdwarf-2 -O (test for excess errors) FAIL: g++.old-deja/g++.mike/eh49.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/net16.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... FAIL: g++.old-deja/g++.mike/eh40.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/net35.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... FAIL: gcc.dg/debug/pr36690-2.c -gdwarf-2 -O3 (test for excess errors) FAIL: g++.old-deja/g++.mike/leak1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh31.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh49.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh59.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/net16.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gdwarf-2 -g3 (test for excess errors) FAIL: g++.old-deja/g++.mike/net35.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh40.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh31.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh49.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh59.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/misc13.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gdwarf-2 -g3 -O (test for excess errors) FAIL: g++.old-deja/g++.mike/net17.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh40.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/net35.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh21.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/net26.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: g++.old-deja/g++.mike/eh5.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh59.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/Wdeclaration-after-statement-1.c (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.mike/misc13.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: g++.old-deja/g++.mike/net17.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh21.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/net26.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh5.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/Wdeclaration-after-statement-2.c (test for excess errors) FAIL: g++.old-deja/g++.mike/eh6.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs1 (test for excess errors) FAIL: g++.old-deja/g++.mike/misc13.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh21.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/net17.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh5.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/net26.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs1 -O (test for excess errors) FAIL: g++.old-deja/g++.mike/eh6.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/net37.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/misc14.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh50.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs1 -O3 (test for excess errors) FAIL: gcc.dg/Wnonnull.c (test for warnings, line 19) FAIL: gcc.dg/Wnonnull.c (test for warnings, line 21) FAIL: gcc.dg/Wnonnull.c (test for warnings, line 24) FAIL: gcc.dg/Wnonnull.c (test for warnings, line ) FAIL: gcc.dg/Wnonnull.c (test for excess errors) FAIL: g++.old-deja/g++.mike/mangle3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh50.C -std=gnu++11 (test for warnings, line 11) FAIL: g++.old-deja/g++.mike/eh50.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh6.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/net37.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/misc14.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/eh50.C -std=gnu++14 (test for warnings, line 11) FAIL: g++.old-deja/g++.mike/eh50.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs (test for excess errors) FAIL: g++.old-deja/g++.mike/ns10.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/mangle3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p2736.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p12306.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/net37.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/misc14.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs -O (test for excess errors) FAIL: g++.old-deja/g++.mike/p2736.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns10.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/mangle3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p2736.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/net46.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p12306.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs -O3 (test for excess errors) FAIL: g++.old-deja/g++.mike/net38.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/net46.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns10.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/net46.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs3 (test for excess errors) FAIL: g++.old-deja/g++.mike/p12306.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/net38.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p10849a.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns11.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs3 -O (test for excess errors) FAIL: g++.old-deja/g++.mike/ns9.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: g++.old-deja/g++.mike/p12306a.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/net38.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3060d.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p10849a.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns11.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns9.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p12306a.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/net39.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs+1 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3060d.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p10849a.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns11.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns9.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3570.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.old-deja/g++.mike/p12306a.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs+1 -O (test for excess errors) FAIL: g++.old-deja/g++.mike/net39.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3060d.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... FAIL: g++.old-deja/g++.mike/ns12.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/offset1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3570.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/net21.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... FAIL: gcc.dg/debug/pr36690-2.c -gstabs+1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.mike/p1248.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/net39.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns12.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3068.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/offset1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs+ (test for excess errors) FAIL: g++.old-deja/g++.mike/net21.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3570.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p1248.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns12.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3068.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs+ -O (test for excess errors) FAIL: g++.old-deja/g++.mike/offset1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p2846.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/net21.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3579.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p1248.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs+ -O3 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3068.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/opr-as1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/net40.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p2846.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3579.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/net40.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs+3 (test for excess errors) FAIL: g++.old-deja/g++.mike/p1567.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4246.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/opr-as1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/net40.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p2846.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3579.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs+3 -O (test for excess errors) FAIL: g++.old-deja/g++.mike/p1567.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4246.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/opr-as1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-2.c -gstabs+3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.mike/net41.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3708.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p2846a.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p1567.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3139.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4246.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gdwarf-2 -g1 (test for excess errors) FAIL: g++.old-deja/g++.mike/net41.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns15.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p2846a.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3708.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns15.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3139.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p16146.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gdwarf-2 -g1 -O (test for excess errors) FAIL: g++.old-deja/g++.mike/p5611.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/net41.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns15.C -std=c++14 (test for excess errors) FAIL: gcc.dg/alias-5.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p2846a.C -std=c++14 (test for excess errors) FAIL: gcc.dg/addr_equal-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p3708.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p11144.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gdwarf-2 -g1 -O3 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3139.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p5611.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p16146.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p10148.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/alias-6.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p2846b.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gdwarf-2 (test for excess errors) FAIL: g++.old-deja/g++.mike/p11144.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3708a.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p5611.C -std=c++14 (test for excess errors) FAIL: gcc.dg/alias-11.c (test for excess errors) FAIL: g++.old-deja/g++.mike/ns2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p10148.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p16146.C -std=c++14 (test for excess errors) FAIL: gcc.dg/anon-struct-10.c (test for excess errors) FAIL: gcc.dg/alias-7.c (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gdwarf-2 -O (test for excess errors) FAIL: g++.old-deja/g++.mike/p2846b.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p11144.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/array-13.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p3708a.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p5673.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/ns2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p10148.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p1862.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gdwarf-2 -O3 (test for excess errors) FAIL: g++.old-deja/g++.mike/p2846b.C -std=c++14 (test for excess errors) FAIL: gcc.dg/anon-struct-12.c (test for excess errors) FAIL: gcc.dg/align-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p3708a.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p5673.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p710.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gdwarf-2 -g3 (test for excess errors) FAIL: g++.old-deja/g++.mike/p1862.C -std=c++11 (test for excess errors) FAIL: gcc.dg/asm-b.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p710.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3708b.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p5673.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p658.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4511.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4736a.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gdwarf-2 -g3 -O (test for excess errors) FAIL: g++.old-deja/g++.mike/p11667.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p710.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p1862.C -std=c++14 (test for excess errors) FAIL: gcc.dg/array-init-2.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p658.C -std=c++11 (test for excess errors) FAIL: gcc.dg/array-4.c (test for excess errors) FAIL: gcc.dg/atomic-load-2.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p658.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3708b.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p5718.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4511.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gdwarf-2 -g3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4736a.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p2960.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p7180.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p11667.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/atomic-load-3.c (test for excess errors) FAIL: gcc.dg/atomic-store-3.c (test for excess errors) FAIL: gcc.dg/atomic-op-3.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p6610a.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs1 (test for excess errors) FAIL: gcc.dg/atomic-fence.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p5718.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4511.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3708b.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4736a.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p2960.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p7180.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p11667.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p783a.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p8018.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs1 -O (test for excess errors) FAIL: g++.old-deja/g++.mike/p6610a.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p5718.C -std=c++14 (test for excess errors) FAIL: gcc.dg/atomic-lockfree-aux.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p4736b.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p2394.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p2960.C -std=c++14 (test for excess errors) FAIL: gcc.dg/atomic-compare-exchange-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p7180.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p8483.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p783a.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p8018.C -std=c++11 (test for excess errors) FAIL: gcc.dg/atomic-lockfree.c (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs1 -O3 (test for excess errors) FAIL: gcc.dg/atomic-flag.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p6610a.C -std=c++14 (test for excess errors) FAIL: gcc.dg/asr_div1.c (test for excess errors) FAIL: gcc.dg/atomic-noinline-aux.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p4736b.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/atomic-generic-aux.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p2394.C -std=c++11 (test for excess errors) FAIL: gcc.dg/atomic-compare-exchange-2.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p3041.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs (test for excess errors) FAIL: g++.old-deja/g++.mike/p8483.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p783a.C -std=c++14 (test for excess errors) FAIL: gcc.dg/attr-alias-2.c (test for excess errors) FAIL: gcc.dg/atomic-noinline.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p8018.C -std=c++14 (test for excess errors) FAIL: gcc.dg/atomic-generic.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p6610b.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4736b.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/atomic-compare-exchange-3.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p2394.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4623.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs -O (test for excess errors) FAIL: g++.old-deja/g++.mike/p3041.C -std=c++11 (test for excess errors) FAIL: gcc.dg/attr-alias-3.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p755.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p783b.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p8483.C -std=c++14 (test for excess errors) FAIL: gcc.dg/atomic-op-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p6610b.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p755.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p5840.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4736c.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs -O3 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4623.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p3041.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4068.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p755.C -std=c++14 (test for excess errors) FAIL: gcc.dg/atomic-store-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p783b.C -std=c++11 (test for excess errors) FAIL: gcc.dg/atomic-op-2.c (test for excess errors) FAIL: gcc.dg/atomic-load-1.c (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs3 (test for excess errors) FAIL: g++.old-deja/g++.mike/p6610b.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p5840.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p9732a.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4736c.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4623.C -std=c++14 (test for excess errors) FAIL: gcc.dg/atomic-exchange-1.c (test for excess errors) FAIL: gcc.dg/atomic-store-2.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p4068.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p755a.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p783b.C -std=c++14 (test for excess errors) FAIL: gcc.dg/attr-ms_struct-packed1.c (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs3 -O (test for excess errors) FAIL: gcc.dg/attr-weakref-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p6611.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p5840.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p9732a.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4667.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4736c.C -std=c++14 (test for excess errors) FAIL: gcc.dg/atomic-exchange-2.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p4068.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p755a.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs3 -O3 (test for excess errors) FAIL: g++.old-deja/g++.mike/rtti2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p6611.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p5958.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p9732a.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/pmf7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4667.C -std=c++11 (test for excess errors) FAIL: gcc.dg/atomic-exchange-3.c (test for excess errors) FAIL: g++.old-deja/g++.mike/rtti2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p5469.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p755a.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4104.C -std=c++98 (test for excess errors) FAIL: gcc.dg/bf-ms-layout-2.c (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs+1 (test for excess errors) FAIL: g++.old-deja/g++.mike/p786.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/rtti2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p6611.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p5958.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p9732b.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/pmf7.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p4667.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p5469.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... FAIL: gcc.dg/bf-ms-layout-3.c (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs+1 -O (test for excess errors) FAIL: g++.old-deja/g++.mike/p4104.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p786.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p8804.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/rtti3.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... FAIL: g++.old-deja/g++.mike/p5958.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/auto-type-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p9732b.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/pmf7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p5469.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/thunk3.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs+1 -O3 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... FAIL: g++.old-deja/g++.mike/p4104.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p8804.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p786.C -std=c++14 (test for excess errors) FAIL: gcc.dg/bf-ms-layout-5.c (test for excess errors) FAIL: g++.old-deja/g++.mike/rtti3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p6004.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p9732b.C -std=c++14 (test for excess errors) FAIL: gcc.dg/bf-ms-layout.c (test for excess errors) FAIL: g++.old-deja/g++.mike/pmf8.C -std=c++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs+ (test for excess errors) FAIL: gcc.dg/attr-weak-hidden-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p5469a.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/thunk3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p8804.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p7865.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p6004.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/rtti3.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs+ -O (test for excess errors) FAIL: g++.old-deja/g++.mike/pmf8.C -std=c++11 (test for excess errors) FAIL: gcc.dg/builtin-object-size-11.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p5469a.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/thunk3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p7865.C -std=c++11 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs+ -O3 (test for excess errors) FAIL: gcc.dg/builtin-bswap-2.c (test for excess errors) FAIL: gcc.dg/builtin-object-size-4.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p6004.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/bitfld-3.c (test for excess errors) FAIL: g++.old-deja/g++.mike/pmf8.C -std=c++14 (test for excess errors) FAIL: gcc.dg/builtin-object-size-12.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p7651.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p8155.C -std=c++98 (test for excess errors) FAIL: gcc.dg/bitfld-4.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p5469a.C -std=c++14 (test for excess errors) FAIL: gcc.dg/builtin-apply2.c (test for excess errors) FAIL: g++.old-deja/g++.mike/vtable1.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs+3 (test for excess errors) FAIL: gcc.dg/builtin-bswap-3.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p7865.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p6927.C -std=c++98 (test for excess errors) FAIL: gcc.dg/builtin-object-size-6.c (test for excess errors) FAIL: g++.old-deja/g++.mike/pmf9.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p7651.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p8155.C -std=c++11 (test for excess errors) FAIL: gcc.dg/builtin-object-size-13.c (test for excess errors) FAIL: gcc.dg/builtin-choose-expr.c (test for excess errors) FAIL: gcc.dg/builtin-apply3.c (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs+3 -O (test for excess errors) FAIL: g++.old-deja/g++.mike/p5571.C -std=c++98 (test for excess errors) FAIL: gcc.dg/builtin-bswap-4.c (test for excess errors) FAIL: g++.old-deja/g++.mike/vtable1.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/builtin-object-size-7.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p6927.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/pmf9.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/p7651.C -std=c++14 (test for excess errors) FAIL: gcc.dg/builtin-object-size-14.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p8155.C -std=c++14 (test for excess errors) FAIL: gcc.dg/debug/pr36690-3.c -gstabs+3 -O3 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... FAIL: gcc.dg/builtin-bswap-5.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p5571.C -std=c++11 (test for excess errors) FAIL: gcc.dg/builtin-tgmath-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/vtable1.C -std=gnu++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... FAIL: g++.old-deja/g++.mike/p6927.C -std=c++14 (test for excess errors) FAIL: gcc.dg/builtin-apply4.c (test for excess errors) FAIL: gcc.dg/builtin-object-size-15.c (test for excess errors) FAIL: gcc.dg/builtin-object-size-8.c (test for excess errors) FAIL: g++.old-deja/g++.mike/pmf9.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p783.C -std=c++98 (test for excess errors) FAIL: gcc.dg/bitfld-9.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... FAIL: g++.old-deja/g++.mike/p789.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p5571.C -std=c++14 (test for excess errors) FAIL: gcc.dg/builtin-object-size-9.c (test for excess errors) FAIL: g++.old-deja/g++.mike/pt1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p783.C -std=c++11 (test for excess errors) FAIL: gcc.dg/builtin-arith-overflow-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p6311.C -std=c++98 (test for excess errors) FAIL: gcc.dg/builtin-tgmath-2.c (test for excess errors) FAIL: gcc.dg/builtin-object-size-16.c (test for excess errors) FAIL: gcc.dg/builtins-24.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p789.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/virt2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p9206.C -std=c++98 (test for excess errors) FAIL: gcc.dg/builtin-prefetch-1.c (test for excess errors) FAIL: gcc.dg/builtin-object-size-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/pt1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/builtins-10.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p783.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p6311.C -std=c++11 (test for excess errors) FAIL: gcc.dg/builtins-26.c (test for excess errors) FAIL: gcc.dg/builtins-17.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p789.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p9206.C -std=c++11 (test for excess errors) FAIL: gcc.dg/builtin-arith-overflow-2.c (test for excess errors) FAIL: g++.old-deja/g++.mike/virt2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/builtins-11.c (test for excess errors) FAIL: g++.old-deja/g++.mike/pt1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/builtins-18.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p6311.C -std=c++14 (test for excess errors) FAIL: gcc.dg/builtin-tgmath-3.c (test for excess errors) FAIL: gcc.dg/builtins-47.c (test for excess errors) FAIL: gcc.dg/builtins-27.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p789a.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/p9206.C -std=c++14 (test for excess errors) FAIL: gcc.dg/builtin-object-size-2.c (test for excess errors) FAIL: g++.old-deja/g++.mike/pt2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/virt2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/builtins-19.c (test for excess errors) FAIL: gcc.dg/builtin-return-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/pmf1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/builtins-58.c (test for excess errors) FAIL: gcc.dg/builtins-48.c (test for excess errors) FAIL: gcc.dg/builtins-13.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p789a.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/pt2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/builtins-41.c (test for excess errors) FAIL: gcc.dg/builtin-object-size-3.c (test for excess errors) FAIL: g++.old-deja/g++.mike/pmf1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/builtins-14.c (test for excess errors) FAIL: gcc.dg/builtins-49.c (test for excess errors) FAIL: gcc.dg/builtins-20.c (test for excess errors) FAIL: gcc.dg/builtins-31.c (test for excess errors) FAIL: gcc.dg/builtins-6.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p789a.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/alias6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/pt2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/temp.C -std=c++98 (test for excess errors) FAIL: gcc.dg/builtins-50.c (test for excess errors) FAIL: g++.old-deja/g++.mike/pmf1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/builtins-32.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p9706.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/builtins-7.c (test for excess errors) FAIL: g++.old-deja/g++.ns/alias6.C -std=c++11 (test for excess errors) FAIL: gcc.dg/c11-align-6.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p7912.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/c11-noreturn-2.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p9706.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/temp.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/virt4.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/builtins-51.c (test for excess errors) FAIL: gcc.dg/builtins-8.c (test for excess errors) FAIL: gcc.dg/builtins-64.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p9706.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/pmf2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/alias6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/p7912.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/temp.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/virt4.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/builtins-52.c (test for excess errors) FAIL: g++.old-deja/g++.mike/pmf2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/builtins-53.c (test for excess errors) FAIL: g++.old-deja/g++.mike/p7912.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/virt4.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/builtins-54.c (test for excess errors) FAIL: g++.old-deja/g++.mike/pmf2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/builtins-55.c (test for excess errors) FAIL: gcc.dg/builtins-57.c (test for excess errors) FAIL: gcc.dg/c11-true_min-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/virt5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/ref1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/anon1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/thunk2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/c90-hexfloat-2.c (test for excess errors) FAIL: gcc.dg/c90-digraph-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/thunk2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/virt5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/ref1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/anon1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/ns12.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/thunk2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/c11-uni-string-1.c (test for excess errors) FAIL: g++.old-deja/g++.niklas/t140.C -std=c++98 (test for excess errors) FAIL: gcc.dg/c90-scope-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/ref1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/anon1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/ns12.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.mike/virt5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.niklas/t140.C -std=c++11 (test for excess errors) FAIL: gcc.dg/c11-align-2.c (test for excess errors) FAIL: g++.old-deja/g++.mike/rtti1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/ns12.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.mike/rtti1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/c99-complit-1.c (test for excess errors) FAIL: g++.old-deja/g++.mike/virt6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/lookup3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.niklas/t140.C -std=c++14 (test for excess errors) FAIL: gcc.dg/c99-func-3.c (test for excess errors) FAIL: g++.old-deja/g++.mike/rtti1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/c99-init-1.c (test for excess errors) FAIL: g++.old-deja/g++.ns/ns13.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.mike/virt6.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/lookup3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/koenig3.C -std=c++98 (test for excess errors) FAIL: gcc.dg/c99-bool-1.c (test for excess errors) FAIL: g++.old-deja/g++.ns/ns13.C -std=c++11 (test for excess errors) FAIL: gcc.dg/c99-hexfloat-2.c (test for excess errors) FAIL: g++.old-deja/g++.mike/virt6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/lookup3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/koenig3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/c99-fordecl-1.c (test for excess errors) FAIL: g++.old-deja/g++.ns/ns13.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/ns6.C -std=c++98 (test for excess errors) FAIL: gcc.dg/c99-bool-3.c (test for excess errors) FAIL: g++.old-deja/g++.ns/koenig3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/alias1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/template18.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/ns14.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/ns6.C -std=c++11 (test for excess errors) FAIL: gcc.dg/c99-predef-1.c (test for excess errors) FAIL: gcc.dg/c99-digraph-1.c (test for excess errors) FAIL: gcc.dg/c99-func-1.c (test for excess errors) FAIL: g++.old-deja/g++.ns/alias1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/koenig4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/template18.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/ns14.C -std=c++11 (test for excess errors) FAIL: gcc.dg/c99-main-1.c (test for excess errors) FAIL: g++.old-deja/g++.ns/ns6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/alias1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/koenig4.C -std=c++11 (test for excess errors) FAIL: gcc.dg/c99-mixdecl-1.c (test for excess errors) FAIL: gcc.dg/c99-stdint-1.c (test for excess errors) FAIL: g++.old-deja/g++.ns/ns14.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/template18.C -std=c++14 (test for excess errors) FAIL: gcc.dg/cleanup-12.c (test for excess errors) FAIL: gcc.dg/c99-stdint-2.c (test for excess errors) FAIL: gcc.dg/c94-digraph-1.c (test for excess errors) FAIL: g++.old-deja/g++.ns/koenig4.C -std=c++14 (test for excess errors) FAIL: gcc.dg/cleanup-13.c (test for excess errors) FAIL: g++.old-deja/g++.oliva/delete3.C -std=c++98 (test for excess errors) FAIL: gcc.dg/c99-stdint-5.c (test for excess errors) FAIL: gcc.dg/c99-scope-1.c (test for excess errors) FAIL: gcc.dg/cleanup-2.c (test for excess errors) FAIL: g++.old-deja/g++.ns/using4.C -std=c++98 (test for errors, line 5) FAIL: g++.old-deja/g++.ns/using4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/alias3.C -std=c++98 (test for excess errors) FAIL: gcc.dg/cdce1.c (test for excess errors) FAIL: g++.old-deja/g++.ns/using4.C -std=c++11 (test for errors, line 5) FAIL: g++.old-deja/g++.ns/using4.C -std=c++11 (test for excess errors) FAIL: gcc.dg/combine-subregs.c (test for excess errors) FAIL: g++.old-deja/g++.oliva/delete3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/c99-scope-2.c (test for excess errors) FAIL: gcc.dg/cleanup-3.c (test for excess errors) FAIL: g++.old-deja/g++.ns/template11.C -std=c++98 (test for excess errors) FAIL: gcc.dg/cdce2.c (test for excess errors) FAIL: g++.old-deja/g++.ns/using4.C -std=c++14 (test for errors, line 5) FAIL: g++.old-deja/g++.ns/using4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/alias3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.oliva/delete3.C -std=c++14 (test for excess errors) FAIL: gcc.dg/cleanup-4.c (test for excess errors) FAIL: g++.old-deja/g++.ns/template3.C -std=c++98 (test for excess errors) FAIL: gcc.dg/char-compare.c (test for excess errors) FAIL: g++.old-deja/g++.ns/ns1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/extern1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/template11.C -std=c++11 (test for excess errors) FAIL: gcc.dg/cleanup-5.c (test for excess errors) FAIL: gcc.dg/complete-port.c (test for excess errors) FAIL: g++.old-deja/g++.oliva/linkage1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/alias3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/template3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.oliva/delete4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/ns1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/extern1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/template11.C -std=c++14 (test for excess errors) FAIL: gcc.dg/complex-1.c (test for excess errors) FAIL: g++.old-deja/g++.ns/using6.C -std=c++98 (test for excess errors) FAIL: gcc.dg/cleanup-7.c (test for excess errors) FAIL: gcc.dg/constructor-1.c (test for excess errors) FAIL: g++.old-deja/g++.oliva/linkage1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/koenig7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/using6.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/template3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/ns1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.oliva/delete4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/extern1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/using6.C -std=c++14 (test for excess errors) FAIL: gcc.dg/complex-3.c (test for excess errors) FAIL: g++.old-deja/g++.ns/overload1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/koenig7.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.oliva/delete4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/template4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.oliva/linkage1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/using7.C -std=c++98 (test for excess errors) FAIL: gcc.dg/conv-3.c (test for excess errors) FAIL: g++.old-deja/g++.ns/overload1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/koenig7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/template4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.oliva/delete5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/using7.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/overload1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/template4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.oliva/delete5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/using7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/template5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.oliva/delete5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.oliva/thunk1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/cwsc1.c (test for excess errors) FAIL: gcc.dg/div-compare-1.c (test for excess errors) FAIL: g++.old-deja/g++.oliva/thunk1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/using13.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.oliva/new1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.oliva/thunk1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/template5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/ns2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.oliva/new1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.ns/using13.C -std=c++11 (test for excess errors) FAIL: gcc.dg/div-double-1.c (test for excess errors) FAIL: g++.old-deja/g++.oliva/new1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/template5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/ns2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/c11-complex-1.c (test for excess errors) FAIL: g++.old-deja/g++.ns/using13.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/ns2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/empty1.c (test for excess errors) FAIL: gcc.dg/c11-generic-1.c (test for excess errors) FAIL: gcc.dg/duff-1.c (test for excess errors) FAIL: gcc.dg/doloop-2.c (test for excess errors) FAIL: gcc.dg/duff-2.c (test for excess errors) FAIL: gcc.dg/enum1.c (test for excess errors) FAIL: gcc.dg/duff-3.c (test for excess errors) FAIL: gcc.dg/fixuns-trunc-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/builtins1.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/errno-1.c (test for excess errors) FAIL: gcc.dg/fnegate-1.c (test for excess errors) FAIL: gcc.dg/duff-4.c (test for excess errors) FAIL: g++.old-deja/g++.oliva/expr2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/builtins1.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/float-exact-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/array1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/ext-elim-1.c (test for excess errors) FAIL: g++.old-deja/g++.oliva/delete2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/anon2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.oliva/expr2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/call1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/fold-abs-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/builtins1.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/falign-labels-1.c (test for excess errors) FAIL: gcc.dg/float-range-3.c (test for warnings, line 13) FAIL: gcc.dg/float-range-3.c (test for warnings, line 14) FAIL: gcc.dg/float-range-3.c (test for warnings, line 18) FAIL: g++.old-deja/g++.other/array1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/float-range-3.c (test for warnings, line 19) FAIL: gcc.dg/float-range-3.c (test for warnings, line 26) FAIL: gcc.dg/float-range-3.c (test for warnings, line 27) FAIL: gcc.dg/float-range-3.c (test for warnings, line 28) FAIL: gcc.dg/float-range-3.c (test for warnings, line 29) FAIL: gcc.dg/float-range-3.c (test for warnings, line 35) FAIL: gcc.dg/float-range-3.c (test for warnings, line 36) FAIL: gcc.dg/float-range-3.c (test for warnings, line 37) FAIL: gcc.dg/float-range-3.c (test for warnings, line 38) FAIL: gcc.dg/float-range-3.c (test for excess errors) FAIL: g++.old-deja/g++.ns/template9.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/anon2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/float-range-4.c (test for excess errors) FAIL: g++.old-deja/g++.oliva/delete2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.oliva/expr2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/call1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/fastmath-1.c (test for excess errors) FAIL: gcc.dg/float-range-5.c (test for warnings, line 14) FAIL: gcc.dg/fold-cstring.c (test for excess errors) FAIL: gcc.dg/float-range-5.c (test for warnings, line 15) FAIL: gcc.dg/float-range-5.c (test for warnings, line 19) FAIL: gcc.dg/float-range-5.c (test for warnings, line 20) FAIL: gcc.dg/float-range-5.c (test for warnings, line 27) FAIL: gcc.dg/float-range-5.c (test for warnings, line 28) FAIL: gcc.dg/float-range-5.c (test for warnings, line 29) FAIL: gcc.dg/float-range-5.c (test for warnings, line 30) FAIL: gcc.dg/float-range-5.c (test for warnings, line 36) FAIL: gcc.dg/float-range-5.c (test for warnings, line 37) FAIL: gcc.dg/float-range-5.c (test for warnings, line 38) FAIL: gcc.dg/float-range-5.c (test for warnings, line 39) FAIL: gcc.dg/float-range-5.c (test for excess errors) FAIL: g++.old-deja/g++.other/array1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.ns/template9.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/anon2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.oliva/delete2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.oliva/ext1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/call1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/array2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.ns/template9.C -std=c++14 (test for excess errors) FAIL: gcc.dg/fold-cvect.c (test for excess errors) FAIL: g++.old-deja/g++.other/anon3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.oliva/ext1.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/badopt1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/builtins2.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/array2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.oliva/ext1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/anon3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/badopt1.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/builtins2.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/array2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/anon3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/badopt1.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/fpermitted-flt-eval-methods_4.c (test for excess errors) FAIL: g++.old-deja/g++.other/comdat1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/builtins2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/conv6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/builtins3.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/fuse-caller-save.c (test for excess errors) FAIL: g++.old-deja/g++.other/comdat1.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/conv6.C -std=c++11 (test for excess errors) FAIL: gcc.dg/gimplefe-14.c (test for excess errors) FAIL: g++.old-deja/g++.other/bitfld1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/fwrapv-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/builtins3.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/fshort-wchar.c (test for excess errors) FAIL: g++.old-deja/g++.other/addrof1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/bitfld1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/conv6.C -std=c++14 (test for excess errors) FAIL: gcc.dg/fwrapv-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/comdat1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/builtins3.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/bitfld1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/fpermitted-flt-eval-methods_1.c (test for excess errors) FAIL: gcc.dg/fstack-protector-strong.c (test for warnings, line 109) FAIL: gcc.dg/fstack-protector-strong.c (test for excess errors) FAIL: g++.old-deja/g++.other/addrof1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/gcc-have-sync-compare-and-swap.c (test for excess errors) FAIL: gcc.dg/globalalias.c (test for excess errors) FAIL: gcc.dg/gnu89-init-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/builtins4.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/fpermitted-flt-eval-methods_2.c (test for excess errors) FAIL: g++.old-deja/g++.other/comdat2.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/anon6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/addrof1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ftrapv-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/crash22.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/builtins4.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/fpermitted-flt-eval-methods_3.c (test for excess errors) FAIL: g++.old-deja/g++.other/align.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/anon6.C -std=c++11 (test for excess errors) FAIL: gcc.dg/hex-round-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/align.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/comdat2.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/ftrapv-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/crash22.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/builtins4.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/align.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/array6.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/anon6.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ftrapv-3.c (test for excess errors) FAIL: g++.old-deja/g++.other/crash22.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/comdat2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/array6.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/inline-16.c (test for excess errors) FAIL: gcc.dg/initpri1.c (test for excess errors) FAIL: gcc.dg/ia64-sync-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/array6.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/cast7.C -std=c++98 (test for excess errors) FAIL: gcc.dg/hex-round-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/comdat3.C -std=c++98 (test for excess errors) FAIL: gcc.dg/ifcvt-fabs-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/builtins6.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/gnu99-init-1.c (test for excess errors) FAIL: gcc.dg/ia64-sync-2.c (test for excess errors) FAIL: gcc.dg/initpri3.c (test for excess errors) FAIL: g++.old-deja/g++.other/cast7.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/ctor1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/builtins6.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/ia64-sync-3.c (test for excess errors) FAIL: g++.old-deja/g++.other/copy1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/ifelse-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/comdat3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/cast7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/builtins6.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/inline-28.c (test for excess errors) FAIL: gcc.dg/imag-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/copy1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/ctor1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/cleanup1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/comdat3.C -std=c++14 (test for excess errors) FAIL: gcc.dg/inline-29.c (test for excess errors) FAIL: g++.old-deja/g++.other/builtins7.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/conv4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/copy1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/intmax_t-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/cleanup1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/ctor1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/builtins7.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/conv4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/copy2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/inline-30.c (test for excess errors) FAIL: g++.old-deja/g++.other/comdat4.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/cleanup1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/builtins7.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/conv4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/copy2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/cleanup2.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/loop-split.c (test for excess errors) FAIL: gcc.dg/inline-24.c (test for excess errors) FAIL: g++.old-deja/g++.other/comdat4.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/inline-32.c (test for excess errors) FAIL: g++.old-deja/g++.other/debug7.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/builtins8.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/localalias.c (test for excess errors) FAIL: g++.old-deja/g++.other/copy2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/mallign.c (test for excess errors) FAIL: g++.old-deja/g++.other/cleanup2.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/debug7.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/long-long-compare-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/builtins8.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/copy3.C -std=c++98 (test for excess errors) FAIL: gcc.dg/loop-unswitch-3.c (test for excess errors) FAIL: g++.old-deja/g++.other/comdat4.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/cleanup2.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/minmax-1.c (test for excess errors) FAIL: gcc.dg/loop-unswitch-4.c (test for excess errors) FAIL: gcc.dg/long-long-cst1.c (test for excess errors) FAIL: g++.old-deja/g++.other/debug7.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/builtins8.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/max-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/copy3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/misaligned-expand-1.c (test for excess errors) FAIL: gcc.dg/nested-func-8.c (test for excess errors) FAIL: gcc.dg/loop-unswitch-5.c (test for excess errors) FAIL: g++.old-deja/g++.other/builtins9.C -std=c++98 (test for excess errors) FAIL: gcc.dg/misaligned-expand-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/copy3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/comdat5.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/nested-calls-1.c (test for excess errors) FAIL: gcc.dg/memcmp-1.c (test for excess errors) FAIL: gcc.dg/nested-func-9.c (test for excess errors) FAIL: g++.old-deja/g++.other/dtor1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/misaligned-expand-3.c (test for excess errors) FAIL: g++.old-deja/g++.other/builtins9.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/builtins9.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/comdat5.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/defarg2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/lsr-div1.c (test for excess errors) FAIL: g++.old-deja/g++.other/dtor12.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor10.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/crash20.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor12.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/crash20.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/defarg2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/comdat5.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor12.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor10.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/crash20.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/defarg2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/cond1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor10.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/cond1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor11.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/noreturn-8.c (test for excess errors) FAIL: gcc.dg/non-local-goto-1.c (test for excess errors) FAIL: gcc.dg/pack-test-4.c (test for excess errors) FAIL: gcc.dg/nrv1.c (test for excess errors) FAIL: g++.old-deja/g++.other/delete3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/cond1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor11.C -std=c++11 (test for excess errors) FAIL: gcc.dg/non-local-goto-2.c (test for excess errors) FAIL: gcc.dg/pack-test-5.c (test for excess errors) FAIL: g++.old-deja/g++.other/delete3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/fnname1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/delete3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor11.C -std=c++14 (test for excess errors) FAIL: gcc.dg/packed-array.c (test for excess errors) FAIL: g++.old-deja/g++.other/fnname1.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/exprstmt1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/init1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/packed-vla.c (test for excess errors) FAIL: g++.old-deja/g++.other/fnname1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/exprstmt1.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/init1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/empty1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pow-sqrt-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/exprstmt1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/init1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pic-macro-define.c (test for excess errors) FAIL: g++.old-deja/g++.other/empty1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/long_branch.c (test for excess errors) FAIL: gcc.dg/pow-sqrt-3.c (test for excess errors) FAIL: g++.old-deja/g++.other/defarg6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/init10.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/empty1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr16107.c (test for excess errors) FAIL: gcc.dg/pr15347.c (test for excess errors) FAIL: g++.old-deja/g++.other/defarg6.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor5.C -std=c++98 (test for excess errors) FAIL: gcc.dg/loop-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/defarg6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/init10.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/delete6.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr10392-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/dtor5.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr18241-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/init10.C -std=c++14 (test for excess errors) FAIL: gcc.dg/loop-4.c (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/delete6.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr18241-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/dtor5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/init2.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/pr17581-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/init11.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/enum1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/inline8.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/delete6.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr18241-3.c (test for excess errors) FAIL: gcc.dg/loop-6.c (test for excess errors) FAIL: g++.old-deja/g++.other/dtor6.C -std=c++98 (test for excess errors) FAIL: gcc.dg/postincr-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/init2.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/inline8.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/delete7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/init11.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/enum1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr17112-1.c (test for excess errors) FAIL: gcc.dg/pr11864-1.c (test for excess errors) FAIL: gcc.dg/pr18241-4.c (test for excess errors) FAIL: g++.old-deja/g++.other/externC3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/inline8.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/delete7.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor6.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr15785-1.c (test for excess errors) FAIL: gcc.dg/pr18628.c (test for excess errors) FAIL: gcc.dg/pow-sqrt-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/init2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/inline2.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/delete7.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr20100.c (test for excess errors) FAIL: g++.old-deja/g++.other/init11.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/enum1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr18241-5.c (test for excess errors) FAIL: g++.old-deja/g++.other/inline2.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/externC3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/delete8.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/inline2.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/pr19402-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/delete8.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/init12.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/externC3.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr20115.c (test for excess errors) FAIL: gcc.dg/pr18921-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor7.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/delete8.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr25805.c (test for excess errors) FAIL: gcc.dg/pr19633-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/init12.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/pr23518.c (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor7.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/goto4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/instan1.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/pr19633.c (test for excess errors) FAIL: g++.old-deja/g++.other/init12.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/pr26983.c (test for excess errors) FAIL: gcc.dg/pr18963-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/init5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/goto4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor7.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/instan1.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/pr27003.c (test for excess errors) FAIL: g++.old-deja/g++.other/init13.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/inline21.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/pr26719.c (test for excess errors) FAIL: g++.old-deja/g++.other/init5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast6.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/goto4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/instan1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor8.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast6.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/pr26729-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/init13.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/inline21.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/headers1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/init5.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr23818.c (test for excess errors) FAIL: g++.old-deja/g++.other/enum4.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/dyncast6.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/pr27959-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/headers1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr27150-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/dtor8.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/pr29091.c (test for excess errors) FAIL: g++.old-deja/g++.other/headers1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/init13.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/inline21.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/init6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/enum4.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/pr28574.c (test for excess errors) FAIL: gcc.dg/pr30286.c (test for excess errors) FAIL: gcc.dg/pr27959.c (test for excess errors) FAIL: gcc.dg/pr27531-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/dtor8.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/init6.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/inline23.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/enum4.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/pr30762-1.c (test for excess errors) FAIL: gcc.dg/pr28726.c (test for excess errors) FAIL: g++.old-deja/g++.other/dtor9.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/init6.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr32338-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/inline23.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/enum5.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr27671-2.c (test for excess errors) FAIL: gcc.dg/pr27363.c (test for excess errors) FAIL: g++.old-deja/g++.other/local4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor9.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/field2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr32338-2.c (test for excess errors) FAIL: gcc.dg/pr30904.c (test for excess errors) FAIL: gcc.dg/pr28796-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/init7.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr27758.c (test for excess errors) FAIL: g++.old-deja/g++.other/inline23.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/enum5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/inline14.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/local4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/dtor9.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/field2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/inline14.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr28796-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/init7.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr29683.c (test for excess errors) FAIL: gcc.dg/pr30951.c (test for excess errors) FAIL: g++.old-deja/g++.other/enum5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/inline14.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/local4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/linkage7.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr32912-2.c (test for excess errors) FAIL: gcc.dg/pr33434-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/field2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/lookup6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/mangle3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/init16.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/init7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/new6.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr34003-1.c (test for excess errors) FAIL: gcc.dg/pr33434-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/linkage7.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr31507-1.c (test for excess errors) FAIL: gcc.dg/pr30957-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/new6.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr34457-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/lookup6.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/init16.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/mangle3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr33434-3.c (test for excess errors) FAIL: g++.old-deja/g++.other/linkage7.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr35616.c (test for excess errors) FAIL: g++.old-deja/g++.other/new6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/eh3.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/pr33017.c (test for excess errors) FAIL: gcc.dg/pr35258.c (test for excess errors) FAIL: g++.old-deja/g++.other/lookup6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/new7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/init16.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr33676.c (test for excess errors) FAIL: g++.old-deja/g++.other/mangle3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/init9.C -std=c++98 (test for warnings, line 16) FAIL: g++.old-deja/g++.other/init9.C -std=c++98 (test for warnings, line 17) FAIL: g++.old-deja/g++.other/init9.C -std=c++98 (test for errors, line 18) FAIL: g++.old-deja/g++.other/init9.C -std=c++98 (test for warnings, line 27) FAIL: g++.old-deja/g++.other/init9.C -std=c++98 (test for warnings, line 28) FAIL: g++.old-deja/g++.other/init9.C -std=c++98 (test for errors, line 29) FAIL: g++.old-deja/g++.other/init9.C -std=c++98 (test for warnings, line 36) FAIL: g++.old-deja/g++.other/init9.C -std=c++98 (test for warnings, line 37) FAIL: g++.old-deja/g++.other/init9.C -std=c++98 (test for errors, line 38) FAIL: g++.old-deja/g++.other/init9.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/new7.C -std=c++11 (test for warnings, line 18) FAIL: g++.old-deja/g++.other/new7.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr33619.c (test for excess errors) FAIL: g++.old-deja/g++.other/eh3.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/pr34668-1.c (test for excess errors) FAIL: gcc.dg/pr31529-1.c (test for excess errors) FAIL: gcc.dg/pr35264.c (test for excess errors) FAIL: g++.old-deja/g++.other/lookup7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/init9.C -std=c++11 (test for warnings, line 16) FAIL: g++.old-deja/g++.other/init9.C -std=c++11 (test for warnings, line 17) FAIL: g++.old-deja/g++.other/init9.C -std=c++11 (test for errors, line 18) FAIL: g++.old-deja/g++.other/init9.C -std=c++11 (test for warnings, line 27) FAIL: g++.old-deja/g++.other/init9.C -std=c++11 (test for warnings, line 28) FAIL: g++.old-deja/g++.other/init9.C -std=c++11 (test for errors, line 29) FAIL: g++.old-deja/g++.other/init9.C -std=c++11 (test for warnings, line 36) FAIL: g++.old-deja/g++.other/init9.C -std=c++11 (test for warnings, line 37) FAIL: g++.old-deja/g++.other/init9.C -std=c++11 (test for errors, line 38) FAIL: g++.old-deja/g++.other/init9.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/new7.C -std=c++14 (test for warnings, line 18) FAIL: g++.old-deja/g++.other/new7.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr33136-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/mutable1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr36300-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/eh3.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/init9.C -std=c++14 (test for warnings, line 16) FAIL: g++.old-deja/g++.other/init9.C -std=c++14 (test for warnings, line 17) FAIL: g++.old-deja/g++.other/init9.C -std=c++14 (test for errors, line 18) FAIL: g++.old-deja/g++.other/init9.C -std=c++14 (test for warnings, line 27) FAIL: g++.old-deja/g++.other/init9.C -std=c++14 (test for warnings, line 28) FAIL: g++.old-deja/g++.other/init9.C -std=c++14 (test for errors, line 29) FAIL: g++.old-deja/g++.other/init9.C -std=c++14 (test for warnings, line 36) FAIL: g++.old-deja/g++.other/init9.C -std=c++14 (test for warnings, line 37) FAIL: g++.old-deja/g++.other/init9.C -std=c++14 (test for errors, line 38) FAIL: g++.old-deja/g++.other/init9.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr33919.c (test for excess errors) FAIL: g++.old-deja/g++.other/lookup7.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr33645-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/null2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr33136-2.c (test for excess errors) FAIL: gcc.dg/pr36300-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/mutable1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr34263.c (test for excess errors) FAIL: g++.old-deja/g++.other/lookup7.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr33136-3.c (test for excess errors) FAIL: g++.old-deja/g++.other/null2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/local1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/mutable1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr33961.c (test for excess errors) FAIL: g++.old-deja/g++.other/overload3.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr36015.c (test for excess errors) FAIL: g++.old-deja/g++.other/null2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/local1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr35045.c (test for excess errors) FAIL: gcc.dg/pr35691-6.c (test for excess errors) FAIL: g++.old-deja/g++.other/overload3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr36017.c (test for excess errors) FAIL: g++.old-deja/g++.other/lookup21.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr39343.c (test for excess errors) FAIL: g++.old-deja/g++.other/local1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/inline7.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/pr39794.c (test for excess errors) FAIL: gcc.dg/pr36584.c (test for excess errors) FAIL: g++.old-deja/g++.other/overload3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/inline7.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/lookup21.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr36194.c (test for excess errors) FAIL: g++.old-deja/g++.other/inline7.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/lookup13.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr39867.c (test for excess errors) FAIL: g++.old-deja/g++.other/overload4.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr38245-3.c (test for excess errors) FAIL: g++.old-deja/g++.other/lookup21.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/ptrmem9.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/lookup13.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/overload4.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr36224.c (test for excess errors) FAIL: g++.old-deja/g++.other/pmf1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr39565.c (test for excess errors) FAIL: g++.old-deja/g++.other/ptrmem9.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/op2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/ptrmem10.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/loop1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/lookup13.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/local3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/op2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/overload4.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr41935.c (test for excess errors) FAIL: g++.old-deja/g++.other/pmf1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/ptrmem9.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/overload1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/ptrmem10.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/op2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/loop1.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/pr38364.c (test for excess errors) FAIL: gcc.dg/pr37908.c (test for excess errors) FAIL: g++.old-deja/g++.other/local3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/overload5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/op3.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr41963.c (test for excess errors) FAIL: g++.old-deja/g++.other/pmf1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/overload1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/ptrmem10.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/op3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr38615.c (test for excess errors) FAIL: g++.old-deja/g++.other/loop1.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/pr42461.c (test for excess errors) FAIL: g++.old-deja/g++.other/local3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/op3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/overload5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/overload1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr42084.c (test for excess errors) FAIL: g++.old-deja/g++.other/new.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/lookup3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/optimize1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/new.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/overload5.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr44606.c (test for excess errors) FAIL: gcc.dg/pr41454.c (test for excess errors) FAIL: g++.old-deja/g++.other/new.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/rttid2.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/regstack.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/lookup3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/optimize1.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/pr43402.c (test for excess errors) FAIL: g++.old-deja/g++.other/overload6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/rttid2.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/pr44024.c (test for excess errors) FAIL: gcc.dg/pr43419.c (test for excess errors) FAIL: g++.old-deja/g++.other/new3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/rttid2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/lookup3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/regstack.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/optimize1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/overload6.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/pmf4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/rttid3.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/pr44838.c (test for excess errors) FAIL: g++.old-deja/g++.other/new3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/optimize2.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/ptrmem4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/rttid3.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/lookup4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/regstack.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/optimize2.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/overload6.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr44404.c (test for excess errors) FAIL: g++.old-deja/g++.other/pmf4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/rttid3.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/new3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/ptrmem4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/optimize2.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/pr43557-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/lookup17.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/lookup4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/reload1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/rttid4.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/overload7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/pmf4.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr44194-1.c scan-rtl-dump dse1 "global deletions = (2|3)" FAIL: g++.old-deja/g++.other/ptrmem4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/rttid4.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/optimize3.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/lookup17.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/lookup4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/reload1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/rttid4.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/overload7.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr46728-12.c (test for excess errors) FAIL: gcc.dg/pr45652.c (test for excess errors) FAIL: g++.old-deja/g++.other/pmf5.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr46728-6.c (test for excess errors) FAIL: g++.old-deja/g++.other/lookup17.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/optimize3.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/reload1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr46728-9.c (test for excess errors) FAIL: gcc.dg/pr46921.c (test for excess errors) FAIL: g++.old-deja/g++.other/overload7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/pmf5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/new5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/optimize3.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/singleton.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/overload8.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr47383.c (test for excess errors) FAIL: g++.old-deja/g++.other/static13.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/pmf5.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr46315.c (test for excess errors) FAIL: gcc.dg/pr47028.c (test for excess errors) FAIL: g++.old-deja/g++.other/new5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/static7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/singleton.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/scope1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/overload8.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/rtti1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/static13.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/pmf6.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr46614.c (test for excess errors) FAIL: g++.old-deja/g++.other/new5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/static7.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/rtti1.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/overload14.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/singleton.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/scope1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/overload8.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr48774.c (test for excess errors) FAIL: gcc.dg/pr46620.c (test for excess errors) FAIL: g++.old-deja/g++.other/static13.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/rtti1.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/pr47893.c (test for excess errors) FAIL: g++.old-deja/g++.other/pmf6.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/static7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/overload14.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/scope1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/rtti2.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/overload9.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/static14.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/rtti2.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/pmf6.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr48784-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/overload14.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/rtti2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/overload9.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr46675.c (test for excess errors) FAIL: g++.old-deja/g++.other/static14.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr46499-1.c (test for excess errors) FAIL: gcc.dg/pr48616.c (test for excess errors) FAIL: gcc.dg/pr48784-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/rtti3.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/overload2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/overload9.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/rtti3.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/static14.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr48022-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/rtti3.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/sibcall1.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/pr48837.c (test for excess errors) FAIL: g++.old-deja/g++.other/ref3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/overload2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/sibcall1.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/rtti4.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/static15.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr50527.c (test for excess errors) FAIL: gcc.dg/pr50161.c (test for excess errors) FAIL: g++.old-deja/g++.other/unchanging1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/sibcall1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/rtti4.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/pr51408.c (test for excess errors) FAIL: g++.old-deja/g++.other/ref3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/sizeof3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/overload2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/unchanging1.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/static15.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/rtti4.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/stmtexpr1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/unchanging1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/ref3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/stmtexpr1.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/sizeof3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/static15.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/vbase2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/stmtexpr1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/sizeof3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/static16.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/vbase2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr50290.c (test for excess errors) FAIL: g++.old-deja/g++.other/static16.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/using6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/vbase2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr52171.c (test for excess errors) FAIL: g++.old-deja/g++.other/temporary1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/union2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/static16.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr51957-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/using6.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/temporary1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/union2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr50310-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/using6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/virtual8.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/union2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/temporary1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr50310-2.c (test for excess errors) FAIL: gcc.dg/pr54921.c (test for excess errors) FAIL: g++.old-deja/g++.other/virtual8.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/union3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/thunk1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/static20.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr52734.c (test for excess errors) FAIL: gcc.dg/pr55940.c (test for excess errors) FAIL: g++.old-deja/g++.other/string2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/virtual8.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/union3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr56125.c (test for excess errors) FAIL: g++.old-deja/g++.other/static20.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr52769.c (test for excess errors) FAIL: g++.old-deja/g++.other/thunk1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/alignof.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr43280.c (test for excess errors) FAIL: g++.old-deja/g++.other/string2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr53352.c (test for excess errors) FAIL: g++.old-deja/g++.other/virtual9.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/union3.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr55019.c (test for excess errors) FAIL: g++.old-deja/g++.other/vbase5.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr48156.c (test for excess errors) FAIL: g++.old-deja/g++.other/typeid1.C -std=gnu++98 (test for errors, line 13) FAIL: g++.old-deja/g++.other/typeid1.C -std=gnu++98 (test for errors, line 14) FAIL: g++.old-deja/g++.other/typeid1.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/pr55236.c (test for excess errors) FAIL: g++.old-deja/g++.other/static20.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/thunk1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/alignof.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/string2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/typeid1.C -std=gnu++11 (test for errors, line 13) FAIL: g++.old-deja/g++.other/typeid1.C -std=gnu++11 (test for errors, line 14) FAIL: g++.old-deja/g++.other/typeid1.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/pr55023.c (test for excess errors) FAIL: g++.old-deja/g++.other/virtual9.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr53060.c (test for excess errors) FAIL: gcc.dg/pr56078.c (test for excess errors) FAIL: g++.old-deja/g++.other/typeid1.C -std=gnu++14 (test for errors, line 13) FAIL: g++.old-deja/g++.other/typeid1.C -std=gnu++14 (test for errors, line 14) FAIL: g++.old-deja/g++.other/typeid1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/vbase5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/alignof.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/typeinfo1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr54919.c (test for excess errors) FAIL: g++.old-deja/g++.other/virtual9.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/vaarg1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr56341-1.c (test for excess errors) FAIL: gcc.dg/pr56997-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/typeinfo1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/vaarg1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/vbase5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/typeinfo1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/array1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr56341-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/vaarg1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/static4.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/pr56997-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/array1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/static4.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.other/vtbl1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr57233.c (test for excess errors) FAIL: gcc.dg/pr56997-3.c (test for excess errors) FAIL: g++.old-deja/g++.other/vaarg2.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/array1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/static4.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/pr57287-2.c (test for excess errors) FAIL: gcc.dg/pr58981.c (test for excess errors) FAIL: g++.old-deja/g++.other/vtbl1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/vaarg2.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/pr57287.c (test for excess errors) FAIL: g++.old-deja/g++.other/vtbl1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.other/vaarg2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.other/virtual2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr59605-2.c (test for excess errors) FAIL: g++.old-deja/g++.other/vtbl2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.other/vtbl2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.other/virtual2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr62167-run.c (test for excess errors) FAIL: g++.old-deja/g++.other/vtbl2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr57300.c (test for excess errors) FAIL: gcc.dg/pr61045.c (test for excess errors) FAIL: gcc.dg/pr63748.c (test for excess errors) FAIL: gcc.dg/pr60485-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/virtual2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr63762.c (test for excess errors) FAIL: gcc.dg/pr60485-2.c (test for excess errors) FAIL: gcc.dg/pr63186.c (test for excess errors) FAIL: g++.old-deja/g++.other/virtual3.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr62004.c (test for excess errors) FAIL: gcc.dg/pr63594-2.c (test for excess errors) FAIL: gcc.dg/pr59920-1.c (test for excess errors) FAIL: g++.old-deja/g++.other/virtual3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr65358.c (test for excess errors) FAIL: gcc.dg/pr62030.c (test for excess errors) FAIL: g++.old-deja/g++.other/vbase1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.other/virtual3.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr64252.c (test for excess errors) FAIL: gcc.dg/pr64007.c (test for excess errors) FAIL: g++.old-deja/g++.other/vbase1.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/pr66444.c (test for excess errors) FAIL: g++.old-deja/g++.other/vbase1.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/pr64807.c (test for excess errors) FAIL: g++.old-deja/g++.pt/copy1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr67410.c (test for excess errors) FAIL: gcc.dg/pr63665.c (test for excess errors) FAIL: gcc.dg/pr65063.c (test for excess errors) FAIL: gcc.dg/pr64536.c (test for excess errors) FAIL: gcc.dg/pr64309.c (test for excess errors) FAIL: g++.old-deja/g++.pt/deduct6.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr66187-1.c (test for excess errors) FAIL: gcc.dg/pr67089-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/copy1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/deduct6.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr67465.c (test for excess errors) FAIL: g++.old-deja/g++.pt/deduct6.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr66187-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/copy1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr67089-2.c (test for excess errors) FAIL: gcc.dg/pr66299-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/deduct7.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr67786.c (test for excess errors) FAIL: gcc.dg/pr65345-2.c (test for excess errors) FAIL: gcc.dg/pr67028.c (test for excess errors) FAIL: gcc.dg/pr67089-3.c (test for excess errors) FAIL: gcc.dg/pr66299-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/deduct7.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr67787.c (test for excess errors) FAIL: g++.old-deja/g++.pt/eichin01.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr68835-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/crash68.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr66299-3.c (test for excess errors) FAIL: g++.old-deja/g++.pt/crash68.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr69238.c (test for excess errors) FAIL: g++.old-deja/g++.pt/deduct7.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr67830.c (test for excess errors) FAIL: gcc.dg/pr67089-4.c (test for excess errors) FAIL: gcc.dg/pr68670-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/crash18.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/enum3.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr68841.c (test for excess errors) FAIL: g++.old-deja/g++.pt/eichin01.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/crash68.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/defarg.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr68670-2.c (test for excess errors) FAIL: gcc.dg/pr69535.c (test for excess errors) FAIL: gcc.dg/pr67089-5.c (test for excess errors) FAIL: g++.old-deja/g++.pt/crash18.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/enum3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr69307.c (test for excess errors) FAIL: g++.old-deja/g++.pt/eichin01.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr68671.c (test for excess errors) FAIL: g++.old-deja/g++.pt/defarg.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/crash18.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/enum3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/eichin01a.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr69195.c (test for excess errors) FAIL: gcc.dg/pr69391-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/defarg.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/eichin01a.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr69391-2.c (test for excess errors) FAIL: gcc.dg/pr69896.c (test for excess errors) FAIL: g++.old-deja/g++.pt/eichin01a.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explarg1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit26.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr69442.c (test for excess errors) FAIL: g++.old-deja/g++.pt/eichin01b.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit35.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explarg1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit26.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr78582.c (test for excess errors) FAIL: gcc.dg/pr78333.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit18.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/eichin01b.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit35.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explarg1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit26.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit18.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/eichin01b.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit35.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit27.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr77587.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit18.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit36.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr78721.c (test for excess errors) FAIL: g++.old-deja/g++.pt/enum7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit27.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit19.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit36.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr78725-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit59.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/enum7.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit27.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr78241.c (test for excess errors) FAIL: gcc.dg/pr78468.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit19.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit36.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr77664.c (test for excess errors) FAIL: gcc.dg/pr78725.c (test for excess errors) FAIL: g++.old-deja/g++.pt/deduct4.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr81019.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit59.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr81592.c (test for excess errors) FAIL: g++.old-deja/g++.pt/enum7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit28.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr80693.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit50.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit19.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit37.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/deduct4.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr81020.c (test for excess errors) FAIL: gcc.dg/pr7356.c (test for errors, line 3) FAIL: gcc.dg/pr7356.c expected multiline pattern lines 14-16 not found: "\s*a.*\n \^\n ;.*\n" FAIL: gcc.dg/pr7356.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit59.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit28.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit50.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit37.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/deduct4.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr76783.c (test for excess errors) FAIL: gcc.dg/pr80170.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit6.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/defarg2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/deduct5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit28.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr81292-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit50.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit37.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/deduct5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit6.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/pr80286.c (test for excess errors) FAIL: gcc.dg/pr83100-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/defarg2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr83393.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit29.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr82916.c (test for excess errors) FAIL: g++.old-deja/g++.pt/deduct5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit12.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/pr81979.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit51.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr81292-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit6.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/defarg2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit29.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit12.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/pr82004.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit51.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr83609.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit60.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit29.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit12.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/pr83323.c (test for excess errors) FAIL: gcc.dg/pr82703.c (test for excess errors) FAIL: gcc.dg/pr84225.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit51.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit60.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit13.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/pr81588.c (test for excess errors) FAIL: gcc.dg/pr83424.c (test for excess errors) FAIL: gcc.dg/pr83363.c (test for excess errors) FAIL: gcc.dg/pr82788.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit52.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr82190.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit60.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit13.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend12.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr83364.c (test for excess errors) FAIL: gcc.dg/pr84503-1.c (test for excess errors) FAIL: gcc.dg/pr82274-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit52.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit61.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit13.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend12.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr84503-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit23.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/pr82274-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit52.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit61.C -std=c++11 (test for excess errors) FAIL: gcc.dg/pr85376.c (test for excess errors) FAIL: gcc.dg/pr82286.c (test for excess errors) FAIL: g++.old-deja/g++.pt/friend33.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/pragma-pack-3.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit40.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend12.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr84607.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit23.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit53.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit61.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit31.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend33.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit40.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend13.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit23.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit53.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit74.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit62.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr85529.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit31.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/pr84614.c (test for excess errors) FAIL: g++.old-deja/g++.pt/friend33.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit40.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pr9814-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/friend13.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit53.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit74.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit62.C -std=c++11 (test for excess errors) FAIL: gcc.dg/range-test-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit31.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend13.C -std=c++14 (test for excess errors) FAIL: gcc.dg/pragma-align.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit54.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr86314.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit74.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit62.C -std=c++14 (test for excess errors) FAIL: gcc.dg/setjmp-6.c (test for excess errors) FAIL: gcc.dg/sibcall-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit54.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit63.C -std=c++98 (test for excess errors) FAIL: gcc.dg/short-compare-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit42.C -std=c++98 (test for excess errors) FAIL: gcc.dg/sibcall-3.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit63.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit54.C -std=c++14 (test for excess errors) FAIL: gcc.dg/short-compare-2.c (test for excess errors) FAIL: gcc.dg/smod-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/friend7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit42.C -std=c++11 (test for excess errors) FAIL: gcc.dg/sms-5.c (test for excess errors) FAIL: gcc.dg/setjmp-1.c (test for excess errors) FAIL: gcc.dg/sibcall-4.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit63.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit55.C -std=c++98 (test for excess errors) FAIL: gcc.dg/setjmp-3.c (test for excess errors) FAIL: gcc.dg/sms-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/friend7.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit42.C -std=c++14 (test for excess errors) FAIL: gcc.dg/setjmp-4.c (test for excess errors) FAIL: gcc.dg/sibcall-6.c (test for excess errors) FAIL: gcc.dg/shrink-wrap-pretend.c (test for excess errors) FAIL: g++.old-deja/g++.pt/fntry1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit64.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit55.C -std=c++11 (test for excess errors) FAIL: gcc.dg/sms-6.c (test for excess errors) FAIL: gcc.dg/setjmp-5.c (test for excess errors) FAIL: gcc.dg/sms-10.c (test for excess errors) FAIL: g++.old-deja/g++.pt/friend7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit43.C -std=c++98 (test for excess errors) FAIL: gcc.dg/single-precision-constant.c (test for excess errors) FAIL: gcc.dg/sibcall-7.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit64.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/fntry1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit55.C -std=c++14 (test for excess errors) FAIL: gcc.dg/sms-11.c (test for excess errors) FAIL: gcc.dg/sms-7.c (test for excess errors) FAIL: gcc.dg/sibcall-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/friend8.C -std=c++98 (test for excess errors) FAIL: gcc.dg/sso-7.c (test for excess errors) FAIL: gcc.dg/sibcall-8.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit43.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit64.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/fntry1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit56.C -std=c++98 (test for excess errors) FAIL: gcc.dg/sso-10.c (test for excess errors) FAIL: gcc.dg/sms-8.c (test for excess errors) FAIL: gcc.dg/sibcall-10.c (test for excess errors) FAIL: gcc.dg/sso-8.c (test for excess errors) FAIL: g++.old-deja/g++.pt/friend8.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit43.C -std=c++14 (test for excess errors) FAIL: gcc.dg/sibcall-9.c (test for excess errors) FAIL: gcc.dg/sms-9.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit65.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit56.C -std=c++11 (test for excess errors) FAIL: gcc.dg/sms-3.c (test for excess errors) FAIL: g++.old-deja/g++.pt/friend8.C -std=c++14 (test for excess errors) FAIL: gcc.dg/spec-options.c (test for excess errors) FAIL: g++.old-deja/g++.pt/instantiate4.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/local2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit65.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/expr1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/store-motion-fgcse-sm.c (test for excess errors) FAIL: gcc.dg/store_merging_16.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit56.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend9.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/local2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit65.C -std=c++14 (test for excess errors) FAIL: gcc.dg/sms-4.c (test for excess errors) FAIL: g++.old-deja/g++.pt/instantiate4.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/stdint-width-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/expr1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend9.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit57.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/local2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/sso-6.c (test for excess errors) FAIL: gcc.dg/stack-check-7.c (test for excess errors) FAIL: gcc.dg/strlenopt-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit66.C -std=c++98 (test for excess errors) FAIL: gcc.dg/pr85257.c (test for excess errors) FAIL: gcc.dg/store_merging_18.c (test for excess errors) FAIL: g++.old-deja/g++.pt/friend10.C -std=c++98 (test for excess errors) FAIL: gcc.dg/strlenopt-19.c (test for excess errors) FAIL: gcc.dg/store_merging_10.c (test for excess errors) FAIL: g++.old-deja/g++.pt/expr1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/instantiate4.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend9.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/local3.C -std=c++98 (test for excess errors) FAIL: gcc.dg/strlenopt-23.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit57.C -std=c++11 (test for excess errors) FAIL: gcc.dg/strcmp-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit66.C -std=c++11 (test for excess errors) FAIL: gcc.dg/stack-check-8.c (test for excess errors) FAIL: gcc.dg/strlenopt-31.c (test for excess errors) FAIL: gcc.dg/strlenopt-10.c (test for excess errors) FAIL: gcc.dg/strcmpopt_1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/friend10.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend4.C -std=c++14 (test for excess errors) FAIL: gcc.dg/store_merging_19.c (test for excess errors) FAIL: gcc.dg/strlenopt-2.c (test for excess errors) FAIL: gcc.dg/store_merging_11.c (test for excess errors) FAIL: gcc.dg/strlenopt-24.c (test for excess errors) FAIL: g++.old-deja/g++.pt/local3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit57.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit66.C -std=c++14 (test for excess errors) FAIL: gcc.dg/strlenopt-4.c (test for excess errors) FAIL: gcc.dg/strlenopt-11.c (test for excess errors) FAIL: g++.old-deja/g++.pt/instantiate5.C -std=c++98 (test for excess errors) FAIL: gcc.dg/strlenopt-5.c (test for excess errors) FAIL: g++.old-deja/g++.pt/friend10.C -std=c++14 (test for excess errors) FAIL: gcc.dg/strlenopt-25.c (test for excess errors) FAIL: gcc.dg/store_merging_2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/local3.C -std=c++14 (test for excess errors) FAIL: gcc.dg/strlenopt-20.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit58.C -std=c++98 (test for excess errors) FAIL: gcc.dg/strlenopt-32.c (test for excess errors) FAIL: gcc.dg/strlenopt-12.c (test for excess errors) FAIL: gcc.dg/strlenopt-26.c (test for excess errors) FAIL: gcc.dg/strlenopt-6.c (test for excess errors) FAIL: g++.old-deja/g++.pt/local4.C -std=c++98 (test for excess errors) FAIL: gcc.dg/strlenopt-21.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit58.C -std=c++11 (test for excess errors) FAIL: gcc.dg/store_merging_13.c (test for excess errors) FAIL: gcc.dg/strlenopt-33.c (test for excess errors) FAIL: gcc.dg/strlenopt-13.c (test for excess errors) FAIL: g++.old-deja/g++.pt/instantiate5.C -std=c++11 (test for excess errors) FAIL: gcc.dg/strlenopt-27.c (test for excess errors) FAIL: gcc.dg/strlenopt-7.c (test for excess errors) FAIL: g++.old-deja/g++.pt/local4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/instantiate10.C -std=c++98 (test for excess errors) FAIL: gcc.dg/strlenopt-22.c (test for excess errors) FAIL: g++.old-deja/g++.pt/explicit58.C -std=c++14 (test for excess errors) FAIL: gcc.dg/strlenopt-34.c (test for excess errors) FAIL: gcc.dg/store_merging_6.c (test for excess errors) FAIL: g++.old-deja/g++.pt/instantiate10.C -std=c++11 (test for excess errors) FAIL: gcc.dg/struct-ret-libc.c (test for excess errors) FAIL: gcc.dg/strlenopt-15.c (test for excess errors) FAIL: gcc.dg/strlenopt-28.c (test for excess errors) FAIL: gcc.dg/store_merging_14.c (test for excess errors) FAIL: g++.old-deja/g++.pt/instantiate10.C -std=c++14 (test for excess errors) FAIL: gcc.dg/strlenopt-8.c (test for excess errors) FAIL: g++.old-deja/g++.pt/local4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp10.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/instantiate5.C -std=c++14 (test for excess errors) FAIL: gcc.dg/strlenopt-35.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp19.C -std=c++98 (test for excess errors) FAIL: gcc.dg/strlenopt-29.c (test for excess errors) FAIL: g++.old-deja/g++.pt/local5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp10.C -std=c++11 (test for excess errors) FAIL: gcc.dg/store_merging_15.c (test for excess errors) FAIL: g++.old-deja/g++.pt/instantiate6.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp30.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp19.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/local5.C -std=c++11 (test for excess errors) FAIL: gcc.dg/strlenopt-9.c (test for excess errors) FAIL: gcc.dg/strlenopt-3.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp10.C -std=c++14 (test for excess errors) FAIL: gcc.dg/sync-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp100.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/instantiate6.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp30.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp19.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/inherit1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/local5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp100.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/sync-3.c (test for excess errors) FAIL: gcc.dg/switch-8.c (test for excess errors) FAIL: gcc.dg/strncmp-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/instantiate12.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass3.C -std=c++98 (test for excess errors) FAIL: gcc.dg/ucnid-3.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp100.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/strncpy-fix-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp30.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/inherit1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/transparent-union-5.c (test for excess errors) FAIL: g++.old-deja/g++.pt/friend5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/local6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/instantiate6.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/instantiate12.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/ucnid-4.c (test for excess errors) FAIL: gcc.dg/struct-alias-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp11.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp31.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/inherit1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/switch-warn-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/friend6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/local6.C -std=c++11 (test for excess errors) FAIL: gcc.dg/ucnid-5.c (test for excess errors) FAIL: g++.old-deja/g++.pt/instantiate12.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp11.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp31.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp20.C -std=c++98 (test for excess errors) FAIL: gcc.dg/switch-warn-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/friend6.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/local6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass4.C -std=c++98 (test for excess errors) FAIL: gcc.dg/ucnid-6.c (test for excess errors) FAIL: gcc.dg/typename-vla-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass4.C -std=c++11 (test for excess errors) FAIL: gcc.dg/titype-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp11.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp31.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/friend6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp20.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp32.C -std=c++98 (test for excess errors) FAIL: gcc.dg/trampoline-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp20.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass5.C -std=c++98 (test for excess errors) FAIL: gcc.dg/unaligned-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp32.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp23.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp32.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp23.C -std=c++11 (test for excess errors) FAIL: gcc.dg/union-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass5.C -std=c++14 (test for excess errors) FAIL: gcc.dg/unroll-and-jam.c (test for excess errors) FAIL: gcc.dg/unordered-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp5.C -std=c++11 (test for excess errors) FAIL: gcc.dg/unsigned-long-compare.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp33.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp23.C -std=c++14 (test for excess errors) FAIL: gcc.dg/unordered-3.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp5.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ucnid-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp33.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp24.C -std=c++98 (test for excess errors) FAIL: gcc.dg/union-5.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp14.C -std=c++98 (test for excess errors) FAIL: gcc.dg/unroll-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass6.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp62.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp42.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp33.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp24.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp14.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp62.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp42.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp34.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp24.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp14.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ucnid-11.c (test for excess errors) FAIL: gcc.dg/utf32-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass7.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp53.C -std=c++98 (test for excess errors) FAIL: gcc.dg/vec-andxor1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp42.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp62.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp34.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp25.C -std=c++98 (test for excess errors) FAIL: gcc.dg/ucnid-12.c (test for excess errors) FAIL: gcc.dg/utf32-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/link1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/va-arg-pack-len-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass7.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp53.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp63.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp43.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp25.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/lookup3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp34.C -std=c++14 (test for excess errors) FAIL: gcc.dg/utf32-3.c (test for excess errors) FAIL: g++.old-deja/g++.pt/link1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass7.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/ucnid-14.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/utf-inc-init.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp53.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp43.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp63.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp25.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/lookup3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/link1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ucnid-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp16.C -std=c++98 (test for excess errors) FAIL: gcc.dg/vla-4.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass2.C -std=c++98 (test for excess errors) FAIL: gcc.dg/utf-type.c (test for excess errors) FAIL: gcc.dg/vla-12.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp63.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp43.C -std=c++14 (test for excess errors) FAIL: gcc.dg/var-expand2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp26.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/lookup3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/local1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp16.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/utf16-1.c (test for excess errors) FAIL: gcc.dg/struct-by-value-1.c (test for excess errors) FAIL: gcc.dg/vla-13.c (test for excess errors) FAIL: gcc.dg/vshift-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp44.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp26.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/local1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp9.C -std=c++98 (test for excess errors) FAIL: gcc.dg/utf16-2.c (test for excess errors) FAIL: gcc.dg/vshift-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memclass2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp16.C -std=c++14 (test for excess errors) FAIL: gcc.dg/vla-14.c (test for excess errors) FAIL: gcc.dg/volatile-bitfields-1.c (test for excess errors) FAIL: gcc.dg/vshift-3.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp44.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp26.C -std=c++14 (test for excess errors) FAIL: gcc.dg/vshift-4.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp9.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/local1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/utf16-3.c (test for excess errors) FAIL: gcc.dg/vla-24.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp17.C -std=c++98 (test for excess errors) FAIL: gcc.dg/vla-15.c (test for excess errors) FAIL: gcc.dg/volatile-bitfields-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp44.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp28.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp9.C -std=c++14 (test for excess errors) FAIL: gcc.dg/vshift-5.c (test for excess errors) FAIL: gcc.dg/webizer.c (test for excess errors) FAIL: gcc.dg/vla-16.c (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp17.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp45.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp28.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp73.C -std=c++98 (test for excess errors) FAIL: gcc.dg/zero_sign_ext_test.c (test for excess errors) FAIL: g++.old-deja/g++.pt/mi1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp17.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp45.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp28.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp73.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/mi1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload12.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp45.C -std=c++14 (test for excess errors) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat memcpy (test for warnings, line 30) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat memcpy (test for warnings, line 46) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat memcpy (test for warnings, line 57) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat (test for warnings, line 62) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat memcpy (test for warnings, line 71) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat (test for warnings, line 76) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat strcat (test for warnings, line 85) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat (test for warnings, line 90) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat strcat (test for warnings, line 98) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat (test for warnings, line 103) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat strcpy (test for warnings, line 112) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat (test for warnings, line 117) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat strcpy (test for warnings, line 125) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat (test for warnings, line 130) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat strncpy (test for warnings, line 142) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat (test for warnings, line 147) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat strncpy (test for warnings, line 172) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat (test for warnings, line 177) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat strncpy (test for warnings, line 186) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat strncpy (test for warnings, line 191) FAIL: g++.old-deja/g++.pt/memtemp29.C -std=c++98 (test for excess errors) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat strncpy (test for warnings, line 200) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat (test for warnings, line 205) FAIL: c-c++-common/Warray-bounds-2.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp73.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/mi1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload12.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp46.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp67.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp29.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload12.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp46.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp67.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp29.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp46.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp67.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/partial5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload9.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp47.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/partial5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp93.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload9.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp47.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/nttp1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp93.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/partial5.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp69.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload9.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp47.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp61.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/nttp1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp93.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp77.C -std=c++98 (test for excess errors) FAIL: c-c++-common/Wrestrict-2.c -Wc++-compat memcpy (test for warnings, line 15) FAIL: c-c++-common/Wrestrict-2.c -Wc++-compat strcat (test for warnings, line 27) FAIL: c-c++-common/Wrestrict-2.c -Wc++-compat strcpy (test for warnings, line 39) FAIL: c-c++-common/Wrestrict-2.c -Wc++-compat strncat (test for warnings, line 51) FAIL: c-c++-common/Wrestrict-2.c -Wc++-compat strncpy (test for warnings, line 63) FAIL: c-c++-common/Wrestrict-2.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp69.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/parms1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp61.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/nttp1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp77.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp69.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/parms1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp61.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/nttp2.C -std=c++98 (test for excess errors) FAIL: c-c++-common/attr-aligned-1.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp77.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/parms1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/nttp2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp7.C -std=c++11 (test for excess errors) FAIL: c-c++-common/array-lit.c -Wc++-compat (test for errors, line 7) FAIL: c-c++-common/array-lit.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/nttp2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ptrmem1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/sizeof3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp96.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ptrmem1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/repo1.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/sizeof3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp96.C -std=c++11 (test for excess errors) FAIL: c-c++-common/ffile-prefix-map.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/ptrmem1.C -std=c++14 (test for excess errors) FAIL: c-c++-common/fmacro-prefix-map.c -Wc++-compat (test for excess errors) FAIL: c-c++-common/nonnull-1.c -Wc++-compat bar compared to NULL (test for warnings, line 11) FAIL: c-c++-common/nonnull-1.c -Wc++-compat cp1 compared to NULL (test for warnings, line 18) FAIL: c-c++-common/nonnull-1.c -Wc++-compat cp2 compared to NULL (test for warnings, line 21) FAIL: c-c++-common/nonnull-1.c -Wc++-compat cp3 compared to NULL (test for warnings, line 24) FAIL: c-c++-common/nonnull-1.c -Wc++-compat cp4 compared to NULL (test for warnings, line 27) FAIL: c-c++-common/nonnull-1.c -Wc++-compat cp compared to NULL (test for warnings, line 33) FAIL: c-c++-common/nonnull-1.c -Wc++-compat (test for excess errors) FAIL: c-c++-common/int128-1.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/repo1.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp96.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/sizeof3.C -std=c++14 (test for excess errors) FAIL: c-c++-common/pr19807-1.c -Wc++-compat (test for excess errors) FAIL: c-c++-common/builtin-arith-overflow-2.c -Wc++-compat (test for excess errors) FAIL: c-c++-common/int128-2.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/overload1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/repo1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp97.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/recursion2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp97.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/recursion2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/ptrmem2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/repo2.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec36.C -std=c++98 (test for excess errors) FAIL: c-c++-common/builtin-shuffle-1.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/partial1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload10.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec10.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/memtemp97.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/recursion2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload6.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/ptrmem2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec36.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/repo2.C -std=gnu++11 (test for excess errors) FAIL: c-c++-common/pr36513-2.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/partial1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload10.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec10.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec8.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ptrmem2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec36.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/partial1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/repo2.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload10.C -std=c++14 (test for excess errors) FAIL: c-c++-common/pr55771.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/spec10.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec8.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload11.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec11.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec8.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/repo3.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec29.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload11.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec11.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec29.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/ptrmem4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/partial3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/repo3.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/overload11.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec11.C -std=c++14 (test for excess errors) FAIL: c-c++-common/raw-string-10.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/static8.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec29.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ptrmem4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/partial3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/static1.C -std=c++98 (test for excess errors) WARNING: program timed out FAIL: g++.dg/pch/pch.C -g -I. -Dwith_PCH (test for excess errors) FAIL: g++.old-deja/g++.pt/spec12.C -std=c++98 (test for excess errors) FAIL: g++.dg/pch/pch.C -g assembly comparison FAIL: c-c++-common/raw-string-11.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/repo3.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/static8.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ptrmem4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/static1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/partial3.C -std=c++14 (test for excess errors) FAIL: c-c++-common/pr84982.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/spec12.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/repo4.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/static8.C -std=c++14 (test for excess errors) FAIL: c-c++-common/pr70144-2.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/static1.C -std=c++14 (test for excess errors) FAIL: c-c++-common/pr71654.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/spec12.C -std=c++14 (test for excess errors) FAIL: c-c++-common/raw-string-7.c -Wc++-compat (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... FAIL: g++.old-deja/g++.pt/spec3.C -std=c++14 (test for excess errors) FAIL: c-c++-common/pr85822.c -Wc++-compat (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... FAIL: g++.old-deja/g++.pt/repo4.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec30.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... FAIL: g++.old-deja/g++.pt/spec13.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... FAIL: g++.old-deja/g++.pt/ref3.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... FAIL: g++.old-deja/g++.pt/spec30.C -std=c++11 (test for excess errors) FAIL: c-c++-common/raw-string-9.c -Wc++-compat (test for excess errors) FAIL: c-c++-common/raw-string-17.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/spec13.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec30.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ref3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/repo4.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/static11.C -std=c++98 (test for excess errors) FAIL: c-c++-common/rotate-1a.c -Wc++-compat (test for excess errors) FAIL: c-c++-common/restrict-1.c -Wc++-compat (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... FAIL: g++.old-deja/g++.pt/spec13.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... FAIL: c-c++-common/vector-init-2.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/ref3.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... FAIL: g++.old-deja/g++.pt/static11.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... FAIL: c-c++-common/rotate-6a.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/t39.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/static11.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... FAIL: g++.old-deja/g++.pt/stmtexpr.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... FAIL: g++.old-deja/g++.pt/t39.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... FAIL: g++.old-deja/g++.pt/spec15.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... FAIL: g++.old-deja/g++.pt/stmtexpr.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... FAIL: g++.old-deja/g++.pt/t39.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec15.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec33.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/stmtexpr.C -std=c++14 (test for excess errors) FAIL: c-c++-common/rotate-2a.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/spec15.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec33.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/static3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/stmtexpr2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec33.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec7.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/sizeof.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/static3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/stmtexpr2.C -std=c++11 (test for excess errors) FAIL: c-c++-common/rotate-7a.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/sizeof.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/static3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec7.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/stmtexpr2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/t16.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/sizeof.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/spec7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/t16.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/t42.C -std=c++98 (test for excess errors) FAIL: c-c++-common/rotate-3a.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/sizeof2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp18.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/t16.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/t42.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp29.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/sizeof2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp18.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/t42.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp11.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp29.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/sizeof2.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... FAIL: g++.old-deja/g++.pt/ttp18.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/static6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp11.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... FAIL: g++.old-deja/g++.pt/ttp29.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... FAIL: g++.old-deja/g++.pt/static6.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... FAIL: g++.old-deja/g++.pt/ttp11.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/static6.C -std=c++14 (test for excess errors) FAIL: c-c++-common/rotate-4a.c -Wc++-compat (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp12.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp20.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp30.C -std=c++98 (test for excess errors) FAIL: c-c++-common/rotate-5.c -Wc++-compat (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... FAIL: g++.old-deja/g++.pt/ttp12.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp62.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp20.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... FAIL: g++.old-deja/g++.pt/ttp30.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... FAIL: g++.old-deja/g++.pt/ttp12.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp62.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... FAIL: g++.old-deja/g++.pt/ttp20.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... FAIL: g++.old-deja/g++.pt/ttp30.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... FAIL: g++.old-deja/g++.pt/ttp13.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp62.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... FAIL: g++.old-deja/g++.pt/ttp21.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/tiemann2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp31.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/typename19.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp13.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp21.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/tiemann2.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp31.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/typename19.C -std=gnu++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... FAIL: g++.old-deja/g++.pt/ttp47.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... FAIL: g++.old-deja/g++.pt/ttp13.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... FAIL: g++.old-deja/g++.pt/ttp21.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/tiemann2.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp31.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/typename19.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp47.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp14.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp22.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp32.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp47.C -std=c++14 (test for excess errors) FAIL: gcc.dg/graphite/run-id-4.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp14.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp22.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp32.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp48.C -std=c++98 (test for excess errors) FAIL: gcc.dg/graphite/block-0.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.dg/graphite/fuse-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/vaarg.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.dg/graphite/run-id-5.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... FAIL: g++.old-deja/g++.pt/ttp14.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... FAIL: gcc.dg/graphite/isl-ast-gen-blocks-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp22.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... FAIL: gcc.dg/graphite/id-pr45230-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/typename12.C -std=gnu++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... FAIL: g++.old-deja/g++.pt/ttp32.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp48.C -std=c++11 (test for excess errors) FAIL: gcc.dg/graphite/interchange-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/vaarg.C -std=c++11 (test for excess errors) FAIL: gcc.dg/graphite/run-id-6.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp15.C -std=c++98 (test for excess errors) FAIL: gcc.dg/graphite/isl-ast-gen-blocks-3.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp23.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/typename12.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/graphite/interchange-0.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp33.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp48.C -std=c++14 (test for excess errors) FAIL: gcc.dg/graphite/block-1.c (test for excess errors) FAIL: gcc.dg/graphite/run-id-1.c (test for excess errors) FAIL: gcc.dg/graphite/uns-interchange-12.c (test for excess errors) FAIL: gcc.dg/graphite/run-id-pr42644.c (test for excess errors) FAIL: g++.old-deja/g++.pt/vaarg.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp15.C -std=c++11 (test for excess errors) FAIL: gcc.dg/graphite/isl-ast-gen-blocks-4.c (test for excess errors) FAIL: gcc.dg/graphite/interchange-3.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp23.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/typename12.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp33.C -std=c++11 (test for excess errors) FAIL: gcc.dg/graphite/interchange-1.c (test for excess errors) FAIL: gcc.dg/graphite/run-id-2.c (test for excess errors) FAIL: gcc.dg/graphite/run-id-pr46758.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp15.C -std=c++14 (test for excess errors) FAIL: gcc.dg/graphite/isl-ast-gen-if-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp23.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp33.C -std=c++14 (test for excess errors) FAIL: gcc.dg/graphite/interchange-4.c (test for excess errors) FAIL: gcc.dg/graphite/block-5.c (test for excess errors) FAIL: gcc.dg/graphite/run-id-3.c (test for excess errors) FAIL: gcc.dg/graphite/run-id-pr47593.c (test for excess errors) FAIL: gcc.dg/graphite/isl-ast-gen-if-2.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp16.C -std=c++98 (test for excess errors) FAIL: gcc.dg/graphite/uns-interchange-14.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp24.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp34.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp8.C -std=c++98 (test for excess errors) FAIL: gcc.dg/graphite/pr29581-1.c (test for excess errors) FAIL: gcc.dg/graphite/interchange-10.c (test for excess errors) FAIL: gcc.dg/graphite/isl-ast-gen-single-loop-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp16.C -std=c++11 (test for excess errors) FAIL: gcc.dg/graphite/interchange-5.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp24.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp34.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp8.C -std=c++11 (test for excess errors) FAIL: gcc.dg/graphite/pr29581-2.c (test for excess errors) FAIL: gcc.dg/graphite/run-id-pr47654.c (test for excess errors) FAIL: gcc.dg/graphite/uns-interchange-15.c (test for excess errors) FAIL: gcc.dg/graphite/block-6.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp6.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp16.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp24.C -std=c++14 (test for excess errors) FAIL: gcc.dg/graphite/run-id-pr67700-1.c (test for excess errors) FAIL: gcc.dg/graphite/isl-ast-gen-single-loop-2.c (test for excess errors) FAIL: gcc.dg/graphite/interchange-11.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp34.C -std=c++14 (test for excess errors) FAIL: gcc.dg/graphite/run-id-pr67700.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp8.C -std=c++14 (test for excess errors) FAIL: gcc.dg/graphite/pr29581-3.c (test for excess errors) FAIL: gcc.dg/graphite/interchange-6.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp6.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp17.C -std=c++98 (test for excess errors) FAIL: gcc.dg/graphite/block-pr47654.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp25.C -std=c++98 (test for excess errors) FAIL: gcc.dg/graphite/uns-interchange-9.c (test for excess errors) FAIL: gcc.dg/graphite/isl-ast-gen-single-loop-3.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp50.C -std=c++98 (test for excess errors) FAIL: gcc.dg/graphite/pr29581-4.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/980310-1.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/graphite/interchange-7.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp6.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp17.C -std=c++11 (test for excess errors) FAIL: gcc.dg/graphite/isl-ast-gen-user-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp25.C -std=c++11 (test for excess errors) FAIL: gcc.dg/graphite/interchange-12.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp50.C -std=c++11 (test for excess errors) FAIL: gcc.dg/graphite/pr60979.c (test for excess errors) FAIL: gcc.dg/graphite/fuse-1.c (test for excess errors) FAIL: gcc.dg/graphite/pr43567.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/980310-1.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/typename9.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/graphite/pr68953.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp17.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp25.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/vbase1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp50.C -std=c++14 (test for excess errors) FAIL: gcc.dg/graphite/uns-interchange-mvt.c (test for excess errors) FAIL: gcc.dg/graphite/interchange-13.c (test for excess errors) FAIL: gcc.dg/graphite/pr43657.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/980310-1.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/typename9.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/graphite/pr46970.c (test for excess errors) FAIL: gcc.dg/graphite/uns-block-1.c (test for excess errors) FAIL: g++.old-deja/g++.pt/vbase1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp27.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb116.C -std=c++98 (test for excess errors) FAIL: gcc.dg/graphite/pr69067.c (test for excess errors) FAIL: g++.old-deja/g++.pt/using1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb127.C -std=c++98 (test for errors, line 51) FAIL: g++.old-deja/g++.robertl/eb127.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp42.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/typename9.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb127.C -std=c++11 (test for errors, line 51) FAIL: g++.old-deja/g++.robertl/eb127.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/vbase1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp27.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb116.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/using1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb127.C -std=c++14 (test for errors, line 51) FAIL: g++.old-deja/g++.robertl/eb127.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp42.C -std=c++11 (test for excess errors) FAIL: gcc.dg/graphite/interchange-14.c (test for excess errors) FAIL: gcc.dg/graphite/pr55022.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb102.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp27.C -std=c++14 (test for excess errors) FAIL: gcc.dg/graphite/interchange-8.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb116.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/virtual1.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/using1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp42.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb102.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb102.C -std=c++14 (test for excess errors) FAIL: gcc.dg/graphite/interchange-15.c (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp28.C -std=c++98 (test for excess errors) FAIL: gcc.dg/graphite/pr43012.c (test for excess errors) FAIL: g++.old-deja/g++.pt/virtual1.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb43.C -std=c++98 (test for errors, line 33) FAIL: g++.old-deja/g++.robertl/eb43.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb54.C -std=c++98 (test for excess errors) FAIL: gcc.dg/graphite/interchange-9.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb129.C -std=c++98 (test for errors, line 20) FAIL: g++.old-deja/g++.robertl/eb129.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb43.C -std=c++11 (test for errors, line 33) FAIL: g++.old-deja/g++.robertl/eb43.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++98 (test for warnings, line 22) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++98 (test for errors, line 45) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++98 (test for errors, line 47) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++98 (test for errors, line 51) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++98 (test for errors, line 52) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++98 (test for errors, line 56) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++98 (test for errors, line 68) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp28.C -std=c++11 (test for excess errors) FAIL: gcc.dg/graphite/interchange-16.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb54.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... FAIL: gcc.dg/graphite/pr46185.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... FAIL: g++.old-deja/g++.robertl/eb129.C -std=c++11 (test for errors, line 20) FAIL: g++.old-deja/g++.robertl/eb129.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... FAIL: gcc.dg/graphite/pr83668.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb43.C -std=c++14 (test for errors, line 33) FAIL: g++.old-deja/g++.robertl/eb43.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/virtual1.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++11 (test for warnings, line 22) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++11 (test for errors, line 45) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++11 (test for errors, line 47) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++11 (test for errors, line 51) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++11 (test for errors, line 52) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++11 (test for errors, line 56) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++11 (test for errors, line 68) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb14.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb54.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... FAIL: g++.old-deja/g++.robertl/eb129.C -std=c++14 (test for errors, line 20) FAIL: g++.old-deja/g++.robertl/eb129.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb44.C -std=c++98 warn (test for warnings, line 17) FAIL: g++.old-deja/g++.robertl/eb44.C -std=c++98 note (test for warnings, line 17) FAIL: g++.old-deja/g++.robertl/eb44.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/ttp28.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb63.C -std=gnu++98 (test for errors, line 16) FAIL: g++.old-deja/g++.robertl/eb63.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/graphite/pr79622.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++14 (test for warnings, line 22) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++14 (test for errors, line 45) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++14 (test for errors, line 47) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++14 (test for errors, line 51) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++14 (test for errors, line 52) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++14 (test for errors, line 56) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++14 (test for errors, line 68) FAIL: g++.old-deja/g++.robertl/eb109.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb55.C -std=c++98 (test for errors, line 10) FAIL: g++.old-deja/g++.robertl/eb55.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb104.C -std=c++98 (test for excess errors) FAIL: gcc.dg/graphite/interchange-mvt.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb33.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb129a.C -std=c++98 (test for errors, line 19) FAIL: g++.old-deja/g++.robertl/eb129a.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb44.C -std=c++11 warn (test for warnings, line 17) FAIL: g++.old-deja/g++.robertl/eb44.C -std=c++11 note (test for warnings, line 17) FAIL: g++.old-deja/g++.robertl/eb44.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb63.C -std=gnu++11 (test for errors, line 16) FAIL: g++.old-deja/g++.robertl/eb63.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb55.C -std=c++11 (test for errors, line 10) FAIL: g++.old-deja/g++.robertl/eb55.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb14.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb104.C -std=c++11 (test for excess errors) FAIL: gcc.dg/ipa/iinline-3.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... FAIL: g++.old-deja/g++.robertl/eb33.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb129a.C -std=c++11 (test for errors, line 19) FAIL: g++.old-deja/g++.robertl/eb129a.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb44.C -std=c++14 warn (test for warnings, line 17) FAIL: g++.old-deja/g++.robertl/eb44.C -std=c++14 note (test for warnings, line 17) FAIL: g++.old-deja/g++.robertl/eb44.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ipa/ipa-1.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb63.C -std=gnu++14 (test for errors, line 16) FAIL: g++.old-deja/g++.robertl/eb63.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb55.C -std=c++14 (test for errors, line 10) FAIL: g++.old-deja/g++.robertl/eb55.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... FAIL: gcc.dg/graphite/isl-ast-gen-blocks-1.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb104.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ipa/ipa-2.c (test for excess errors) FAIL: gcc.dg/graphite/pr46761.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... FAIL: g++.old-deja/g++.robertl/eb129a.C -std=c++14 (test for errors, line 19) FAIL: g++.old-deja/g++.robertl/eb129a.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb33.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb24.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb14.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ipa/ipa-3.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... FAIL: g++.old-deja/g++.robertl/eb24.C -std=c++11 (test for excess errors) FAIL: gcc.dg/ipa/ipa-4.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb15.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb120.C -std=c++98 (test for excess errors) FAIL: gcc.dg/ipa/ipa-icf-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... FAIL: gcc.dg/graphite/pr83255.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... FAIL: gcc.dg/ipa/iinline-5.c (test for excess errors) FAIL: gcc.dg/ipa/ipa-5.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... FAIL: g++.old-deja/g++.robertl/eb24.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb15.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... FAIL: g++.old-deja/g++.robertl/eb15.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb120.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb57.C -std=c++98 (test for excess errors) FAIL: gcc.dg/ipa/iinline-6.c (test for excess errors) FAIL: gcc.dg/graphite/pr83277.c (test for excess errors) FAIL: gcc.dg/ipa/ipa-icf-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... FAIL: g++.old-deja/g++.robertl/eb65.C -std=c++98 (test for excess errors) FAIL: gcc.dg/ipa/ipa-7.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb46.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... FAIL: g++.old-deja/g++.robertl/eb26.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb57.C -std=c++11 (test for excess errors) FAIL: gcc.dg/ipa/ipa-icf-20.c (test for excess errors) FAIL: gcc.dg/ipa/ipa-icf-12.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb65.C -std=c++11 (test for excess errors) FAIL: gcc.dg/ipa/ipa-8.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb130.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb84.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb46.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb57.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ipa/ipa-icf-21.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb120.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ipa/ipa-icf-13.c (test for excess errors) FAIL: gcc.dg/ipa/ipa-pta-11.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb65.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.pt/virtual4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb130.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb76.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/ipa/ipa-pta-4.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb46.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ipa/iinline-7.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb26.C -std=c++11 (test for excess errors) FAIL: gcc.dg/ipa/ipa-icf-14.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb111.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb66.C -std=c++98 (test for excess errors) FAIL: gcc.dg/graphite/pr83385.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb130.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb76.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb84.C -std=c++11 (test for excess errors) FAIL: gcc.dg/ipa/ipa-icf-15.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb66.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... FAIL: g++.old-deja/g++.robertl/eb76.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb17.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.pt/virtual4.C -std=c++11 (test for excess errors) FAIL: gcc.dg/ipa/ipa-pta-5.c (test for excess errors) FAIL: gcc.dg/ipa/ipa-icf-16.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb26.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ipa/ipa-icf-8.c (test for excess errors) FAIL: gcc.dg/ipa/ipa-pta-13.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb111.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb66.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... FAIL: g++.old-deja/g++.robertl/eb77.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb84.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb17.C -std=c++11 (test for excess errors) FAIL: gcc.dg/ipa/ipa-icf-31.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb36.C -std=c++98 (test for errors, line 17) FAIL: g++.old-deja/g++.robertl/eb27.C -std=gnu++98 (test for errors, line 33) FAIL: g++.old-deja/g++.robertl/eb36.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb27.C -std=gnu++98 (test for errors, line 34) FAIL: g++.old-deja/g++.robertl/eb27.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb59.C -std=c++98 (test for excess errors) FAIL: gcc.dg/ipa/ipa-pta-6.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb77.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.pt/virtual4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb17.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb36.C -std=c++11 (test for errors, line 17) FAIL: g++.old-deja/g++.robertl/eb36.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb27.C -std=gnu++11 (test for errors, line 33) FAIL: g++.old-deja/g++.robertl/eb27.C -std=gnu++11 (test for errors, line 34) FAIL: g++.old-deja/g++.robertl/eb27.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/ipa/ipa-pta-14.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb59.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb111.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb77.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb36.C -std=c++14 (test for errors, line 17) FAIL: g++.old-deja/g++.robertl/eb36.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb27.C -std=gnu++14 (test for errors, line 33) FAIL: g++.old-deja/g++.robertl/eb132.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb27.C -std=gnu++14 (test for errors, line 34) FAIL: gcc.dg/ipa/ipa-icf-32.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb27.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb59.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ipa/ipa-pta-7.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb79.C -std=c++98 (test for errors, line 21) FAIL: g++.old-deja/g++.robertl/eb79.C -std=c++98 (test for errors, line 30) FAIL: g++.old-deja/g++.robertl/eb79.C -std=c++98 (test for errors, line 31) FAIL: g++.old-deja/g++.robertl/eb79.C -std=c++98 (test for excess errors) FAIL: gcc.dg/ipa/ipa-icf-33.c (test for excess errors) FAIL: gcc.dg/ipa/ipa-pta-15.c (test for excess errors) FAIL: gcc.dg/ipa/ipa-sra-7.c (test for excess errors) FAIL: gcc.dg/ipa/ipcp-self-recursion-1.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb132.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb28.C -std=c++98 (test for excess errors) FAIL: gcc.dg/ipa/ipa-pta-1.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb79.C -std=c++11 (test for errors, line 21) FAIL: g++.old-deja/g++.robertl/eb79.C -std=c++11 (test for errors, line 30) FAIL: g++.old-deja/g++.robertl/eb79.C -std=c++11 (test for errors, line 31) FAIL: g++.old-deja/g++.robertl/eb79.C -std=c++11 (test for excess errors) FAIL: gcc.dg/ipa/pr57347.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb132.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/ipa/ipa-pta-8.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb28.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb123.C -std=gnu++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb79.C -std=c++14 (test for errors, line 21) FAIL: g++.old-deja/g++.robertl/eb79.C -std=c++14 (test for errors, line 30) FAIL: g++.old-deja/g++.robertl/eb79.C -std=c++14 (test for errors, line 31) FAIL: g++.old-deja/g++.robertl/eb79.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ipa/ipcp-3.c (test for excess errors) FAIL: gcc.dg/ipa/ipa-sra-8.c (test for excess errors) FAIL: gcc.dg/ipa/ipa-pta-16.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb28.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb123.C -std=gnu++11 (test for warnings, line 7) FAIL: g++.old-deja/g++.robertl/eb123.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/ipa/ipa-pta-10.c (test for excess errors) FAIL: gcc.dg/ipa/ipa-pta-9.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb113.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb29.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb123.C -std=gnu++14 (test for warnings, line 7) FAIL: g++.old-deja/g++.robertl/eb123.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/ipa/ipa-sra-9.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb95.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb7.C -std=c++98 (test for excess errors) FAIL: gcc.dg/ipa/pr45644.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb113.C -std=c++11 (test for excess errors) FAIL: gcc.dg/ipa/pr70306.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb60.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb124.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb29.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb7.C -std=c++11 (test for excess errors) FAIL: gcc.dg/ipa/pr63747.c (test for excess errors) FAIL: gcc.dg/ipa/ipa-sra-1.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb113.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ipa/pr48195.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb60.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb124.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb95.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb29.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb88.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/ipa/ipa-pta-18.c (test for excess errors) FAIL: gcc.dg/ipa/pr70646.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb7.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb80.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb114.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb60.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ipa/pr85449.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb124.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb3.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb80.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb114.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb50.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb3.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb114.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb80.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb95.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ipa/pr64041.c (test for excess errors) FAIL: gcc.dg/ipa/ipa-sra-11.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb88.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb3.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb39.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb115.C -std=gnu++98 (test for excess errors) FAIL: gcc.dg/ipa/ipa-pta-3.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb50.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... FAIL: g++.old-deja/g++.robertl/eh990323-4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb30.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb39.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb97.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb115.C -std=gnu++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb88.C -std=gnu++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... FAIL: g++.old-deja/g++.robertl/eb39.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb30.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb126.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... FAIL: g++.old-deja/g++.robertl/eb115.C -std=gnu++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb62.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb50.C -std=c++14 (test for excess errors) FAIL: gcc.dg/ipa/pr63551.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... FAIL: g++.old-deja/g++.robertl/eh990323-4.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb30.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++98 (test for warnings, line 10) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++98 (test for warnings, line 19) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++98 type (test for errors, line 33) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++98 exp (test for errors, line 33) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++98 (test for errors, line 42) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++98 (test for errors, line 43) FAIL: g++.old-deja/g++.robertl/eb126.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++98 (test for errors, line 48) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb97.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb62.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb31.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb126.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++11 (test for warnings, line 10) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++11 (test for warnings, line 19) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++11 type (test for errors, line 33) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++11 exp (test for errors, line 33) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++11 (test for errors, line 42) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++11 (test for errors, line 43) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++11 (test for errors, line 48) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/aarch64/sve/aarch64-sve.exp ... FAIL: gcc.dg/ipa/pr68790.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb82.C -std=c++98 (test for errors, line 5) FAIL: g++.old-deja/g++.robertl/eb82.C -std=c++98 (test for errors, line 12) FAIL: g++.old-deja/g++.robertl/eb82.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/arm/arm.exp ... FAIL: g++.old-deja/g++.robertl/eb62.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/aarch64/sve/aarch64-sve.exp ... FAIL: g++.old-deja/g++.robertl/eb21.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eh990323-4.C -std=c++14 (test for excess errors) === g++ Summary === # of expected passes 5671 # of unexpected failures 765 # of expected failures 6 FAIL: g++.old-deja/g++.robertl/eb31.C -std=c++11 (test for excess errors) # of unresolved testcases 578 # of unsupported tests 407 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/arm/arm.exp ... FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++14 (test for warnings, line 10) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++14 (test for warnings, line 19) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++14 type (test for errors, line 33) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++14 exp (test for errors, line 33) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++14 (test for errors, line 42) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++14 (test for errors, line 43) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++14 (test for errors, line 48) FAIL: g++.old-deja/g++.robertl/eb4.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb97.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb82.C -std=c++11 (test for errors, line 5) FAIL: g++.old-deja/g++.robertl/eb82.C -std=c++11 (test for errors, line 12) FAIL: g++.old-deja/g++.robertl/eb82.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... === g++ Summary === # of expected passes 8161 # of unexpected failures 614 # of expected failures 16 # of unresolved testcases 418 # of unsupported tests 284 FAIL: g++.old-deja/g++.robertl/eb21.C -std=c++11 (test for excess errors) FAIL: gcc.dg/lto/20081024 c_lto_20081024_0.o assemble, -O0 -flto -flto-partition=none FAIL: g++.old-deja/g++.robertl/eb31.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb41.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/aarch64/sve/aarch64-sve.exp ... FAIL: gcc.dg/ipa/pr82808.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... FAIL: gcc.dg/ipa/pure-const-3.c (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb82.C -std=c++14 (test for errors, line 5) FAIL: g++.old-deja/g++.robertl/eb82.C -std=c++14 (test for errors, line 12) FAIL: g++.old-deja/g++.robertl/eb82.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/aarch64/sve/aarch64-sve.exp ... FAIL: g++.old-deja/g++.robertl/eh990323-5.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb73.C -std=gnu++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/arm/arm.exp ... FAIL: g++.old-deja/g++.robertl/eb21.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/arm/arm.exp ... === g++ Summary === FAIL: gcc.dg/lto/20081024 c_lto_20081024_0.o assemble, -O2 -flto -flto-partition=none # of expected passes 6087 # of unexpected failures 887 # of expected failures 51 # of unresolved testcases 564 # of unsupported tests 377 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xg++ version 8.2.0 (GCC) FAIL: g++.old-deja/g++.robertl/eb41.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/arm/arm.exp ... === g++ Summary === # of expected passes 6033 # of unexpected failures 671 # of expected failures 18 # of unresolved testcases 505 # of unsupported tests 510 /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xg++ version 8.2.0 (GCC) FAIL: g++.old-deja/g++.robertl/eb73.C -std=gnu++11 (test for excess errors) FAIL: gcc.dg/lto/20081125 c_lto_20081125_0.o-c_lto_20081125_1.o link, -O0 -flto -flto-partition=none === g++ Summary === # of expected passes 5158 # of unexpected failures 639 # of expected failures 10 # of unresolved testcases 478 # of unsupported tests 394 FAIL: gcc.dg/lto/20081024 c_lto_20081024_0.o assemble, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20081222 c_lto_20081222_0.o-c_lto_20081222_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/20090218-1 c_lto_20090218-1_0.o-c_lto_20090218-1_1.o link, -O0 -flto -flto-partition=none FAIL: g++.old-deja/g++.robertl/eb41.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/aarch64/sve/aarch64-sve.exp ... FAIL: g++.old-deja/g++.robertl/eh990323-5.C -std=c++11 (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb73.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/lto/20081024 c_lto_20081024_0.o assemble, -O2 -flto -flto-partition=1to1 WARNING: Couldn't find the global config file. Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/aarch64/sve/aarch64-sve.exp ... WARNING: Couldn't find the global config file. Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/arm/arm.exp ... Test run by swarming on Sun Feb 10 11:17:13 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === gcc tests === Schedule of variations: unix Running target unix Test run by swarming on Sun Feb 10 11:17:13 2019 Target is x86_64-pc-elf Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Host is x86_64-apple-darwin17.7.0 Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. === gcc tests === Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. Schedule of variations: unix Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xg++ version 8.2.0 (GCC) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/arm/arm.exp ... === g++ Summary === # of expected passes 7470 # of unexpected failures 790 # of expected failures 43 # of unresolved testcases 470 # of unsupported tests 447 FAIL: gcc.dg/ipa/pr56988.c (test for excess errors) FAIL: gcc.dg/lto/20090812 c_lto_20090812_0.o-c_lto_20090812_1.o link, -O0 -flto -flto-partition=none === g++ Summary === # of expected passes 6890 # of unexpected failures 889 # of expected failures 88 # of unresolved testcases 484 # of unsupported tests 390 FAIL: gcc.dg/lto/20081024 c_lto_20081024_0.o assemble, -O0 -flto /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xg++ version 8.2.0 (GCC) /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xg++ version 8.2.0 (GCC) FAIL: g++.old-deja/g++.robertl/eb91.C -std=c++98 (test for excess errors) WARNING: Couldn't find the global config file. Test run by swarming on Sun Feb 10 11:17:13 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === gcc tests === Schedule of variations: unix Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. FAIL: g++.old-deja/g++.robertl/eh990323-5.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... FAIL: gcc.dg/lto/20081024 c_lto_20081024_0.o assemble, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/aarch64/sve/aarch64-sve.exp ... FAIL: g++.old-deja/g++.robertl/eb91.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... WARNING: Couldn't find the global config file. WARNING: Couldn't find the global config file. FAIL: gcc.dg/lto/20081125 c_lto_20081125_0.o-c_lto_20081125_1.o link, -O2 -flto -flto-partition=none /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xg++ version 8.2.0 (GCC) Test run by swarming on Sun Feb 10 11:17:14 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === gcc tests === Test run by swarming on Sun Feb 10 11:17:14 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === gcc tests === Schedule of variations: unix Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Schedule of variations: unix Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. FAIL: gcc.dg/lto/20090218-1 c_lto_20090218-1_0.o-c_lto_20090218-1_1.o link, -O2 -flto -flto-partition=none WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. FAIL: gcc.dg/lto/20081222 c_lto_20081222_0.o-c_lto_20081222_1.o link, -O2 -flto -flto-partition=none === g++ Summary === # of expected passes 10004 # of unexpected failures 815 # of expected failures 49 # of unresolved testcases 610 /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xg++ version 8.2.0 (GCC) # of unsupported tests 354 FAIL: g++.old-deja/g++.robertl/eb91.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... FAIL: g++.old-deja/g++.warn/iomanip.C -std=gnu++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... WARNING: Couldn't find the global config file. Test run by swarming on Sun Feb 10 11:17:14 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === gcc tests === Schedule of variations: unix WARNING: Couldn't find the global config file. Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... FAIL: gcc.dg/lto/20090812 c_lto_20090812_0.o-c_lto_20090812_1.o link, -O2 -flto -flto-partition=none Test run by swarming on Sun Feb 10 11:17:14 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === gcc tests === FAIL: g++.old-deja/g++.warn/iomanip.C -std=gnu++11 (test for excess errors) Schedule of variations: unix Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xg++ version 8.2.0 (GCC) FAIL: g++.old-deja/g++.robertl/ebnull-cast.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.warn/iomanip.C -std=gnu++14 (test for excess errors) FAIL: gcc.dg/lto/20081125 c_lto_20081125_0.o-c_lto_20081125_1.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... WARNING: Couldn't find the global config file. FAIL: gcc.dg/lto/20090218-1 c_lto_20090218-1_0.o-c_lto_20090218-1_1.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Test run by swarming on Sun Feb 10 11:17:15 2019 Target is x86_64-pc-elf Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... Host is x86_64-apple-darwin17.7.0 === gcc tests === Schedule of variations: unix Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. FAIL: gcc.dg/lto/20081222 c_lto_20081222_0.o-c_lto_20081222_1.o link, -O0 -flto -flto-partition=1to1 Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. FAIL: gcc.dg/lto/20081111 c_lto_20081111_0.o-c_lto_20081111_1.o link, -O0 -flto -flto-partition=none FAIL: g++.old-deja/g++.robertl/ice990323-2.C -std=c++98 (test for excess errors) FAIL: g++.old-deja/g++.robertl/ebnull-cast.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: gcc.dg/lto/20090812 c_lto_20090812_0.o-c_lto_20090812_1.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... FAIL: gcc.dg/lto/20091017-1 c_lto_20091017-1_0.o-c_lto_20091017-1_1.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... FAIL: gcc.dg/lto/20101009-2 c_lto_20101009-2_0.o-c_lto_20101009-2_2.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... FAIL: gcc.dg/lto/20081125 c_lto_20081125_0.o-c_lto_20081125_1.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: g++.old-deja/g++.robertl/ebnull-cast.C -std=c++14 (test for excess errors) FAIL: g++.old-deja/g++.robertl/ice990323-2.C -std=c++11 (test for excess errors) FAIL: gcc.dg/lto/20090218-1 c_lto_20090218-1_0.o-c_lto_20090218-1_1.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... FAIL: gcc.dg/lto/20081222 c_lto_20081222_0.o-c_lto_20081222_1.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... FAIL: gcc.dg/lto/20081111 c_lto_20081111_0.o-c_lto_20081111_1.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... === g++ Summary === # of expected passes 7049 # of unexpected failures 758 # of expected failures 50 # of unresolved testcases 405 # of unsupported tests 316 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... FAIL: gcc.dg/lto/const-uniq c_lto_const-uniq_0.o-c_lto_const-uniq_1.o link, -Os -flto -flto-partition=none FAIL: g++.old-deja/g++.robertl/ebnull-oldcast.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: g++.old-deja/g++.robertl/ice990323-2.C -std=c++14 (test for excess errors) FAIL: gcc.dg/lto/20090812 c_lto_20090812_0.o-c_lto_20090812_1.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: gcc.dg/lto/20091017-1 c_lto_20091017-1_0.o-c_lto_20091017-1_1.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... FAIL: gcc.dg/lto/20081125 c_lto_20081125_0.o-c_lto_20081125_1.o link, -O0 -flto /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xg++ version 8.2.0 (GCC) FAIL: gcc.dg/lto/20090218-1 c_lto_20090218-1_0.o-c_lto_20090218-1_1.o link, -O0 -flto FAIL: gcc.dg/lto/20101009-2 c_lto_20101009-2_0.o-c_lto_20101009-2_2.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/aarch64/sve/aarch64-sve.exp ... FAIL: g++.old-deja/g++.robertl/ebnull-oldcast.C -std=c++11 (test for excess errors) FAIL: gcc.dg/lto/20081222 c_lto_20081222_0.o-c_lto_20081222_1.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/arm/arm.exp ... FAIL: gcc.dg/lto/20081111 c_lto_20081111_0.o-c_lto_20081111_1.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... === g++ Summary === # of expected passes 6352 # of unexpected failures 795 # of expected failures 36 # of unresolved testcases 655 # of unsupported tests 328 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... WARNING: Couldn't find the global config file. Test run by swarming on Sun Feb 10 11:17:17 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === gcc tests === Schedule of variations: unix Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... FAIL: gcc.dg/lto/const-uniq c_lto_const-uniq_0.o-c_lto_const-uniq_1.o link, -Os -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... FAIL: gcc.dg/lto/20090812 c_lto_20090812_0.o-c_lto_20090812_1.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... FAIL: g++.old-deja/g++.robertl/ebnull-oldcast.C -std=c++14 (test for excess errors) FAIL: gcc.dg/lto/20091017-1 c_lto_20091017-1_0.o-c_lto_20091017-1_1.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xg++ version 8.2.0 (GCC) FAIL: gcc.dg/lto/20081125 c_lto_20081125_0.o-c_lto_20081125_1.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... FAIL: gcc.dg/lto/20090218-1 c_lto_20090218-1_0.o-c_lto_20090218-1_1.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... FAIL: gcc.dg/lto/20081222 c_lto_20081222_0.o-c_lto_20081222_1.o link, -O2 -flto WARNING: Couldn't find the global config file. FAIL: g++.old-deja/g++.robertl/ebnull.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... FAIL: gcc.dg/lto/20081111 c_lto_20081111_0.o-c_lto_20081111_1.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... Test run by swarming on Sun Feb 10 11:17:18 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === gcc tests === Schedule of variations: Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... unix Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. FAIL: gcc.dg/lto/20101009-2 c_lto_20101009-2_0.o-c_lto_20101009-2_2.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: gcc.dg/lto/materialize-1 c_lto_materialize-1_0.o-c_lto_materialize-1_1.o link, -O3 -flto -flto-partition=1to1 -fgnu89-inline FAIL: gcc.dg/lto/ipacp c_lto_ipacp_0.o-c_lto_ipacp_1.o link, -O1 -flto -flto-partition=1to1 -fipa-cp -fipa-cp-clone FAIL: gcc.dg/lto/20091017-1 c_lto_20091017-1_0.o-c_lto_20091017-1_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20090812 c_lto_20090812_0.o-c_lto_20090812_1.o link, -O2 -flto FAIL: gcc.dg/lto/20100227-1 c_lto_20100227-1_0.o-c_lto_20100227-1_1.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... FAIL: g++.old-deja/g++.robertl/ebnull.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... FAIL: gcc.dg/lto/20090218-2 c_lto_20090218-2_0.o-c_lto_20090218-2_1.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: gcc.dg/lto/20081111 c_lto_20081111_0.o-c_lto_20081111_1.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: gcc.dg/lto/20090914-1 c_lto_20090914-1_0.o-c_lto_20090914-1_0.o link, -flto FAIL: g++.old-deja/g++.robertl/ebnull.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... FAIL: gcc.dg/lto/noreturn-1 c_lto_noreturn-1_0.o-c_lto_noreturn-1_1.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: gcc.dg/lto/ipareference2 c_lto_ipareference2_0.o-c_lto_ipareference2_1.o link, -O1 -flto -flto-partition=1to1 -fwhole-program FAIL: gcc.dg/lto/20101009-2 c_lto_20101009-2_0.o-c_lto_20101009-2_2.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20091017-1 c_lto_20091017-1_0.o-c_lto_20091017-1_1.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: gcc.dg/lto/20100227-1 c_lto_20100227-1_0.o-c_lto_20100227-1_1.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: g++.old-deja/g++.robertl/eh990323-1.C -std=c++98 (test for excess errors) FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o-c_lto_20090914-2_0.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... FAIL: gcc.dg/lto/20090218-2 c_lto_20090218-2_0.o-c_lto_20090218-2_1.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: gcc.dg/lto/20081111 c_lto_20081111_0.o-c_lto_20081111_1.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: gcc.dg/lto/pr27898 c_lto_pr27898_0.o-c_lto_pr27898_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/20081201-1 c_lto_20081201-1_0.o-c_lto_20081201-1_2.o link, -O2 -DOPTIMIZE -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... FAIL: gcc.dg/lto/20091017-1 c_lto_20091017-1_0.o-c_lto_20091017-1_1.o link, -O2 -flto FAIL: g++.old-deja/g++.robertl/eh990323-1.C -std=c++11 (test for excess errors) FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o-c_lto_20090914-2_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/ipareference c_lto_ipareference_0.o-c_lto_ipareference_1.o link, -O1 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20100227-1 c_lto_20100227-1_0.o-c_lto_20100227-1_1.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... FAIL: gcc.dg/lto/20101009-2 c_lto_20101009-2_0.o-c_lto_20101009-2_2.o link, -O0 -flto FAIL: gcc.dg/lto/20090218-2 c_lto_20090218-2_0.o-c_lto_20090218-2_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20081112 c_lto_20081112_0.o-c_lto_20081112_1.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... FAIL: gcc.dg/lto/20100709-1 c_lto_20100709-1_0.o-c_lto_20100709-1_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o-c_lto_20090914-2_0.o link, -O0 -flto -flto-partition=1to1 FAIL: g++.old-deja/g++.robertl/eh990323-1.C -std=c++14 (test for excess errors) FAIL: gcc.dg/lto/pr27898 c_lto_pr27898_0.o-c_lto_pr27898_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/20100227-1 c_lto_20100227-1_0.o-c_lto_20100227-1_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr47259 c_lto_pr47259_0.o-c_lto_pr47259_1.o link, -O2 -flto -w FAIL: gcc.dg/lto/20090120 c_lto_20090120_0.o-c_lto_20090120_0.o link, -flto -funsigned-char FAIL: gcc.dg/lto/20081201-1 c_lto_20081201-1_0.o-c_lto_20081201-1_2.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o-c_lto_20090914-2_0.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... FAIL: g++.old-deja/g++.robertl/eh990323-2.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/arm/arm.exp ... FAIL: gcc.dg/lto/20081112 c_lto_20081112_0.o-c_lto_20081112_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/20090218-2 c_lto_20090218-2_0.o-c_lto_20090218-2_1.o link, -O2 -flto -flto-partition=1to1 === g++ Summary === # of expected passes 7416 # of unexpected failures 610 # of expected failures 28 # of unresolved testcases 447 # of unsupported tests 431 FAIL: gcc.dg/lto/20100709-1 c_lto_20100709-1_0.o-c_lto_20100709-1_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/pr27898 c_lto_pr27898_0.o-c_lto_pr27898_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20101009-2 c_lto_20101009-2_0.o-c_lto_20101009-2_2.o link, -O2 -flto FAIL: gcc.dg/lto/pr47924 c_lto_pr47924_0.o-c_lto_pr47924_0.o link, -O2 -flto FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o-c_lto_20090914-2_0.o link, -O0 -flto FAIL: gcc.dg/lto/20100227-1 c_lto_20100227-1_0.o-c_lto_20100227-1_1.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: g++.old-deja/g++.robertl/eh990323-2.C -std=c++11 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: gcc.dg/lto/20081201-2 c_lto_20081201-2_0.o-c_lto_20081201-2_1.o link, -O3 -flto -flto-partition=1to1 /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xg++ version 8.2.0 (GCC) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: gcc.dg/lto/pr48622 c_lto_pr48622_0.o-c_lto_pr48622_0.o link, -O -flto -finline-small-functions -fno-early-inlining Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... FAIL: gcc.dg/lto/20081112 c_lto_20081112_0.o-c_lto_20081112_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o-c_lto_20090914-2_0.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: gcc.dg/lto/20090218-2 c_lto_20090218-2_0.o-c_lto_20090218-2_1.o link, -O0 -flto FAIL: gcc.dg/lto/20100709-1 c_lto_20100709-1_0.o-c_lto_20100709-1_1.o link, -O0 -flto -flto-partition=1to1 WARNING: Couldn't find the global config file. Test run by swarming on Sun Feb 10 11:17:21 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === gcc tests === Schedule of variations: unix Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. FAIL: gcc.dg/lto/20101125-1 c_lto_20101125-1_0.o-c_lto_20101125-1_1.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: g++.old-deja/g++.robertl/eh990323-2.C -std=c++14 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: gcc.dg/lto/pr27898 c_lto_pr27898_0.o-c_lto_pr27898_1.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: gcc.dg/lto/20100227-1 c_lto_20100227-1_0.o-c_lto_20100227-1_1.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: gcc.dg/lto/pr50199 c_lto_pr50199_0.o-c_lto_pr50199_0.o link, -O2 -flto -fno-merge-constants --param=lto-min-partition=1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: gcc.dg/lto/20081202-1 c_lto_20081202-1_0.o-c_lto_20081202-1_1.o link, -flto -flto-partition=1to1 -O3 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... FAIL: g++.old-deja/g++.robertl/eh990323-3.C -std=c++98 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: gcc.dg/lto/20091005-1 c_lto_20091005-1_0.o-c_lto_20091005-1_1.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: gcc.dg/lto/20081112 c_lto_20081112_0.o-c_lto_20081112_1.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... FAIL: gcc.dg/lto/20100709-1 c_lto_20100709-1_0.o-c_lto_20100709-1_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20090218-2 c_lto_20090218-2_0.o-c_lto_20090218-2_1.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: gcc.dg/lto/20101125-1 c_lto_20101125-1_0.o-c_lto_20101125-1_1.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: gcc.dg/lto/20090213 c_lto_20090213_0.o assemble, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/pr51572-1 c_lto_pr51572-1_0.o-c_lto_pr51572-1_0.o link, -flto -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... FAIL: g++.old-deja/g++.robertl/eh990323-3.C -std=c++11 (test for excess errors) FAIL: gcc.dg/lto/pr27898 c_lto_pr27898_0.o-c_lto_pr27898_1.o link, -O0 -flto FAIL: gcc.dg/lto/20100423-1 c_lto_20100423-1_0.o-c_lto_20100423-1_1.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... FAIL: gcc.dg/lto/20081202-2 c_lto_20081202-2_0.o-c_lto_20081202-2_1.o link, -flto -flto-partition=1to1 -O3 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... FAIL: gcc.dg/lto/20090213 c_lto_20090213_0.o assemble, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: gcc.dg/lto/pr52097 c_lto_pr52097_0.o-c_lto_pr52097_0.o link, -O -flto -fexceptions -fnon-call-exceptions --param allow-store-data-races=0 FAIL: gcc.dg/lto/20091005-1 c_lto_20091005-1_0.o-c_lto_20091005-1_1.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: g++.old-deja/g++.robertl/eh990323-3.C -std=c++14 (test for excess errors) FAIL: gcc.dg/lto/20081112 c_lto_20081112_0.o-c_lto_20081112_1.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/aarch64/sve/aarch64-sve.exp ... FAIL: gcc.dg/lto/20100709-1 c_lto_20100709-1_0.o-c_lto_20100709-1_1.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.dg/lto/20101125-1 c_lto_20101125-1_0.o-c_lto_20101125-1_1.o link, -O0 -flto -flto-partition=1to1 === g++ Summary === # of expected passes 7245 # of unexpected failures 664 # of expected failures 29 # of unresolved testcases 491 # of unsupported tests 431 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... FAIL: gcc.dg/lto/pr27898 c_lto_pr27898_0.o-c_lto_pr27898_1.o link, -O2 -flto FAIL: gcc.dg/lto/20090213 c_lto_20090213_0.o assemble, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... FAIL: gcc.dg/lto/20100423-1 c_lto_20100423-1_0.o-c_lto_20100423-1_1.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: gcc.dg/lto/20090218 c_lto_20090218_0.o-c_lto_20090218_3.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xg++ version 8.2.0 (GCC) FAIL: gcc.dg/lto/20091005-1 c_lto_20091005-1_0.o-c_lto_20091005-1_1.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... FAIL: gcc.dg/lto/20081112 c_lto_20081112_0.o-c_lto_20081112_1.o link, -O2 -flto FAIL: gcc.dg/lto/20100709-1 c_lto_20100709-1_0.o-c_lto_20100709-1_1.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... FAIL: gcc.dg/lto/20090213 c_lto_20090213_0.o assemble, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... WARNING: Couldn't find the global config file. FAIL: gcc.dg/lto/20101125-1 c_lto_20101125-1_0.o-c_lto_20101125-1_1.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... Test run by swarming on Sun Feb 10 11:17:23 2019 Target is x86_64-pc-elf Host is x86_64-apple-darwin17.7.0 === gcc tests === Schedule of variations: unix Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. WARNING: Assuming target board is the local machine (which is probably wrong). You may need to set your DEJAGNU environment variable. Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... FAIL: gcc.dg/lto/pr28706 c_lto_pr28706_0.o-c_lto_pr28706_1.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... FAIL: gcc.dg/lto/20100423-1 c_lto_20100423-1_0.o-c_lto_20100423-1_1.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... FAIL: gcc.dg/lto/20090213 c_lto_20090213_0.o assemble, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... FAIL: gcc.dg/lto/20091005-1 c_lto_20091005-1_0.o-c_lto_20091005-1_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/20100720-1 c_lto_20100720-1_0.o-c_lto_20100720-1_1.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: gcc.dg/lto/20101125-1 c_lto_20101125-1_0.o-c_lto_20101125-1_1.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... FAIL: gcc.dg/lto/20081115 c_lto_20081115_0.o-c_lto_20081115_2.o link, -O2 -DOPTIMIZE -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... FAIL: gcc.dg/lto/20090213 c_lto_20090213_0.o assemble, -O2 -flto FAIL: gcc.dg/lto/pr28706 c_lto_pr28706_0.o-c_lto_pr28706_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/20090218 c_lto_20090218_0.o-c_lto_20090218_3.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... FAIL: gcc.dg/lto/20100423-1 c_lto_20100423-1_0.o-c_lto_20100423-1_1.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20091005-1 c_lto_20091005-1_0.o-c_lto_20091005-1_1.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... FAIL: gcc.dg/lto/20100720-1 c_lto_20100720-1_0.o-c_lto_20100720-1_1.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... FAIL: gcc.dg/lto/20101125-1 c_lto_20101125-1_0.o-c_lto_20101125-1_1.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... FAIL: gcc.dg/lto/pr28706 c_lto_pr28706_0.o-c_lto_pr28706_1.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... FAIL: gcc.dg/lto/20100423-1 c_lto_20100423-1_0.o-c_lto_20100423-1_1.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... FAIL: gcc.dg/lto/20081210-1 c_lto_20081210-1_0.o-c_lto_20081210-1_0.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... FAIL: gcc.dg/lto/20081115 c_lto_20081115_0.o-c_lto_20081115_2.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... FAIL: gcc.dg/lto/20091005-1 c_lto_20091005-1_0.o-c_lto_20091005-1_1.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... FAIL: gcc.dg/lto/pr60461 c_lto_pr60461_0.o-c_lto_pr60461_0.o link, -Os -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... FAIL: gcc.dg/lto/20100720-1 c_lto_20100720-1_0.o-c_lto_20100720-1_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20090218 c_lto_20090218_0.o-c_lto_20090218_3.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... FAIL: gcc.dg/lto/20081210-1 c_lto_20081210-1_0.o-c_lto_20081210-1_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/pr55525 c_lto_pr55525_0.o-c_lto_pr55525_1.o link, -flto -w Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... FAIL: gcc.dg/lto/pr28706 c_lto_pr28706_0.o-c_lto_pr28706_1.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.dg/lto/20091005-2 c_lto_20091005-2_0.o-c_lto_20091005-2_0.o link, -fstrict-aliasing -flto FAIL: gcc.dg/lto/20100423-1 c_lto_20100423-1_0.o-c_lto_20100423-1_1.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/asan/asan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link, -O0 -flto FAIL: gcc.dg/lto/20100423-2 c_lto_20100423-2_0.o assemble, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/20081210-1 c_lto_20081210-1_0.o-c_lto_20081210-1_0.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... FAIL: gcc.dg/lto/pr60720 c_lto_pr60720_0.o-c_lto_pr60720_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/20111207-2 c_lto_20111207-2_0.o-c_lto_20111207-2_0.o link, -g -O -flto FAIL: gcc.dg/lto/20100720-1 c_lto_20100720-1_0.o-c_lto_20100720-1_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20081118 c_lto_20081118_0.o-c_lto_20081118_2.o link, -O2 -DOPTIMIZE -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... FAIL: gcc.dg/lto/pr55660 c_lto_pr55660_0.o-c_lto_pr55660_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/pr28706 c_lto_pr28706_0.o-c_lto_pr28706_1.o link, -O0 -flto FAIL: gcc.dg/lto/20091006-1 c_lto_20091006-1_0.o-c_lto_20091006-1_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/20081210-1 c_lto_20081210-1_0.o-c_lto_20081210-1_0.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/atomic/atomic.exp ... FAIL: gcc.dg/lto/20100423-2 c_lto_20100423-2_0.o assemble, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr64684 c_lto_pr64684_0.o-c_lto_pr64684_2.o link, -O1 -flto FAIL: gcc.dg/lto/20090218 c_lto_20090218_0.o-c_lto_20090218_3.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_0.o-c_lto_pr52634_1.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... FAIL: gcc.dg/lto/pr60720 c_lto_pr60720_0.o-c_lto_pr60720_1.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/autopar/autopar.exp ... FAIL: gcc.dg/lto/20100720-1 c_lto_20100720-1_0.o-c_lto_20100720-1_1.o link, -O0 -flto FAIL: gcc.dg/lto/20081210-1 c_lto_20081210-1_0.o-c_lto_20081210-1_0.o link, -O0 -flto FAIL: gcc.dg/lto/20100423-2 c_lto_20100423-2_0.o assemble, -O3 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ... FAIL: gcc.dg/lto/pr81440 c_lto_pr81440_0.o-c_lto_pr81440_1.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... FAIL: gcc.dg/lto/pr55660 c_lto_pr55660_0.o-c_lto_pr55660_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/pr28706 c_lto_pr28706_0.o-c_lto_pr28706_1.o link, -O2 -flto FAIL: gcc.dg/lto/20081118 c_lto_20081118_0.o-c_lto_20081118_2.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... FAIL: gcc.dg/lto/20091006-1 c_lto_20091006-1_0.o-c_lto_20091006-1_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/pr53214 c_lto_pr53214_0.o-c_lto_pr53214_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/pr64685 c_lto_pr64685_0.o-c_lto_pr64685_1.o link, -flto FAIL: gcc.dg/lto/20100423-2 c_lto_20100423-2_0.o assemble, -O3 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20081210-1 c_lto_20081210-1_0.o-c_lto_20081210-1_0.o link, -O2 -flto FAIL: gcc.dg/lto/pr60720 c_lto_pr60720_0.o-c_lto_pr60720_1.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: gcc.dg/lto/20100720-1 c_lto_20100720-1_0.o-c_lto_20100720-1_1.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... FAIL: gcc.dg/lto/pr81440 c_lto_pr81440_0.o-c_lto_pr81440_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/pr53214 c_lto_pr53214_0.o-c_lto_pr53214_0.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... FAIL: gcc.dg/lto/pr55660 c_lto_pr55660_0.o-c_lto_pr55660_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20090218 c_lto_20090218_0.o-c_lto_20090218_3.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... FAIL: gcc.dg/lto/20091006-1 c_lto_20091006-1_0.o-c_lto_20091006-1_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20120723 c_lto_20120723_0.o-c_lto_20120723_1.o link, -O3 -fno-early-inlining -flto -Wno-lto-type-mismatch FAIL: gcc.dg/lto/pr65130 c_lto_pr65130_0.o-c_lto_pr65130_1.o link, -flto -O1 -fdevirtualize FAIL: gcc.dg/lto/pr28712 c_lto_pr28712_0.o-c_lto_pr28712_2.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/pr60720 c_lto_pr60720_0.o-c_lto_pr60720_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr53214 c_lto_pr53214_0.o-c_lto_pr53214_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20100720-2 c_lto_20100720-2_0.o-c_lto_20100720-2_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/pr81440 c_lto_pr81440_0.o-c_lto_pr81440_1.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... FAIL: gcc.dg/lto/pr55660 c_lto_pr55660_0.o-c_lto_pr55660_1.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... FAIL: gcc.dg/lto/20091006-1 c_lto_20091006-1_0.o-c_lto_20091006-1_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr53214 c_lto_pr53214_0.o-c_lto_pr53214_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/alias-1 c_lto_alias-1_0.o-c_lto_alias-1_1.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... FAIL: gcc.dg/lto/pr60720 c_lto_pr60720_0.o-c_lto_pr60720_1.o link, -O0 -flto FAIL: gcc.dg/lto/pr67452 c_lto_pr67452_0.o-c_lto_pr67452_0.o link, -O2 -flto -fopenmp-simd FAIL: gcc.dg/lto/20100720-2 c_lto_20100720-2_0.o-c_lto_20100720-2_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/pr28712 c_lto_pr28712_0.o-c_lto_pr28712_2.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/20090218 c_lto_20090218_0.o-c_lto_20090218_3.o link, -O2 -flto FAIL: gcc.dg/lto/pr81440 c_lto_pr81440_0.o-c_lto_pr81440_1.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... FAIL: gcc.dg/lto/pr53214 c_lto_pr53214_0.o-c_lto_pr53214_0.o link, -O0 -flto FAIL: gcc.dg/lto/pr55660 c_lto_pr55660_0.o-c_lto_pr55660_1.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.dg/lto/20091006-1 c_lto_20091006-1_0.o-c_lto_20091006-1_1.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ... FAIL: gcc.dg/lto/pr60720 c_lto_pr60720_0.o-c_lto_pr60720_1.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... FAIL: gcc.dg/lto/pr53214 c_lto_pr53214_0.o-c_lto_pr53214_0.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ... FAIL: gcc.dg/lto/20100720-2 c_lto_20100720-2_0.o-c_lto_20100720-2_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/attr-weakref-1 c_lto_attr-weakref-1_0.o-c_lto_attr-weakref-1_2.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/pr81440 c_lto_pr81440_0.o-c_lto_pr81440_1.o link, -O0 -flto FAIL: gcc.dg/lto/pr60820 c_lto_pr60820_0.o assemble, -flto -r -nostdlib -O2 FAIL: gcc.dg/lto/pr28712 c_lto_pr28712_0.o-c_lto_pr28712_2.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr55660 c_lto_pr55660_0.o-c_lto_pr55660_1.o link, -O2 -flto FAIL: gcc.dg/lto/20100518 c_lto_20100518_0.o-c_lto_20100518_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/pr60820 c_lto_pr60820_1.o assemble, -flto -r -nostdlib -O2 FAIL: gcc.dg/lto/20091006-1 c_lto_20091006-1_0.o-c_lto_20091006-1_1.o link, -O2 -flto FAIL: gcc.dg/lto/pr53470 c_lto_pr53470_0.o-c_lto_pr53470_0.o link, -flto FAIL: gcc.dg/lto/pr69866 c_lto_pr69866_0.o-c_lto_pr69866_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/20100720-2 c_lto_20100720-2_0.o-c_lto_20100720-2_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20091209-1 c_lto_20091209-1_0.o-c_lto_20091209-1_0.o link, -O3 -fno-early-inlining -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... FAIL: gcc.dg/lto/pr55703 c_lto_pr55703_0.o-c_lto_pr55703_0.o link, -O2 -flto -fno-tree-copy-prop -fno-tree-dce FAIL: gcc.dg/lto/20100518 c_lto_20100518_0.o-c_lto_20100518_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/pr81440 c_lto_pr81440_0.o-c_lto_pr81440_1.o link, -O2 -flto FAIL: gcc.dg/lto/pr60911 c_lto_pr60911_0.o-c_lto_pr60911_0.o link, -O2 -flto -fipa-pta FAIL: gcc.dg/lto/attr-weakref-1 c_lto_attr-weakref-1_0.o-c_lto_attr-weakref-1_2.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ... FAIL: gcc.dg/lto/pr53470 c_lto_pr53470_0.o-c_lto_pr53470_0.o link, -flto -g FAIL: gcc.dg/lto/20090312 c_lto_20090312_0.o-c_lto_20090312_1.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/dg.exp ... FAIL: gcc.dg/lto/20091216-1 c_lto_20091216-1_0.o-c_lto_20091216-1_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/pr54702 c_lto_pr54702_0.o assemble, -O2 -flto -w FAIL: gcc.dg/lto/pr28712 c_lto_pr28712_0.o-c_lto_pr28712_2.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr69866 c_lto_pr69866_0.o-c_lto_pr69866_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/20100518 c_lto_20100518_0.o-c_lto_20100518_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20091006-2 c_lto_20091006-2_0.o-c_lto_20091006-2_2.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/20100720-2 c_lto_20100720-2_0.o-c_lto_20100720-2_1.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... FAIL: gcc.dg/lto/pr56168 c_lto_pr56168_0.o-c_lto_pr56168_1.o link, -flto -O -ffast-math -fno-builtin Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/pr61278 c_lto_pr61278_0.o-c_lto_pr61278_1.o link, -flto -O0 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/20091216-1 c_lto_20091216-1_0.o-c_lto_20091216-1_0.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/format/format.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp ... FAIL: gcc.dg/lto/20100518 c_lto_20100518_0.o-c_lto_20100518_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20090312 c_lto_20090312_0.o-c_lto_20090312_1.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/goacc/goacc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/gomp/gomp.exp ... FAIL: gcc.dg/lto/attr-weakref-1 c_lto_attr-weakref-1_0.o-c_lto_attr-weakref-1_2.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/graphite/graphite.exp ... FAIL: gcc.dg/lto/pr69866 c_lto_pr69866_0.o-c_lto_pr69866_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20091216-1 c_lto_20091216-1_0.o-c_lto_20091216-1_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20100720-2 c_lto_20100720-2_0.o-c_lto_20100720-2_1.o link, -O2 -flto FAIL: gcc.dg/lto/pr28712 c_lto_pr28712_0.o-c_lto_pr28712_2.o link, -O0 -flto FAIL: gcc.dg/lto/20100518 c_lto_20100518_0.o-c_lto_20100518_0.o link, -O0 -flto FAIL: gcc.dg/lto/pr56297 c_lto_pr56297_0.o-c_lto_pr56297_1.o link, -flto -fno-common FAIL: gcc.dg/lto/20091006-2 c_lto_20091006-2_0.o-c_lto_20091006-2_2.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/20090312 c_lto_20090312_0.o-c_lto_20090312_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20091216-1 c_lto_20091216-1_0.o-c_lto_20091216-1_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20100518 c_lto_20100518_0.o-c_lto_20100518_0.o link, -O2 -flto FAIL: gcc.dg/lto/pr69866 c_lto_pr69866_0.o-c_lto_pr69866_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr83719 c_lto_pr83719_0.o assemble, -flto -g -gsplit-dwarf Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ... FAIL: gcc.dg/lto/20100720-3 c_lto_20100720-3_0.o-c_lto_20100720-3_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/attr-weakref-1 c_lto_attr-weakref-1_0.o-c_lto_attr-weakref-1_2.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr61786 c_lto_pr61786_0.o-c_lto_pr61786_1.o link, -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/lto/lto.exp ... FAIL: gcc.dg/lto/20091216-1 c_lto_20091216-1_0.o-c_lto_20091216-1_0.o link, -O0 -flto FAIL: gcc.dg/lto/pr28712 c_lto_pr28712_0.o-c_lto_pr28712_2.o link, -O2 -flto FAIL: gcc.dg/lto/20090312 c_lto_20090312_0.o-c_lto_20090312_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20091006-2 c_lto_20091006-2_0.o-c_lto_20091006-2_2.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr61886 c_lto_pr61886_0.o-c_lto_pr61886_0.o link, -flto -O2 -Werror FAIL: gcc.dg/lto/pr83954 c_lto_pr83954_0.o-c_lto_pr83954_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/pr69866 c_lto_pr69866_0.o-c_lto_pr69866_1.o link, -O0 -flto FAIL: gcc.dg/lto/20091216-1 c_lto_20091216-1_0.o-c_lto_20091216-1_0.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/20100720-3 c_lto_20100720-3_0.o-c_lto_20100720-3_1.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/attr-weakref-1 c_lto_attr-weakref-1_0.o-c_lto_attr-weakref-1_2.o link, -O0 -flto FAIL: gcc.dg/lto/pr34989-1 c_lto_pr34989-1_0.o-c_lto_pr34989-1_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/20090312 c_lto_20090312_0.o-c_lto_20090312_1.o link, -O0 -flto FAIL: gcc.dg/lto/20100103-1 c_lto_20100103-1_0.o-c_lto_20100103-1_0.o link, -funsigned-char -flto FAIL: gcc.dg/lto/20091006-2 c_lto_20091006-2_0.o-c_lto_20091006-2_2.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr83954 c_lto_pr83954_0.o-c_lto_pr83954_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/pr69866 c_lto_pr69866_0.o-c_lto_pr69866_1.o link, -O2 -flto FAIL: gcc.dg/lto/20100720-3 c_lto_20100720-3_0.o-c_lto_20100720-3_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20100103-1 c_lto_20100103-1_0.o-c_lto_20100103-1_0.o link, -fsigned-char -flto FAIL: gcc.dg/lto/pr34989-1 c_lto_pr34989-1_0.o-c_lto_pr34989-1_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/20090312 c_lto_20090312_0.o-c_lto_20090312_1.o link, -O2 -flto FAIL: gcc.dg/lto/pr70955 c_lto_pr70955_0.o assemble, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/pr59626 c_lto_pr59626_0.o-c_lto_pr59626_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/attr-weakref-1 c_lto_attr-weakref-1_0.o-c_lto_attr-weakref-1_2.o link, -O2 -flto FAIL: gcc.dg/lto/pr83954 c_lto_pr83954_0.o-c_lto_pr83954_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20100720-3 c_lto_20100720-3_0.o-c_lto_20100720-3_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20100103-2 c_lto_20100103-2_0.o-c_lto_20100103-2_0.o link, -O -flto -funsigned-char Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... FAIL: gcc.dg/lto/pr70955 c_lto_pr70955_0.o assemble, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/20090313 c_lto_20090313_0.o-c_lto_20090313_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/20091006-2 c_lto_20091006-2_0.o-c_lto_20091006-2_2.o link, -O0 -flto FAIL: gcc.dg/lto/pr34989-1 c_lto_pr34989-1_0.o-c_lto_pr34989-1_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20100103-2 c_lto_20100103-2_0.o-c_lto_20100103-2_0.o link, -O -flto -fsigned-char Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... FAIL: gcc.dg/lto/pr70955 c_lto_pr70955_0.o assemble, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/20090313 c_lto_20090313_0.o-c_lto_20090313_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/pr59626 c_lto_pr59626_0.o-c_lto_pr59626_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/c-compatible-types-1 c_lto_c-compatible-types-1_0.o-c_lto_c-compatible-types-1_1.o link, -O3 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... FAIL: gcc.dg/lto/pr83954 c_lto_pr83954_0.o-c_lto_pr83954_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20100720-3 c_lto_20100720-3_0.o-c_lto_20100720-3_1.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/pr34989-1 c_lto_pr34989-1_0.o-c_lto_pr34989-1_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr70955 c_lto_pr70955_0.o assemble, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20090313 c_lto_20090313_0.o-c_lto_20090313_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20091006-2 c_lto_20091006-2_0.o-c_lto_20091006-2_2.o link, -O2 -flto FAIL: gcc.dg/lto/pr59626 c_lto_pr59626_0.o-c_lto_pr59626_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr70955 c_lto_pr70955_0.o assemble, -O0 -flto FAIL: gcc.dg/lto/20090313 c_lto_20090313_0.o-c_lto_20090313_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr83954 c_lto_pr83954_0.o-c_lto_pr83954_1.o link, -O0 -flto FAIL: gcc.dg/lto/20100720-3 c_lto_20100720-3_0.o-c_lto_20100720-3_1.o link, -O2 -flto FAIL: gcc.dg/lto/pr34989-1 c_lto_pr34989-1_0.o-c_lto_pr34989-1_1.o link, -O0 -flto FAIL: gcc.dg/lto/pr70955 c_lto_pr70955_0.o assemble, -O2 -flto FAIL: gcc.dg/lto/20090313 c_lto_20090313_0.o-c_lto_20090313_0.o link, -O0 -flto FAIL: gcc.dg/lto/20100720-4 c_lto_20100720-4_0.o-c_lto_20100720-4_0.o link, -flto -fsigned-char FAIL: gcc.dg/lto/pr59626 c_lto_pr59626_0.o-c_lto_pr59626_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr83954 c_lto_pr83954_0.o-c_lto_pr83954_1.o link, -O2 -flto FAIL: gcc.dg/lto/pr34989-1 c_lto_pr34989-1_0.o-c_lto_pr34989-1_1.o link, -O2 -flto FAIL: gcc.dg/lto/20090313 c_lto_20090313_0.o-c_lto_20090313_0.o link, -O2 -flto FAIL: gcc.dg/lto/pr84212 c_lto_pr84212_0.o assemble, -O2 -Werror -Wno-stringop-overflow -flto FAIL: gcc.dg/lto/20100720-4 c_lto_20100720-4_0.o-c_lto_20100720-4_0.o link, -flto -funsigned-char FAIL: gcc.dg/lto/pr80778 c_lto_pr80778_0.o-c_lto_pr80778_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/pr59626 c_lto_pr59626_0.o-c_lto_pr59626_1.o link, -O0 -flto FAIL: gcc.dg/lto/20090706-1 c_lto_20090706-1_0.o-c_lto_20090706-1_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/pr80778 c_lto_pr80778_0.o-c_lto_pr80778_0.o link, -O2 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/20090706-1 c_lto_20090706-1_0.o-c_lto_20090706-1_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/pr85248 c_lto_pr85248_0.o-c_lto_pr85248_1.o link, -flto -O2 FAIL: gcc.dg/lto/20100724-1 c_lto_20100724-1_0.o-c_lto_20100724-1_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/pr80778 c_lto_pr80778_0.o-c_lto_pr80778_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr59626 c_lto_pr59626_0.o-c_lto_pr59626_1.o link, -O2 -flto FAIL: gcc.dg/lto/20090706-1 c_lto_20090706-1_0.o-c_lto_20090706-1_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr80778 c_lto_pr80778_0.o-c_lto_pr80778_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20100724-1 c_lto_20100724-1_0.o-c_lto_20100724-1_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/20090706-1 c_lto_20090706-1_0.o-c_lto_20090706-1_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/save-temps c_lto_save-temps_0.o-c_lto_save-temps_0.o link, -O -flto -save-temps FAIL: gcc.dg/lto/pr80778 c_lto_pr80778_0.o-c_lto_pr80778_0.o link, -O0 -flto FAIL: gcc.dg/lto/pr60404 c_lto_pr60404_0.o-c_lto_pr60404_2.o link, -O1 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/20090706-1 c_lto_20090706-1_0.o-c_lto_20090706-1_0.o link, -O0 -flto FAIL: gcc.dg/lto/20100724-1 c_lto_20100724-1_0.o-c_lto_20100724-1_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/pr80778 c_lto_pr80778_0.o-c_lto_pr80778_0.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/20090706-1 c_lto_20090706-1_0.o-c_lto_20090706-1_0.o link, -O2 -flto FAIL: gcc.dg/lto/simd-function c_lto_simd-function_0.o-c_lto_simd-function_0.o link, -fopenmp-simd -O3 -ffast-math -mavx2 -flto -flto-partition=max Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/20100724-1 c_lto_20100724-1_0.o-c_lto_20100724-1_1.o link, -O2 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/20090706-2 c_lto_20090706-2_0.o-c_lto_20090706-2_0.o link, -O0 -flto -flto-partition=none Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/20090706-2 c_lto_20090706-2_0.o-c_lto_20090706-2_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/20100724-1 c_lto_20100724-1_0.o-c_lto_20100724-1_1.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/20090706-2 c_lto_20090706-2_0.o-c_lto_20090706-2_0.o link, -O0 -flto -flto-partition=1to1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/20100724-1 c_lto_20100724-1_0.o-c_lto_20100724-1_1.o link, -O2 -flto FAIL: gcc.dg/lto/20090706-2 c_lto_20090706-2_0.o-c_lto_20090706-2_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20100825-1 c_lto_20100825-1_0.o-c_lto_20100825-1_0.o link, -O3 -flto FAIL: gcc.dg/lto/20090706-2 c_lto_20090706-2_0.o-c_lto_20090706-2_0.o link, -O0 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/20101009-1 c_lto_20101009-1_0.o-c_lto_20101009-1_0.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/20090706-2 c_lto_20090706-2_0.o-c_lto_20090706-2_0.o link, -O2 -flto FAIL: gcc.dg/lto/20101009-1 c_lto_20101009-1_0.o-c_lto_20101009-1_0.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/20090717 c_lto_20090717_0.o-c_lto_20090717_1.o link, -O0 -flto -flto-partition=none FAIL: gcc.dg/lto/20101009-1 c_lto_20101009-1_0.o-c_lto_20101009-1_0.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20101009-1 c_lto_20101009-1_0.o-c_lto_20101009-1_0.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20090717 c_lto_20090717_0.o-c_lto_20090717_1.o link, -O2 -flto -flto-partition=none FAIL: gcc.dg/lto/20101009-1 c_lto_20101009-1_0.o-c_lto_20101009-1_0.o link, -O0 -flto FAIL: gcc.dg/lto/20090717 c_lto_20090717_0.o-c_lto_20090717_1.o link, -O0 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20101009-1 c_lto_20101009-1_0.o-c_lto_20101009-1_0.o link, -O2 -flto Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... FAIL: gcc.dg/lto/20090717 c_lto_20090717_0.o-c_lto_20090717_1.o link, -O2 -flto -flto-partition=1to1 FAIL: gcc.dg/lto/20090717 c_lto_20090717_0.o-c_lto_20090717_1.o link, -O0 -flto FAIL: gcc.dg/lto/20090717 c_lto_20090717_0.o-c_lto_20090717_1.o link, -O2 -flto FAIL: gcc.dg/lto/20090729 c_lto_20090729_0.o-c_lto_20090729_1.o link, -w Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/params/params.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... FAIL: gcc.dg/rtl/x86_64/pr82933.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... FAIL: gcc.dg/rtl/x86_64/dfinit.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... FAIL: gcc.dg/rtl/x86_64/test-multiple-fns.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... FAIL: gcc.dg/rtl/x86_64/test-return-const.c.after-expand.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... FAIL: gcc.dg/rtl/x86_64/into-cfglayout.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... FAIL: gcc.dg/sso/p8.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... FAIL: gcc.dg/sso/p8.c -O1 -fno-inline (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... FAIL: gcc.dg/rtl/x86_64/test-return-const.c.before-fwprop.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... FAIL: gcc.dg/rtl/x86_64/ira.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... FAIL: gcc.dg/special/wkali-1.c (test for excess errors) FAIL: gcc.dg/sso/p8.c -O2 (test for excess errors) FAIL: gcc.dg/sso/q8.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... FAIL: gcc.dg/sso/p8.c -O3 -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... FAIL: gcc.dg/sso/s7.c -O0 (test for excess errors) FAIL: gcc.dg/sso/q8.c -O1 -fno-inline (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... FAIL: gcc.dg/sso/p8.c -Os (test for excess errors) FAIL: gcc.dg/sso/s7.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/q8.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... FAIL: gcc.dg/sso/t8.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... FAIL: gcc.dg/rtl/x86_64/times-two.c.after-expand.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... FAIL: gcc.dg/sso/p8.c -Og -g (test for excess errors) FAIL: gcc.dg/special/wkali-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... FAIL: gcc.dg/sso/s7.c -O2 (test for excess errors) FAIL: gcc.dg/sso/q8.c -O3 -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... FAIL: gcc.dg/sso/t8.c -O1 -fno-inline (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... FAIL: gcc.dg/sso/p9.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... FAIL: gcc.dg/sso/s7.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/q8.c -Os (test for excess errors) FAIL: gcc.dg/sso/t8.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... FAIL: gcc.dg/sso/p9.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/s7.c -Os (test for excess errors) FAIL: gcc.dg/sso/q8.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/t8.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/p1.c -O0 (test for excess errors) FAIL: gcc.dg/sso/p9.c -O2 (test for excess errors) FAIL: gcc.dg/sso/s7.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/t8.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... FAIL: gcc.dg/sso/p1.c -O1 -fno-inline (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... FAIL: gcc.dg/sso/q9.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... FAIL: gcc.dg/rtl/x86_64/vregs.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... FAIL: gcc.dg/sso/p9.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/s8.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... FAIL: gcc.dg/sso/t8.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/p1.c -O2 (test for excess errors) FAIL: gcc.dg/sso/q9.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/p9.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: gcc.dg/sso/s8.c -O1 -fno-inline (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: gcc.dg/sso/t9.c -O0 (test for excess errors) FAIL: gcc.dg/sso/p1.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/q9.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: gcc.dg/sso/p9.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/s8.c -O2 (test for excess errors) FAIL: gcc.dg/sso/t9.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/p1.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... FAIL: gcc.dg/sso/q9.c -O3 -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... FAIL: gcc.dg/sso/s8.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/q1.c -O0 (test for excess errors) FAIL: gcc.dg/sso/t9.c -O2 (test for excess errors) FAIL: gcc.dg/sso/p1.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/q9.c -Os (test for excess errors) FAIL: gcc.dg/sso/s8.c -Os (test for excess errors) FAIL: gcc.dg/sso/q1.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/t9.c -O3 -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... FAIL: c-c++-common/torture/builtin-arith-overflow-11.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: gcc.dg/sso/p13.c -O0 (test for excess errors) FAIL: gcc.dg/sso/q9.c -Og -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: gcc.dg/sso/s8.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/q1.c -O2 (test for excess errors) FAIL: gcc.dg/sso/t9.c -Os (test for excess errors) FAIL: gcc.dg/sso/p13.c -O1 -fno-inline (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: gcc.dg/sso/r3.c -O0 (test for excess errors) FAIL: gcc.dg/sso/q1.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/t9.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/t1.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: gcc.dg/sso/p13.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-4.c -O0 (test for excess errors) FAIL: gcc.dg/sso/r3.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/q1.c -Os (test for excess errors) FAIL: gcc.dg/sso/t1.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/u5.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... FAIL: c-c++-common/torture/builtin-arith-overflow-11.c -O2 (test for excess errors) FAIL: gcc.dg/sso/p13.c -O3 -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ... FAIL: gcc.dg/sso/r3.c -O2 (test for excess errors) FAIL: gcc.dg/sso/q1.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/t1.c -O2 (test for excess errors) FAIL: gcc.dg/sso/u5.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/p13.c -Os (test for excess errors) FAIL: gcc.dg/sso/r3.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/q13.c -O0 (test for excess errors) FAIL: gcc.dg/sso/t1.c -O3 -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: gcc.dg/sso/u5.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... FAIL: gcc.dg/tls/pr78796.c (test for excess errors) FAIL: gcc.dg/sso/p13.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/r3.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... FAIL: c-c++-common/torture/builtin-arith-overflow-11.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... FAIL: gcc.dg/sso/q13.c -O1 -fno-inline (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... FAIL: gcc.dg/sso/t1.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... FAIL: gcc.dg/sso/u5.c -O3 -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... FAIL: gcc.dg/sso/r3.c -Og -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: gcc.dg/sso/p2.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: gcc.dg/sso/q13.c -O2 (test for excess errors) FAIL: gcc.dg/sso/t1.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/u5.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: gcc.dg/sso/r5.c -O0 (test for excess errors) FAIL: gcc.dg/sso/p2.c -O1 -fno-inline (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-11.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-13.c -O0 (test for excess errors) FAIL: gcc.dg/sso/q13.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/t13.c -O0 (test for excess errors) FAIL: gcc.dg/sso/u5.c -Og -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: gcc.dg/sso/r5.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/p2.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: c-c++-common/torture/builtin-arith-overflow-p-5.c -O0 (test for excess errors) FAIL: gcc.dg/sso/q13.c -Os (test for excess errors) FAIL: gcc.dg/sso/t13.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/u6.c -O0 (test for excess errors) FAIL: gcc.dg/sso/r5.c -O2 (test for excess errors) FAIL: gcc.dg/sso/p2.c -O3 -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-1.c -O0 (test for excess errors) FAIL: gcc.dg/sso/q13.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/t13.c -O2 (test for excess errors) FAIL: gcc.dg/sso/u6.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/r5.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/p2.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: gcc.dg/sso/t13.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/u6.c -O2 (test for excess errors) FAIL: gcc.dg/sso/q2.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-compare-1.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: gcc.dg/sso/r5.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-sub.c -O0 (test for excess errors) FAIL: gcc.dg/sso/p2.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/t13.c -Os (test for excess errors) FAIL: gcc.dg/sso/u6.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/q2.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/r5.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/p3.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-4.c -O2 (test for excess errors) FAIL: gcc.dg/sso/t13.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/u6.c -Os (test for excess errors) FAIL: gcc.dg/sso/q2.c -O2 (test for excess errors) FAIL: gcc.dg/sso/r6.c -O0 (test for excess errors) FAIL: gcc.dg/sso/p3.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/t2.c -O0 (test for excess errors) FAIL: gcc.dg/sso/u6.c -Og -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... FAIL: gcc.dg/sso/q2.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/r6.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/p3.c -O2 (test for excess errors) FAIL: gcc.dg/sso/t2.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/q2.c -Os (test for excess errors) FAIL: gcc.dg/sso/r6.c -O2 (test for excess errors) FAIL: gcc.dg/sso/p3.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/t2.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-compare-1.c -O1 (test for excess errors) FAIL: gcc.dg/sso/q2.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/r6.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/p3.c -Os (test for excess errors) FAIL: gcc.dg/sso/t2.c -O3 -finline-functions (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-sub.c -O1 (test for excess errors) FAIL: gcc.dg/sso/q3.c -O0 (test for excess errors) FAIL: gcc.dg/sso/r6.c -Os (test for excess errors) FAIL: gcc.dg/sso/p3.c -Og -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-12.c -O0 (test for excess errors) FAIL: gcc.dg/sso/t2.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/sso/q3.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/r6.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/p4.c -O0 (test for excess errors) FAIL: gcc.dg/sso/t2.c -Og -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-5.c -O2 (test for excess errors) FAIL: gcc.dg/sso/q3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/20141202-1.c -O0 (test for excess errors) FAIL: gcc.dg/sso/r7.c -O0 (test for excess errors) FAIL: gcc.dg/sso/p4.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/t3.c -O0 (test for excess errors) FAIL: gcc.dg/sso/q3.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/r7.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/p4.c -O2 (test for excess errors) FAIL: gcc.dg/sso/t3.c -O1 -fno-inline (test for excess errors) FAIL: c-c++-common/torture/vector-compare-1.c -O2 (test for excess errors) FAIL: gcc.dg/sso/q3.c -Os (test for excess errors) FAIL: gcc.dg/sso/r7.c -O2 (test for excess errors) FAIL: gcc.dg/torture/20141202-1.c -O1 (test for excess errors) FAIL: gcc.dg/sso/p4.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/t3.c -O2 (test for excess errors) FAIL: gcc.dg/sso/q3.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/r7.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/p4.c -Os (test for excess errors) FAIL: gcc.dg/sso/t3.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/torture/badshift.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-4.c -O2 -flto (test for excess errors) FAIL: gcc.dg/sso/q4.c -O0 (test for excess errors) FAIL: gcc.dg/sso/r7.c -Os (test for excess errors) FAIL: gcc.dg/sso/p4.c -Og -g (test for excess errors) FAIL: gcc.dg/torture/20141202-1.c -O2 (test for excess errors) FAIL: gcc.dg/sso/t3.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-sub.c -O2 (test for excess errors) FAIL: gcc.dg/sso/q4.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/r7.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/p5.c -O0 (test for excess errors) FAIL: gcc.dg/sso/t3.c -Og -g (test for excess errors) FAIL: gcc.dg/torture/badshift.c -O1 (test for excess errors) FAIL: gcc.dg/sso/q4.c -O2 (test for excess errors) FAIL: gcc.dg/sso/r8.c -O0 (test for excess errors) FAIL: gcc.dg/sso/p5.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/t4.c -O0 (test for excess errors) FAIL: gcc.dg/torture/20141202-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/sso/q4.c -O3 -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: gcc.dg/sso/r8.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/p5.c -O2 (test for excess errors) FAIL: gcc.dg/sso/t4.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/torture/badshift.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: gcc.dg/sso/q4.c -Os (test for excess errors) FAIL: gcc.dg/sso/r8.c -O2 (test for excess errors) FAIL: gcc.dg/sso/t4.c -O2 (test for excess errors) FAIL: gcc.dg/sso/p5.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/torture/20141202-1.c -Os (test for excess errors) FAIL: gcc.dg/sso/q4.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/r8.c -O3 -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-5.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-13.c -O2 (test for excess errors) FAIL: gcc.dg/sso/t4.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/p5.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-5.c -O0 (test for excess errors) FAIL: gcc.dg/torture/badshift.c -O3 -g (test for excess errors) FAIL: gcc.dg/sso/q5.c -O0 (test for excess errors) FAIL: gcc.dg/sso/r8.c -Os (test for excess errors) FAIL: c-c++-common/torture/pr60971.c -O0 (test for excess errors) FAIL: gcc.dg/sso/t4.c -Os (test for excess errors) FAIL: gcc.dg/sso/p5.c -Og -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-1.c -O2 (test for excess errors) FAIL: gcc.dg/sso/q5.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/torture/20141202-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/sso/r8.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/t4.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/p6.c -O0 (test for excess errors) FAIL: gcc.dg/sso/q5.c -O2 (test for excess errors) FAIL: gcc.dg/torture/badshift.c -Os (test for excess errors) FAIL: gcc.dg/sso/s3.c -O0 (test for excess errors) FAIL: gcc.dg/sso/t5.c -O0 (test for excess errors) FAIL: c-c++-common/torture/pr60971.c -O1 (test for excess errors) FAIL: gcc.dg/sso/p6.c -O1 -fno-inline (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-sub.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/sso/q5.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/s3.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/torture/20141202-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/sso/t5.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/p6.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-attr-1.c -O0 (test for excess errors) FAIL: gcc.dg/sso/q5.c -Os (test for excess errors) FAIL: gcc.dg/torture/badshift.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/sso/s3.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-compare-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/sso/t5.c -O2 (test for excess errors) FAIL: gcc.dg/sso/p6.c -O3 -finline-functions (test for excess errors) FAIL: c-c++-common/torture/pr60971.c -O2 (test for excess errors) FAIL: gcc.dg/sso/q5.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/s3.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/t5.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/p6.c -Os (test for excess errors) FAIL: gcc.dg/sso/q6.c -O0 (test for excess errors) FAIL: gcc.dg/sso/s3.c -Os (test for excess errors) FAIL: gcc.dg/torture/badshift.c -O2 -flto (test for excess errors) FAIL: gcc.dg/sso/t5.c -Os (test for excess errors) FAIL: gcc.dg/sso/p6.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/q6.c -O1 -fno-inline (test for excess errors) FAIL: c-c++-common/torture/pr60971.c -O3 -g (test for excess errors) FAIL: gcc.dg/sso/s3.c -Og -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-13.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/sso/t5.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/p7.c -O0 (test for excess errors) FAIL: gcc.dg/sso/q6.c -O2 (test for excess errors) FAIL: gcc.dg/sso/s5.c -O0 (test for excess errors) FAIL: gcc.dg/sso/t6.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-6.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-explog-1.c -O1 (test for excess errors) FAIL: gcc.dg/sso/p7.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/q6.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/torture/20080716-1.c -O0 (test for excess errors) FAIL: gcc.dg/sso/s5.c -O1 -fno-inline (test for excess errors) FAIL: c-c++-common/torture/pr60971.c -Os (test for excess errors) FAIL: gcc.dg/sso/t6.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/p7.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... FAIL: gcc.dg/sso/q6.c -Os (test for excess errors) FAIL: gcc.dg/sso/s5.c -O2 (test for excess errors) FAIL: gcc.dg/sso/t6.c -O2 (test for excess errors) FAIL: gcc.dg/sso/p7.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/q6.c -Og -g (test for excess errors) FAIL: gcc.dg/sso/s5.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/torture/builtin-explog-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/20080716-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/pr60971.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/sso/t6.c -O3 -finline-functions (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-sub.c -O3 -g (test for excess errors) FAIL: gcc.dg/sso/p7.c -Os (test for excess errors) FAIL: gcc.dg/sso/q7.c -O0 (test for excess errors) FAIL: gcc.dg/sso/s5.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-5.c -O2 (test for excess errors) FAIL: gcc.dg/sso/t6.c -Os (test for excess errors) FAIL: gcc.dg/special/alias-1.c (test for excess errors) FAIL: gcc.dg/sso/p7.c -Og -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: c-c++-common/torture/builtin-arith-overflow-12.c -O2 (test for excess errors) FAIL: gcc.dg/sso/q7.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/s5.c -Og -g (test for excess errors) FAIL: gcc.dg/torture/builtin-attr-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/pr60971.c -O2 -flto (test for excess errors) FAIL: gcc.dg/sso/t6.c -Og -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: gcc.dg/torture/20080716-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-explog-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/sso/q7.c -O2 (test for excess errors) FAIL: gcc.dg/sso/s6.c -O0 (test for excess errors) FAIL: gcc.dg/special/alias-2.c (test for excess errors) FAIL: gcc.dg/sso/t7.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-13.c -O2 -flto (test for excess errors) FAIL: gcc.dg/sso/q7.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/s6.c -O1 -fno-inline (test for excess errors) FAIL: gcc.dg/sso/t7.c -O1 -fno-inline (test for excess errors) FAIL: c-c++-common/torture/pr61184.c -O0 (test for excess errors) FAIL: gcc.dg/torture/20080716-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/sso/q7.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-math-4.c -O0 (test for excess errors) FAIL: gcc.dg/sso/s6.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-explog-1.c -Os (test for excess errors) FAIL: gcc.dg/sso/t7.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/sso/q7.c -Og -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: gcc.dg/sso/s6.c -O3 -finline-functions (test for excess errors) FAIL: gcc.dg/sso/t7.c -O3 -finline-functions (test for excess errors) FAIL: c-c++-common/torture/pr61184.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: c-c++-common/torture/builtin-arith-overflow-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/20080716-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/sso/s6.c -Os (test for excess errors) FAIL: gcc.dg/sso/t7.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-explog-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/sso/s6.c -Og -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: gcc.dg/torture/builtin-math-4.c -O1 (test for excess errors) FAIL: gcc.dg/sso/t7.c -Og -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: c-c++-common/torture/builtin-arith-overflow-10.c -O0 (test for excess errors) FAIL: c-c++-common/torture/pr61184.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-sub.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: c-c++-common/torture/vector-compare-1.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: gcc.dg/torture/20080716-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-explog-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/special/weak-1.c (test for excess errors) FAIL: c-c++-common/torture/pr61184.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-12.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/c99-contract-1.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-6.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-math-4.c -O2 (test for excess errors) FAIL: gcc.dg/torture/20080716-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float128-extend-inf.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-sub.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-5.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-10.c -O2 (test for excess errors) FAIL: c-c++-common/torture/pr61184.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-14.c -O0 (test for excess errors) FAIL: gcc.dg/special/weak-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... FAIL: gcc.dg/torture/c99-contract-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/20080716-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-frexp-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float128-extend-inf.c -O1 (test for excess errors) FAIL: c-c++-common/torture/vector-compare-1.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-10.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-attr-1.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... FAIL: c-c++-common/torture/pr61184.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-sub.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/c99-contract-1.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: c-c++-common/torture/builtin-arith-overflow-p-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-power-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/20090618-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-frexp-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float128-extend-inf.c -O2 (test for excess errors) FAIL: c-c++-common/torture/pr61184.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-10.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/vector-compare-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-power-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/c99-contract-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-power-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/20090618-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-minus-one.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-frexp-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float128-extend-inf.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/pr61184.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-math-4.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-power-1.c -Os (test for excess errors) FAIL: c-c++-common/torture/vector-compare-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/c99-contract-1.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-12.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float128-tg.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-power-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/20090618-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-6.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float128-extend-inf.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-power-1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/pr61741.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-frexp-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-6.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-compare-2.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-minus-one.c -O1 (test for excess errors) FAIL: gcc.dg/torture/c99-contract-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-math-4.c -Os (test for excess errors) FAIL: gcc.dg/torture/20090618-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/float128-extend-inf.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-7.c -O0 (test for excess errors) FAIL: c-c++-common/torture/pr61741.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-rounding-1.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-compare-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-frexp-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float128-tg.c -O1 (test for excess errors) FAIL: gcc.dg/torture/20090618-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/c99-contract-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float128-extend-inf.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-math-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/pr61741.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-compare-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-rounding-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/20090618-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/calleesave-sse.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-frexp-1.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-minus-one.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-7.c -O2 (test for excess errors) FAIL: c-c++-common/torture/pr61741.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/vector-compare-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/builtin-rounding-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-math-4.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float128-tg.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-attr-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/calleesave-sse.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-frexp-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-7.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/20110718-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float128-floath.c -O0 (test for excess errors) FAIL: gcc.dg/torture/alias-1.c -O0 (test for excess errors) FAIL: c-c++-common/torture/pr61741.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/vector-compare-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-rounding-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/calleesave-sse.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-13.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-frexp-1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-minus-one.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-7.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/20110718-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/alias-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/pr61741.c -Os (test for excess errors) FAIL: c-c++-common/torture/vector-compare-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/float128-tg.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-rounding-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/float128-floath.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-isinf_sign-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/calleesave-sse.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/20110718-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-8.c -O0 (test for excess errors) FAIL: gcc.dg/torture/alias-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-compare-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/pr61741.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-14.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-rounding-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-isinf_sign-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/20110718-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/calleesave-sse.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-minus-one.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/vector-compare-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float128-floath.c -O2 (test for excess errors) FAIL: gcc.dg/torture/alias-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/pr61741.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-rounding-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float128-tg.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-isinf_sign-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-8.c -O2 (test for excess errors) FAIL: gcc.dg/torture/20110718-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/calleesave-sse.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-6.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-shift.c -O0 (test for excess errors) FAIL: gcc.dg/torture/alias-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-isinf_sign-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-8.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/20110718-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/calleesave-sse.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float128-floath.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float128-tg.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-attr-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/alias-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/vector-shift.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-isinf_sign-1.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-minus-one.c -Os (test for excess errors) FAIL: gcc.dg/torture/20110718-1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-8.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-14.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/alias-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-isinf_sign-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/vector-shift.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-minus-one.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float128-basic.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float128-floath.c -Os (test for excess errors) FAIL: gcc.dg/torture/float128-tg.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-9.c -O0 (test for excess errors) FAIL: gcc.dg/torture/alias-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-isinf_sign-1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/vector-shift.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-minus-one.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-attr-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/alias-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float128-floath.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/vector-shift.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-9.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-sin-mpfr-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float128-basic.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-ldexp-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-6.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-one.c -O0 (test for excess errors) FAIL: gcc.dg/torture/alias-2.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-14.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/vector-shift.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-sin-mpfr-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-9.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-7.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float128-floath.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-ldexp-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/alias-2.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/vector-shift.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float128-basic.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-sin-mpfr-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-attr-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/20131115-1.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-9.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-one.c -O1 (test for excess errors) FAIL: gcc.dg/torture/alias-2.c -Os (test for excess errors) FAIL: c-c++-common/torture/vector-shift.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-sin-mpfr-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/builtin-math-6.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-ldexp-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-7.c -O2 (test for excess errors) FAIL: gcc.dg/torture/20131115-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-complex-1.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-alias-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/alias-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/vector-shift1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-sin-mpfr-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float128-basic.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-13.c -O2 (test for excess errors) FAIL: gcc.dg/torture/20131115-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-one.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-7.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/alias-2.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-alias-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/vector-shift1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-ldexp-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-sin-mpfr-1.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-15.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-complex-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-sin-mpfr-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-alias-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-shift1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/20131115-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-7.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float128-basic.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-math-6.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-ldexp-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/float32-builtin.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-sin-mpfr-1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/vector-shift1.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-alias-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-complex-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-one.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/20131115-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-8.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-ldexp-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float128-basic.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-sprintf.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-shift1.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-alias-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/20131115-1.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-13.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float32-builtin.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float128-tg-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-complex-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/builtin-ldexp-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-sprintf.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-math-6.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-shift1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-alias-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-8.c -O2 (test for excess errors) FAIL: gcc.dg/torture/20131115-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float128-basic.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-one.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-logb-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-sprintf.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-shift1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-alias-1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/pr83553.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float32-builtin.c -O2 (test for excess errors) FAIL: gcc.dg/torture/20131115-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float128-tg-2.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-8.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-complex-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float128-builtin.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-shift2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-sprintf.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/20131122-0.c -O0 (test for excess errors) FAIL: c-c++-common/torture/pr83553.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-logb-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-8.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-one.c -Os (test for excess errors) FAIL: gcc.dg/torture/float32-builtin.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/vector-shift2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float128-tg-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-sprintf.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-13.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/20131122-0.c -O1 (test for excess errors) FAIL: c-c++-common/torture/pr83553.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-math-6.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/builtin-logb-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-complex-1.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-9.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul-one.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float128-builtin.c -O1 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-add.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-shift2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-sprintf.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/20131122-0.c -O2 (test for excess errors) FAIL: c-c++-common/torture/pr83553.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... FAIL: gcc.dg/torture/float32-builtin.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-logb-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/builtin-complex-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float128-tg-2.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: c-c++-common/torture/complex-sign-mul-one.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/vector-shift2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-sprintf.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: gcc.dg/torture/20131122-0.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/pr83553.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-9.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float128-builtin.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-15.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-complex-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-logb-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/vector-shift2.c -Os (test for excess errors) FAIL: gcc.dg/torture/float32-builtin.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-sqrt-cmp-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/pr83553.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-math-6.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/20131122-0.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-9.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float128-tg-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/float32x-floath.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-shift2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-logb-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/float64-tg-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-sqrt-cmp-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float128-builtin.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-2.c -O1 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-add.c -O1 (test for excess errors) FAIL: c-c++-common/torture/pr83553.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/20131122-0.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-9.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32-builtin.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/vector-shift2.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-logb-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float128-tg-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-14.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-sqrt-cmp-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float32x-floath.c -O1 (test for excess errors) FAIL: c-c++-common/torture/pr83553.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/20131122-0.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64-tg-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-2.c -Os (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float128-builtin.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-logb-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-sqrt-cmp-1.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-15.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-math-6.c -Os (test for excess errors) FAIL: gcc.dg/torture/float32-complex.c -O0 (test for excess errors) FAIL: gcc.dg/torture/20131122-0.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-2.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float128-tg-2.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float32x-floath.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-math-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-sqrt-cmp-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64-tg-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float128-builtin.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/20140610-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-math-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-sqrt-cmp-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32-complex.c -O1 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float128-tg-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float32x-floath.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-3.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-add.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-math-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float64-tg-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-symmetric-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float128-builtin.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-math-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/20140610-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-15.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-3.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-math-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/float32-basic.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float32-complex.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-symmetric-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float32x-floath.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-4.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-4.c -O0 scan-tree-dump-times original "nearbyint " 1 FAIL: gcc.dg/torture/builtin-convert-4.c -O0 scan-tree-dump-times original "nearbyintf" 1 FAIL: gcc.dg/torture/builtin-convert-4.c -O0 scan-tree-dump-times original "nearbyintl" 1 FAIL: gcc.dg/torture/float128-tg-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float64x-tg.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64-tg-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-math-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/20140610-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-4.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-4.c -O1 scan-tree-dump-times original "nearbyint " 1 FAIL: gcc.dg/torture/builtin-convert-4.c -O1 scan-tree-dump-times original "nearbyintf" 1 FAIL: gcc.dg/torture/builtin-convert-4.c -O1 scan-tree-dump-times original "nearbyintl" 1 FAIL: gcc.dg/torture/builtin-symmetric-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-4.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-4.c -O2 scan-tree-dump-times original "nearbyint " 1 FAIL: gcc.dg/torture/builtin-convert-4.c -O2 scan-tree-dump-times original "nearbyintf" 1 FAIL: gcc.dg/torture/builtin-convert-4.c -O2 scan-tree-dump-times original "nearbyintl" 1 FAIL: gcc.dg/torture/float128-complex.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-math-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... FAIL: gcc.dg/torture/builtin-convert-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions scan-tree-dump-times original "nearbyint " 1 FAIL: gcc.dg/torture/float32-basic.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions scan-tree-dump-times original "nearbyintf" 1 FAIL: gcc.dg/torture/builtin-convert-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions scan-tree-dump-times original "nearbyintl" 1 FAIL: c-c++-common/torture/vector-subscript-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float32-complex.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float32x-floath.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-symmetric-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-math-6.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-4.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-4.c -O3 -g scan-tree-dump-times original "nearbyint " 1 FAIL: gcc.dg/torture/builtin-convert-4.c -O3 -g scan-tree-dump-times original "nearbyintf" 1 FAIL: gcc.dg/torture/builtin-convert-4.c -O3 -g scan-tree-dump-times original "nearbyintl" 1 FAIL: gcc.dg/torture/20140610-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float64-tg-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64x-tg.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-4.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-4.c -Os scan-tree-dump-times original "nearbyint " 1 FAIL: gcc.dg/torture/builtin-convert-4.c -Os scan-tree-dump-times original "nearbyintf" 1 FAIL: gcc.dg/torture/builtin-convert-4.c -Os scan-tree-dump-times original "nearbyintl" 1 FAIL: c-c++-common/torture/vector-subscript-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float128-tg-3.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-symmetric-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-4.c -O2 -flto -flto-partition=none scan-tree-dump-times original "nearbyint " 1 FAIL: gcc.dg/torture/builtin-convert-4.c -O2 -flto -flto-partition=none scan-tree-dump-times original "nearbyintf" 1 FAIL: gcc.dg/torture/builtin-convert-4.c -O2 -flto -flto-partition=none scan-tree-dump-times original "nearbyintl" 1 FAIL: gcc.dg/torture/float128-complex.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float32x-floath.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/20140610-1.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-add.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/float32-basic.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-4.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-convert-4.c -O2 -flto scan-tree-dump-times original "nearbyint " 1 FAIL: gcc.dg/torture/builtin-convert-4.c -O2 -flto scan-tree-dump-times original "nearbyintf" 1 FAIL: gcc.dg/torture/builtin-convert-4.c -O2 -flto scan-tree-dump-times original "nearbyintl" 1 FAIL: c-c++-common/torture/vector-subscript-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float32-complex.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-math-7.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-16.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64-tg-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-symmetric-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64x-tg.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/20140610-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-cproj-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-symmetric-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-math-7.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float128-complex.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float32-complex.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float128-tg-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32-basic.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float64-tg-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/20140610-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-cproj-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-wctype-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64x-tg.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-math-7.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-10.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-14.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float32-complex.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float128-complex.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-wctype-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-cproj-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float32-basic.c -Os (test for excess errors) FAIL: gcc.dg/torture/float128-tg-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-math-7.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/float64-tg-3.c -O1 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64-timode.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64x-tg.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-wctype-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-10.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-cproj-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float32-floath.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float128-complex.c -Os (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-math-7.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-wctype-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-sign-add.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float32-basic.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float128-tg-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-cproj-1.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-10.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64x-tg.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64-tg-3.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-wctype-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64-timode.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32-floath.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-math-7.c -Os (test for excess errors) FAIL: gcc.dg/torture/float128-complex.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-cproj-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-10.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32x-tg-2.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-wctype-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float32-basic.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-14.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode.c -Os (test for excess errors) FAIL: gcc.dg/torture/float128-tg-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float64x-tg.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-math-7.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-cproj-1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-11.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-wctype-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float64-tg-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float128-complex.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32-floath.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-math-7.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32x-tg-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64-timode.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-cproj-2.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-math-8.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-11.c -O2 (test for excess errors) FAIL: gcc.dg/torture/floatn-convert.c -O0 (test for excess errors) FAIL: gcc.dg/torture/memcpy-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-cproj-2.c -O1 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float32-floath.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float64-tg-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/float32x-tg-2.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-add.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-math-8.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-11.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/memcpy-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-cproj-2.c -O2 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-3.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-16.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64-timode.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/floatn-convert.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-14.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-math-8.c -O2 (test for excess errors) FAIL: gcc.dg/torture/memcpy-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-11.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32-floath.c -Os (test for excess errors) FAIL: gcc.dg/torture/float64-tg-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-cproj-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/complex-sign-add.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/float32x-tg-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/memcpy-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-math-8.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/ipa-pta-2.c -O0 (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-cproj-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float32-floath.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64-tg-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/memcpy-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-math-8.c -Os (test for excess errors) FAIL: gcc.dg/torture/floatn-convert.c -O2 (test for excess errors) FAIL: gcc.dg/torture/ipa-pta-2.c -O1 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-add.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/vector-subscript-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32x-tg-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-cproj-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64-timode.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-math-8.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/memcpy-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/ipa-pta-2.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-16.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float32-floath.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-cproj-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64-tg.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul.c -Os (test for excess errors) FAIL: gcc.dg/torture/memcpy-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-math-8.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/ipa-pta-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32x-tg-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-math-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/floatn-convert.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64-timode.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-add.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-cproj-2.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-12.c -O0 (test for excess errors) FAIL: gcc.dg/torture/ipa-pta-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-minmax-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-15.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64-tg.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-ctype-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-math-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32x-tg-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/ipa-pta-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-minmax-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64-timode.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/floatn-convert.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-ctype-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/ipa-pta-2.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mul.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-16.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-minmax-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/float64-tg.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-math-3.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-add.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-ctype-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/inline-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float32x-tg-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/ipa-pta-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-minmax-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/inline-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-ctype-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/floatn-convert.c -Os (test for excess errors) FAIL: gcc.dg/torture/ipa-pta-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/parm-coalesce.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-math-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64-tg.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-minmax-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128.c -O2 (test for excess errors) FAIL: gcc.dg/torture/inline-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-ctype-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/parm-coalesce.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32x-tg-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/ipa-pta-3.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-sub.c -O0 (test for excess errors) FAIL: gcc.dg/torture/parm-coalesce.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-minmax-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float32-tg-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/floatn-convert.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/parm-coalesce.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-ctype-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/inline-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/ipa-pta-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/parm-coalesce.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-math-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float64-tg.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-add.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-minmax-1.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... FAIL: gcc.dg/torture/parm-coalesce.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/inline-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-ctype-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32x-tg-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/parm-coalesce.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/ipa-pta-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/float32-tg-2.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: gcc.dg/torture/floatn-convert.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-modf-1.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: gcc.dg/torture/inline-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-math-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-ctype-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64-tg.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/ipa-pta-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr17526.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-compare.c -O0 (test for excess errors) FAIL: gcc.dg/torture/inline-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-ctype-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-modf-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-sub.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32-tg-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/ipa-pta-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32x-tg-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr17526.c -O1 (test for excess errors) FAIL: gcc.dg/torture/fp-compare.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-math-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64-tg.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-17.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-ctype-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-modf-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-add.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr17526.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-12.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-compare.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-ctype-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float32-tg-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-math-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr17526.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float32x-tg-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-modf-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/fp-compare.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float64x-basic.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-ctype-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr26763-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr17526.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-compare.c -Os (test for excess errors) FAIL: gcc.dg/torture/float32-tg-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-ctype-2.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... FAIL: gcc.dg/torture/builtin-modf-1.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... FAIL: gcc.dg/torture/pr26763-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32x-tg-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr27302-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64x-basic.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr17526.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-compare.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... FAIL: gcc.dg/torture/builtin-ctype-2.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-15.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr25967-1.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: gcc.dg/torture/builtin-modf-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr26763-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-12.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float32-tg-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr17526.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr27302-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/fp-compare.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-sub.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-add.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/matrix-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr25967-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32x-tg-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr30665-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/matrix-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr26763-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-modf-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr27302-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float64x-basic.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/matrix-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr25967-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr30665-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32-tg-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/matrix-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr26763-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr27302-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-modf-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/matrix-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float32x-tg.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr25967-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr30665-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/matrix-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr26763-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64x-basic.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr27302-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/matrix-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-nonneg-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr25967-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/float32-tg-3.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-15.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/matrix-1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-12.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr30665-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr26763-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr27302-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float32x-tg.c -O1 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-2.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-add.c -Os (test for excess errors) FAIL: gcc.dg/torture/matrix-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr25967-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-nonneg-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr26763-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/matrix-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float64x-basic.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr30665-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr27302-2.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-sub.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/matrix-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr25967-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32-tg-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr36227.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-nonneg-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-add.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/matrix-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr26763-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr27302.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr30665-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float32x-tg.c -O2 (test for excess errors) FAIL: gcc.dg/torture/matrix-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr25967-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr36227.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-nonneg-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/float64x-basic.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/matrix-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr26763-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr30665-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr27302.c -O1 (test for excess errors) FAIL: gcc.dg/torture/matrix-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-add.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr25967-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr36227.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float32-tg-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/matrix-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-nonneg-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float32x-tg.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr26763-2.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-15.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr31115.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr27302.c -O2 (test for excess errors) FAIL: gcc.dg/torture/matrix-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64x-basic.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr25967-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr36227.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/matrix-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-nonneg-1.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-div.c -O0 (test for excess errors) FAIL: gcc.dg/torture/matrix-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr26763-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr31115.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr27302.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-double.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr25967-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr36227.c -Os (test for excess errors) FAIL: gcc.dg/torture/matrix-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/float32-tg-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float32x-tg.c -Os (test for excess errors) FAIL: gcc.dg/torture/builtin-noret-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/matrix-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float64x-builtin.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr26763-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-17.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr31115.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr27302.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr25967-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/matrix-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr36227.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-sub.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/builtin-noret-1.c -O1 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-div.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr26763-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/matrix-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr27302.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr31115.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr25967-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/matrix-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64.c -Os (test for excess errors) FAIL: gcc.dg/torture/float32x-tg.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr36227.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float64x-builtin.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32-tg-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/matrix-4.c -O0 (test for excess errors) FAIL: gcc.dg/torture/builtin-noret-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr31115.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr27302.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr25967-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/matrix-4.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr36373-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-double.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-16.c -O0 (test for excess errors) FAIL: gcc.dg/torture/matrix-4.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-noret-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr31115.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-div.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float32x-tg.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/matrix-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr36373-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32-tg-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64x-builtin.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-17.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/matrix-4.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr35634.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr31115.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-noret-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/matrix-4.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr36373-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/matrix-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr35634.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-noret-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64-basic.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float32-tg-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/matrix-4.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float64x-builtin.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-div.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr36373-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-sign-sub.c -Os (test for excess errors) FAIL: gcc.dg/torture/matrix-5.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr26898-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr35634.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-noret-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/matrix-5.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr36373-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/matrix-5.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr26898-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32-tg.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64-basic.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr27603.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-17.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/builtin-noret-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/matrix-5.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/float64x-builtin.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr35634.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/complex-sign-sub.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/matrix-5.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr36373-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-double.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr26898-1.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-div.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr27603.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-noret-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/matrix-5.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64x-timode.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr26258.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr35634.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/matrix-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-18.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr36373-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32-tg.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr26898-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float64x-builtin.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr27603.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float64-basic.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-noret-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/matrix-5.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-sub.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr26258.c -O1 (test for excess errors) FAIL: gcc.dg/torture/matrix-6.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr36373-10.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr35634.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr26898-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr27603.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/builtin-noret-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/matrix-6.c -O1 (test for excess errors) FAIL: c-c++-common/torture/pr42834.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-div.c -Os (test for excess errors) FAIL: gcc.dg/torture/float64x-builtin.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32-tg.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr35634.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr36373-10.c -O1 (test for excess errors) FAIL: gcc.dg/torture/matrix-6.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr26258.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr26898-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64-basic.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64x-timode.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr27603.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/matrix-6.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/pr42834.c -O1 (test for excess errors) FAIL: gcc.dg/torture/builtin-noret-2.c -Os (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-div.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr35634.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-18.c -O2 (test for excess errors) FAIL: gcc.dg/torture/matrix-6.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr36373-10.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr26898-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr26258.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr27603.c -Os (test for excess errors) FAIL: gcc.dg/torture/matrix-6.c -Os (test for excess errors) FAIL: c-c++-common/torture/pr42834.c -O2 (test for excess errors) FAIL: gcc.dg/torture/builtin-noret-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32-timode.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64x-complex.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float32-tg.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/matrix-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr26898-2.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-div.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr36373-8.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64-basic.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr35833.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr36373-10.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/matrix-6.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr26258.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-18.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-double.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr27603.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/builtin-noret-2.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/pr42834.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr30364-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64x-timode.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr33560.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr26898-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr36373-8.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr35833.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float64x-complex.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr38405.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr26258.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr36373-10.c -Os (test for excess errors) FAIL: c-c++-common/torture/pr42834.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr27603.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32-tg.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-18.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32-timode.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr30364-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float64-basic.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr33560.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-16.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr26898-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr36373-8.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr35833.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-mul.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr38405.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr36373-10.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/pr42834.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr26258.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr30364-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr33560.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr36373-8.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr26898-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr27743.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64x-complex.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float32-tg.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr35833.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr36373-10.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float64-basic.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr38405.c -O2 (test for excess errors) FAIL: c-c++-common/torture/pr42834.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr25654.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr30364-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64x-timode.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr33560.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr27743.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr26898-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr36373-8.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32-timode.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr36373-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr35833.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-19.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr38405.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr25654.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr30364-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-double.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr33560.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr27743.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr26898-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr36373-8.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float32-tg.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float64x-complex.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float64-builtin.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-mul.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr35833.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr36373-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr38405.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr30364-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr25654.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr33560.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr26898-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr27743.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr36373-8.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-16.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr35833.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64x-timode.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr36373-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr38405.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr30364-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr33560.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-double.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr25654.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32-timode.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float64-builtin.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32x-basic.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr39855.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64x-complex.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr36373-9.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr27743.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr38405.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr30364-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr33563.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr36373-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr25654.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr26565.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr27743.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr36373-9.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr39855.c -O1 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64x-timode.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/pr53505.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-double.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-mul.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float64-builtin.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr30364-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float64x-complex.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr33563.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr36373-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr25654.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32-timode.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr26565.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr36373-9.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr27743.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32x-basic.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr39855.c -O2 (test for excess errors) FAIL: c-c++-common/torture/pr53505.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr30364-2.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-19.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr36373-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr25654.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr33563.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-16.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr26565.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr36373-9.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr39855.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64x-timode.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/pr53505.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float64x-complex.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float64-builtin.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr36373-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr33563.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr30364-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr27116-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32-timode.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float32x-basic.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr36373-9.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr26565.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr39855.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr36373-3.c -O0 (test for excess errors) FAIL: c-c++-common/torture/pr53505.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr27116-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr33563.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr30364-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr41555.c -O0 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-mul.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-19.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr39855.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr36373-9.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr26565.c -Os (test for excess errors) FAIL: gcc.dg/torture/float64x-floath.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64-builtin.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr36373-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32-timode.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr33563.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/pr53505.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr27116-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr30364-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr41555.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32x-basic.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64x.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr36373-9.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr39855.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr26565.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr36373-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr33563.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr30364-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr27116-2.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/pr53505.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr41555.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-19.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr28045.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64-builtin.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64x-floath.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr39903-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr26565.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr36373-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr30364-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr27116-2.c -Os (test for excess errors) FAIL: c-c++-common/torture/pr53505.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float32x-basic.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr41555.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr28045.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr39903-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr26587.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr36373-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr30364-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr27116-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/pr53505.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float64-builtin.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr25718-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64x-floath.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr41555.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-mul.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr28045.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr39903-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr26587.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr27116-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr36373-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr30364-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float32x-basic.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr25718-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr41555.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr28045.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr39903-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr26587.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr36373-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float64-complex.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr27116.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64x.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr30364-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float64x-floath.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-17.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr25718-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr41555.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr28045.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr39903-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr39074-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr26587.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr33848.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr36373-4.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr27116.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32x-basic.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr30364-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr25718-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr41555.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr28045.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr39903-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr39074-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr26587.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float64-complex.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr36373-4.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr33848.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr27116.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float64x-floath.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr30364-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr25718-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr28045.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-mul.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr39903-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr26587.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr39074-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float32x-builtin.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr36373-4.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr30364-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr27116.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr33848.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr25718-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr28230.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr39903-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr26587.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float64x-floath.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64-complex.c -O2 (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-mul.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr39074-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr36373-4.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr30375.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr27116.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr25718-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr28230.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr39903-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr33848.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/float32x-builtin.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr26587.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr39074-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr36373-4.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr27116.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr30375.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr43000.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/complex-sign-mixed-mul.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr39903-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float64x-floath.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr28230.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr26630.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64-complex.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr33848.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr39074-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr27116.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr36373-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64x.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr30375.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr43000.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32x-builtin.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr39903-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr44050.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr28230.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr26630.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr33848.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr39074-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr36373-4.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr30375.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr43000.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr44050.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr39903-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr28230.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr26630.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float64-complex.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr45678-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr33848.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr36373-5.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr39074-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float32x-builtin.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr30375.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr43000.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr44050.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr39903-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr26630.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr28230.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr33848.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr45678-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr36373-5.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr30375.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr39074-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr43000.c -Os (test for excess errors) FAIL: gcc.dg/torture/float64-complex.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr44050.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr39903-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr26630.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr28230.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr33870.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr30375.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32x-builtin.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr45678-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr36373-5.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr39074-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr43000.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr37731-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr44050.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr26630.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr28230.c -O2 -flto (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr30665-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr45678-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr33870.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr43000.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr36373-5.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr37731-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr44050.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr39074-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/float64-complex.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr26630.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32x-builtin.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr27184.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr30665-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr45678-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr33870.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr37731-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr36373-5.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr39074-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr44050.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float64x-tg-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr27184.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr30665-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float64-floath.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64x.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr45678-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr33870.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr37731-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr39074-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr36373-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float32x-builtin.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr40470-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr27184.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr45678-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr30665-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr40470-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float64x-tg-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr33870.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr37731-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr36373-5.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr39074.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr40470-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float64-floath.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr27184.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr30665-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr40470-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float32x-complex.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr37731-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr36373-6.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-ieee-timode.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr33870.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr39074.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr40470-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr27184.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr30665-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64x-tg-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr37731-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr40470-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr33870.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr36373-6.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float64-floath.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr45967-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr39074.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr40470-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr27184.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float32x-complex.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr30665-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr40470-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr37731-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr43017.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr33870.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr44806.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr36373-6.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-ieee-timode.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr45967-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr40470-2.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr27184.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr39074.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-17.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float64x-tg-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr37731-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float64-floath.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr40470-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr34174-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr44806.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr36373-6.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr47278-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr40470-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr39074.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr47473.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr45967-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float32x-complex.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64x.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr43017.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr45720.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr37731-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr34174-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr40470-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr44806.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr36373-6.c -Os (test for excess errors) FAIL: gcc.dg/torture/float64x-tg-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/float64-floath.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr39074.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr40470-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr47473.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr45967-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr47278-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr34174-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr37731-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr45720.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr43017.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr40470-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr44806.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-ieee-timode.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr36373-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr40470-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr47473.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr39132.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float32x-complex.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr45967-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr37731-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr34174-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr40470-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float64x-tg-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr36373-6.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr44806.c -Os (test for excess errors) FAIL: gcc.dg/torture/float64-floath.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr47278-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr45720.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64x.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-17.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr40470-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr47473.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr39132.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr43017.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr45967-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr37731-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr34174-1.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-4.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr40470-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr36373-7.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr44806.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float32x-complex.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr47473.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr45967-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr40470-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr39132.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-ieee-timode.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr47278-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr37731-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/float64x-tg-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr34174-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/float64-floath.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr45720.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr44806.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr36373-7.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr40470-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr43017.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr47473.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr45967-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr39132.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr40470-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr34174-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr37868.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float64x.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr36373-7.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr47278-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr40470-4.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr45720.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float32x-complex.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr47473.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr43017.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr39132.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr40470-4.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr45967.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32x-timode.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64x-tg-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr37868.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr36373-7.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float80-timode.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr40470-4.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-ieee-timode.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr45720.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr47621.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr47278-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr43017.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-17.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr39132.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr40470-4.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr37868.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr45967.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr36373-7.c -Os (test for excess errors) FAIL: gcc.dg/torture/float32x-complex.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr40470-4.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr45720.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr47621.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr39132.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr43017.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr40470-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float80-timode.c -O1 (test for excess errors) FAIL: gcc.dg/torture/float64x-tg-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr36373-7.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr45967.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr47278-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr37868.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-4.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-ieee-timode.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32x-timode.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr40470-4.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr45720.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr47621.c -O2 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-18.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr39132.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr41094.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr36373-7.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr37868.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr45967.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr41094.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr47621.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float80-timode.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr41094.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr50067-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64x-tg-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr44913.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-ieee-timode.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr37868.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr50396.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr41094.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr45967.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr47621.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32x-timode.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr41094.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr50067-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr44913.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr37868.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr50396.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr41094.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float80-timode.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr45967.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr47621.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-18.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr41094.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr50067-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/float64x-tg-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr44913.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr50396.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr45967.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-p-4.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr47621.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr49079.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr50067-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-ieee.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-18.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr45764.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr44913.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr50396.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float80-timode.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32x-timode.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr45967.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr49079.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr43360.c -O0 (test for excess errors) FAIL: gcc.dg/torture/float64x-tg-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr50067-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr45764.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr50396.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float80-timode.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr44913.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr45982.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-18.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr49079.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr43360.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr50067-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr45764.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr50396.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float80-timode.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr44913.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr45982.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr49079.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float64x-tg-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32x-timode.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr43360.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr50067-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr50396.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr45764.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr44913.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr45982.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr49079.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-ieee.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr43360.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr47364-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr50067-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float80.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr44913.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr45764.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/float64x-tg-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr49079.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr45982.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32x-timode.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr43360.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr47364-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr50067-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr51528.c -O0 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr39678.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr45764.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr49079.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr45982.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr43360.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr47364-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr50067-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr51528.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr39678.c -O1 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32x-timode.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr45764.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr45982.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr49217.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr43360.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr47364-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr50067-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr39678.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr51528.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr45764.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr45982.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr49217.c -O1 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float80.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr43360.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr42952.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr47364-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr50067-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr39678.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr51528.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr45830.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr49217.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr42952.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr47364-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr50067-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32x.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-ieee.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr39678.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr51528.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr43560.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr45830.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr49217.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr48542.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr47364-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr42952.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr50067-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr45017.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr48542.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr52402.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr39678.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr51528.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr43560.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr48542.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr49217.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr45830.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr47365.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr50067-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr42952.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr48542.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr45017.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr39678.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52402.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr51528.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr43560.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr49217.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr48542.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr50067-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr47365.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr42952.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr48542.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr45017.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr45830.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr52402.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr48542.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr43560.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr49217.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float80.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr42952.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr48542.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr50067-4.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr47365.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr45017.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr50729.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr52402.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr45830.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32x.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr43560.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr42952.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr50067-4.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr47365.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr45017.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr50729.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr52402.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr45830.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr43560.c -Os (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr50067-4.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr47365.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr45017.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr50729.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr52402.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-ieee.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr45830.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr43560.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr48124-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr50067-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr45017.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr47365.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr52402.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr50729.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr43560.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr45830.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr48124-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr50067-4.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr47365.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr45623.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr50729.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr52406.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr48124-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr50067-4.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr45623.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr50729.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr52406.c -O1 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float80.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32x.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr48124-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr50067-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr53663-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr45623.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr50729.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr52406.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr48124-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr50067-4.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr53663-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr45623.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr50729.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52406.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-ieee.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr48124-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr50067-5.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr53663-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr45623.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr48124-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52406.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr45623.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr50067-5.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr53663-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr43879-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr48124-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr53272-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr52406.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr47383.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr48702.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr45623.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr53663-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr50067-5.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr49651.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-ieee.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr43879-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr52406.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr48124-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float80.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr47383.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr48702.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr53272-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr53663-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr43879-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr50067-5.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr49651.c -O1 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32x.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr52406.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr48124-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr47383.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr48702.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr53663-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr45678-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float80.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr43879-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr50067-5.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr49651.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr53272-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr52407.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr48124-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr48702.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr47383.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-ieee.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr53663-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr45678-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr50067-5.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr43879-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr49651.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr48124-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr52407.c -O1 (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr48702.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr53663-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr47383.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr45678-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr53272-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr46398.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float80.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr50067-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr48124-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr43879-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr49651.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr52407.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr48702.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr53663-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr47383.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr45678-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr50067-5.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr46398.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr48124-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr43879-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr49651.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr53272-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr52407.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr48702.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr47383.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr53663-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr45678-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr51106-1.c -O2 -flto -flto-partition=none (test for errors, line 8) FAIL: gcc.dg/torture/pr51106-1.c -O2 -flto -flto-partition=none (test for warnings, line 8) FAIL: gcc.dg/torture/pr52028.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr46398.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32x.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr48124-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr43879-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr49651.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr51106-1.c -O2 -flto (test for errors, line 8) FAIL: gcc.dg/torture/pr51106-1.c -O2 -flto (test for warnings, line 8) FAIL: gcc.dg/torture/pr47383.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52407.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr48702.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr45678-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr53663-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr53272-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr46398.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr48124-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr49958.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr52028.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr52943.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr45967-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr43879_1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr45678-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52407.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr53663-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr46398.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr48124-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr49958.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr53272-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52943.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr45967-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32x.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr52407.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr53663-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52028.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr43879_1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr46398.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr48124-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr49958.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr52943.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr45967-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52407.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr53663-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr46398.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr51106-2.c -O2 -flto -flto-partition=none (test for errors, line 9) FAIL: gcc.dg/torture/pr51106-2.c -O2 -flto -flto-partition=none (test for warnings, line 9) FAIL: gcc.dg/torture/pr48124-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr49958.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr52943.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr43879_1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr45967-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr52028.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr51106-2.c -O2 -flto (test for errors, line 9) FAIL: gcc.dg/torture/pr51106-2.c -O2 -flto (test for warnings, line 9) FAIL: gcc.dg/torture/fp-int-convert-float128-timode-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr52419.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr46398.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr53663-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr48124-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr49958.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float32x.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52943.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr45967-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr47917.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr52419.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr53663-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr43879_1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr48124-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr47917.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr52028.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr49958.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr47426-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr52943.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr45967-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr47917.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr52419.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr53663-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr48124-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-float128-timode-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr47917.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr49958.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52943.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr43879_1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr45967-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr47917.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr52419.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr52028.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr47426-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr53663-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr48124-4.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr53366-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr47917.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr55253.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr52943.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr45967-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr47917.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52419.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr43879_1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr52028.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr53663-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr48124-4.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr55253.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr53366-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr47426-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr55882.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr52419.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr51244-21.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr53663-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr48124-4.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr52028.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr55253.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr51244-21.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr43879_1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr47228.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr53366-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr55882.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr52419.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr51244-21.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr47426-1.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr48124-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr52060.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr55253.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr51244-21.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr54877.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr48953.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr47228.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr55882.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr51244-21.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr48124-4.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr53366-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr47426-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr51244-21.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr55253.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr52060.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr54877.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr48953.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr47228.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr51244-21.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr55882.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr50067-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr48124-4.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr55253.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr52060.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr54877.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr48953.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr47426-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr47228.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr53366-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr55882.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr55253.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr50067-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr48124-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr52060.c -O3 -g (test for excess errors) FAIL: c-c++-common/torture/builtin-arith-overflow-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr47228.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr48953.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr54877.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr55882.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr47426-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr48124-4.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr53366-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr50067-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr47228.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr52060.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr48953.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr54877.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr57425-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr55882.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr53366-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr50067-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr52530.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr47228.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr52060.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr48953.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr54877.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr57425-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr54132.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr53366-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52530.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr50067-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr47228.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr48953.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52060.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr54877.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57425-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr54132.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr53366-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr52530.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr50067-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr56488.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr54877.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr58417.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr57425-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr54132.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr57303.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-long-double.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr52530.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr53366-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr50067-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr56488.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58417.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr55305.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr57425-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58955-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr57303.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr54132.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr52530.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr50067-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr53366-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr56488.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58417.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr57425-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr55305.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58955-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr57303.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr54132.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr52530.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr59216.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr56488.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr53366-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr57425-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr58417.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr58955-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr55305.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr57303.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr52530.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr54132.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr59216.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr56488.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr57425-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58417.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58955-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr53366-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57303.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr52693.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr54132.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr55305.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr59216.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr52244.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr56488.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr57425-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58417.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58955-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr53908.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr53366-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr57303.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr54132.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52693.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr59216.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr55305.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr52244.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr56488.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57425-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58417.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-timode.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58955-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr53908.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr57748-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr53366-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57303.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52693.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr59216.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr55305.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58417.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57748-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr52244.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr56488.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57425-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58955-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr54261-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr57748-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr53366-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52693.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr59216.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr53908.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr55305.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57748-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr52244.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr57425-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58955-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57748-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr54261-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr52693.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr59216.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57748-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr55481.c -O0 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-timode.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr57425-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57748-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr52244.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr53908.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr58143-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58955-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr54261-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr52693.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57748-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr55481.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr57425-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57748-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr52244.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58955-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58143-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr52693.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr54261-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr53908.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr57748-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr55481.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr57425-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr52244.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57748-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58955-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr57341.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr61438.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr57083.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58143-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr54261-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr57748-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr55481.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr56661.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr57425-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr53908.c -Os (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-timode.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr57748-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr61787.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr57341.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58955-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr61438.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr57083.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr54261-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58143-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr58553.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr57748-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr55481.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr57425-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr56661.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr57748-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr61787.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr53908.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57341.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr61438.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr57083.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58955-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr54261-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57748-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58553.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58143-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr55481.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr57425-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr54327.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr56661.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr57748-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr61787.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr54327.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr57341.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr53908.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr61438.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr57083.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr57748-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58955-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58553.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr55481.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr54327.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr57425-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58143-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr57748-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr56661.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr54327.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr61787.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr57341.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr57748-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58955-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr61438.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr57083.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58553.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-timode.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr55481.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr54327.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr57425-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58143-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57748-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr56661.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr54327.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr61787.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr57341.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr53922.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58955-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57748-4.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr61438.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58553.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr54327.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57083.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr55555.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr57748-4.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr57425-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr58143-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr56661.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr54327.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr61787.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr57341.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57748-4.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58956.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr53922.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr61438.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr59990.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr57083.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr58553.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr55555.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr57748-4.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr53501.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58143-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr56661.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr61787.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57341.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr58956.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr57748-4.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr60930.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr53922.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr61438.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr58553.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr59990.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr57748-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr55555.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr53501.c -O1 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-timode.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58143-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr61787.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr56661.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57343.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58956.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr57748-4.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr60930.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr53922.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr61452.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58553.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr59990.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr53501.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr55555.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr59330.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr61964.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr57343.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58143-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58956.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr60930.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-timode.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr53922.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr61452.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58554.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr59990.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr53501.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr59330.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr55555.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr61964.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr57343.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58143-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr58956.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr60930.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr53922.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58554.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr59990.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr61452.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr53501.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr59330.c -O2 (test for excess errors) FAIL: gcc.dg/torture/fp-int-convert-timode.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr55555.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr57343.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr61964.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58956.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58143-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr57488.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr60930.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr59990.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr53922.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr58554.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr61452.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr53501.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr59330.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr55555.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58956.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57343.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr61964.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58143-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr60930.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57488.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr59990.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr54027.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58554.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr53501.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr61452.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr59330.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr59993.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr55555.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57343.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr61964.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58143-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr60930.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr56407.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr54027.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr59993.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr53501.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57488.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58554.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr61452.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr59330.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr59993.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58143-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57343.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr61964.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr55633.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr56407.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr59993.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr54027.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr53516.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr61452.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58554.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr59330.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57488.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr59993.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr59993.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57343.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr58143-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr61964.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr54027.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr55633.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr53516.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr56407.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr61452.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr59993.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr58554.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr62031.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr57488.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58143-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr54027.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr62031.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr61518.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr53516.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr55633.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr56407.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr58554.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr62031.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr57488.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr54027.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr62031.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr58143-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr61518.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr60092.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr55633.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr59038.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr53516.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr56407.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58626.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr62031.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr61095.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr54027.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57488.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr62031.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58143-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr60092.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr61518.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr55633.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr59038.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58626.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr62031.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr53516.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr56407.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr61095.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr54027.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57488.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr62031.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr59374-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58143-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr60092.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr61518.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr55633.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr59038.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58626.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr56407.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr53516.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr61095.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr64853.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr62238.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr59374-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58143-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr60092.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr55633.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr61518.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58626.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr59038.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr56407.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr53516.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr61095.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr62238.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr64853.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr59374-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58143-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr60092.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr55633.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr61518.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58626.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr59038.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr53516.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr56420.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr61095.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr59374-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr64853.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr62238.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58143-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr60092.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr61518.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58626.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr59038.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr56420.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58041.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr61095.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr59374-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58223.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr64853.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr62238.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr60092.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr56965-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr61518.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr58626.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr59038.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr56420.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58041.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr61095.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr61576.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr59374-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58223.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr64853.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr60115.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr56965-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr62238.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr61576.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr57521.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58626.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr59038.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr56420.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58041.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr59374-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr61576.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58223.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr60115.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr64853.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr61576.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr56965-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr62238.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58670.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr57521.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr59047.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr56420.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58041.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr59374-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr61576.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58223.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr60115.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr64853.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr61576.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr56965-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr62238.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58670.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr59047.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr57521.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr56420.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr61576.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58041.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr59374-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58223.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr64853.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr60115.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr61576.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr62238.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr56965-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58670.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr59047.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr56420.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr58041.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr59374-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr57521.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr58223.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr60115.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr63380-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr56965-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58670.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr59047.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr56443.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58041.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr59374-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58223.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57521.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr60115.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr63380-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr56965-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67253.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr59047.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58670.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr56443.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58223.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr59374-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr60115.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57521.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr63380-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr67253.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58670.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr59047.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr56443.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58228.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr59374-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr60115.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57521.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr63380-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr67253.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58670.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr59047.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr55755.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr59374-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr61681.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58228.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr56443.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr57521.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr63380-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58779.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr59047.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67253.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr60183.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr55755.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr65077.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr61346.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr61681.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58228.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr57569.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr63380-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr56443.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58779.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr59058.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr60183.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr55755.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr67253.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr65077.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr63380-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr58228.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr61681.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr61346.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr57569.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr66952.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr56443.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58779.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr68037-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr59058.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr60183.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr55755.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr66272.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr67253.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr65077.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr63380-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58228.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr61681.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr66952.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr56443.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58779.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr57569.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr68037-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr59058.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr61346.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr66272.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr55755.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr67253.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr60183.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr65077.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr63380-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58228.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr56443.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr66952.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr61681.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58779.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr57569.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr66272.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr68037-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr59058.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr67253.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr59651.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr61346.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr55755.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr60183.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr63380-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58228.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr65077.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr66952.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr61681.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58779.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr66272.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr68721.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr59058.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr67442.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr57569.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr55755.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr59651.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr68037-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58228.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr66793.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr60183.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr63380-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr66952.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr65077.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58779.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr61346.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr61681.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr66272.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr68721.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr67442.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr59058.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr55755.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr59651.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr57569.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr66793.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58246.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr60183.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr68037-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr66952.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr65077.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr63380-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr61681.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr58830.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr61346.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr66272.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr68721.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr59058.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67442.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr61742.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr59651.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr57569.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr60183.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr66793.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58246.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr61742.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr68037-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr66952.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr63380-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr65077.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr61346.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr67828.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr66272.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58830.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr68721.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr61742.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr67442.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr59651.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr57569.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67828.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr66793.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr58246.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr61742.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr68037-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr63380-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67828.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr65270-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr66272.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr61346.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr61742.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr68721.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr67442.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58830.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr59651.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr67828.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr66793.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58246.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr61742.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr68037-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr63464.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr67828.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr65270-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr61383-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr61742.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr67442.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr68721.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr59651.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr66793.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr67828.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58830.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr58246.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr61742.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67828.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr68037-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr63464.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr65270-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr61383-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr67442.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr68721.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr67828.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr59651.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr66793.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58246.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr61757.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58830.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr68037-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr69400.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr68721.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67470.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr65270-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr61383-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr63464.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr60733.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr66793.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr59715.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58246.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr61757.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58830.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr67470.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr69400.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr68037-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr65270-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr61383-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr60733.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr59715.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr58246.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr63464.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr61757.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58830.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr67470.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr69400.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr65270-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr57656.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr68037-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr60733.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr61383-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr59715.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr58830.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr63464.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr61757.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr67470.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr69400.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr65270-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57656.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr68037-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr60733.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr61383-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr59715.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr61757.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr63464.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr69400.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr65270-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57656.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr67470.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr68037-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr61383-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr60733.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr59715.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr63464.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr61757.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr69400.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57656.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr67120.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr65270-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr67470.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr68037-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr61383-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr59715.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr60733.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr63464.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr61757.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr64365.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69400.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57656.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr67120.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr65270-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr67470.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr68037-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr59715.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr60733.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr57656.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr61757.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67120.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr64365.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr67470.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr65270-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr68037-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr60733.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr57656.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67120.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr67609.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr64365.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr65270-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr58941.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr60766.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr68037-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr67916.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr67120.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr67609.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr65270-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr64365.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr58941.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr60766.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr67916.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr68037-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr67120.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr67609.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr65270-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr63738.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr58941.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr64365.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr60766.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr68528.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr63738.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr67916.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr61786.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr66375.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr67120.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr68037-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr67609.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr63738.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr65270-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58941.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr64365.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr69719.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr60766.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr68528.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr70542.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr63738.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr61786.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr66375.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr67916.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr68037-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67121.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr67609.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr65270-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr63738.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr58941.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr64365.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr69719.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr68528.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr63738.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr60766.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr70542.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr61786.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr66375.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr69941.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr67121.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr63738.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr67916.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr67609.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58941.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr64365.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr63738.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr69719.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr68528.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr60766.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr70542.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr66375.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr61786.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr64728.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69941.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr67121.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr67609.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67916.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr58941.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr64728.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr68528.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr60766.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr69719.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr66375.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr61786.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr64728.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr70542.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr69941.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr67121.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr67916.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr58941.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr64728.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr68528.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr60766.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr69719.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr66375.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr61786.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr64728.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr69941.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr66863.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr64728.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr70542.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr67916.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67121.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr68528.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr69719.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr66375.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr61786.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr64728.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67947.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69941.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr66863.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr70542.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr67947.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr67121.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr69719.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr66375.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67947.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr69941.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr67947.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr70542.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr66863.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr67121.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr69719.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67947.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr69941.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67947.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr70542.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67121.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr66863.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr67690.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr67947.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr69951.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr67947.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr66863.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr67690.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr70310.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69951.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr67953.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr66863.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr67690.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr70310.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr68067-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69951.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr67953.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr66863.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr73434.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr70310.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr67690.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr68067-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr69951.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr67953.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr66894.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69776-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr73434.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr70310.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr68067-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr67690.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr68955.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69546-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr77648-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69951.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr67953.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr66894.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr69776-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr73434.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr70310.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr68067-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr67690.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr69546-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr68955.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr77648-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr69951.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr67953.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr66894.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr73434.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr69776-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr70310.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr71522.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr68067-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr67690.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr69546-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr68955.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr69951.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr77648-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr67953.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr66101.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr66894.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr73434.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr69776-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr70310.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr71522.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr68067-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr67736.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69546-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr66101.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr68661-1a.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr67736.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr66101.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr67953.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr77648-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr73434.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr66894.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr68955.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr70333.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69776-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr68067-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67736.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr71522.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr66101.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr69546-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr67736.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr73434.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr77648-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr66101.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr68661-1a.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr66894.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr67736.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr69776-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr70333.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr68067-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr71522.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr66101.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr69546-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr68955.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr67736.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr77648-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr75964.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr66894.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr66101.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr67736.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr69776-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr70333.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr68067-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr66101.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr71522.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr69546-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr68661-1a.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr68955.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr77648-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr75964.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr66894.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr69776.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr70333.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr68067-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr71522.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr69546-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr68955.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr77648-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr75964.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr69376.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr68661-1a.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr70025.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69776.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr70333.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr71522.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr68067-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr69546-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr68955.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr77648-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr75964.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr69376.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr78482.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69776.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr70025.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr70333.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr68067-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr71532.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69546-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr68963.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr77648-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr68661-1a.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr75964.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr69376.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr78482.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr69776.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr70333.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr70025.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr68067-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr69546-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr71532.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr68963.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr77648-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr75964.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr69376.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr70724.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr78482.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr68661-1a.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr69776.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr67769.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr68067-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr69546-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr70025.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr71532.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr75964.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr77648-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr68963.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr71887.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69376.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr70724.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr69776.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr78482.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr67769.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr69546-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr68083.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr79910.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr68661-1a.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr77648-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr71887.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr71532.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr70025.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr69376.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr68963.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr70724.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr69776.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr78482.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr69546-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67769.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr68083.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr79910.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr77648-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr71887.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr69376.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr71532.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr70724.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr70025.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr68963.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr78482.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr67769.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr68083.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr79910.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr71887.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr71532.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr70025.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr70724.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr78482.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr68963.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr67769.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr69399.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr68083.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr71887.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr79910.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr70025.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr71532.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr70724.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr78482.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67769.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr68963.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr69399.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr71887.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr79910.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr68083.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr70724.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr67769.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr68963.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr71887.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr69399.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr79910.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr68083.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr77309.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69606.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr80362.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69117.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69399.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr79910.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr68083.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr77309.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr69606.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr80362.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr69117.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr69399.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr68083.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr70421.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr77309.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr69606.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr69117.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr80362.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr69399.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr70421.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr77309.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr69606.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr80362.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr69117.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr69399.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr70421.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr77309.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr70780.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69606.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr80362.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr69117.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr69909.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr77309.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr77768.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr70421.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr70780.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr69606.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr80362.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr69117.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr69909.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr77309.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr79666.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr77768.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr70421.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr70780.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr69606.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr80362.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr69117.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr69909.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr71423.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr77436.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr79666.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr71055.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr70421.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr77768.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr70780.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr71423.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr81814.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr77436.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr70421.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr69909.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr71055.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr77768.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr79666.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr70780.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr70123.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr80122.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr71423.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr70450.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr77436.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr81814.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr71055.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr69909.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr77768.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr69613.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr70780.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr79666.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr70123.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr80122.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr71423.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr78218.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr71984.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr81814.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr70450.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr77436.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr71055.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr69909.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr77768.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr70780.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr69613.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr79666.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr80122.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr71423.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr70123.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr78218.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr71984.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr81814.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr70450.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr77436.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr71055.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr77768.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr69909.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr70780.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr82291.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr79666.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr69613.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr78542.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr71423.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr80122.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr78218.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr81814.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr71984.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr77436.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr80549.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr70450.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr79088.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr71055.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr77768.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr70123.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr82291.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr71762-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr79666.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr71423.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr78542.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr80122.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr69613.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr81814.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr78218.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr71984.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr77436.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr80549.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr70450.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr79088.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr71055.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr82291.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr71762-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr79666.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr71428.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr80122.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr78542.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr70123.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr81814.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr81403.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69613.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr78218.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr77436.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr70450.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr71984.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr80549.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr79088.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr82291.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr71762-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr71428.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr80122.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr79721.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr78542.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr81403.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr69613.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr70450.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr78218.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr70123.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr77478.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr71984.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr80549.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr79088.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr71762-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr82291.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr71428.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr79721.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr78542.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr69613.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr81403.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr78218.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr71984.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr69714.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr70123.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr77478.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr80549.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr71762-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr79088.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr82291.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr71428.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr79721.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr69714.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr78542.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr81403.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr70941.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69714.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr71762-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr77478.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr80549.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr70123.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr82291.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr79088.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr78305.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr71428.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr79721.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr78542.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr69714.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr81403.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr70941.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr71762-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr69714.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr80549.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr79088.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr82291.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr78305.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr71428.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr77478.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr71062.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69714.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr79721.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr78542.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr81403.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr70941.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr71762-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69714.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr80549.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr79088.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr71428.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr78305.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr80974.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr69714.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr71062.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr77478.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr79721.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr70484.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr81403.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr70941.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr71762-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr71452.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr78305.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr78546-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr80974.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr84528.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr71062.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr79721.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr70484.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr77478.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr70941.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr71762-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr71452.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr78305.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr78546-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr80974.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr84528.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr79721.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr71062.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr77855.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr77478.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr70941.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr70484.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr71762-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr71452.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr78305.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr78546-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr80974.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr84528.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr79732.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr71062.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr77855.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr77478.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr70941.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr71762-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr70484.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr78305.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr71452.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr78546-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr84528.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr79732.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr71062.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr80974.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr77855.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr71762-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr70484.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr78312.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr71452.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr78546-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr84528.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr71062.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr79732.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr80974.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr77855.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr71762-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr70484.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr78312.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr71452.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr83580.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr78546-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr79186.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr84528.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr79732.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr80974.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr77855.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr71762-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr70484.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr71452.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr78312.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr78546-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr83580.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr79186.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr84528.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr79732.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr80974.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/transpose-6.c -O0 (test for excess errors) FAIL: gcc.dg/torture/transpose-6.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr77855.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr71762-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/restrict-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr78546-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr78312.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr83580.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr79186.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr79732.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr84528.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/transpose-6.c -O2 (test for excess errors) FAIL: gcc.dg/torture/transpose-6.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr77855.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr71762-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr78546-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/restrict-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr79732.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr78312.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr83580.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr79186.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/transpose-6.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/transpose-6.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr80304.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr77855.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr78546-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/restrict-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr71762-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/vshuf-v16hi.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr78312.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr83580.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr79186.c -Os (test for excess errors) FAIL: gcc.dg/torture/transpose-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/vshuf-v4df.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr80304.c -O1 (test for excess errors) FAIL: gcc.dg/torture/transpose-6.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr85989.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr78546-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr71762-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr78312.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/restrict-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr79186.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr83580.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr80304.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr85989.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr71762-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr78546-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/restrict-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr79186.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr83580.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr80304.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr71762-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr85989.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr78546-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/restrict-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr79187.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr83580.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr80620.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr77605.c -O0 (test for excess errors) FAIL: gcc.dg/torture/vshuf-v16qi.c -O2 (test for excess errors) FAIL: gcc.dg/torture/vshuf-v4di.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr80304.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr78546-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/restrict-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr85989.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr79187.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr80620.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr77605.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr85244-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr80304.c -Os (test for excess errors) FAIL: gcc.dg/torture/restrict-3.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.dg/torture/pr79187.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr85989.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr80620.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr77605.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr80304.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/restrict-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/vshuf-v8sf.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr85244-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr79187.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/type-generic-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr80620.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr85989.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr77605.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/vshuf-v4hi.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr80304.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/restrict-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/torture/pr85244-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr79187.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr85989.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr80620.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr78416.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr77605.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr80341.c -O0 (test for excess errors) FAIL: gcc.dg/torture/vshuf-v16sf.c -O2 (test for excess errors) FAIL: gcc.dg/torture/type-generic-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/restrict-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/pr85989.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr78416.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr79187.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr80620.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr77605.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr80341.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr85244-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/restrict-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/type-generic-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/vshuf-v8si.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.dg/torture/vshuf-v4sf.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pta-callused-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr78416.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr79187.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr80620.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr77605.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr80341.c -O2 (test for excess errors) FAIL: gcc.dg/torture/restrict-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr79818.c -O0 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr85244-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/type-generic-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr79187.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr78416.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr77605.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pta-callused-1.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.dg/torture/restrict-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr80341.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr79818.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr85244-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr78416.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr79188.c -O0 (test for excess errors) FAIL: gcc.dg/torture/restrict-4.c -O0 (test for excess errors) FAIL: gcc.dg/torture/vshuf-v16si.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr80341.c -Os (test for excess errors) FAIL: gcc.dg/torture/vshuf-v4si.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pta-callused-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr79818.c -O2 (test for excess errors) FAIL: gcc.dg/torture/type-generic-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/torture/pr78416.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/restrict-4.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr80341.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr85244-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr79188.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/torture/pr79818.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pta-callused-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr78731.c -O0 (test for excess errors) FAIL: gcc.dg/torture/type-generic-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/pr78416.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O0 -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.dg/torture/pr78731.c -O1 (test for excess errors) FAIL: gcc.dg/torture/restrict-4.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr80341.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/vshuf-v2df.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr79818.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/pr79188.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr78731.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pta-callused-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/type-generic-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/pr78731.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/restrict-4.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr78731.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr79818.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr82697.c -O0 (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/pta-callused-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr79188.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr78731.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/restrict-4.c -Os (test for excess errors) FAIL: gcc.dg/torture/vshuf-v2di.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr81573.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr78731.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr79818.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr82697.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr79188.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pta-escape-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr78731.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.dg/torture/restrict-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/torture/pr81573.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr79818.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/vec-cvt-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr82697.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/torture/pr85284.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr79188.c -Os (test for excess errors) FAIL: gcc.dg/torture/restrict-4.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pta-escape-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/vec-cvt-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/pr81573.c -O2 (test for excess errors) FAIL: gcc.dg/torture/vshuf-v2sf.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/pr82697.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/vec-cvt-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O1 -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... FAIL: gcc.dg/torture/pr85284.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr79188.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/vec-cvt-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/restrict-5.c -O0 (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pta-escape-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr82697.c -Os (test for excess errors) FAIL: gcc.dg/torture/vec-cvt-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr81573.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/stackalign/struct-1.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/pr79188.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/vec-cvt-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr85284.c -O2 (test for excess errors) FAIL: gcc.dg/torture/restrict-5.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/stackalign/alloca-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/vec-cvt-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/torture/vshuf-v2si.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr82697.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/torture/pta-escape-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/pr8081.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr81573.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/vec-cvt-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/restrict-5.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr85284.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/pr82697.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/pr82285.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pta-escape-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/pr8081.c -O1 (test for excess errors) FAIL: gcc.dg/torture/vshuf-v64qi.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr81573.c -Os (test for excess errors) FAIL: gcc.dg/torture/restrict-5.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr85284.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/pr82285.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pta-escape-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr8081.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr81573.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/restrict-5.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr85284.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/pr82285.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr81573.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr8081.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/torture/pta-ptrarith-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/restrict-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr85284.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/pr82285.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -Os -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/torture/pr85284.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/pr8081.c -Os (test for excess errors) FAIL: gcc.dg/torture/restrict-5.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pta-ptrarith-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/vshuf-v8df.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr82285.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/pr8081.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/ssa-pta-fn-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pta-ptrarith-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr82285.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/torture/pr85397-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/pr8081.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.dg/torture/vector-shift2.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/pta-ptrarith-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr82285.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/vshuf-v32hi.c -O2 (test for excess errors) FAIL: gcc.dg/torture/ssa-pta-fn-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr85397-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/vector-shift2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/torture/pta-ptrarith-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr82285.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.dg/torture/pr85397-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/torture/ssa-pta-fn-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/vshuf-v8di.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/vector-shift2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O3 -g -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... FAIL: gcc.dg/torture/stackalign/struct-1.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/pta-ptrarith-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -Os (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/pr85397-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/vector-shift2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/ssa-pta-fn-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O2 -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/pta-ptrarith-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -Os -fpic (test for excess errors) FAIL: gcc.dg/torture/pr85397-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/vector-shift2.c -Os (test for excess errors) FAIL: gcc.dg/torture/ssa-pta-fn-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -Os -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/tree-ssa/20040326-2.c (test for excess errors) FAIL: gcc.dg/torture/pta-ptrarith-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/vector-shift2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr85397-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/ssa-pta-fn-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/vshuf-v8hi.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... FAIL: gcc.dg/torture/stackalign/nested-3.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/transpose-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/torture/vector-shift2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr85397-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pta-ptrarith-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/transpose-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/transpose-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -Os -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/stackalign/nested-3.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/20040430-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -Os -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/vector-shuffle1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/transpose-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/vshuf-v32qi.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/pta-ptrarith-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/transpose-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-3.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/vector-shuffle1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/transpose-1.c -Os (test for excess errors) FAIL: gcc.dg/tree-ssa/20040721-1.c (test for excess errors) FAIL: gcc.dg/torture/transpose-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pta-ptrarith-2.c -Os (test for excess errors) FAIL: gcc.dg/tree-ssa/20040121-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/torture/vshuf-v8qi.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/vector-shuffle1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/transpose-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O0 (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pta-ptrarith-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/transpose-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/20040319-1.c (test for excess errors) FAIL: gcc.dg/tree-ssa/20050719-1.c (test for excess errors) FAIL: gcc.dg/torture/vector-shuffle1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/transpose-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -Os -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/alias-13.c (test for excess errors) FAIL: gcc.dg/torture/pta-ptrarith-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/transpose-2.c -O2 (test for excess errors) FAIL: gcc.dg/tree-ssa/20040324-1.c (test for excess errors) FAIL: gcc.dg/tree-ssa/alias-7.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... FAIL: gcc.dg/tree-ssa/20070302-1.c (test for excess errors) FAIL: gcc.dg/torture/transpose-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/vector-shuffle1.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/20041008-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/transpose-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pta-ptrarith-3.c -O1 (test for excess errors) FAIL: gcc.dg/tree-ssa/alias-14.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/tree-ssa/20040326-1.c (test for excess errors) FAIL: gcc.dg/tree-ssa/alias-8.c (test for excess errors) FAIL: gcc.dg/torture/transpose-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/transpose-2.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/vector-shuffle1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/alias-33.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O2 -flto -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/pta-ptrarith-3.c -O2 (test for excess errors) FAIL: gcc.dg/tree-ssa/alias-16.c (test for excess errors) FAIL: gcc.dg/torture/transpose-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/tree-ssa/alias-9.c (test for excess errors) FAIL: gcc.dg/torture/vector-shuffle1.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... FAIL: gcc.dg/torture/stackalign/struct-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/transpose-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/stackalign/alloca-1.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/transpose-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pta-ptrarith-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/tree-ssa/alias-28.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/torture/transpose-3.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/stackalign/alloca-1.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-3.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/transpose-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pta-ptrarith-3.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/torture/transpose-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O0 (test for excess errors) FAIL: gcc.dg/tree-ssa/bitops-1.c (test for excess errors) FAIL: gcc.dg/torture/pr85588.c -O0 (test for excess errors) FAIL: gcc.dg/torture/transpose-3.c -Os (test for excess errors) FAIL: gcc.dg/tree-ssa/alias-19.c (test for excess errors) FAIL: gcc.dg/torture/pta-ptrarith-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/transpose-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/transpose-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/pr85588.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-2.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/pta-ptrarith-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/tree-ssa/assign-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/transpose-4.c -O0 (test for excess errors) FAIL: gcc.dg/torture/transpose-4.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/pr85588.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/torture/pta-structcopy-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O0 (test for excess errors) FAIL: gcc.dg/torture/transpose-4.c -O2 (test for excess errors) FAIL: gcc.dg/tree-ssa/builtins-folding-generic.c (test for excess errors) FAIL: gcc.dg/torture/transpose-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/pr85588.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/torture/transpose-4.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/torture/pta-structcopy-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/transpose-4.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr85588.c -Os (test for excess errors) FAIL: gcc.dg/torture/transpose-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/struct-1.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/pta-structcopy-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/transpose-4.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pr85588.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/tree-ssa/cswtch-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/transpose-5.c -O0 (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/transpose-5.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/transpose-5.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr85588.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/pta-structcopy-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/transpose-5.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/builtins-folding-gimple.c (test for excess errors) FAIL: gcc.dg/torture/pta-structcopy-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/transpose-5.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/transpose-5.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/pta-structcopy-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/transpose-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O2 (test for excess errors) FAIL: gcc.dg/torture/transpose-5.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/tree-ssa/cswtch.c (test for excess errors) FAIL: gcc.dg/torture/reassoc-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/torture/reassoc-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O2 (test for excess errors) FAIL: gcc.dg/tree-ssa/ifc-pr44710.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/fnsplit-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/reassoc-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/ifc-pr47271.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/inline-2.c (test for excess errors) FAIL: gcc.dg/torture/reassoc-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -Os -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/reassoc-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/ldist-22.c (test for excess errors) FAIL: gcc.dg/tree-ssa/ivopts-lower_base.c (test for excess errors) FAIL: gcc.dg/torture/reassoc-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O2 (test for excess errors) FAIL: gcc.dg/tree-ssa/ldist-23.c (test for excess errors) FAIL: gcc.dg/torture/reassoc-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/torture/restrict-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/restrict-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/ldist-26.c (test for excess errors) FAIL: gcc.dg/torture/restrict-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O0 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -Os -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -Os (test for excess errors) FAIL: gcc.dg/tree-ssa/ldist-27.c (test for excess errors) FAIL: gcc.dg/torture/restrict-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -Os -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-interchange-13.c (test for excess errors) FAIL: gcc.dg/torture/restrict-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-interchange-8.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/restrict-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-interchange-14.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/restrict-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c -O2 -flto -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O1 (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-interchange-9.c (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-interchange-15.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/stackalign/nested-4.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/builtin-sprintf.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-niter-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-interchange-1b.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -Os (test for excess errors) FAIL: gcc.dg/tree-ssa/negneg-4.c (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-niter-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -Os -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pr14841.c (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-interchange-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-interchange-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-37.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-interchange-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O1 (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-interchange-10.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr15791-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pr21029.c (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-interchange-4.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr22591.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr15791-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-4.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/pr22018.c (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-interchange-12.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-3.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O0 (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-interchange-5.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr23086.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/tree-ssa/pr28410.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O0 (test for excess errors) FAIL: gcc.dg/tree-ssa/pr20913.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pr26180.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pr24627.c (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-interchange-6.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr40087.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pr23115.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/pr21582.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr46076.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/pr34244.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/pr23192.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pr21332.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/loop-interchange-7.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pr22230.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr44423.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pr2480.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/tree-ssa/pr41497.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr47392.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O1 (test for excess errors) FAIL: gcc.dg/tree-ssa/pr22236.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr49923.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-1.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pr23386.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr27799.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -Os -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O0 (test for excess errors) FAIL: gcc.dg/tree-ssa/pr49094.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pr42640.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr45122.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pr71077.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/pr72835.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -Os (test for excess errors) FAIL: gcc.dg/tree-ssa/pr79803.c (test for warnings, line 16) FAIL: gcc.dg/tree-ssa/pr79803.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pr73450.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr79327.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/pr69355.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr78428.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr71408.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -Os -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O1 (test for excess errors) FAIL: gcc.dg/tree-ssa/pr79943.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr61839_1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pr61140.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/pr80622.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pr81627.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pr81741.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr82363.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr61839_3.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr80803.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/tree-ssa/pr61839_4.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/pr72817.c (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-7.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr71661.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr80898-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O2 (test for excess errors) FAIL: gcc.dg/tree-ssa/pr61150.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr82574.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr80898.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr84969.c (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-dse-7.c (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-dse-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-apply-2.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/pr61197.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pta-escape-1.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr81063.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-dse-10.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -Os -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-dse-8.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr81346-4.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/pr82078.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr83141.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -Os (test for excess errors) FAIL: gcc.dg/tree-ssa/pta-escape-2.c (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-dse-11.c (test for excess errors) FAIL: gcc.dg/tree-ssa/reassoc-32.c (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-dse-9.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -Os -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/pr70919.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pta-escape-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/reassoc-33.c (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-2.c (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-dse-12.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/reassoc-34.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-dse-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-4.c (test for excess errors) FAIL: gcc.dg/tree-ssa/reassoc-35.c (test for excess errors) FAIL: gcc.dg/tree-ssa/scev-2.c (test for excess errors) FAIL: gcc.dg/tree-ssa/pr81620-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O2 -flto (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-dse-3.c (test for excess errors) FAIL: gcc.dg/tree-ssa/reassoc-36.c (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-5.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -Os (test for excess errors) FAIL: gcc.dg/tree-ssa/pr81620-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O1 (test for excess errors) FAIL: gcc.dg/tree-ssa/scev-1.c (test for excess errors) FAIL: gcc.dg/tree-ssa/sra-13.c (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-dse-4.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-6.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -Os -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-5.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/sra-14.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/scev-6.c (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-dse-5.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/ssa-ccp-27.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O0 (test for excess errors) FAIL: gcc.dg/tree-ssa/sra-15.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/split-path-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/predcom-dse-6.c (test for excess errors) FAIL: gcc.dg/tree-ssa/ssa-ccp-28.c (test for excess errors) FAIL: gcc.dg/tree-ssa/slsr-40.c (test for excess errors) FAIL: gcc.dg/tree-ssa/sra-16.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/ret-struct-1.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/ssa-dom-cse-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/ssa-ccp-39.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/ssa-dom-thread-8.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/ssa-dce-7.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/ssa-ccp-12.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/ssa-ccp-32.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/ssa-ccp-33.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O1 (test for excess errors) FAIL: gcc.dg/tree-ssa/ssa-fre-61.c (test for excess errors) FAIL: gcc.dg/tree-ssa/ssa-fre-42.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/vararg-2.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/ssa-fre-54.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O3 -g -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... FAIL: gcc.dg/torture/stackalign/nested-6.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/ssa-lim-5.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -Os -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/strncat.c (test for excess errors) FAIL: gcc.dg/tree-ssa/ssa-fre-58.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/strncpy-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/vrp10.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/tailcall-6.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/vrp30.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/tree-ssa/tailrecursion-5.c (test for excess errors) FAIL: gcc.dg/tree-ssa/vrp12.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/tailcall-7-run.c (test for excess errors) FAIL: gcc.dg/tree-ssa/vrp13.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -Os (test for excess errors) FAIL: gcc.dg/tree-ssa/vrp112.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/vrp43.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/tailrecursion-7.c (test for excess errors) FAIL: gcc.dg/tree-ssa/vrp69.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -Os -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/vrp14.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/vrp44.c (test for excess errors) FAIL: gcc.dg/tree-ssa/vrp80.c (test for excess errors) FAIL: gcc.dg/tree-ssa/vrp62.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/tree-ssa/vrp114.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... FAIL: gcc.dg/tree-ssa/tailcall-8-run.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... FAIL: gcc.dg/tree-ssa/vrp45.c (test for excess errors) FAIL: gcc.dg/tree-ssa/vrp27.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/tree-ssa/vrp63.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O3 -g (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... FAIL: gcc.dg/tree-ssa/vrp82.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... FAIL: gcc.dg/tree-ssa/vrp90.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O2 -flto -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O3 -g -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... FAIL: gcc.dg/tree-ssa/vrp64.c (test for excess errors) FAIL: gcc.dg/tree-ssa/vrp38.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... FAIL: gcc.dg/tree-ssa/vrp29.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... FAIL: gcc.dg/torture/stackalign/comp-goto-1.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O2 -flto -flto-partition=none -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... FAIL: gcc.dg/tree-ssa/vrp39.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... FAIL: gcc.dg/tree-ssa/vrp48.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... FAIL: gcc.dg/tree-ssa/vrp65.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... FAIL: gcc.dg/torture/stackalign/global-1.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... FAIL: gcc.dg/tree-ssa/vrp76.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... FAIL: gcc.dg/tree-ssa/vrp85.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... FAIL: gcc.dg/tree-ssa/vrp49.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... FAIL: gcc.dg/torture/stackalign/nested-6.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... FAIL: gcc.dg/torture/stackalign/setjmp-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O0 -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... FAIL: gcc.dg/torture/stackalign/nested-6.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... FAIL: gcc.dg/vect/costmodel/x86_64/costmodel-pr30843.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -Os -fpic (test for excess errors) FAIL: gcc.dg/vect/costmodel/x86_64/costmodel-fast-math-vect-pr29925.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... FAIL: gcc.dg/torture/stackalign/global-1.c -O0 -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... FAIL: gcc.dg/tree-ssa/vrp78.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... FAIL: gcc.dg/torture/stackalign/nested-6.c -O2 -flto -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... FAIL: gcc.dg/torture/stackalign/setjmp-1.c -Os -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... FAIL: gcc.dg/torture/stackalign/global-1.c -O0 -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... FAIL: gcc.dg/tree-ssa/vrp66.c (test for excess errors) FAIL: gcc.dg/vect/costmodel/i386/costmodel-vect-31.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... FAIL: gcc.dg/vect/pr18536.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... FAIL: gcc.dg/torture/stackalign/nested-6.c -O2 -flto -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... FAIL: gcc.dg/plugin/plugindir1.c (test for excess errors) FAIL: gcc.dg/vect/pr30784.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/costmodel/i386/costmodel-vect-33.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O1 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... FAIL: gcc.dg/vect/pr20122.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... FAIL: gcc.dg/plugin/plugindir2.c (test for excess errors) FAIL: gcc.dg/vect/costmodel/i386/costmodel-vect-68.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... FAIL: gcc.dg/plugin/plugindir3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-6.c -O2 -flto -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/vect/costmodel/i386/costmodel-vect-reduc-1char.c (test for excess errors) FAIL: gcc.dg/tree-ssa/vrp68.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... FAIL: gcc.dg/torture/stackalign/global-1.c -O1 -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... FAIL: gcc.dg/vect/pr30843.c (test for excess errors) FAIL: gcc.dg/plugin/plugindir4.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... FAIL: gcc.dg/vect/costmodel/i386/costmodel-fast-math-vect-pr29925.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/vect/pr44507.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... FAIL: gcc.dg/torture/stackalign/global-1.c -O1 -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: gcc.dg/vect/pr31041.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O0 -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... FAIL: gcc.dg/vect/pr25413.c (test for excess errors) FAIL: gcc.dg/vect/pr45752.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... FAIL: gcc.dg/torture/stackalign/global-1.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/pr52091.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/pr37539.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... FAIL: gcc.dg/vect/pr31699.c (test for excess errors) FAIL: gcc.dg/vect/pr25413a.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O2 (test for excess errors) FAIL: gcc.dg/vect/pr51074.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/pr45902.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/vect/pr48172.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... FAIL: gcc.dg/vect/pr18400.c (test for excess errors) FAIL: gcc.dg/vect/pr46009.c (test for excess errors) FAIL: gcc.dg/vect/pr42709.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/vect/pr59591-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O1 (test for excess errors) FAIL: gcc.dg/vect/costmodel/x86_64/costmodel-vect-31.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/vect/pr51581-1.c (test for excess errors) FAIL: gcc.dg/vect/pr43430-1.c (test for excess errors) FAIL: gcc.dg/vect/pr60382.c (test for excess errors) FAIL: gcc.dg/vect/pr49771.c (test for excess errors) FAIL: gcc.dg/vect/pr48377.c (test for excess errors) FAIL: gcc.dg/vect/pr40074.c (test for excess errors) FAIL: gcc.dg/vect/pr59594.c (test for excess errors) FAIL: gcc.dg/vect/pr57705.c (test for excess errors) FAIL: gcc.dg/vect/costmodel/x86_64/costmodel-vect-33.c (test for excess errors) FAIL: gcc.dg/vect/pr51581-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O1 -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O2 -flto -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... FAIL: gcc.dg/vect/costmodel/x86_64/costmodel-vect-68.c (test for excess errors) FAIL: gcc.dg/vect/pr51581-3.c (test for excess errors) FAIL: gcc.dg/vect/pr64404.c (test for excess errors) FAIL: gcc.dg/vect/pr65947-10.c (test for excess errors) FAIL: gcc.dg/vect/pr40254.c (test for excess errors) FAIL: gcc.dg/vect/pr52298.c (test for excess errors) FAIL: gcc.dg/vect/pr36493.c (test for excess errors) FAIL: gcc.dg/vect/pr51581-4.c (test for excess errors) FAIL: gcc.dg/vect/costmodel/x86_64/costmodel-vect-reduc-1char.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... FAIL: gcc.dg/vect/pr57741-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/pr65947-11.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/pr65947-7.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-1.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/pr57741-3.c (test for excess errors) FAIL: gcc.dg/vect/pr60656.c (test for excess errors) FAIL: gcc.dg/vect/pr65947-12.c (test for excess errors) FAIL: gcc.dg/vect/pr59984.c (test for excess errors) FAIL: gcc.dg/vect/pr53185-2.c (test for excess errors) FAIL: gcc.dg/vect/pr65947-8.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/pr65947-13.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/vect/pr65947-9.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/vect/pr63148.c (test for excess errors) FAIL: gcc.dg/vect/pr56826.c (test for excess errors) FAIL: gcc.dg/vect/pr65947-14.c (test for excess errors) FAIL: gcc.dg/vect/pr65951.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/pr63189.c (test for excess errors) FAIL: gcc.dg/vect/pr56918.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O2 (test for excess errors) FAIL: gcc.dg/vect/pr65947-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/pr79920.c (test for excess errors) FAIL: gcc.dg/vect/pr63341-1.c (test for excess errors) FAIL: gcc.dg/vect/pr64421.c (test for excess errors) FAIL: gcc.dg/vect/pr71259.c (test for excess errors) FAIL: gcc.dg/vect/pr56920.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/vect/pr81410.c (test for excess errors) FAIL: gcc.dg/vect/pr67790.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O1 (test for excess errors) FAIL: gcc.dg/vect/pr59354.c (test for excess errors) FAIL: gcc.dg/vect/pr65947-3.c (test for excess errors) FAIL: gcc.dg/vect/pr61194.c (test for excess errors) FAIL: gcc.dg/vect/vect-106.c (test for excess errors) FAIL: gcc.dg/vect/pr63341-2.c (test for excess errors) FAIL: gcc.dg/vect/pr64493.c (test for excess errors) FAIL: gcc.dg/vect/vect-115.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-107.c (test for excess errors) FAIL: gcc.dg/vect/pr65947-4.c (test for excess errors) FAIL: gcc.dg/vect/pr80631-1.c (test for excess errors) FAIL: gcc.dg/vect/pr63379.c (test for excess errors) FAIL: gcc.dg/vect/pr64495.c (test for excess errors) FAIL: gcc.dg/vect/pr56933.c (test for excess errors) FAIL: gcc.dg/vect/vect-116.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/pr63530.c (test for excess errors) FAIL: gcc.dg/vect/vect-108.c (test for excess errors) FAIL: gcc.dg/vect/pr65947-5.c (test for excess errors) FAIL: gcc.dg/vect/pr80631-2.c (test for excess errors) FAIL: gcc.dg/vect/pr60196-1.c (test for excess errors) FAIL: gcc.dg/vect/pr78005.c (test for excess errors) FAIL: gcc.dg/vect/vect-117.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/pr63605.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/pr61680.c (test for excess errors) FAIL: gcc.dg/vect/pr65947-6.c (test for excess errors) FAIL: gcc.dg/vect/pr80815-1.c (test for excess errors) FAIL: gcc.dg/vect/pr71416-1.c (test for excess errors) FAIL: gcc.dg/vect/pr60196-2.c (test for excess errors) FAIL: gcc.dg/vect/pr78558.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/pr59591-1.c (test for excess errors) FAIL: gcc.dg/vect/pr82108.c (test for excess errors) FAIL: gcc.dg/vect/pr80815-2.c (test for excess errors) FAIL: gcc.dg/vect/pr60276.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/pr64844.c (test for excess errors) FAIL: gcc.dg/vect/vect-109.c (test for excess errors) FAIL: gcc.dg/vect/pr80815-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/pr71439.c (test for excess errors) FAIL: gcc.dg/vect/vect-40.c (test for excess errors) FAIL: gcc.dg/vect/vect-33-big-array.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -Os (test for excess errors) FAIL: gcc.dg/vect/vect-124.c (test for excess errors) FAIL: gcc.dg/vect/vect-11.c (test for excess errors) FAIL: gcc.dg/vect/pr80928.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-42.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/vect/pr64252.c (test for excess errors) FAIL: gcc.dg/vect/vect-19.c (test for excess errors) FAIL: gcc.dg/vect/vect-110.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/vect/pr66251.c (test for excess errors) FAIL: gcc.dg/vect/vect-11a.c (test for excess errors) FAIL: gcc.dg/vect/vect-27.c (test for excess errors) FAIL: gcc.dg/vect/vect-33.c (test for excess errors) FAIL: gcc.dg/vect/vect-2-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-58.c (test for excess errors) FAIL: gcc.dg/vect/vect-112-big-array.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -Os -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -fpic (test for excess errors) FAIL: gcc.dg/vect/pr66253.c (test for excess errors) FAIL: gcc.dg/vect/vect-12.c (test for excess errors) FAIL: gcc.dg/vect/vect-28.c (test for excess errors) FAIL: gcc.dg/vect/pr84419.c (test for excess errors) FAIL: gcc.dg/vect/pr62021.c (test for excess errors) FAIL: gcc.dg/vect/pr81136.c (test for excess errors) FAIL: gcc.dg/vect/vect-6-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-34-big-array.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-44.c (test for excess errors) FAIL: gcc.dg/vect/vect-112.c (test for excess errors) FAIL: gcc.dg/vect/vect-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-46.c (test for excess errors) FAIL: gcc.dg/vect/vect-34.c (test for excess errors) FAIL: gcc.dg/vect/vect-68.c (test for excess errors) FAIL: gcc.dg/vect/vect-113.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-20.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-75.c (test for excess errors) FAIL: gcc.dg/vect/vect-29.c (test for excess errors) FAIL: gcc.dg/vect/pr66623.c (test for excess errors) FAIL: gcc.dg/vect/vect-48.c (test for excess errors) FAIL: gcc.dg/vect/vect-6.c (test for excess errors) FAIL: gcc.dg/vect/vect-35-big-array.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-80-big-array.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/vect/vect-114.c (test for excess errors) FAIL: gcc.dg/vect/vect-21.c (test for excess errors) FAIL: gcc.dg/vect/vect-76-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-3.c (test for excess errors) FAIL: gcc.dg/vect/pr66636.c (test for excess errors) FAIL: gcc.dg/vect/vect-60.c (test for excess errors) FAIL: gcc.dg/vect/vect-88.c (test for excess errors) FAIL: gcc.dg/vect/vect-35.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-80.c (test for excess errors) FAIL: gcc.dg/vect/pr69820.c (test for excess errors) FAIL: gcc.dg/vect/vect-97.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-22.c (test for excess errors) FAIL: gcc.dg/vect/vect-76.c (test for excess errors) FAIL: gcc.dg/vect/vect-30.c (test for excess errors) FAIL: gcc.dg/vect/vect-122.c (test for excess errors) FAIL: gcc.dg/vect/vect-62.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-7.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-36-big-array.c (test for excess errors) FAIL: gcc.dg/vect/pr70021.c (test for excess errors) FAIL: gcc.dg/vect/vect-85-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-98-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-23.c (test for excess errors) FAIL: gcc.dg/vect/vect-77-alignchecks.c (test for excess errors) FAIL: gcc.dg/vect/vect-31-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-63.c (test for excess errors) FAIL: gcc.dg/vect/vect-align-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-5.c (test for excess errors) FAIL: gcc.dg/vect/vect-89-big-array.c (test for excess errors) FAIL: gcc.dg/vect/pr65518.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-70.c (test for excess errors) FAIL: gcc.dg/vect/vect-complex-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-36.c (test for excess errors) FAIL: gcc.dg/vect/vect-cond-5.c (test for excess errors) FAIL: gcc.dg/vect/pr70138-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-85.c (test for excess errors) FAIL: gcc.dg/vect/vect-98.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/vect/vect-24.c (test for excess errors) FAIL: gcc.dg/vect/vect-64.c (test for excess errors) FAIL: gcc.dg/vect/vect-31.c (test for excess errors) FAIL: gcc.dg/vect/vect-50.c (test for excess errors) FAIL: gcc.dg/vect/vect-89.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -Os (test for excess errors) FAIL: gcc.dg/vect/pr65947-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/vect/vect-38.c (test for excess errors) FAIL: gcc.dg/vect/vect-cond-6.c (test for excess errors) FAIL: gcc.dg/vect/pr70138-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-13.c (test for excess errors) FAIL: gcc.dg/vect/vect-25.c (test for excess errors) FAIL: gcc.dg/vect/vect-99.c (test for excess errors) FAIL: gcc.dg/vect/vect-100.c (test for excess errors) FAIL: gcc.dg/vect/vect-65.c (test for excess errors) FAIL: gcc.dg/vect/vect-32-big-array.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -Os -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-52.c (test for excess errors) FAIL: gcc.dg/vect/vect-9.c (test for excess errors) FAIL: gcc.dg/vect/vect-double-reduc-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-complex-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-cond-7.c (test for excess errors) FAIL: gcc.dg/vect/vect-71.c (test for excess errors) FAIL: gcc.dg/vect/pr70354-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-14.c (test for excess errors) FAIL: gcc.dg/vect/vect-26.c (test for excess errors) FAIL: gcc.dg/vect/vect-103.c (test for excess errors) FAIL: gcc.dg/vect/vect-66.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-77-global.c (test for excess errors) FAIL: gcc.dg/vect/vect-54.c (test for excess errors) FAIL: gcc.dg/vect/vect-91.c (test for excess errors) FAIL: gcc.dg/vect/vect-double-reduc-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-complex-4.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-cond-8.c (test for excess errors) FAIL: gcc.dg/vect/vect-72.c (test for excess errors) FAIL: gcc.dg/vect/pr70354-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-15-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-86.c (test for excess errors) FAIL: gcc.dg/vect/vect-67.c (test for excess errors) FAIL: gcc.dg/vect/vect-104.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-56.c (test for excess errors) FAIL: gcc.dg/vect/vect-77.c (test for excess errors) FAIL: gcc.dg/vect/vect-92.c (test for excess errors) FAIL: gcc.dg/vect/vect-double-reduc-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-aggressive-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-complex-5.c (test for excess errors) FAIL: gcc.dg/vect/vect-cond-9.c (test for excess errors) FAIL: gcc.dg/vect/vect-73-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-15.c (test for excess errors) FAIL: gcc.dg/vect/vect-4.c (test for excess errors) FAIL: gcc.dg/vect/vect-87.c (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-4.c (test for excess errors) FAIL: gcc.dg/vect/vect-iv-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-32.c (test for excess errors) FAIL: gcc.dg/vect/vect-float-truncate-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-double-reduc-4.c (test for excess errors) FAIL: gcc.dg/vect/vect-93.c (test for excess errors) FAIL: gcc.dg/vect/vect-iv-8.c (test for excess errors) FAIL: gcc.dg/vect/vect-78-alignchecks.c (test for excess errors) FAIL: gcc.dg/vect/vect-cond-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-73.c (test for excess errors) FAIL: gcc.dg/vect/vect-17.c (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-5.c (test for excess errors) FAIL: gcc.dg/vect/vect-live-5.c (test for excess errors) FAIL: gcc.dg/vect/vect-iv-10.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-double-reduc-5.c (test for excess errors) FAIL: gcc.dg/vect/vect-95.c (test for excess errors) FAIL: gcc.dg/vect/vect-105-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-floatint-conversion-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-iv-8a-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-cond-10.c (test for excess errors) FAIL: gcc.dg/vect/vect-78-global.c (test for excess errors) FAIL: gcc.dg/vect/vect-74-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-18.c (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-17.c (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-6.c (test for excess errors) FAIL: gcc.dg/vect/vect-iv-11.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-live-slp-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-double-reduc-6-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-96.c (test for excess errors) FAIL: gcc.dg/vect/vect-iv-8a.c (test for excess errors) FAIL: gcc.dg/vect/vect-105.c (test for excess errors) FAIL: gcc.dg/vect/vect-floatint-conversion-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-cond-11.c (test for excess errors) FAIL: gcc.dg/vect/vect-74.c (test for excess errors) FAIL: gcc.dg/vect/vect-78.c (test for excess errors) FAIL: gcc.dg/vect/vect-all-big-array.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-nb-iter-ub-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-iv-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-7.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-double-reduc-6.c (test for excess errors) FAIL: gcc.dg/vect/vect-live-slp-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-97-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-iv-9.c (test for excess errors) FAIL: gcc.dg/vect/vect-cond-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-75-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-cselim-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-8.c (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-iv-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O2 -flto (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-9.c (test for excess errors) FAIL: gcc.dg/vect/vect-nb-iter-ub-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/vect/vect-double-reduc-7.c (test for excess errors) FAIL: gcc.dg/vect/vect-live-slp-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-2c-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-cond-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-cselim-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-iv-4.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4g.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -Os (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-4.c (test for excess errors) FAIL: gcc.dg/vect/pr68502-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-all.c (test for excess errors) FAIL: gcc.dg/vect/vect-intfloat-conversion-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-neg-store-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-2c.c (test for excess errors) FAIL: gcc.dg/vect/vect-cond-4.c (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4i.c (test for excess errors) FAIL: gcc.dg/vect/pr68502-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-iv-5.c (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-5.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-neg-store-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-intfloat-conversion-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-outer-2d.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-fir-lb-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-iv-6.c (test for excess errors) FAIL: gcc.dg/vect/vect-float-extend-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-10.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -Os -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-6.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-over-widen-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-11.c (test for excess errors) FAIL: gcc.dg/vect/vect-nest-cycle-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-3-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-fir-lb.c (test for excess errors) FAIL: gcc.dg/vect/vect-iv-7.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-2char-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-11.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O0 (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-7.c (test for excess errors) FAIL: gcc.dg/vect/vect-over-widen-3-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-16.c (test for excess errors) FAIL: gcc.dg/vect/vect-intfloat-conversion-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-nest-cycle-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-live-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-iv-8-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-fir.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-2char.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4k.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-12.c (test for excess errors) FAIL: gcc.dg/vect/vect-mask-load-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-8.c (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-17.c (test for excess errors) FAIL: gcc.dg/vect/vect-over-widen-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-live-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-3a-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-nest-cycle-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-pr69720.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-s16c.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-2short.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4l.c (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-13.c (test for excess errors) FAIL: gcc.dg/vect/vect-mask-loadstore-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-9.c (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-over-widen-4-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-live-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-3a.c (test for excess errors) FAIL: gcc.dg/vect/vect-intfloat-conversion-4a.c (test for excess errors) FAIL: gcc.dg/vect/vect-nop-move.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/global-1.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-s8a.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4m-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-14.c (test for excess errors) FAIL: gcc.dg/vect/vect-nb-iter-ub-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-bool-cmp.c (test for excess errors) FAIL: gcc.dg/vect/vect-over-widen-4.c (test for excess errors) FAIL: gcc.dg/vect/vect-live-4.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-3b.c (test for excess errors) FAIL: gcc.dg/vect/vect-intfloat-conversion-4b.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O1 (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-s8b.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-6.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4m.c (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-15.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-simd-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-bswap32.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-1c.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-3c.c (test for excess errors) FAIL: gcc.dg/vect/vect-peel-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-shift-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-7.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-s8c.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/vect/vect-outer-5.c (test for excess errors) FAIL: gcc.dg/vect/vect-mult-const-pattern-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O0 (test for excess errors) FAIL: gcc.dg/vect/vect-outer-simd-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-16.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-10.c (test for excess errors) FAIL: gcc.dg/vect/vect-bswap64.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-in-order-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-2a.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-sdivmod-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-shift-2-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-peel-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-8.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-u16a.c (test for excess errors) FAIL: gcc.dg/vect/vect-mult-const-pattern-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-6.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-simd-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-2-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-11.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u8-i8-gap2.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-2b-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-in-order-4.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-strided-store-u32-i2.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-9.c (test for excess errors) FAIL: gcc.dg/vect/vect-shift-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-u16b.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-over-widen-1-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i8-gap2-big-array.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-outer-fir-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-vfa-02.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-1char-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u8-i8-gap7-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-2b.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O2 (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-mul_1.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-store.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-s16a.c (test for excess errors) FAIL: gcc.dg/vect/vect-shift-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4d-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-u8a.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i8-gap2.c (test for excess errors) FAIL: gcc.dg/vect/vect-over-widen-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-sum.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-1char.c (test for excess errors) FAIL: gcc.dg/vect/vect-vfa-03.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-2a-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u8-i8-gap7.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-2c.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-mul_2.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u16-i2.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-s16b.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4d.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-u8b.c (test for excess errors) FAIL: gcc.dg/vect/vect-peel-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i8-gap4-big-array.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-u16.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-1short.c (test for excess errors) FAIL: gcc.dg/vect/vect-vfa-04.c (test for excess errors) FAIL: gcc.dg/vect/vect-outer-2a.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-float.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u16-i3.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-or_1.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-in-order-1.c (test for excess errors) FAIL: gcc.dg/vect/slp-10.c (test for excess errors) FAIL: gcc.dg/vect/vect-peel-4.c (test for excess errors) FAIL: gcc.dg/vect/vect-over-widen-2-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i8-gap4-unknown.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-u8-s16-s32.c (test for excess errors) FAIL: gcc.dg/vect/vect-vfa-slp.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-mult-char-ls.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-outer-2b.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-sad.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u16-i4.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-or_2.c (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-13.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-in-order-2.c (test for excess errors) FAIL: gcc.dg/vect/slp-11a.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i8-gap4.c (test for excess errors) FAIL: gcc.dg/vect/vect-pr69848.c (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-8.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/slp-15.c (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-u8-u32.c (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-const-s16.c (test for excess errors) FAIL: gcc.dg/vect/slp-22.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-mult.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4f.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u32-i4.c (test for excess errors) FAIL: gcc.dg/vect/slp-34-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-1a.c (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-14.c (test for excess errors) FAIL: gcc.dg/vect/slp-11b.c (test for excess errors) FAIL: gcc.dg/vect/slp-cond-2-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i8-gap7-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-9.c (test for excess errors) FAIL: gcc.dg/vect/slp-16.c (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-u8.c (test for excess errors) FAIL: gcc.dg/vect/slp-23.c (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-const-u16.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-strided-same-dr.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u32-i8.c (test for excess errors) FAIL: gcc.dg/vect/slp-perm-10.c (test for excess errors) FAIL: gcc.dg/vect/slp-34.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-15.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-1b-big-array.c (test for excess errors) FAIL: gcc.dg/vect/slp-cond-2.c (test for excess errors) FAIL: gcc.dg/vect/slp-11c.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i8-gap7.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O1 (test for excess errors) FAIL: gcc.dg/vect/slp-17.c (test for excess errors) FAIL: gcc.dg/vect/slp-24-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-widen-shift-s16.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-strided-shift-1.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u32-mult.c (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-half-u8.c (test for excess errors) FAIL: gcc.dg/vect/slp-perm-11.c (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-2.c (test for excess errors) FAIL: gcc.dg/vect/slp-35.c (test for excess errors) FAIL: gcc.dg/vect/slp-cond-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-1b.c (test for excess errors) FAIL: gcc.dg/vect/slp-12a.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i8.c (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-1.c (test for excess errors) FAIL: gcc.dg/vect/slp-18.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/slp-24.c (test for excess errors) FAIL: gcc.dg/vect/vect-widen-shift-s8.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-store-a-u8-i2.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i2-gap.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-mult.c (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-10.c (test for excess errors) FAIL: gcc.dg/vect/slp-perm-12.c (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-half.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/vect/slp-cond-4.c (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-3.c (test for excess errors) FAIL: gcc.dg/vect/slp-12b.c (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-1c-big-array.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O3 -g (test for excess errors) FAIL: gcc.dg/vect/slp-19a.c (test for excess errors) FAIL: gcc.dg/vect/slp-43.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-widen-shift-u16.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-store-u16-i4.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i2.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u16-i2.c (test for excess errors) FAIL: gcc.dg/vect/slp-perm-2.c (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-s16.c (test for excess errors) FAIL: gcc.dg/vect/slp-cond-5.c (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-4.c (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-4.c (test for excess errors) FAIL: gcc.dg/vect/slp-12c.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/vect/slp-perm-9.c (test for excess errors) FAIL: gcc.dg/vect/slp-19b.c (test for excess errors) FAIL: gcc.dg/vect/vect-widen-shift-u8.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u16-i4.c (test for excess errors) FAIL: gcc.dg/vect/slp-perm-3.c (test for excess errors) FAIL: gcc.dg/vect/slp-widen-mult-half.c (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-s8.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-17.c (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-11.c (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-5.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/slp-13-big-array.c (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-5.c (test for excess errors) FAIL: gcc.dg/vect/slp-19c.c (test for excess errors) FAIL: gcc.dg/vect/slp-25.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-12.c (test for excess errors) FAIL: gcc.dg/vect/slp-perm-4.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u16-mult.c (test for excess errors) FAIL: gcc.dg/vect/slp-widen-mult-s16.c (test for excess errors) FAIL: gcc.dg/vect/slp-1.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-18.c (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-10.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-6.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-26.c (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-6.c (test for excess errors) FAIL: gcc.dg/vect/slp-2.c (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-1.c (test for excess errors) FAIL: gcc.dg/vect/slp-perm-5.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u32-mult.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/slp-widen-mult-u8.c (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-11-big-array.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-19.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -Os (test for excess errors) FAIL: gcc.dg/vect/bb-slp-8b.c (test for excess errors) FAIL: gcc.dg/vect/slp-13.c (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-7.c (test for excess errors) FAIL: gcc.dg/vect/slp-45.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-27.c (test for excess errors) FAIL: gcc.dg/vect/slp-20.c (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-7.c (test for excess errors) FAIL: gcc.dg/vect/slp-37.c (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-2.c (test for excess errors) FAIL: gcc.dg/vect/slp-26.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u8-i2-gap.c (test for excess errors) FAIL: gcc.dg/vect/slp-perm-6.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -Os -fpic (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-11.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/bb-slp-1.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-9.c (test for excess errors) FAIL: gcc.dg/vect/slp-14.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-36.c (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-8.c (test for excess errors) FAIL: gcc.dg/vect/slp-21.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-28.c (test for excess errors) FAIL: gcc.dg/vect/slp-5.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O0 (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-3.c (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u8-i8-gap2-big-array.c (test for excess errors) FAIL: gcc.dg/vect/slp-perm-7.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-20.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-12.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-10.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-cond-1.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-37.c (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-9.c (test for excess errors) FAIL: gcc.dg/vect/pr18400.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-29.c (test for excess errors) FAIL: gcc.dg/vect/slp-28.c (test for excess errors) FAIL: gcc.dg/vect/slp-6.c (test for excess errors) FAIL: gcc.dg/vect/slp-perm-8.c (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-4.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-21.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/bb-slp-11.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-pattern-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O2 (test for excess errors) FAIL: gcc.dg/vect/bb-slp-38.c (test for excess errors) FAIL: gcc.dg/vect/slp-perm-1.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-3.c (test for excess errors) FAIL: gcc.dg/vect/slp-3-big-array.c (test for excess errors) FAIL: gcc.dg/vect/slp-7.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/vect/bb-slp-22.c (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-5.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-13.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-pattern-2.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-4.c (test for excess errors) FAIL: gcc.dg/vect/slp-3.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-30.c (test for excess errors) FAIL: gcc.dg/vect/vect-vfa-01.c (test for excess errors) FAIL: gcc.dg/vect/pr30784.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/vect/slp-8.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-23.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-14.c (test for excess errors) FAIL: gcc.dg/vect/pr18536.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-6.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/vect/bb-slp-5.c (test for excess errors) FAIL: gcc.dg/vect/slp-4-big-array.c (test for excess errors) FAIL: gcc.dg/vect/slp-33.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/bb-slp-24.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-15.c (test for excess errors) FAIL: gcc.dg/vect/pr20122.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-9.c (test for excess errors) FAIL: gcc.dg/vect/pr40254.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-7.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-6.c (test for excess errors) FAIL: gcc.dg/vect/slp-4.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/bb-slp-16.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-25.c (test for excess errors) FAIL: gcc.dg/vect/slp-cond-1.c (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-8.c (test for excess errors) FAIL: gcc.dg/vect/pr30843.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-7.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/slp-41.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-pr65935.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O2 -flto (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-sad.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-8.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/pr31041.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/bb-slp-8a.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O1 (test for excess errors) FAIL: gcc.dg/vect/bb-slp-33.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-pr69907.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/setjmp-4.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/pr52091.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-34.c (test for excess errors) FAIL: gcc.dg/vect/pr25413.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/vect/pr25413a.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr59591-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr31699.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr37539.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr60276.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O0 (test for excess errors) FAIL: gcc.dg/vect/pr59591-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr51074.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr44507.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/vect/pr60382.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/pr57705.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr59594.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/vect/pr42709.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-subgroups-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/pr45752.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr51581-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr57741-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr43430-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr64252.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-subgroups-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/pr48172.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr49771.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr51581-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr57741-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr65947-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr64404.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-subgroups-3.c (test for excess errors) FAIL: gcc.dg/vect/pr40074.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr52298.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr48377.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/pr60656.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr59984.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr51581-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr64421.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr65947-10.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/pr45902.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr36493.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr65947-6.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr66636.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr64493.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr51581-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr65947-11.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr46009.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr53185-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/vect/pr65947-7.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr68502-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -Os (test for excess errors) FAIL: gcc.dg/vect/pr64495.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr65947-12.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O1 (test for excess errors) FAIL: gcc.dg/vect/pr65947-8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr70354-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr56826.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr65947-13.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-align-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/pr65947-9.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr59354.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr81136.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr63148.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -Os -fpic (test for excess errors) FAIL: gcc.dg/vect/pr56918.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr65947-14.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr61194.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/vect/pr65951.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr64844.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr63189.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr56920.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr65947-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/pr63341-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr67790.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr81410.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-105.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr56933.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr65947-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/pr60196-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr63341-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-106.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr65947-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr71259.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr61680.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr79920.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/vect/pr60196-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr63379.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr65947-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-114.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-107.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-122.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr80631-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-18.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr63530.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-26.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-32.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-108.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-115.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-19.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr80631-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr63605.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-27.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -fpic (test for excess errors) FAIL: gcc.dg/vect/pr78005.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-33-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-109.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O2 (test for excess errors) FAIL: gcc.dg/vect/pr66251.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-116.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr82108.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-2-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr80815-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-28.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-124.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr78558.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-33.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-11.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr66253.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-117.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr71416-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr80815-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-40.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-29.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-34-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-110.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-20.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-42.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr80815-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-112-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-34.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr62021.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-21.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr71439.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr65518.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr66623.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-44.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-30.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr80928.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-35-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-112.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-22.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-67.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-56.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-75-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-35.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-113.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-31-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-46.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-23.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-68.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-75.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-58.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-36-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-11a.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-48.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-31.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr84419.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-24.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-76-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-36.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-80-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-6-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-87.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-12.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-32-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-97-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-76.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-25.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-80.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-38.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-88.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/vect/vect-50.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-97.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr69820.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-7.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-77-alignchecks.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-85-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-6.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-89-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-cond-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-52.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-98-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr70021.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-70.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-85.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-60.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-89.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-cond-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-98.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-54.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-13.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/vect/pr70138-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-71.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-align-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-86.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-float-extend-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-62.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-cond-6.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-99.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-9.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-14.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-77-global.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr70138-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-72.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-align-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-intfloat-conversion-4b.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-float-truncate-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-iv-8-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-63.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-cond-7.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-15-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-91.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-bswap64.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-100.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-73-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-77.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr70354-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-iv-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-double-reduc-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-floatint-conversion-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-iv-8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-cond-8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-64.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-15.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-complex-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-92.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-103.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-aggressive-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-73.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-78-alignchecks.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-iv-10.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-live-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-floatint-conversion-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-double-reduc-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-cond-9.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-iv-8a-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-65.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-17.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-1.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-104.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-complex-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-93.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-6.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-74-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-iv-11.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-78-global.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -Os (test for excess errors) FAIL: gcc.dg/vect/vect-live-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-double-reduc-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-iv-8a.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-66.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-mult-const-pattern-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-105-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-complex-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-95.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-7.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-74.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-78.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-iv-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-live-slp-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-double-reduc-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-iv-9.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-16.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-nb-iter-ub-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-complex-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O0 (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-9.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-96.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -Os (test for excess errors) FAIL: gcc.dg/vect/vect-iv-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-2b.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -Os -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-all-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-live-slp-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-double-reduc-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-17.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-nb-iter-ub-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-cond-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-intfloat-conversion-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-cselim-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/pr68502-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-iv-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-2c-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-all.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-live-slp-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-11.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-double-reduc-6-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-nb-iter-ub-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-cond-10.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-intfloat-conversion-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -Os -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-iv-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-cselim-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4f.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-2c.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-16.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-double-reduc-6.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-neg-store-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-cond-11.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-intfloat-conversion-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-iv-6.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-fir-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4g.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-2d.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-17.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-double-reduc-7.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-neg-store-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-cond-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-iv-7.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-fir-lb-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-live-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-outer-3-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4i.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-ifcvt-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-10.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-nest-cycle-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-cond-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-fir-lb.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-intfloat-conversion-4a.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-over-widen-2-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-live-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-11.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-pr69848.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-nest-cycle-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-mask-load-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-6.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-s16b.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-fir.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-over-widen-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-in-order-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-live-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-3a-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-12.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-nest-cycle-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-mask-loadstore-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-7.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-2char-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-pr69720.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-s16c.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-over-widen-3-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-in-order-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4k.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-bool-cmp.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-13.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-3a.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-1c-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-nop-move.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-2char.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-over-widen-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-s8a.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-in-order-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4l.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-bswap32.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-14.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-3b.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-1c.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O1 (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-9.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-2short.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-mul_1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-over-widen-4-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-s8b.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4m-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-multitypes-15.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-simd-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-sdivmod-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-3c.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-2a.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-mult-const-pattern-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-7.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-over-widen-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-mul_2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4m.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-s8c.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-shift-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u8-i8-gap2-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-simd-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-strided-store-u16-i4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-2b-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-12.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-peel-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-or_1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-6.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-u16a.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-shift-2-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-simd-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u8-i8-gap2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-store-u32-i2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-2b.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i8-gap2-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-2-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-peel-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-9.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-or_2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-6.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-7.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-u16b.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-shift-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-over-widen-1-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u8-i8-gap7-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-10.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-store.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-2c.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i8-gap2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-shift-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-peel-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-13.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-1a.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-vfa-01.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4d-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-over-widen-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-u8a.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-11.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u8-i8-gap7.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u16-i2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-2a-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i8-gap4-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-9.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O2 -flto (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-14.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-vfa-02.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-peel-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-1b-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-mult.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-4d.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-1char-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u16-i3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-s8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-float.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-u8b.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i8-gap4-unknown.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-sad.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-outer-2a.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-dot-s16a.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-15.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O2 -flto (test for excess errors) FAIL: gcc.dg/vect/vect-vfa-03.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u16-i2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-pattern-1b.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u16-i4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-1char.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-sum.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-mult-char-ls.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-in-order-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i8-gap4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-14.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-21.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-33.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-vfa-04.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-10.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u16-i4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u32-i4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-reduc-1short.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-mult.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-41.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-u16.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-cond-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O2 (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i8-gap7-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-15.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-22.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-34-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-vfa-slp.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-11a.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u32-i8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-12.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u16-mult.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-same-dr.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-u8-s16-s32.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-perm-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-cond-2-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-10.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i8-gap7.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-16.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-23.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-const-s16.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-34.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-11b.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u32-mult.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u32-mult.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-shift-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-u8-u32.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-perm-10.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-cond-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O2 -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-17.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-24-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-35.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-const-u16.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-11c.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-u8-i2-gap.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-a-u8-i2-gap.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-strided-store-a-u8-i2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-u8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-cond-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-perm-11.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-6.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-simd-clone-11.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-43.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-18.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-24.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-half-u8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-12a.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-perm-8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-sad.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-widen-shift-s16.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-cond-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/sibcall-1.c -O2 -flto -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... FAIL: gcc.dg/torture/stackalign/inline-2.c -O2 -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... FAIL: gcc.dg/vect/bb-slp-16.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-perm-12.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-25.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-19a.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-34.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-half.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-12b.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-perm-9.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O0 (test for excess errors) FAIL: gcc.dg/vect/slp-widen-mult-half.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-widen-shift-s8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-cond-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-26.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-perm-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-17.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-19b.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-widen-mult-s16.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-12c.c -flto -ffat-lto-objects (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/vect/slp-widen-mult-s16.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-widen-shift-u16.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-27.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/slp-perm-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-18.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-19c.c -flto -ffat-lto-objects (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... FAIL: gcc.dg/vect/slp-25.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-8a.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-13-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O0 -fpic (test for excess errors) FAIL: gcc.dg/vect/slp-widen-mult-u8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-widen-shift-u8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-10.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-45.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-28.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-perm-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-37.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-19.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-36.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-8b.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-13.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-6.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-29.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-11-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-perm-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O3 -g (test for excess errors) FAIL: gcc.dg/vect/bb-slp-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-37.c -flto -ffat-lto-objects (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... FAIL: gcc.dg/vect/slp-20.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-26.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-9.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/bb-slp-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-7.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-11.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-10.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/no-vfa-vect-101.c (test for excess errors) FAIL: gcc.dg/vect/slp-6.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-perm-6.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-20.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-38.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-cond-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/no-vfa-vect-61.c (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-30.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-11.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/no-vfa-vect-102.c (test for excess errors) FAIL: gcc.dg/vect/slp-perm-7.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/vect/fast-math-vect-pr29925.c (test for excess errors) FAIL: gcc.dg/vect/slp-7.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-21.c -flto -ffat-lto-objects (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... FAIL: gcc.dg/vect/bb-slp-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-pattern-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-28.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/no-vfa-vect-79.c (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/slp-multitypes-9.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-13.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/no-vfa-vect-102a.c (test for excess errors) FAIL: gcc.dg/vect/fast-math-vect-reduc-5.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-pattern-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-22.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-5.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/no-vfa-vect-depend-1.c (test for excess errors) FAIL: gcc.dg/vect/slp-3-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-6.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-14.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/no-vfa-vect-37.c (test for excess errors) FAIL: gcc.dg/vect/slp-4-big-array.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/fast-math-vect-reduc-7.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/bb-slp-6.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-23.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O1 (test for excess errors) FAIL: gcc.dg/vect/slp-9.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/no-vfa-vect-depend-2.c (test for excess errors) FAIL: gcc.dg/vect/slp-3.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/slp-reduc-7.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-15.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/no-vfa-vect-43.c (test for excess errors) FAIL: gcc.dg/vect/slp-4.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/fast-math-vect-reduc-8.c (test for excess errors) FAIL: gcc.dg/vect/no-section-anchors-vect-31.c (test for excess errors) FAIL: gcc.dg/vect/wrapv-vect-7.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-33.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-24.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-7.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/bb-slp-pr65935.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/no-vfa-vect-depend-3.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... FAIL: gcc.dg/vect/slp-reduc-8.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/no-vfa-vect-45.c (test for excess errors) FAIL: gcc.dg/vect/fast-math-vect-reduc-9.c (test for excess errors) FAIL: gcc.dg/vect/no-section-anchors-vect-34.c (test for excess errors) FAIL: gcc.dg/vect/wrapv-vect-reduc-2char.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O1 -fpic (test for excess errors) FAIL: gcc.dg/vect/no-vfa-vect-dv-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/bb-slp-8.c -flto -ffat-lto-objects (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... FAIL: gcc.dg/vect/no-section-anchors-vect-69.c (test for excess errors) FAIL: gcc.dg/vect/no-vfa-vect-49.c (test for excess errors) FAIL: gcc.dg/vect/wrapv-vect-reduc-2short.c (test for excess errors) FAIL: gcc.dg/vect/no-section-anchors-vect-36.c (test for excess errors) FAIL: gcc.dg/vect/fast-math-bb-slp-call-1.c (test for excess errors) FAIL: gcc.dg/vect/no-trapping-math-vect-ifcvt-15.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-pr69907.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-12.c (test for excess errors) FAIL: gcc.dg/vect/no-section-anchors-vect-outer-4h.c (test for excess errors) FAIL: gcc.dg/vect/no-vfa-vect-51.c (test for excess errors) FAIL: gcc.dg/vect/wrapv-vect-reduc-dot-s8b.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/no-section-anchors-vect-64.c (test for excess errors) FAIL: gcc.dg/vect/fast-math-bb-slp-call-2.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-21.c (test for excess errors) FAIL: gcc.dg/vect/fast-math-vect-call-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -Os (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-9a.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-vect-iv-1.c (test for excess errors) FAIL: gcc.dg/vect/no-tree-dom-vect-bug.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-13.c (test for excess errors) FAIL: gcc.dg/vect/wrapv-vect-reduc-pattern-2c.c (test for excess errors) FAIL: gcc.dg/vect/no-vfa-vect-53.c (test for excess errors) FAIL: gcc.dg/vect/no-section-anchors-vect-65.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-22.c (test for excess errors) FAIL: gcc.dg/vect/fast-math-vect-call-2.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-9b.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-vect-iv-2.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-14.c (test for excess errors) FAIL: gcc.dg/vect/trapv-vect-reduc-4.c (test for excess errors) FAIL: gcc.dg/vect/no-vfa-vect-57.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/fast-math-bb-slp-call-3.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-3.c (test for excess errors) FAIL: gcc.dg/vect/no-section-anchors-vect-66.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -Os -fpic (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-vect-iv-3.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-noreassoc-outer-1.c (test for excess errors) FAIL: gcc.dg/vect/no-tree-reassoc-bb-slp-12.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-15.c (test for excess errors) FAIL: gcc.dg/vect/no-tree-pre-slp-29.c (test for excess errors) FAIL: gcc.dg/vect/fast-math-vect-complex-3.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... FAIL: gcc.dg/vect/no-fast-math-vect16.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-4.c (test for excess errors) FAIL: gcc.dg/vect/no-section-anchors-vect-68.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-noreassoc-outer-2.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-16.c (test for excess errors) FAIL: gcc.dg/vect/Os-vect-95.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O2 (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -Os -mforce-drap (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-5.c (test for excess errors) FAIL: gcc.dg/vect/no-trapping-math-2.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-noreassoc-outer-3.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-17.c (test for excess errors) FAIL: gcc.dg/vect/fast-math-pr44152.c (test for excess errors) FAIL: gcc.dg/vect/O3-pr70130.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... FAIL: gcc.dg/vect/no-scevccp-outer-6-global.c (test for excess errors) FAIL: gcc.dg/vect/no-trapping-math-vect-111.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-noreassoc-outer-4.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... FAIL: gcc.dg/vect/no-scevccp-outer-18.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... FAIL: gcc.dg/vect/O3-slp-reduc-10.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O2 -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... FAIL: gcc.dg/vect/no-trapping-math-vect-ifcvt-11.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-6.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-noreassoc-outer-5.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-19.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-10.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... FAIL: gcc.dg/weak/weak-14.c (test for excess errors) FAIL: gcc.dg/vect/no-trapping-math-vect-ifcvt-12.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-7.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-noreassoc-slp-reduc-7.c (test for excess errors) FAIL: gcc.dg/vect/bb-slp-subgroups-1.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/if-cvt-stores-vect-ifcvt-18.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... FAIL: gcc.dg/vect/no-scevccp-outer-10a.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O2 -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... FAIL: gcc.dg/torture/stackalign/inline-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.dg/vect/no-trapping-math-vect-ifcvt-13.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-8.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... FAIL: gcc.dg/vect/bb-slp-subgroups-2.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-slp-30.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... FAIL: gcc.dg/vect/no-scevccp-outer-10b.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... FAIL: gcc.dg/vect/O3-vect-pr34223.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... FAIL: gcc.dg/vect/no-scevccp-outer-20.c (test for excess errors) FAIL: gcc.dg/vect/no-trapping-math-vect-ifcvt-14.c (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-9.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... FAIL: gcc.dg/vect/bb-slp-subgroups-3.c -flto -ffat-lto-objects (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... FAIL: gcc.dg/vect/no-scevccp-slp-31.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/vect/no-scevccp-outer-11.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... FAIL: gcc.dg/torture/stackalign/inline-2.c -O2 -flto -flto-partition=none -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... FAIL: gcc.dg/vect/no-vfa-pr29145.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... FAIL: gcc.dg/torture/stackalign/inline-2.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... FAIL: gcc.dg/torture/stackalign/inline-2.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... FAIL: gcc.dg/torture/stackalign/inline-2.c -O2 -flto (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... FAIL: gcc.dg/torture/stackalign/inline-2.c -O2 -flto -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O2 -flto -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O3 -g -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/inline-2.c -O2 -flto -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O3 -g -mforce-drap (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... FAIL: gcc.dg/torture/stackalign/nested-1.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O3 -g -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... FAIL: gcc.dg/torture/stackalign/nested-1.c -O0 -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... FAIL: gcc.target/i386/20000614-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -Os (test for excess errors) FAIL: gcc.target/i386/20060821-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... FAIL: gcc.dg/torture/stackalign/nested-1.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.target/i386/adx-addcarryx32-1.c (test for excess errors) FAIL: gcc.target/i386/aesenclast.c (test for excess errors) FAIL: gcc.target/i386/20020224-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... FAIL: gcc.target/i386/20030217-1.c (test for excess errors) FAIL: gcc.target/i386/amd64-abi-7.c (test for excess errors) FAIL: gcc.target/i386/abi-1.c scan-assembler-times xmm0 1 FAIL: gcc.target/i386/980414-1.c (test for excess errors) FAIL: gcc.target/i386/20000614-2.c (test for excess errors) FAIL: gcc.target/i386/aesimc.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -Os -fpic (test for excess errors) FAIL: gcc.target/i386/20080723-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... FAIL: gcc.dg/torture/stackalign/nested-1.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/aeskeygenassist.c (test for excess errors) FAIL: gcc.target/i386/20030217-2.c (test for excess errors) FAIL: gcc.target/i386/adx-addcarryx32-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... FAIL: gcc.target/i386/asm-mem.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -Os -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx-ceil-sfix-2-vec.c (test for excess errors) FAIL: gcc.target/i386/adx-addcarryx32-3.c (test for excess errors) FAIL: gcc.target/i386/20020523.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O1 (test for excess errors) FAIL: gcc.target/i386/20000807-1.c (test for excess errors) FAIL: gcc.target/i386/avx-ceil-sfix-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-copysign-vec.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx-ceil-vec.c (test for excess errors) FAIL: gcc.target/i386/adx-addcarryx64-1.c (test for excess errors) FAIL: gcc.target/i386/avx-copysignf-vec.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... FAIL: gcc.target/i386/avx-ceilf-sfix-vec.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O1 -fpic (test for excess errors) FAIL: gcc.target/i386/20020616-1.c (test for excess errors) FAIL: gcc.target/i386/adx-addcarryx64-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O2 -flto -flto-partition=none (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... FAIL: gcc.target/i386/avx-ceilf-vec.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... FAIL: gcc.target/i386/adx-addcarryx64-3.c (test for excess errors) FAIL: gcc.target/i386/asm-3.c (test for excess errors) FAIL: gcc.target/i386/amd64-abi-4.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx-floor-sfix-2-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-pr51581-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.target/i386/amd64-abi-5.c (test for excess errors) FAIL: gcc.target/i386/avx-cmpsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v16hi-1.c (test for excess errors) FAIL: gcc.target/i386/20011009-1.c (test for excess errors) FAIL: gcc.target/i386/avx-floor-sfix-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v4df-1.c (test for excess errors) FAIL: gcc.target/i386/avx-pr57233.c (test for excess errors) FAIL: gcc.target/i386/avx-rint-sfix-2-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-cvt-2-vec.c (test for excess errors) FAIL: gcc.target/i386/20060512-1.c (test for excess errors) FAIL: gcc.target/i386/aesdec.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v8sf-1.c (test for excess errors) FAIL: gcc.target/i386/amd64-abi-6.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx-set-v16hi-2.c (test for excess errors) FAIL: gcc.target/i386/avx-cmpss-2.c (test for excess errors) FAIL: gcc.target/i386/avx-floor-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v4df-2.c (test for excess errors) FAIL: gcc.target/i386/avx-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx-rint-sfix-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-cvt-2.c (test for excess errors) FAIL: gcc.target/i386/aesdeclast.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v8sf-2.c (test for excess errors) FAIL: gcc.target/i386/asm-4.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v16hi-3.c (test for excess errors) FAIL: gcc.target/i386/avx-floorf-sfix-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v4df-3.c (test for excess errors) FAIL: gcc.target/i386/avx-2.c (test for excess errors) FAIL: gcc.target/i386/avx-rint-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-cvt-3.c (test for excess errors) FAIL: gcc.target/i386/aesenc.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v8sf-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O2 (test for excess errors) FAIL: gcc.target/i386/avx-set-v16hi-4.c (test for excess errors) FAIL: gcc.target/i386/avx-floorf-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v4df-4.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx-set1-epi32-1.c (test for excess errors) FAIL: gcc.target/i386/avx-rintf-sfix-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-cvt-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v8sf-4.c (test for excess errors) FAIL: gcc.target/i386/avx-vaddps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v16hi-5.c (test for excess errors) FAIL: gcc.target/i386/avx-vcomisd-3.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v4df-5.c (test for excess errors) FAIL: gcc.target/i386/avx-set1-pd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vaesenc-1.c (test for excess errors) FAIL: gcc.target/i386/avx-rintf-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-vandps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-cvtsd-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... FAIL: gcc.target/i386/avx-set-v8sf-5.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... FAIL: gcc.target/i386/avx-pr63594-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... FAIL: gcc.target/i386/avx-vaddps-256-1.c (test for excess errors) FAIL: gcc.target/i386/asm-flag-6.c (test for excess errors) FAIL: gcc.target/i386/avx-vcomisd-4.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v32qi-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O2 -fpic (test for excess errors) FAIL: gcc.target/i386/avx-set-v4di-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vbroadcastss-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O2 -flto (test for excess errors) FAIL: gcc.target/i386/avx-lrint-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-set1-ps-256-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... FAIL: gcc.target/i386/avx-vaesenclast-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... FAIL: gcc.target/i386/avx-round-sfix-2-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-vandps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-cvtss-1.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v8si-1.c (test for excess errors) FAIL: gcc.target/i386/avx-pr71559.c (test for excess errors) FAIL: gcc.target/i386/avx-vaddsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtdq2pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcomisd-5.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v32qi-2.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v4di-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vbroadcastss-2.c (test for excess errors) FAIL: gcc.target/i386/avx-lrintf-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-setzero-pd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vaesimc-1.c (test for excess errors) FAIL: gcc.target/i386/avx-round-sfix-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-vblendpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v8si-2.c (test for excess errors) FAIL: gcc.target/i386/avx-pr80286.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... FAIL: gcc.target/i386/avx-vcvtdq2pd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vaddss-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... FAIL: gcc.target/i386/avx-vcomisd-6.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... FAIL: gcc.target/i386/avx-set-v32qi-3.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v4di-3.c (test for excess errors) FAIL: gcc.target/i386/avx-mul-1.c (test for excess errors) FAIL: gcc.target/i386/avx-setzero-ps-256-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.target/i386/avx-vaeskeygenassist-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx-round-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-vblendpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtss2si-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtps2pd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v8si-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtdq2ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vaddsubpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcomiss-1.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v32qi-4.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v4di-4.c (test for excess errors) FAIL: gcc.target/i386/avx-setzero-si256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-pr51581-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcomisd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvttpd2dq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-roundf-sfix-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-vblendps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtsd2si-1.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v8si-4.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtpd2dq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vaddsubpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcomiss-2.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v32qi-5.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v4di-5.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx-vextractf128-256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vcomisd-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvttpd2dq-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-roundf-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-vblendvpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-set-v8si-5.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx-vcvtpd2dq-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcomiss-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vaddsubps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vandnpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vhsubpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vlddqu-1.c (test for excess errors) FAIL: gcc.target/i386/avx-trunc-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-vextractf128-256-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvttps2dq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmaskmovps-256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vdivpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vminps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vblendvps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtpd2ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovaps-256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtsd2si-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vaddsubps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcomiss-4.c (test for excess errors) FAIL: gcc.target/i386/avx-vandnpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vlddqu-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vhsubps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-truncf-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-vextractf128-256-4.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-3.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx-vcvttps2dq-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmaxpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vdivps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vminsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vbroadcastf128-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtpd2ps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtsd2ss-1.c (test for excess errors) FAIL: gcc.target/i386/avx-recip-vec.c (test for excess errors) FAIL: gcc.target/i386/avx-vcomiss-5.c (test for excess errors) FAIL: gcc.target/i386/avx-vandnps-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O3 -g (test for excess errors) FAIL: gcc.target/i386/avx-vmaskmovdqu.c (test for excess errors) FAIL: gcc.target/i386/avx-vaddpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vhsubps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvttsd2si-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vminss-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmaxpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vdivps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vbroadcastf128-256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtps2dq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovd-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtsi2sd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcomiss-6.c (test for excess errors) FAIL: gcc.target/i386/avx-vandnps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmaskmovpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vaddpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vinsertf128-256-1.c (test for excess errors) FAIL: gcc.target/i386/980211-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vaesdec-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvttsd2si-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovapd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmaxps-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O0 (test for excess errors) FAIL: gcc.target/i386/avx-vdivsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vbroadcastsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtps2dq-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovddup-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtsi2sd-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovlpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vandpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vextractf128-256-5.c (test for warnings, line 7) FAIL: gcc.target/i386/avx-vextractf128-256-5.c (test for excess errors) FAIL: gcc.target/i386/avx-vmaskmovpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovntps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vinsertf128-256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vaesdeclast-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O3 -g -fpic (test for excess errors) FAIL: gcc.target/i386/avx-vcvttss2si-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovapd-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vmaxps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovdqu-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vdivss-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtps2pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovddup-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovsldup-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtsi2ss-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovups-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovmskpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vandpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vextractps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmaskmovpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovntps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vinsertf128-256-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvttss2si-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vorpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovapd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmaxsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovdqu-256-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O0 -fpic (test for excess errors) FAIL: gcc.target/i386/avx-vdppd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpaddb-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovdqa-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovss-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtsi2ss-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovups-256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovmskpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpandn-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vhaddpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmaskmovpd-256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vdivpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vinsertps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vorps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovapd-256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vmaxss-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovdqu-256-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx-vpaddd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vdppd-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovdqa-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovss-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtss2sd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovmskps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpavgb-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmpsadbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmaskmovps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vhaddpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovq-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vinsertps-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vpcmpistrm-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vorps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vminpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovaps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovhlps-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx-vpaddq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vdpps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovdqa-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovss-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vcvtss2si-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovmskps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpavgw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmulpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpcmpestri-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vhaddps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmaskmovps-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovq-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vinsertps-4.c (test for excess errors) FAIL: gcc.target/i386/avx-vpcmpistrm-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vpabsb-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovaps-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovhpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vminpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpaddsb-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vdpps-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovdqa-256-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx-vpblendvb-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovupd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovntdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpermilps-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vmulpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpcmpestri-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vhaddps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmaskmovps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vperm2f128-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vphminposuw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpabsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovaps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovhpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vminps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpaddsw-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx-vextractf128-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovdqu-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpblendw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmulps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovntdq-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpermilps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovupd-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vpcmpestrm-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vhsubpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmaddubsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vperm2f128-256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vphminposuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vpabsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpminub-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovhps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpaddusb-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmovzxbd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmulld-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsignd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmulps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpermilps-256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovntdqa-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovupd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpcmpestrm-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -Os (test for excess errors) FAIL: gcc.target/i386/avx-vmovshdup-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmaxsb-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsrad-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vperm2f128-256-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vpackssdw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vphminposuw-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vpminud-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpaddusw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovhps-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O1 (test for excess errors) FAIL: gcc.target/i386/avx-vpmovzxbq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmullw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsignw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovntpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmulsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpextrb-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpclmulqdq.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovupd-256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovshdup-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpcmpgtb-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmaxsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsraw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpermilpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpacksswb-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpminuw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vphsubd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpaddw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovlhps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmovzxbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmuludq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpslld-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovntpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmulss-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpextrd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpcmpeqb-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovups-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovsldup-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpcmpgtd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmaxsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsraw-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vpermilpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vpackusdw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmovmskb-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -Os -fpic (test for excess errors) FAIL: gcc.target/i386/avx-vpalignr-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O1 -fpic (test for excess errors) FAIL: gcc.target/i386/avx-vphsubsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovlpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmovzxdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpor-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpslld-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsubb-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... FAIL: gcc.target/i386/avx-vpcmpeqd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpextrq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vorpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vmovups-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vptest-256-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmaxub-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpcmpgtq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsrld-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpermilpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmovsxbd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpackuswb-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpand-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vphsubw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpxor-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmovzxwd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpslldq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsadbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsubd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpcmpeqq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpextrw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vptest-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vroundpd-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vsqrtps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmaxud-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpcmpgtw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsrld-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vpermilpd-256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmovsxbq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vtestpd-256-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... FAIL: gcc.target/i386/avx-vucomisd-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... FAIL: gcc.target/i386/avx-vrcpps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpinsrb-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -Os -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx-vpmovzxwq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsllq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpshufb-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsubq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpcmpeqw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vphaddd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vroundps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpunpckhbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vsqrtps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmaxuw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpcmpistri-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpermilps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsrldq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmovsxbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vtestpd-256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vucomisd-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vrcpps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpinsrd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmuldq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsllq-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsubsb-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpshufd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vucomiss-5.c (test for excess errors) FAIL: gcc.target/i386/avx-vphaddsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpunpckhdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vrsqrtps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpminsb-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vsubpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpcmpistri-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsrlq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vxorpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmovsxdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vtestpd-256-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vucomisd-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vpinsrq-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx-vround-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmulhrsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsubsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsllw-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx-vucomiss-6.c (test for excess errors) FAIL: gcc.target/i386/avx-vpshufhw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpunpckhqdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vrsqrtps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vphaddw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpminsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vsubpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsrlq-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmovsxwd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vxorpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vtestpd-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vzeroupper-13.c (test for excess errors) FAIL: gcc.target/i386/avx-vucomisd-4.c (test for excess errors) FAIL: gcc.target/i386/avx-vpinsrw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vround-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmulhuw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsubw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsllw-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vunpckhpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpshuflw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpunpckhwd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpminsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vshufpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vsubps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmovsxwq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vxorps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsrlw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vtestps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vzeroupper-14.c (test for excess errors) FAIL: gcc.target/i386/avx-vucomisd-5.c (test for excess errors) FAIL: gcc.target/i386/avx-vroundpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vzeroupper-7.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O2 (test for excess errors) FAIL: gcc.target/i386/avx-vptest-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpmulhw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsrad-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vunpckhpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsignb-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.target/i386/avx-vpunpcklbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-gather-6.c (test for excess errors) FAIL: gcc.target/i386/avx-vsubps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vshufpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpsrlw-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vxorps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vtestps-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vucomisd-6.c (test for excess errors) FAIL: gcc.target/i386/avx-vroundpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vzeroupper-15.c (test for excess errors) FAIL: gcc.target/i386/avx-vzeroupper-8.c (test for excess errors) FAIL: gcc.target/i386/avx-vptest-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vunpckhps-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpunpckldq-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vsubsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vshufps-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vzeroall-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vtestps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vucomiss-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vroundpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vptest-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherpd-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O2 -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... FAIL: gcc.target/i386/avx-vzeroupper-9.c (test for excess errors) FAIL: gcc.target/i386/avx-vunpckhps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpunpcklqdq-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.target/i386/avx-vsubss-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vshufps-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherq256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vzeroall-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherps-4.c (test for excess errors) FAIL: gcc.target/i386/avx-vtestps-256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherd256-4.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... FAIL: gcc.target/i386/avx-vucomiss-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... FAIL: gcc.target/i386/avx-vroundpd-256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vptest-256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vzeroupper-25.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherps-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherpd-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vunpcklpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vpunpcklwd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vtestpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vsqrtpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vzeroupper-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherps256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherq256-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vtestps-256-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vucomiss-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vroundpd-256-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherd-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... FAIL: gcc.target/i386/avx-vzeroupper-26.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... FAIL: gcc.target/i386/avx2-i32gatherpd-4.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... FAIL: gcc.target/i386/avx2-i64gatherps-3.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... FAIL: gcc.target/i386/avx-vunpcklpd-256-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx-vtestpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vsqrtpd-256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vzeroupper-10.c (test for excess errors) FAIL: gcc.target/i386/avx2-cvt-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vtestps-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherq256-4.c (test for excess errors) FAIL: gcc.target/i386/avx-vucomiss-4.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherps256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherd-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherps-4.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherpd256-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vunpcklps-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherq-4.c (test for excess errors) FAIL: gcc.target/i386/avx2-cvt-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vzeroupper-11.c (test for excess errors) FAIL: gcc.target/i386/avx2-pr57233.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherd-4.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherps256-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherps256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherpd-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherq256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddusw-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherpd256-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vzeroupper-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vunpcklps-256-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx-vzeroupper-12.c (test for excess errors) FAIL: gcc.target/i386/avx2-gather-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherd256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherps256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherq256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherps256-4.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherpd-4.c (test for excess errors) FAIL: gcc.target/i386/avx2-vmovntdqa-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddd-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpacksswb-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherpd256-3.c (test for excess errors) FAIL: gcc.target/i386/avx-vzeroupper-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpandn-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-gather-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpblendvb-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherd256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherps256-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherd-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherq256-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherpd256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpabsb256-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O3 -g (test for excess errors) FAIL: gcc.target/i386/avx2-vpackusdw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherpd256-4.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddusw-2.c (test for excess errors) FAIL: gcc.target/i386/avx-vzeroupper-5.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O2 -flto (test for excess errors) FAIL: gcc.target/i386/avx2-gather-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherd256-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-vbroadcastsd_pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherps256-4.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherq256-4.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherd-4.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherpd256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpackusdw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherps-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpabsb256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-pr63594-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddw-1.c (test for excess errors) FAIL: gcc.target/i386/avx-vzeroupper-6.c (test for excess errors) FAIL: gcc.target/i386/avx2-gather-4.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherd256-4.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpandn-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-mpsadbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpblendvb-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherd256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherpd256-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherq-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddq-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpackuswb-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherps-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O3 -g -fpic (test for excess errors) FAIL: gcc.target/i386/avx2-pr64252.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpabsd256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpbroadcastd256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-gather-5.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.target/i386/avx2-vpcmpeqb-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpavgb-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-mpsadbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpblendw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherd256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vbroadcastsd_pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherpd256-4.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpackuswb-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherq-4.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddsb-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddw-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-pr64286.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherps-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpabsd256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpcmpgtd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpavgb-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpermpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherq-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-mul-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpblendw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vect-aggressive.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherd256-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-vbroadcastsi128-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i64gatherps-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddb-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-i32gatherq256-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddsb-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-pr70354-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx2-vpalignr256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vphaddw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpabsw256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpcmpgtd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpavgw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpermpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpbroadcastd256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaddwd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-pr51581-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vect-mask-store-move1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpbroadcastb128-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpcmpeqb-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vbroadcastsi128-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddb-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaskstored-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaxsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-pr70354-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpminsb-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpalignr256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vphaddw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpabsw256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpavgw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpcmpgtq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpermps-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpbroadcastq128-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-pr51581-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpbroadcastb128-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaskloadd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpcmpeqd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vbroadcastss_ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddb-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaskstored256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaxsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-pr70542.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpminsd-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-1.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx2-vpand-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vphsubd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpackssdw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpcmpgtq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpermps-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpblendd128-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpbroadcastq128-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpbroadcastb256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaskloadd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpminuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vbroadcastss_ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpcmpeqd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaskstored256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaxsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddusb-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpminsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vextracti128-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vphsubd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpand-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpackssdw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpblendd128-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpermq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpcmpgtw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpbroadcastb256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpbroadcastq256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaskloadd256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovmskb-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vbroadcastss_ps256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpcmpeqq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddd-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -Os (test for excess errors) FAIL: gcc.target/i386/avx2-vpaddusb-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaskstoreq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaxub-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vextracti128-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpminsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpand-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O0 (test for excess errors) FAIL: gcc.target/i386/avx2-vphsubsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-pr70574.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpacksswb-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpblendd256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpermq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpcmpgtw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpbroadcastd128-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaskloadd256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpbroadcastq256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovmskb-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpcmpeqq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vbroadcastss_ps256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovsxdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaskstoreq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovzxbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaxub-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vinserti128-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpminsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vphsubsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-pr80631.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmulhrsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpblendd256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmullw-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-vphaddd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vperm2i128-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpbroadcastd128-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaskloadq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpbroadcastw128-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovsxbd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpcmpeqw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpshufd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovsxwd-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -Os -fpic (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovzxdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaskstoreq256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaxud-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vinserti128-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpminub-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vphsubw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmulhuw-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O0 -fpic (test for excess errors) FAIL: gcc.target/i386/avx2-vpsignw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsllqi-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vphaddd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vperm2i128-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmuludq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsllw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaskloadq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpbroadcastw128-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovsxbd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpshufhw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovsxwd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpcmpeqw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovzxdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaskstoreq256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaxud-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vmovntdqa-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaddubsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpminub-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmulhuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpslld-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsllvd128-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vphaddsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpermd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmuludq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsllwi-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaskloadq256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpbroadcastw256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovsxbq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpshufhw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovsxwq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpcmpgtb-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovzxwd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaxsb-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -Os -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaxuw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaddubsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpminud-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsravd256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpslld-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsllvd128-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmulhw-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx2-vphaddsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpermd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsllwi-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpor-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaskloadq256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovsxbq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpbroadcastw256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovsxwq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpshuflw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpcmpgtb-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovzxwd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaxsb-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaxuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaddwd-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... FAIL: gcc.target/i386/avx2-vpminud-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpslldi-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmulhw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsravd256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsllvd256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrldi-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrad-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaskstored-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpor-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrlvd256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovsxbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrlwi-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpshuflw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovzxbd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovzxwq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubsb-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmaxsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpunpckhbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpminsb-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx2-vpslldi-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpminuw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsllvd256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmulld-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsraw-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrldi-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrad-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpunpckldq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsadbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovsxbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrlvd256-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubb-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovzxbd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovzxwq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsignb-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubsb-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpunpckhdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx256-unaligned-store-6.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpslldq-1.c (test for excess errors) FAIL: gcc.target/i386/avx5124vnniw-vp4dpwssds-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmulld-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsllvq128-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsraw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrldq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrad-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpunpcklqdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsadbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovsxdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubb-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrlvq128-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsignb-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovzxbq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmuldq-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.target/i386/avx2-vpunpckhdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx256-unaligned-store-7.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... FAIL: gcc.target/i386/avx2-vpslldq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmulld-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsraw-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrldq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsllvq128-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsradi-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O1 (test for excess errors) FAIL: gcc.target/i386/avx2-vpunpcklqdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpshufb-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsignd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubb-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovzxbq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmuldq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrlvq128-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpunpckhqdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubsw-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... FAIL: gcc.target/i386/avx2-vpsllq-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... FAIL: gcc.target/i386/avx5124fmadd-v4fmaddps-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... FAIL: gcc.target/i386/avx2-vpsrlq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmullw-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... FAIL: gcc.target/i386/avx2-vpsllvq256-1.c (test for excess errors) FAIL: gcc.target/i386/avx256-unaligned-load-5.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsradi-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrawi-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpunpcklwd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsignd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpshufb-2.c (test for excess errors) FAIL: gcc.target/i386/avx5124vnniw-vp4dpwssds-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmovzxbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmulhrsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubd-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrlvq256-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpunpckhqdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsllq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubusb-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpmullw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrlq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsllvq256-2.c (test for excess errors) FAIL: gcc.target/i386/avx256-unaligned-load-6.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsravd128-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrawi-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpunpcklwd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsignw-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O1 -fpic (test for excess errors) FAIL: gcc.target/i386/avx2-vpshufd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kmovd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrlvq256-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-korq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpunpckhwd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsllqi-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubusb-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrlqi-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsllw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsravd128-2.c (test for excess errors) FAIL: gcc.target/i386/avx256-unaligned-load-7.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpxor-1.c (test for excess errors) FAIL: gcc.target/i386/avx5124fmadd-v4fmaddps-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrld-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kunpckwd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubd-3.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kmovd-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrlw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kortestd-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpunpckhwd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrlqi-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubusw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vmovdqu16-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpxor-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpacksswb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpaddsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kshiftrd-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrld-2.c (test for excess errors) FAIL: gcc.target/i386/avx5124fmadd-v4fmaddss-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512bitalgvl-vpopcntb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kmovd-4.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrlw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpunpcklbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-pr70509.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrlvd128-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubusw-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vshift-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bitalg-vpopcntb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kshiftrq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrld-3.c (test for excess errors) FAIL: gcc.target/i386/avx5124fmadd-v4fnmaddps-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrlw-3.c (test for excess errors) FAIL: gcc.target/i386/avx512bitalgvl-vpopcntw-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubq-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx2-vpunpcklbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kmovq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kunpckwd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-pr77476.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubw-3.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrlvd128-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kortestd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kshiftrq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bitalg-vpopcntb.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpacksswb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpalignr-3.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vmovdqu16-2.c (test for excess errors) FAIL: gcc.target/i386/avx5124fmadd-v4fnmaddps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bitalgvl-vpshufbitqmb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpaddsw-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O1 -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... FAIL: gcc.target/i386/avx2-vpunpckldq-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsubq-3.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kmovq-2.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpsrlwi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kunpckwd-3.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kortestq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpbroadcast-1.c (test for excess errors) FAIL: gcc.target/i386/avx2-vpunpckhbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-ktestd-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... FAIL: gcc.target/i386/avx512bitalg-vpopcntbvl.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpackusdw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vmovdqu8-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kaddd-1.c (test for excess errors) FAIL: gcc.target/i386/avx5124fmadd-v4fnmaddss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpaddusb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kmovq-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O2 -flto (test for excess errors) FAIL: gcc.target/i386/avx512bw-kxnord-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kortestq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-ktestd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bitalg-vpopcntw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpackusdw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vmovdqu8-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kaddq-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O2 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... FAIL: gcc.target/i386/avx512bw-vpaddusb-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... FAIL: gcc.target/i386/avx5124vnniw-vp4dpwssd-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... FAIL: gcc.target/i386/avx512bw-vpavgb-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... FAIL: gcc.target/i386/avx256-unaligned-store-5.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kmovq-4.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kxnorq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kshiftld-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpeqb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-ktestq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bitalg-vpopcntw.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpgtuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpackuswb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpgeub-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpabsb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmplew-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kandd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpaddusw-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.target/i386/avx512bw-knotd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kshiftld-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kxord-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpneqb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpequb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-ktestq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-pr84524.c (test for excess errors) FAIL: gcc.target/i386/avx512bitalg-vpopcntwvl.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpackuswb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpbroadcastb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpgtw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpgeuw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpabsb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kandnd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpltb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpaddusw-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O2 -fpic (test for excess errors) FAIL: gcc.target/i386/avx512bw-knotq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kshiftlq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kxorq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpnequb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpequb-2.c (test for excess errors) FAIL: gcc.target/i386/avx5124vnniw-vp4dpwssd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpavgb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kunpckdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bitalg-vpshufbitqmb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpaddb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpgtw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpgeuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpabsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kandnq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpltb-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpaddw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kshiftlq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kord-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpnequb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-pack-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpequw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kunpckdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpavgw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bitalg-vpshufbitqmb.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpaddb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpleb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpabsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpgew-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kandq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpltub-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpbroadcastb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpaddw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-pr70329-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kshiftrd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpnequw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpequw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kunpckdq-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpavgw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmaddubsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmaxsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-pr85169.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpleb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpaddsb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpackssdw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpgew-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovswb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-kmovd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpltub-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpbroadcastw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-pr70329-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpalignr-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-4.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpnequw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovzxbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpeqw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpminub-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpshufb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpblendmb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmaxub-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vdbpsadbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpleub-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpermi2w-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpaddsb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpackssdw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpgtb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovsxbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsllw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpltuw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpbroadcastw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsrawi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpalignr-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpeqw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpneqw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmulhrsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpshufb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpblendmb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpminuw-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmaxub-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpleub-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vdbpsadbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpermi2w-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmaddubsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpgtb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsubsb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vptestmb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovsxbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsllw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpltuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpb-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O0 (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsrldq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpunpckhwd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpgeb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpneqw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmulhrsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpshufb-3.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpminuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpblendmw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmaxuw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpleuw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512cd-vpconflictd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmaddubsw-3.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsubsb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpermt2w-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpgtub-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vptestmb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovuswb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsllwi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpltw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpunpckhwd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpgeb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsrlvw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpub-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmulhrsw-3.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpshufhw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpblendmw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovb2m-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmaxuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpleuw-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O3 -g (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmaddwd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpgtub-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpermt2w-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsubsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vptestmw-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O0 -fpic (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsllwi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovuswb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpltw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpeqb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsrlvw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpunpcklbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpgeub-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpub-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovb2m-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpshufhw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmulhuw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpminsb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmplew-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpgtuw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmaddwd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsubsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpermw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vptestmw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsravw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512cd-vpconflictd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovw2m-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpneqb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsrlw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpunpcklbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-knotb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-ktestw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmulhuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpcmpuw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovm2b-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpshuflw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpminsb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-kaddb-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O3 -g -fpic (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsubusb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpermw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vbroadcastf32x8-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vptestnmb-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsravw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512cd-vpconflictq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovw2m-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsrlw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpunpcklwd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvtpd2qq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-korb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmulhw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovm2b-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvtqq2ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpshuflw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-kaddw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpminsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vptestnmb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsubusb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsraw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vandnpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512cd-vpconflictq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovwb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpunpcklwd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsrlwi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmaddwd-3.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmulhw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-kortestb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovm2w-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpslldq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-ktestw-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpminsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-kandb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsubusw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vptestnmw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsraw-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512cd-vplzcntd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vandnps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vbroadcastf32x8-2.c (test for excess errors) FAIL: gcc.target/i386/avx512cd-vpbroadcastmb2q-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvtuqq2pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsrlwi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovwb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmullw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmaxsb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovm2w-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsllvw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvtpd2qq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-kxnorb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-kandnb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsubusw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpminub-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vptestnmw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvtqq2ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512cd-vplzcntd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vandnps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vbroadcastf64x2-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmullw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsubb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovzxbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmaxsb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmovswb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsllvw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-kxorb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-kortestb-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvtpd2uqq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsubw-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O1 (test for excess errors) FAIL: gcc.target/i386/avx512dq-kmovb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpunpckhbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsraw-3.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvttpd2qq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsubb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vfpclasspd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vbroadcastf64x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512cd-vpbroadcastmb2q-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vinserti32x8-1.c (test for excess errors) FAIL: gcc.target/i386/avx512cd-vplzcntq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpmaxsw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vandpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvtuqq2pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-kshiftlb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-logic-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsubw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpunpckhbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvtpd2uqq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-kmovb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512bw-vpsrawi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvttpd2qq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vbroadcasti32x2-1.c (test for excess errors) FAIL: gcc.target/i386/avx512cd-vplzcntq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512cd-vpbroadcastmw2d-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vandpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vinserti64x2-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vpmovd2m-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-kshiftlb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvtuqq2ps-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -Os (test for excess errors) FAIL: gcc.target/i386/avx512dq-vrangepd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-pr70059.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vreducesd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-kmovb-3.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vandps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-broadcast-gpr-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvtps2qq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvttpd2uqq-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O1 -fpic (test for excess errors) FAIL: gcc.target/i386/avx512dq-vpmovm2d-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vbroadcasti32x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512cd-vpbroadcastmw2d-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-kshiftrb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vexp2ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrcp28ss-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-pr77476.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vfpclasspd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvtuqq2ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vandps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vreducess-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vrangeps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-kmovb-4.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvttpd2uqq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvtps2qq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vpmovm2d-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vbroadcasti32x8-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-kshiftrb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vinserti64x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrsqrt28sd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrcp28pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrsqrt28pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vextractf32x8-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vfpclassps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vbroadcast-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-kmovb-5.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -Os -fpic (test for excess errors) FAIL: gcc.target/i386/avx512dq-vreducess-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vrangeps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvttps2qq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvtps2uqq-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512dq-vpmovm2q-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vbroadcasti32x8-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-ktestb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-broadcast-gpr-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vorpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-floorf-sfix-vec-1.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrcp28pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrsqrt28ss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vfpclassps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrsqrt28pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vextractf64x2-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vbroadcastf32x2-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i32scatterd512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vxorpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vrangesd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvttps2qq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvtps2uqq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vbroadcasti64x2-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vpmovm2q-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-ceil-sfix-vec-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-ktestb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vorpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-floorf-sfix-vec-2.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrsqrt28ss-2.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrcp28ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrsqrt28ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vfpclasssd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vextractf64x2-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -Os -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512dq-vbroadcastf32x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vxorpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvtqq2pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvttps2uqq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-pr82855.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512dq-vrangess-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vbroadcasti64x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vpmovq2m-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-ceil-sfix-vec-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-floorf-vec-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i64gatherpd512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vorps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrcp28ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vfpclassss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrsqrt28ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vextracti32x8-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i64scatterps512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-cvtsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vxorps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvtqq2pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vcvttps2uqq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vandnpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vreducepd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kmovw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vpmovq2m-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-gf2p8affineqb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i32scatterd512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-ceil-vec-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-floorf-vec-2.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrcp28ps-3.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vorps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrsqrt28ps-3.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vextracti64x2-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-cvtss-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512f-abspd-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O2 (test for excess errors) FAIL: gcc.target/i386/avx512dq-vxorps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-pr63594-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vreducepd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kshiftrw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-gf2p8mulb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kmovw-3.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vpmullq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-gather-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-ceil-vec-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i32scatterpd512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrcp28ps-4.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrsqrt28ps-4.c (test for excess errors) FAIL: gcc.target/i386/avx512f-dummy.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vextracti64x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i64gatherpd512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-absps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i64scatterps512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vexp2pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-pr70059.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vreduceps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i32gatherd512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kmovw-4.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vpmullq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-gather-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.target/i386/avx512f-ceilf-sfix-vec-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i32scatterpd512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-floor-sfix-vec-1.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrsqrt28ps-5.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrcp28sd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-pr85090-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O2 -fpic (test for excess errors) FAIL: gcc.target/i386/avx512f-i64gatherps512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vinsertf32x8-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i64scatterq512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-pr70421.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vreduceps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i32gatherd512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kmovw-5.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vrangepd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-ceilf-sfix-vec-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-gather-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-floor-sfix-vec-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i32scatterps512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrsqrt28ps-6.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrcp28sd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kshiftrw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i64gatherps512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vpmovd2m-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i64scatterq512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-pr71559.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vinsertf64x2-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vreducesd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vexp2pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i32gatherpd512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-knotw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-gather-4.c (test for excess errors) FAIL: gcc.target/i386/avx512f-ceilf-vec-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-floor-vec-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.target/i386/avx512f-i32scatterps512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrsqrt28sd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vrcp28ss-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512f-kunpckbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i64gatherq512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-inline-asm.c (test for excess errors) FAIL: gcc.target/i386/avx512f-pr77476.c (test for excess errors) FAIL: gcc.target/i386/avx512f-setzero-pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512dq-vinsertf64x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-rintf-sfix-vec-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i32gatherpd512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512er-vexp2ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-ceilf-vec-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-gather-5.c (test for excess errors) FAIL: gcc.target/i386/avx512f-floor-vec-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kortestw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i32scatterq512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kunpckbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v16sf-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i64gatherq512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-int2mask-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-pr85169.c (test for excess errors) FAIL: gcc.target/i386/avx512f-setzero-ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-rintf-sfix-vec-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i32gatherps512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtpd2ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtps2ph-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v8df-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i32scatterq512-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512f-vaddpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kunpckbw-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v16sf-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i64scatterd512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-pr85177.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kandnw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-valignd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-setzero-si512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vbroadcastf64x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-round-sfix-vec-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i32gatherps512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtpd2udq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v8df-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtps2udq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i64gatherd512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-gf2p8affineinvqb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vaddps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v16sf-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kxnorw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-pr85255.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i64scatterd512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcompresspd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kandw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kortestw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-valignq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vbroadcasti32x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-round-sfix-vec-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtpd2udq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i32gatherq512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v8df-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtps2udq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i64gatherd512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vaddps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcmpps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtsi2sd64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v16sf-4.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kxorw-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O3 -g (test for excess errors) FAIL: gcc.target/i386/avx512f-i64scatterpd512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcompressps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-klogic-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-valignq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-korw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-trunc-vec-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vbroadcasti32x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-roundf-sfix-vec-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtph2ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v8df-4.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i32gatherq512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtsd2si-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vaddsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttpd2dq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcmpsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtsi2ss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v16sf-5.c (test for excess errors) FAIL: gcc.target/i386/avx512f-mask2int-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-i64scatterpd512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcompressps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kmovw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vblendmpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-trunc-vec-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kshiftlw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-reduce-op-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vbroadcasti64x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-pr84786-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O2 -flto (test for excess errors) FAIL: gcc.target/i386/avx512f-roundf-sfix-vec-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v8df-5.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtph2ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttsd2si64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtsd2si64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttpd2dq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vaddsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtsi2ss64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v16si-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcmpss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-pr57233.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttss2usi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtdq2pd-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O3 -g -fpic (test for excess errors) FAIL: gcc.target/i386/avx512f-vblendmpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-truncf-vec-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-rint-sfix-vec-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-kshiftlw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtusi2sd64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vbroadcasti64x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v8di-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtps2dq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-rounding.c (test for errors, line 9) FAIL: gcc.target/i386/avx512f-rounding.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtsd2ss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vaddsd-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttsd2si64-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttpd2udq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v16si-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtss2sd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttss2usi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcomisd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtdq2pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-truncf-vec-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.target/i386/avx512f-rint-sfix-vec-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vblendmps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtusi2sd64-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v8di-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vdivsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtps2dq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vbroadcastsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-scatter-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-pr84786-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtsd2usi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vaddss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttpd2udq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttsd2usi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v16si-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtss2si-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcomiss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttss2usi64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtdq2ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-typecast-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vblendmps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtusi2ss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v8di-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vexpandpd-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512f-vdivsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtps2pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vbroadcastsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-scatter-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtsd2usi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vextracti64x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vaddss-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttsd2usi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttps2dq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v16si-4.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtss2si64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttss2usi64-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcompresspd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtdq2ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-undefined-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512f-vbroadcastf32x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtusi2ss-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmadd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v8di-4.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vexpandpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vdivsd-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vbroadcastss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtps2pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-scatter-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vextracti64x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtsd2usi64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vaddss-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v16si-5.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttps2dq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtss2usi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttsd2usi64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtudq2pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmaddsubXXXps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-set-v8di-5.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtpd2dq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vaddpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtusi2ss64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vbroadcastf32x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmaddXXXpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vexpandps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vdivss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vbroadcastss-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtps2ph-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtsd2usi64-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmsubaddXXXps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfixupimmpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-valignd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttps2udq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtss2usi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfnmsubXXXps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttsd2usi64-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtudq2pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vgetexpss-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtpd2dq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmsubXXXpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtusi2ss64-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vinsertf32x4-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/nested-2.c -O2 -flto -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... FAIL: gcc.target/i386/avx512f-vfmaddXXXpd-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.target/i386/avx512f-vexpandps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vbroadcastf64x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vdivss-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcmppd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfnmaddXXXpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmaxpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vminpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovapd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttps2udq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtss2usi64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfnmsubXXXsd-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... FAIL: gcc.target/i386/avx512f-vcvttss2si-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtudq2ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmsubXXXpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vgetmantpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtpd2ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vinsertf32x4-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vdivpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmaddXXXps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovdqu32-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vextractf32x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vdivss-3.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -Os (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovntps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfnmaddXXXpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmaxps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vminps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfixupimmps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovaps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtss2usi64-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttss2si-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttsd2si-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfnmsubXXXss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtudq2ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmsubXXXps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmulpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vinsertf64x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vdivpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmaddXXXps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vextractf32x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovdqu64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vec-init.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovshdup-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfnmaddXXXps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmaxps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vminps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfixupimmsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovaps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttsd2si-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttss2si64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpabsd-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... FAIL: gcc.target/i386/avx512f-vgetexppd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtusi2sd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmsubXXXps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vgetmantps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmulps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vinsertf64x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vdivps-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -Os -fpic (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmaddXXXsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovdqu64-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vextractf64x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovshdup-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfnmaddXXXps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmaxsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vminsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfixupimmss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovddup-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvttss2si64-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpabsd512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vcvtusi2sd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpandnd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vgetexppd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmsubXXXsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vgetmantsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmulps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vdivps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vinserti32x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmaddXXXss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovntdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vextractf64x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovsldup-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmaxsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfnmaddXXXsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vminsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpabsq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovddup-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpeqq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpandnd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpbroadcastd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vgetexpps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpgeud-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... FAIL: gcc.target/i386/avx512f-vfmsubXXXss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vgetmantss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmulsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vinserti32x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpgtuq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmaddsubXXXpd-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -Os -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovntdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovsldup-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vextracti32x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmaxsd-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vminsd-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfnmaddXXXss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovdqa32-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpabsq512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpbroadcastd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpequd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpandnq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vgetexpps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpgeuq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmsubaddXXXpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vinsertf32x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vinserti32x4-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmulsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmaddsubXXXpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpled-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovntdqa-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vextracti32x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovupd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmaxss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vminss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfnmsubXXXpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpaddd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovdqa32-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpequd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpbroadcastq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpandnq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpgeuq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vgetexpsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmsubaddXXXpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpltd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmulsd-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vinserti64x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpled-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmaddsubXXXps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovntdqa-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovupd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmaxss-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpneqq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vminss-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfnmsubXXXpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpaddd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovdqa64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpequq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpbroadcastq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpandq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpgtd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vgetexpsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpltq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfmsubaddXXXps-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... FAIL: gcc.target/i386/avx512f-vmulss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vinserti64x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpleq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpuq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovntpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovups-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmaxss-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vminss-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpnequd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovdqa64-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vfnmsubXXXps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpaddq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpequq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpgtd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpandq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpltq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vgetexpss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmulss-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.target/i386/avx512f-vmaxpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermi2ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpleq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcompressb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovntpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovups-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vminpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpnequd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovapd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpaddq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovdqu32-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermilpsi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpged-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpgtq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpltud-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpblendmd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpclmulqdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmulss-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermq-var-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermi2q-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpexpandb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmovntps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpleud-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpdpbusds-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vmulpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpnequq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmaxsq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpminud-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpged-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpgtq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpandd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovqd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpltud-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpd-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.target/i386/avx512f-vnni-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpblendmd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermq-var-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermi2q-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpleud-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpdpwssd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsqd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpnequq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsxwd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmaxsq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpminud-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpandd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpgeq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpgtud-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcompressb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovqd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpltuq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpblendmq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovusqd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermt2d-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpdpwssds-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermilpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpleuq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpexpandb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsqd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsxwd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmaxud-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovzxwd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpminuq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpgeq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpgtud-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermpdi-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpltuq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcompressd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpeqd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovqw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpblendmq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovusqd-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... FAIL: gcc.target/i386/avx512f-vpermd-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... FAIL: gcc.target/i386/avx512f-vpexpandd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpleuq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermilpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermt2d-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsqw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsxwq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmaxud-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovzxwd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpminuq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermpdi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpgtuq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpgeud-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcompressd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpeqd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpneqd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovqw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovusqw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpord-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpexpandd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpltd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermilpdi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsqw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermt2pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpud-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsxwq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmaxuq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovzxwq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovdb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vprolvq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcompressq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpshld-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpeqq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpneqd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsdb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovusqw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermi2d-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpord-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermilpdi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpexpandq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsxbd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpud-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermt2pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmaxuq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovzxwq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovusdb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovdb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vprolvq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpneqq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcompressq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsllq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsdb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovzxbd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermi2d-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vporq-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... FAIL: gcc.target/i386/avx512f-vpermilps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpexpandq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsxbd-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O2 -flto (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcmpuq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermt2ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmuldq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpminsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovusdb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpshrdvd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermq-imm-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovdw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vprord-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcompressw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsllq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsrad-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsdw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovzxbd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermi2pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vporq-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... FAIL: gcc.target/i386/avx512f-vpermilps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpshldd-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... FAIL: gcc.target/i386/avx512f-vpexpandw-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... FAIL: gcc.target/i386/avx512f-vpmovsxbq-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... FAIL: gcc.target/i386/avx512f-vpermt2ps-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... FAIL: gcc.target/i386/avx512f-vpmuldq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpminsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsravq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovusdw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpshrdvq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermq-imm-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovdw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpcompressw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vprord-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsllqi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsrad-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsdw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovzxbq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermi2pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vprold-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpshldq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermilpsi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpexpandw-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsxbq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmulld-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermt2q-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsravq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpminsq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpshrdvw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermq-imm-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovusdw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovqb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsllqi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsradi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vprorq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovzxbq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsqb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermi2ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vprold-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpshldv-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmaxsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmulld-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsrlqi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsxdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpermt2q-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsravq512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpminsq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpshrdw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsubq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovusqb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsllvd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovqb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsradi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vprorq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsqb-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovzxdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpdpbusd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpshldvd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vprolq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmaxsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vptestnmd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsrlqi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmuludq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovsxdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsravq512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpunpcklqdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpshufd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsubq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrcp14sd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovusqb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsllvd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsraq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrndscaless-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmovzxdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vprorvd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vscalefpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpshldvq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vptestnmd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vprolq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vshuff64x2-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpmuludq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsrlvd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsqrtpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsrld-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsubps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpunpcklqdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpternlogd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpshufd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrcp14sd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vunpckhpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsllvq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsraq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrndscaless-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vprorvd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vscalefpd-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/non-local-goto-5.c -O2 -flto -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512f-vpshldvw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vptestnmq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vprolvd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vshuff64x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512pf-vgatherpf1dpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsrlvd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsqrtpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsrld-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsubps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpxord-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpternlogd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpslld-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrcp14ss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsllvq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vunpckhpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsraqi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrsqrt14pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vprorvq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vscalefps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpshrdd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vptestnmq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512fvl-vaes-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vshufi32x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vprolvd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsrlvq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512pf-vgatherpf1dps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsqrtps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsrldi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsubsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpxord-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpternlogq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpslld-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsllvq512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrcp14ss-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vunpckhps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsraqi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrsqrt14pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vprorvq-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O0 (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... FAIL: gcc.target/i386/avx512f-vpshrdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vscalefps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpunpckhdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vshufi32x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512ifma-vpmaddhuq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsrlvq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512pf-vgatherpf1qpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512pf-vscatterpf1qpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsrldi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsqrtps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsubsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpxorq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpternlogq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsllvq512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpslldi-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... FAIL: gcc.target/i386/avx512f-vpsravd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vunpckhps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrndscalepd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrsqrt14ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vscalefsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpshrdv-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpunpckhdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vshufi64x2-1.c (test for excess errors) FAIL: gcc.target/i386/avx512pf-vgatherpf1qps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsrlvq512-1.c (test for excess errors) FAIL: gcc.target/i386/avx512pf-vscatterpf1qps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsrlq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsqrtsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsubsd-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpxorq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpslldi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vptestmd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsravd-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... FAIL: gcc.target/i386/avx512f-vrndscalepd-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... FAIL: gcc.target/i386/avx512f-vunpcklpd-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O0 -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... FAIL: gcc.target/i386/avx512f-vrsqrt14ps-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... FAIL: gcc.target/i386/avx512f-vscalefsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpunpckhqdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vshufi64x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512pf-vscatterpf0dpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-i32scatterq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsrlvq512-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsrlq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vbmi-vpermb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsqrtsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsubss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512ifma-vpmaddhuq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrcp14pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vptestmd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-logic-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vaddps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vunpcklpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrndscaleps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrsqrt14sd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vscalefss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vshufpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpunpckhqdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512pf-vscatterpf0dps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsubd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-i64gatherd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vblendmpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsqrtss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsubss-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrcp14pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512ifma-vpmaddluq-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O0 -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512f-vptestmq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrndscaleps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vunpcklps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrsqrt14sd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vscalefss-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vshufpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpunpckldq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpsubd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512pf-vscatterpf0qpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-gf2p8affineinvqb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-i64gatherpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsqrtss-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsubss-3.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrcp14ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512ifma-vpmaddluq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vbmi-vpermb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vptestmq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vunpcklps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrndscalesd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrsqrt14ss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vshuff32x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vshufps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vpunpckldq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-gf2p8affineqb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512pf-vscatterpf0qps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vaddps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-i64gatherps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vucomisd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsubpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrcp14ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512pf-vgatherpf0dpd-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O0 -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512vbmi-vpermi2b-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vblendmpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrndscalesd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vrsqrt14ss-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vshuff32x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vshufps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-gf2p8mulb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512pf-vscatterpf1dpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-valignd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-pack-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-i64gatherq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vsubpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512f-vucomiss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcmppd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512pf-vgatherpf0dps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vbmi-vpermi2b-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vblendmps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtdq2ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvttps2dq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-i32gatherd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vbroadcastf64x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512pf-vscatterpf1dps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-valignd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-pack-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-i64scatterd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfnmaddXXXps-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O1 (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcmpps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtph2ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512pf-vgatherpf0qpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vblendmps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vbmi-vpermt2b-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtps2udq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtpd2dq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvttps2dq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-i32gatherpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vbroadcasti32x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-valignq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-i64scatterpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vexpandps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfixupimmps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfnmsubXXXpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcmpps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtps2dq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512pf-vgatherpf0qps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vbroadcast-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtps2uqq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vbmi-vpermt2b-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-gather-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtpd2dq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-i32gatherps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfmsubXXXpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vbroadcasti32x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-valignq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vextractf32x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-i64scatterps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfmaddXXXpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtuqq2pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vinserti32x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vgetexpps-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O1 -fpic (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfnmsubXXXpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcompresspd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtps2dq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtqq2pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vbroadcast-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vminps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vbmi-vpmultishiftqb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtpd2ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovdqa64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-i32gatherq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfmsubXXXps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vbroadcasti32x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vandnpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvttps2qq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vextractf32x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-i64scatterq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtuqq2ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfmaddXXXpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vgetmantpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfnmsubXXXps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcompresspd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtps2pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtqq2ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vbmi-vpmultishiftqb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtpd2ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-i32scatterd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vandnps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vbroadcasti64x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfmsubXXXps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vextractf64x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vdbpsadbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvttps2udq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfmaddXXXps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-logic-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vgetmantpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfnmsubXXXps-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O1 -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcompressps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtps2pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvttpd2dq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovdqa64-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtpd2qq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-i32scatterpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovshdup-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vminps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vandpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vbroadcastsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vbroadcastf32x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vextracti32x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfmsubaddXXXpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvttps2udq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vdivpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfmaddXXXps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vgetmantps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmulps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtps2ph-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcompressps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvttpd2dq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovdqu16-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtpd2udq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vinserti64x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-i32scatterps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-pr79299-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vandps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovapd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vbroadcastsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vbroadcastf32x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vextracti32x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvttps2uqq-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O1 -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512vl-vdivpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfmsubaddXXXpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vgetmantps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfmaddsubXXXpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtps2ph-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtdq2pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvttpd2qq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovdqu32-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vinsertps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtpd2udq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfpclasspd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovapd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vbroadcastss-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpabsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpaddsb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vextracti64x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vbroadcastf32x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovshdup-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtudq2pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vdivps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfmsubaddXXXps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfmaddsubXXXpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtdq2pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtps2ph-3.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovdqu32-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvttpd2udq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmaxpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfpclassps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtpd2uqq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmulps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovaps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vbroadcastss-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpackssdw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpaddsw-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O2 (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfixupimmpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovsldup-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtudq2pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vdivps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpandnd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfmsubaddXXXps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfmaddsubXXXps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtps2qq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtdq2ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvttpd2udq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovdqu64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmaxpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vaddpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vinsertf32x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtph2ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vnni-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vgetexppd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcmppd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovaps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpaddusb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpacksswb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfixupimmpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovsldup-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtudq2ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vexpandpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpandnd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfnmaddXXXpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfmaddsubXXXps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtps2udq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpblendmd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvttpd2uqq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmaxps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovdqu64-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vaddpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vinsertf32x4-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vgetexppd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovddup-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O2 -fpic (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpbroadcastmb2q-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpaddusw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpackusdw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpeqd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfixupimmps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovupd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vcvtudq2ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpandnq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfmsubXXXpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vexpandpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfnmaddXXXpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpeqw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovdqu8-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpblendmq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmaxps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgeuq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgtud-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vgetexpps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovddup-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpaddw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpbroadcastmw2d-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpackuswb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpeqd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovupd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpleub-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpltq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpandnq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vorpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgeb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vexpandps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vfnmaddXXXps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpneqd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovntdqa-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpblendmq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vminpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgeuw-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O2 -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgtuq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovdqa32-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpalignr-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpneqw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpaddb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpbroadcastq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vinsertf64x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpeqq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpltq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpleud-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovups-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpandq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vorps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpneqd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpged-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpblendmw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcompressb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vminpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgew-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgtuq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpalignr-3.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpaddd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovdqa32-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpbroadcastq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpeqq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vinserti32x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpleud-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpltub-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmovups-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpandq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpabsb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpged-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpneqq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpbroadcast-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O2 -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermilpdi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcompressb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgtb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermi2pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgtuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpdpbusd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpaddd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpbroadcastw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpleuq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpltud-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermt2ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpavgb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmulpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpabsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpneqq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgeq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermilps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcompressd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermi2pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgtd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgtw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpdpbusds-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpaddq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpub-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpandd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermq-imm-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpleuq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpltud-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpavgw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermt2ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vmulpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpabsd-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O3 -g (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpequb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpnequb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgeq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermilps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcompressd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermi2ps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgtd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpleb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpdpwssd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpaddq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpandd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpud-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpleuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermq-imm-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpblendmb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpltuq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpclmulqdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermt2q-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpabsq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpexpandq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpequd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgeub-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpnequd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermilpsi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcompressq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermi2ps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpdpwssds-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgtq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmaddwd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpled-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpbroadcastb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmaxuq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpud-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmplew-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermq-var-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpblendmd-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O3 -g -fpic (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpltuq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermt2q-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpabsq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpexpandq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpequd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgeud-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpnequd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermilpsi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcompressq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmaxsb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermi2q-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgtq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpled-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpltb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmaxuq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermq-var-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpbroadcastd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpuq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpminud-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpltuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermt2w-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpexpandw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovdw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpequq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgeud-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpnequq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermi2q-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgtub-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmaxsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcompressw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmaxuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpleq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpltd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpbroadcastd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpuq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpminud-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpltw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpd-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O3 -g -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpequq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovm2b-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgeuq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpnequq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermi2w-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpgtud-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmaxsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpminsb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcompressw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpltd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpleq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovqw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpneqb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpminuq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpeqb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpexpandb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermt2b-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpequw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovm2d-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpnequw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpexpandw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermilpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsqw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermpdi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmaxsq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsxwd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpminsd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpconflictd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovzxbq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpcmpw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovusqd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovqw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpminuq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmulhrsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmuludq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovm2q-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermt2d-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vprolvd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vprorvq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermilpd-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O3 -g -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermpdi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsqw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmaxsq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsxwd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpminsd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovzxbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermi2b-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpconflictq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovusqd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsdb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpminuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmulhrsw-3.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovm2w-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpord-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermt2d-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vprolvq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsadbw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermilpdi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpexpandb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vplzcntd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovswb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmaxsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsxwq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpminsq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermi2d-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovzxdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovusqw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshufd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsdb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovb2m-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmulhuw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovq2m-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpord-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vprolvq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermt2pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshld-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -Os (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsllqi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpexpandd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshrdd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmaxub-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrad-3.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsxbd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vplzcntq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsxwq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpminsq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermi2d-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovzxdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovusqw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshufhw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovd2m-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsdw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmulhw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovqb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vporq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpermt2pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vprord-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsllvd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpexpandd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshrdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmaxud-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsradi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsxbd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpminsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovusdb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsravq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovuswb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovzxwd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshuflw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovdb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsdw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmulld-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovqb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vporq-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -Os -fpic (test for excess errors) FAIL: gcc.target/i386/avx512vl-vprord-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrlqi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsllvd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmaxud-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshrdv-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsubd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsradi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsxbq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshldd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpminub-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovw2m-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovusdb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovzxwd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsravw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpslld-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsqb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovdb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmulld-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovqd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vprold-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmaddhuq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrlqi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vprorq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsllvq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsubd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshrdvd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpternlogd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsxbq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsraq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshldq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovwb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vptestnmd-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -Os -mforce-drap (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsraw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovzxwq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovusdw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpslld-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmullq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsqb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovqd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmaddluq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vprold-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovdw-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrlvd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsllvq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vprorq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshrdvq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsubq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpternlogq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsraq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsxbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshldv-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vptestnmd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovzxbd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrawi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovzxwq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovusdw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpslldi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmullw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmaddubsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsqd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpunpckhwd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vprolq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrlvd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsllvw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vprorvd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpxorq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshrdvw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsubq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpternlogq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsraqi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovzxbd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsxdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vptestnmq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshldvd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrld-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -Os -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmuldq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovusqb-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpslldi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsqd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vrndscalepd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpunpcklbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vprolq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrlvq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsllw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vrangepd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshrdw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vprorvd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsubsb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vptestmb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsraqi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vptestnmq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovzxbq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshldvq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovsxdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrld-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmuldq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmovusqb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vscalefpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsllq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vrndscaleps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpunpckldq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vprolvd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrlvq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsllwi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmultishiftqb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vrangeps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshufb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vprorvq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsubsw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vptestnmw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vptestmd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsravd-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshldvw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vshufi64x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vsubpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vunpcklps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrldi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsllq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpunpckldq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vscalefps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vrndscaleps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrlvw-2.c (test for excess errors) FAIL: gcc.target/i386/bmi-5.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrad-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpmuludq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vrcp14pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsubusb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshufb-3.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpunpckhbw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vptestmd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsravd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshrd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vshufpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vxorpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrldi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vsubps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpunpcklqdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsllqi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vscalefps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrlw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vround-1.c (test for excess errors) FAIL: gcc.target/i386/bmi-6.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrad-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vrcp14pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsubusw-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O2 -flto -flto-partition=none -fpic (test for excess errors) FAIL: gcc.target/i386/avx512vl-vptestmq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpunpckhdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpshufd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsravq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vshufpd-2.c (test for excess errors) FAIL: gcc.target/i386/bmi-bextr-3.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vxorps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpunpcklqdq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vsubps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrlq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vshuff32x4-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrlwi-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vround-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vrcp14ps-1.c (test for excess errors) FAIL: gcc.target/i386/bmi2-pext-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsubw-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vptestmq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpunpckhdq-2.c (test for excess errors) FAIL: gcc.target/i386/bmi2-sarx32-1a.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vshufps-1.c (test for excess errors) FAIL: gcc.target/i386/bmi-bextr-4.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpunpcklwd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vunpckhpd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsrlq-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vshuff32x4-2.c (test for excess errors) FAIL: gcc.target/i386/bmi2-bzhi-1.c (test for excess errors) FAIL: gcc.target/i386/bmi-blsmsk-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpsubb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vrsqrt14pd-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vrcp14ps-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O2 -flto -flto-partition=none -mforce-drap (test for excess errors) FAIL: gcc.target/i386/bmi2-mulx64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpternlogd-1.c (test for excess errors) FAIL: gcc.target/i386/bitfield3.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vptestmw-2.c (test for excess errors) FAIL: gcc.target/i386/bmi-andn-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpunpckhqdq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vshufps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpxord-1.c (test for excess errors) FAIL: gcc.target/i386/bmi-bextr-5.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vunpckhpd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vshuff64x2-1.c (test for excess errors) FAIL: gcc.target/i386/bmi2-bzhi-2.c (test for excess errors) FAIL: gcc.target/i386/bmi-blsmsk-2a.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vrsqrt14pd-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vreducepd-2.c (test for excess errors) FAIL: gcc.target/i386/bmi2-mulx64-1a.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vptestnmb-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpunpckhqdq-2.c (test for excess errors) FAIL: gcc.target/i386/bmi2-pext32-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vsqrtpd-1.c (test for excess errors) FAIL: gcc.target/i386/bmi-andn-1a.c (test for excess errors) FAIL: gcc.target/i386/bmi2-sarx64-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vunpckhps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vshuff64x2-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpxord-2.c (test for excess errors) FAIL: gcc.target/i386/bmi-bextr-6.c (test for excess errors) FAIL: gcc.target/i386/bmi2-bzhi-3.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vrsqrt14ps-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O2 -flto -flto-partition=none -mforce-drap -fpic (test for excess errors) FAIL: gcc.target/i386/avx512vl-vreduceps-2.c (test for excess errors) FAIL: gcc.target/i386/bmi-1.c (test for excess errors) FAIL: gcc.target/i386/bmi-blsr-1.c (test for excess errors) FAIL: gcc.target/i386/bmi2-mulx64-2.c (test for excess errors) FAIL: gcc.target/i386/bmi2-pext32-1a.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vsqrtpd-2.c (test for excess errors) FAIL: gcc.target/i386/bmi2-sarx64-1a.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vunpckhps-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vshufi32x4-1.c (test for excess errors) FAIL: gcc.target/i386/bmi-andn-2.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vpxorq-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vrsqrt14ps-2.c (test for excess errors) FAIL: gcc.target/i386/bmi-blsi-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vpopcntdq-vpopcntd-1.c (test for excess errors) FAIL: gcc.target/i386/bmi2-bzhi32-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vrndscalepd-1.c (test for excess errors) FAIL: gcc.target/i386/call-1.c (test for excess errors) FAIL: gcc.target/i386/bmi-blsr-1a.c (test for excess errors) FAIL: gcc.target/i386/bmi2-pext64-1.c (test for excess errors) FAIL: gcc.target/i386/bmi2-mulx64-2a.c (test for excess errors) FAIL: gcc.target/i386/bmi-2.c (test for excess errors) FAIL: gcc.target/i386/bmi2-shlx32-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vsqrtps-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vshufi32x4-2.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O2 -flto (test for excess errors) FAIL: gcc.target/i386/avx512vl-vunpcklpd-1.c (test for excess errors) FAIL: gcc.target/i386/bmi-andn-2a.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vscalefpd-1.c (test for excess errors) FAIL: gcc.target/i386/bmi2-bzhi32-1a.c (test for excess errors) FAIL: gcc.target/i386/brokensqrt.c (test for excess errors) FAIL: gcc.target/i386/bmi-blsi-1a.c (test for excess errors) FAIL: gcc.target/i386/avx512vpopcntdq-vpopcntd.c (test for excess errors) FAIL: gcc.target/i386/cet-intrin-10.c (test for excess errors) FAIL: gcc.target/i386/bmi-blsr-2.c (test for excess errors) FAIL: gcc.target/i386/bmi2-pext64-1a.c (test for excess errors) FAIL: gcc.target/i386/bmi2-pdep-1.c (test for excess errors) FAIL: gcc.target/i386/bmi2-shlx32-1a.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vsqrtps-2.c (test for excess errors) FAIL: gcc.target/i386/bmi-3.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vshufi64x2-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vunpcklpd-2.c (test for excess errors) FAIL: gcc.target/i386/cet-rdssp-1.c (test for excess errors) FAIL: gcc.target/i386/bmi-bextr-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vpopcntdq-vpopcntq-1.c (test for excess errors) FAIL: gcc.target/i386/bmi-blsi-2.c (test for excess errors) FAIL: gcc.target/i386/chkp-label-address.c (test for warnings, line 6) FAIL: gcc.target/i386/cet-intrin-3.c (test for excess errors) FAIL: gcc.target/i386/chkp-label-address.c (test for excess errors) FAIL: gcc.target/i386/bmi2-rorx32-1.c (test for excess errors) FAIL: gcc.target/i386/bmi-blsr-2a.c (test for excess errors) FAIL: gcc.target/i386/bmi2-pdep32-1.c (test for excess errors) FAIL: gcc.target/i386/bmi2-shrx32-1.c (test for excess errors) FAIL: gcc.target/i386/avx512vl-vsubpd-1.c (test for excess errors) FAIL: gcc.target/i386/bmi-4.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O2 -flto -fpic (test for excess errors) FAIL: gcc.target/i386/avx512vl-vunpcklps-1.c (test for excess errors) FAIL: gcc.target/i386/bmi-bextr-1a.c (test for excess errors) FAIL: gcc.target/i386/bmi2-bzhi64-1.c (test for excess errors) FAIL: gcc.target/i386/bmi2-rorx32-1a.c (test for excess errors) FAIL: gcc.target/i386/avx512vpopcntdq-vpopcntq.c (test for excess errors) FAIL: gcc.target/i386/bmi-blsi-2a.c (test for excess errors) FAIL: gcc.target/i386/cet-intrin-4.c (test for excess errors) FAIL: gcc.target/i386/bmi-tzcnt-1.c (test for excess errors) FAIL: gcc.target/i386/bmi2-shrx32-1a.c (test for excess errors) FAIL: gcc.target/i386/bmi2-pdep32-1a.c (test for excess errors) FAIL: gcc.target/i386/clflushopt-1.c (test for excess errors) FAIL: gcc.target/i386/conversion.c (test for excess errors) FAIL: gcc.target/i386/bmi-bextr-2.c (test for excess errors) FAIL: gcc.target/i386/bmi2-bzhi64-1a.c (test for excess errors) FAIL: gcc.target/i386/bmi2-rorx64-1.c (test for excess errors) FAIL: gcc.target/i386/chkp-bndret.c (test for excess errors) FAIL: gcc.target/i386/bmi-blsmsk-1.c (test for excess errors) FAIL: gcc.target/i386/cet-intrin-5.c (test for excess errors) FAIL: gcc.target/i386/bmi2-shrx64-1.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O2 -flto -mforce-drap (test for excess errors) FAIL: gcc.target/i386/bmi-tzcnt-1a.c (test for excess errors) FAIL: gcc.target/i386/bmi2-pdep64-1.c (test for excess errors) FAIL: gcc.target/i386/cet-sjlj-2.c (test for excess errors) FAIL: gcc.target/i386/bmi-bextr-2a.c (test for excess errors) FAIL: gcc.target/i386/bmi2-rorx64-1a.c (test for excess errors) FAIL: gcc.target/i386/bmi-blsmsk-1a.c (test for excess errors) FAIL: gcc.target/i386/cet-intrin-6.c (test for excess errors) FAIL: gcc.target/i386/bmi2-shrx64-1a.c (test for excess errors) FAIL: gcc.target/i386/clobbers.c (test for excess errors) FAIL: gcc.target/i386/bmi-tzcnt-2.c (test for excess errors) FAIL: gcc.target/i386/bmi2-pdep64-1a.c (test for excess errors) FAIL: gcc.target/i386/cet-sjlj-3.c (test for excess errors) FAIL: gcc.target/i386/avx512vpopcntdqvl-vpopcntd-1.c (test for excess errors) FAIL: gcc.target/i386/bmi2-sarx32-1.c (test for excess errors) FAIL: gcc.target/i386/builtin_target.c (test for excess errors) FAIL: gcc.target/i386/cet-intrin-7.c (test for excess errors) FAIL: gcc.dg/torture/stackalign/pr16660-1.c -O2 -flto -mforce-drap -fpic (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.target/i386/clwb-1.c (test for excess errors) FAIL: gcc.target/i386/float128-1.c (test for excess errors) FAIL: gcc.target/i386/bmi-tzcnt-2a.c (test for excess errors) FAIL: gcc.target/i386/avx512vpopcntdqvl-vpopcntq-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... FAIL: gcc.target/i386/excess-precision-7.c (test for excess errors) FAIL: gcc.target/i386/cet-intrin-8.c (test for excess errors) FAIL: gcc.target/i386/clzero.c (test for excess errors) FAIL: gcc.target/i386/float128-2.c (test for excess errors) FAIL: gcc.target/i386/cold-attribute-1.c (test for excess errors) FAIL: gcc.target/i386/cet-sjlj-5.c (test for excess errors) FAIL: gcc.target/i386/cet-intrin-9.c (test for excess errors) FAIL: gcc.target/i386/divmod-6.c (test for excess errors) FAIL: gcc.target/i386/fma-256-fmsubaddXX.c (test for excess errors) FAIL: gcc.target/i386/cold-attribute-2.c (test for excess errors) FAIL: gcc.target/i386/excess-precision-8.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... FAIL: gcc.target/i386/chkp-strchr.c (test for excess errors) FAIL: gcc.target/i386/fma-256-fnmaddXX.c (test for excess errors) FAIL: gcc.target/i386/fma_run_double_1.c (test for excess errors) FAIL: gcc.target/i386/fma_run_float_5.c (test for excess errors) FAIL: gcc.target/i386/cold-attribute-3.c (test for excess errors) FAIL: gcc.target/i386/float128-3.c (test for excess errors) FAIL: gcc.target/i386/getround.c (test for excess errors) FAIL: gcc.target/i386/fma-256-fnmsubXX.c (test for excess errors) FAIL: gcc.target/i386/divmod-1.c (test for excess errors) FAIL: gcc.target/i386/fma_run_double_2.c (test for excess errors) FAIL: gcc.target/i386/cold-attribute-4.c (test for excess errors) FAIL: gcc.target/i386/fma_run_float_6.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... FAIL: gcc.target/i386/gfni-1.c (test for excess errors) FAIL: gcc.target/i386/fma-compile.c (test for excess errors) FAIL: gcc.target/i386/fma_run_double_3.c (test for excess errors) FAIL: gcc.target/i386/fma4-maccXX.c (test for excess errors) FAIL: gcc.target/i386/fma-256-fmaddXX.c (test for excess errors) FAIL: gcc.target/i386/gfni-2.c (test for excess errors) FAIL: gcc.target/i386/fma-fmaddXX.c (test for excess errors) FAIL: gcc.target/i386/fma_run_double_4.c (test for excess errors) FAIL: gcc.target/i386/fma4-msubXX.c (test for excess errors) FAIL: gcc.target/i386/fma4-256-maccXX.c (test for excess errors) FAIL: gcc.target/i386/fma-256-fmaddsubXX.c (test for excess errors) FAIL: gcc.target/i386/excess-precision-1.c (test for excess errors) FAIL: gcc.target/i386/gfni-3.c (test for excess errors) FAIL: gcc.target/i386/fma-fmaddsubXX.c (test for excess errors) FAIL: gcc.target/i386/fma_run_double_5.c (test for excess errors) FAIL: gcc.target/i386/fuse-caller-save-xmm-run.c (test for excess errors) FAIL: gcc.target/i386/fma4-nmaccXX.c (test for excess errors) FAIL: gcc.target/i386/fma4-256-msubXX.c (test for excess errors) FAIL: gcc.target/i386/fma-256-fmsubXX.c (test for excess errors) FAIL: gcc.target/i386/fma-fmsubXX.c (test for excess errors) FAIL: gcc.target/i386/gfni-4.c (test for excess errors) FAIL: gcc.target/i386/fma_run_double_6.c (test for excess errors) FAIL: gcc.target/i386/fma4-nmsubXX.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... FAIL: gcc.target/i386/fma4-256-nmaccXX.c (test for excess errors) FAIL: gcc.target/i386/excess-precision-2.c (test for excess errors) FAIL: gcc.target/i386/fma-fmsubaddXX.c (test for excess errors) FAIL: gcc.target/i386/fma_run_float_1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... FAIL: gcc.target/i386/fma4-256-nmsubXX.c (test for excess errors) FAIL: gcc.target/i386/extract-insert-combining.c (test for excess errors) FAIL: gcc.target/i386/fma-fnmaddXX.c (test for excess errors) FAIL: gcc.target/i386/fma_run_float_2.c (test for excess errors) FAIL: gcc.target/i386/fxrstor-1.c (test for excess errors) FAIL: gcc.target/i386/fma-fnmsubXX.c (test for excess errors) FAIL: gcc.target/i386/excess-precision-3.c (test for excess errors) FAIL: gcc.target/i386/fma_run_float_3.c (test for excess errors) FAIL: gcc.target/i386/fxrstor64-1.c (test for excess errors) FAIL: gcc.target/i386/fma_run_float_4.c (test for excess errors) FAIL: gcc.target/i386/fxsave-1.c (test for excess errors) FAIL: gcc.target/i386/intrinsics_opt-4.c (test for excess errors) FAIL: gcc.target/i386/fabsneg-1.c (test for excess errors) FAIL: gcc.target/i386/fxsave64-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... FAIL: gcc.target/i386/isa-14.c (test for excess errors) FAIL: gcc.target/i386/intrinsics_1.c (test for excess errors) FAIL: gcc.target/i386/intrinsics_2.c (test for excess errors) FAIL: gcc.target/i386/lzcnt-2a.c (test for excess errors) FAIL: gcc.target/i386/l_fma_run_float_4.c (test for excess errors) FAIL: gcc.target/i386/isa-2.c (test for excess errors) FAIL: gcc.target/i386/monitorx.c (test for excess errors) FAIL: gcc.target/i386/lzcnt-3.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... FAIL: gcc.target/i386/l_fma_run_float_5.c (test for excess errors) FAIL: gcc.target/i386/fpprec-1.c (test for excess errors) FAIL: gcc.target/i386/intrinsics_4.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... FAIL: gcc.target/i386/l_fma_run_float_6.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... FAIL: gcc.target/i386/long-double-80-6.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... FAIL: gcc.target/i386/isa-1.c (test for excess errors) FAIL: gcc.target/i386/long-double-128-8.c (test for excess errors) FAIL: gcc.target/i386/isa-3.c (test for excess errors) FAIL: gcc.target/i386/intrinsics_5.c (test for warnings, line 13) FAIL: gcc.target/i386/intrinsics_5.c (test for excess errors) FAIL: gcc.target/i386/lzcnt-4.c (test for excess errors) FAIL: gcc.target/i386/interrupt-4.c (test for excess errors) FAIL: gcc.target/i386/intrinsics_6.c (test for warnings, line 13) FAIL: gcc.target/i386/intrinsics_6.c (test for excess errors) FAIL: gcc.target/i386/movsi-sm-1.c (test for excess errors) FAIL: gcc.target/i386/isa-10.c (test for excess errors) FAIL: gcc.target/i386/lzcnt-4a.c (test for excess errors) FAIL: gcc.target/i386/memset-1.c (test for excess errors) FAIL: gcc.target/i386/isa-4.c (test for excess errors) FAIL: gcc.target/i386/long-double-80-7.c (test for excess errors) FAIL: gcc.target/i386/intrinsics_opt-1.c (test for excess errors) FAIL: gcc.target/i386/long-double-128-9.c (test for excess errors) FAIL: gcc.target/i386/l_fma_run_double_1.c (test for excess errors) FAIL: gcc.target/i386/lzcnt-5.c (test for excess errors) FAIL: gcc.target/i386/interrupt-5.c (test for excess errors) FAIL: gcc.target/i386/ordcmp-1.c (test for excess errors) FAIL: gcc.target/i386/intrinsics_opt-2.c (test for excess errors) FAIL: gcc.target/i386/l_fma_run_double_2.c (test for excess errors) FAIL: gcc.target/i386/isa-11.c (test for excess errors) FAIL: gcc.target/i386/lzcnt-6.c (test for excess errors) FAIL: gcc.target/i386/isa-5.c (test for excess errors) FAIL: gcc.target/i386/intrinsics_opt-3.c (test for excess errors) FAIL: gcc.target/i386/l_fma_run_double_3.c (test for excess errors) FAIL: gcc.target/i386/ms_hook_prologue.c (test for excess errors) FAIL: gcc.target/i386/pause-1.c (test for excess errors) FAIL: gcc.target/i386/lzcnt-6a.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... FAIL: gcc.target/i386/lzcnt-1.c (test for excess errors) FAIL: gcc.target/i386/isa-12.c (test for excess errors) FAIL: gcc.target/i386/isa-6.c (test for excess errors) FAIL: gcc.target/i386/l_fma_run_double_4.c (test for excess errors) FAIL: gcc.target/i386/pause-2.c (test for excess errors) FAIL: gcc.target/i386/m256-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... FAIL: gcc.target/i386/l_fma_run_double_5.c (test for excess errors) FAIL: gcc.target/i386/m256-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... FAIL: gcc.target/i386/pr22076.c scan-assembler-times movq 3 FAIL: gcc.target/i386/merge-1.c (test for excess errors) FAIL: gcc.target/i386/isa-13.c (test for excess errors) FAIL: gcc.target/i386/mmx-4.c (test for excess errors) FAIL: gcc.target/i386/isa-7.c (test for excess errors) FAIL: gcc.target/i386/l_fma_run_double_6.c (test for excess errors) FAIL: gcc.target/i386/lzcnt-2.c (test for excess errors) FAIL: gcc.target/i386/pr13366.c (test for excess errors) FAIL: gcc.target/i386/pclmulqdq.c (test for excess errors) FAIL: gcc.target/i386/pr30413.c (test for excess errors) FAIL: gcc.target/i386/mmx-5.c (test for excess errors) FAIL: gcc.target/i386/l_fma_run_float_1.c (test for excess errors) FAIL: gcc.target/i386/pconfig-1.c (test for excess errors) FAIL: gcc.target/i386/isa-8.c (test for excess errors) FAIL: gcc.target/i386/movdir-1.c (test for excess errors) FAIL: gcc.target/i386/l_fma_run_float_2.c (test for excess errors) FAIL: gcc.target/i386/pr13685.c (test for excess errors) FAIL: gcc.target/i386/l_fma_run_float_3.c (test for excess errors) FAIL: gcc.target/i386/pr32961.c (test for excess errors) FAIL: gcc.target/i386/isa-9.c (test for excess errors) FAIL: gcc.target/i386/pr35767-1.c (test for excess errors) FAIL: gcc.target/i386/pr36992-1.c (test for excess errors) FAIL: gcc.target/i386/mmx-8.c (test for excess errors) FAIL: gcc.target/i386/pr35767-1d.c (test for excess errors) FAIL: gcc.target/i386/pr36992-2.c (test for excess errors) FAIL: gcc.target/i386/pr37870.c (test for excess errors) FAIL: gcc.target/i386/pr40809.c (test for excess errors) FAIL: gcc.target/i386/pr35767-1i.c (test for excess errors) FAIL: gcc.target/i386/pr35160.c (test for excess errors) FAIL: gcc.target/i386/monitor.c (test for excess errors) FAIL: gcc.target/i386/pr35767-2.c (test for excess errors) FAIL: gcc.target/i386/pr30120.c (test for excess errors) FAIL: gcc.target/i386/pr42542-4a.c (test for excess errors) FAIL: gcc.target/i386/pr38151-1.c (test for excess errors) FAIL: gcc.target/i386/pr41019.c (test for excess errors) FAIL: gcc.target/i386/pr33552.c (test for excess errors) FAIL: gcc.target/i386/pr35767-2d.c (test for excess errors) FAIL: gcc.target/i386/pr35540.c (test for excess errors) FAIL: gcc.target/i386/pr45336-1.c (test for excess errors) FAIL: gcc.target/i386/pr35767-2i.c (test for excess errors) FAIL: gcc.target/i386/pr42542-1.c (test for excess errors) FAIL: gcc.target/i386/pr44578.c (test for excess errors) FAIL: gcc.target/i386/pr39545-1.c (test for warnings, line 20) FAIL: gcc.target/i386/pr35714.c (test for excess errors) FAIL: gcc.target/i386/pr45336-2.c (test for excess errors) FAIL: gcc.target/i386/pr46085-2.c (test for excess errors) FAIL: gcc.target/i386/pr20204.c (test for excess errors) FAIL: gcc.target/i386/pr24306.c (test for excess errors) FAIL: gcc.target/i386/pr42542-5.c (test for excess errors) FAIL: gcc.target/i386/pr44942.c (test for excess errors) FAIL: gcc.target/i386/pr39545-2.c (test for warnings, line 14) FAIL: gcc.target/i386/pr45336-3.c (test for excess errors) FAIL: gcc.target/i386/pr45739.c (test for excess errors) FAIL: gcc.target/i386/pr42542-5a.c (test for excess errors) FAIL: gcc.target/i386/pr42542-1a.c (test for excess errors) FAIL: gcc.target/i386/pr45336-4.c (test for excess errors) FAIL: gcc.target/i386/pr48678.c (test for excess errors) FAIL: gcc.target/i386/pr44071.c (test for excess errors) FAIL: gcc.target/i386/pr36578-1.c (test for excess errors) FAIL: gcc.target/i386/pr42542-1b.c (test for excess errors) FAIL: gcc.target/i386/pr24414.c (test for excess errors) FAIL: gcc.target/i386/pr39678.c (test for warnings, line 13) FAIL: gcc.target/i386/pr46716.c (test for excess errors) FAIL: gcc.target/i386/pr37216.c (test for excess errors) FAIL: gcc.target/i386/pr36578-2.c (test for excess errors) FAIL: gcc.target/i386/pr42542-2.c (test for excess errors) FAIL: gcc.target/i386/pr46226.c (test for excess errors) FAIL: gcc.target/i386/pr47809.c (test for excess errors) FAIL: gcc.target/i386/pr34077.c (test for excess errors) FAIL: gcc.target/i386/pr42549.c (test for excess errors) FAIL: gcc.target/i386/pr42542-2a.c (test for excess errors) FAIL: gcc.target/i386/pr39445.c (test for excess errors) FAIL: gcc.target/i386/pr48708.c (test for excess errors) FAIL: gcc.target/i386/pr36753.c (test for excess errors) FAIL: gcc.target/i386/pr42542-2b.c (test for excess errors) FAIL: gcc.target/i386/pr44180.c (test for excess errors) FAIL: gcc.target/i386/pr42881.c (test for excess errors) FAIL: gcc.target/i386/pr42542-3.c (test for excess errors) FAIL: gcc.target/i386/pr42542-3a.c (test for excess errors) FAIL: gcc.target/i386/pr47665.c (test for excess errors) FAIL: gcc.target/i386/pr43668.c (test for excess errors) FAIL: gcc.target/i386/pr51393.c (test for excess errors) FAIL: gcc.target/i386/pr52754.c (test for excess errors) FAIL: gcc.target/i386/pr42542-4.c (test for excess errors) FAIL: gcc.target/i386/pr55147.c (test for excess errors) FAIL: gcc.target/i386/pr46085-1.c (test for excess errors) FAIL: gcc.target/i386/pr49244-2.c (test for excess errors) FAIL: gcc.target/i386/pr53759.c (test for excess errors) FAIL: gcc.target/i386/pr46419.c (test for excess errors) FAIL: gcc.target/i386/pr49002-1.c (test for excess errors) FAIL: gcc.target/i386/pr51987.c (test for excess errors) FAIL: gcc.target/i386/pr53907.c (test for excess errors) FAIL: gcc.target/i386/pr43799.c (test for excess errors) FAIL: gcc.target/i386/pr49567.c (test for excess errors) FAIL: gcc.target/i386/pr49002-2.c (test for excess errors) FAIL: gcc.target/i386/pr57193.c (test for excess errors) FAIL: gcc.target/i386/pr55845.c (test for excess errors) FAIL: gcc.target/i386/pr56866.c (test for excess errors) FAIL: gcc.target/i386/pr54400.c (test for excess errors) FAIL: gcc.target/i386/pr44551-1.c (test for excess errors) FAIL: gcc.target/i386/pr48335-1.c (test for excess errors) FAIL: gcc.target/i386/pr58418.c (test for excess errors) FAIL: gcc.target/i386/pr57756_2.c (test for excess errors) FAIL: gcc.target/i386/pr55590-1.c (test for excess errors) FAIL: gcc.target/i386/pr50766.c (test for excess errors) FAIL: gcc.target/i386/pr59539-2.c (test for excess errors) FAIL: gcc.target/i386/pr46491.c (test for excess errors) FAIL: gcc.target/i386/pr59099.c (test for excess errors) FAIL: gcc.target/i386/pr59501-2.c (test for excess errors) FAIL: gcc.target/i386/pr55590-2.c (test for excess errors) FAIL: gcc.target/i386/pr57275.c (test for excess errors) FAIL: gcc.target/i386/pr53315.c (test for excess errors) FAIL: gcc.target/i386/pr57003.c (test for excess errors) FAIL: gcc.target/i386/pr59501-3.c (test for excess errors) FAIL: gcc.target/i386/pr54592.c (test for excess errors) FAIL: gcc.target/i386/pr59591-1.c (test for excess errors) FAIL: gcc.target/i386/pr61403.c (test for excess errors) FAIL: gcc.target/i386/pr57018.c (test for excess errors) FAIL: gcc.target/i386/pr55359.c (test for excess errors) FAIL: gcc.target/i386/pr59794-7.c (test for warnings, line 12) FAIL: gcc.target/i386/pr59591-2.c (test for excess errors) FAIL: gcc.target/i386/pr59501-4.c (test for excess errors) FAIL: gcc.target/i386/pr57459.c (test for excess errors) FAIL: gcc.target/i386/pr55448.c (test for excess errors) FAIL: gcc.target/i386/pr58759.c (test for excess errors) FAIL: gcc.target/i386/pr59363.c (test for excess errors) FAIL: gcc.target/i386/pr56118.c (test for excess errors) FAIL: gcc.target/i386/pr59839.c (test for excess errors) FAIL: gcc.target/i386/pr59929.c (test for excess errors) FAIL: gcc.target/i386/pr57046.c (test for excess errors) FAIL: gcc.target/i386/pr59501-5.c (test for excess errors) FAIL: gcc.target/i386/pr61599-1.c (test for excess errors) FAIL: gcc.target/i386/pr57736.c (test for excess errors) FAIL: gcc.target/i386/pr55141.c (test for excess errors) FAIL: gcc.target/i386/pr63661.c (test for excess errors) FAIL: gcc.target/i386/pr59501-6.c (test for excess errors) FAIL: gcc.target/i386/pr60902.c (test for excess errors) FAIL: gcc.target/i386/pr59539-1.c (test for excess errors) FAIL: gcc.target/i386/pr61794.c (test for excess errors) FAIL: gcc.target/i386/pr65588.c (test for excess errors) FAIL: gcc.target/i386/pr59644.c (test for excess errors) FAIL: gcc.target/i386/pr59405.c (test for excess errors) FAIL: gcc.target/i386/pr60205-2.c (test for warnings, line 12) FAIL: gcc.target/i386/pr64805.c (test for excess errors) FAIL: gcc.target/i386/pr63618.c (test for excess errors) FAIL: gcc.target/i386/pr65671.c (test for excess errors) FAIL: gcc.target/i386/pr67609.c (test for excess errors) FAIL: gcc.target/i386/pr66838.c (test for excess errors) FAIL: gcc.target/i386/pr61855.c (test for excess errors) FAIL: gcc.target/i386/pr59470.c (test for excess errors) FAIL: gcc.target/i386/pr66922.c (test for excess errors) FAIL: gcc.target/i386/pr59501-1.c (test for excess errors) FAIL: gcc.target/i386/pr68843-2.c (test for excess errors) FAIL: gcc.target/i386/pr67609-2.c (test for excess errors) FAIL: gcc.target/i386/pr68956.c (test for excess errors) FAIL: gcc.target/i386/pr66648.c (test for excess errors) FAIL: gcc.target/i386/pr68633.c (test for excess errors) FAIL: gcc.target/i386/pr70251.c (test for excess errors) FAIL: gcc.target/i386/pr69255-1.c (test for warnings, line 15) FAIL: gcc.target/i386/pr69255-2.c (test for warnings, line 16) FAIL: gcc.target/i386/pr69010.c (test for excess errors) FAIL: gcc.target/i386/pr68657.c (test for errors, line 11) FAIL: gcc.target/i386/pr70955.c (test for excess errors) FAIL: gcc.target/i386/pr65915.c (test for excess errors) FAIL: gcc.target/i386/pr64291-1.c (test for excess errors) FAIL: gcc.target/i386/pr69255-3.c (test for warnings, line 15) FAIL: gcc.target/i386/pr77541.c (test for excess errors) FAIL: gcc.target/i386/pr64291-2.c (test for excess errors) FAIL: gcc.target/i386/pr72867.c (test for excess errors) FAIL: gcc.target/i386/pr78037.c (test for excess errors) FAIL: gcc.target/i386/pr78585.c (test for excess errors) FAIL: gcc.target/i386/pr71077.c (test for excess errors) FAIL: gcc.target/i386/pr80425-3.c (test for excess errors) FAIL: gcc.target/i386/pr73350.c (test for excess errors) FAIL: gcc.target/i386/pr78102.c (test for excess errors) FAIL: gcc.target/i386/pr77756.c (test for excess errors) FAIL: gcc.target/i386/pr70738-8.c (test for excess errors) FAIL: gcc.target/i386/pr76342.c (test for excess errors) FAIL: gcc.target/i386/pr77761.c (test for excess errors) FAIL: gcc.target/i386/pr70593.c (test for excess errors) FAIL: gcc.target/i386/pr69891.c (test for excess errors) FAIL: gcc.target/i386/pr81015.c (test for excess errors) FAIL: gcc.target/i386/pr70738-9.c (test for excess errors) FAIL: gcc.target/i386/pr70007.c (test for excess errors) FAIL: gcc.target/i386/pr70021.c (test for excess errors) FAIL: gcc.target/i386/pr79932-1.c (test for excess errors) FAIL: gcc.target/i386/pr82370.c (test for excess errors) FAIL: gcc.target/i386/pr77856.c (test for excess errors) FAIL: gcc.target/i386/pr78675-2.c (test for excess errors) FAIL: gcc.target/i386/pr79932-2.c (test for excess errors) FAIL: gcc.target/i386/pr82990-2.c (test for excess errors) FAIL: gcc.target/i386/pr82460-1.c (test for excess errors) FAIL: gcc.target/i386/pr81481.c (test for excess errors) FAIL: gcc.target/i386/pr80206.c (test for excess errors) FAIL: gcc.target/i386/pr80969-1.c (test for excess errors) FAIL: gcc.target/i386/pr78262.c (test for excess errors) FAIL: gcc.target/i386/pr81294-1.c (test for excess errors) FAIL: gcc.target/i386/pr82990-3.c (test for excess errors) FAIL: gcc.target/i386/pr81502.c (test for excess errors) FAIL: gcc.target/i386/pr81294-2.c (test for excess errors) FAIL: gcc.target/i386/pr82990-4.c (test for excess errors) FAIL: gcc.target/i386/pr82483-1.c (test for errors, line ) FAIL: gcc.target/i386/pr82483-1.c (test for excess errors) FAIL: gcc.target/i386/pr82990-5.c (test for excess errors) FAIL: gcc.target/i386/pr82483-2.c (test for errors, line ) FAIL: gcc.target/i386/pr82483-2.c (test for excess errors) FAIL: gcc.target/i386/pr81300.c (test for excess errors) FAIL: gcc.target/i386/pr82990-6.c (test for excess errors) FAIL: gcc.target/i386/pr84945.c (test for excess errors) FAIL: gcc.target/i386/pr83735.c (test for excess errors) FAIL: gcc.target/i386/pr80381.c (test for excess errors) FAIL: gcc.target/i386/rdfsbase-1.c (test for excess errors) FAIL: gcc.target/i386/pr82990-7.c (test for excess errors) FAIL: gcc.target/i386/pr82941-1.c (test for excess errors) FAIL: gcc.target/i386/pr80425-1.c (test for excess errors) FAIL: gcc.target/i386/pr84336.c (test for excess errors) FAIL: gcc.target/i386/rdseed16-1.c (test for excess errors) FAIL: gcc.target/i386/rdfsbase-2.c (test for excess errors) FAIL: gcc.target/i386/pr84989.c (test for excess errors) FAIL: gcc.target/i386/pr82941-2.c (test for excess errors) FAIL: gcc.target/i386/pr80425-2.c (test for excess errors) FAIL: gcc.target/i386/pr80969-3.c (test for excess errors) FAIL: gcc.target/i386/rdseed32-1.c (test for excess errors) FAIL: gcc.target/i386/rdgsbase-1.c (test for excess errors) FAIL: gcc.target/i386/pr82942-1.c (test for excess errors) FAIL: gcc.target/i386/retarg.c (test for excess errors) FAIL: gcc.target/i386/pr80969-4.c (test for excess errors) FAIL: gcc.target/i386/rdseed64-1.c (test for excess errors) FAIL: gcc.target/i386/rdgsbase-2.c (test for excess errors) FAIL: gcc.target/i386/ret-thunk-26.c (test for excess errors) FAIL: gcc.target/i386/rtm-xabort-1.c (test for excess errors) FAIL: gcc.target/i386/pr82942-2.c (test for excess errors) FAIL: gcc.target/i386/pr80969-4a.c (test for excess errors) FAIL: gcc.target/i386/rdpid.c (test for excess errors) FAIL: gcc.target/i386/readeflags-1.c (test for excess errors) FAIL: gcc.target/i386/rtm-xbegin-1.c (test for excess errors) FAIL: gcc.target/i386/pr82990-1.c (test for excess errors) FAIL: gcc.target/i386/pr80969-4b.c (test for excess errors) FAIL: gcc.target/i386/sha1nexte-2.c (test for excess errors) FAIL: gcc.target/i386/sse-12.c (test for excess errors) FAIL: gcc.target/i386/rdpku-1.c (test for excess errors) FAIL: gcc.target/i386/rtm-xend-1.c (test for excess errors) FAIL: gcc.target/i386/prefetchw-1.c (test for excess errors) FAIL: gcc.target/i386/sha1rnds4-1.c (test for excess errors) FAIL: gcc.target/i386/pr84829.c (test for excess errors) FAIL: gcc.target/i386/rdrand-1.c (test for excess errors) FAIL: gcc.target/i386/pr85044.c (test for excess errors) FAIL: gcc.target/i386/rtm-xtest-1.c (test for excess errors) FAIL: gcc.target/i386/prefetchwt1-1.c (test for excess errors) FAIL: gcc.target/i386/sha1rnds4-2.c (test for excess errors) FAIL: gcc.target/i386/pr83330.c (test for excess errors) FAIL: gcc.target/i386/rdrand-2.c (test for excess errors) FAIL: gcc.target/i386/sse-6.c (test for excess errors) FAIL: gcc.target/i386/sgx.c (test for excess errors) FAIL: gcc.target/i386/sse-comiss-2.c (test for excess errors) FAIL: gcc.target/i386/sse-cvttss2si-1.c (test for excess errors) FAIL: gcc.target/i386/rotate-3a.c (test for excess errors) FAIL: gcc.target/i386/sha256msg1-1.c (test for excess errors) FAIL: gcc.target/i386/rdrand-3.c (test for excess errors) FAIL: gcc.target/i386/sse-13.c (test for excess errors) FAIL: gcc.target/i386/sha1msg1-1.c (test for excess errors) FAIL: gcc.target/i386/sse-comiss-3.c (test for excess errors) FAIL: gcc.target/i386/sse-22.c (test for excess errors) FAIL: gcc.target/i386/sse-cvttss2si-2.c (test for excess errors) FAIL: gcc.target/i386/sse-ucomiss-6.c (test for excess errors) FAIL: gcc.target/i386/sse-1.c (test for excess errors) FAIL: gcc.target/i386/sha256msg1-2.c (test for excess errors) FAIL: gcc.target/i386/sse-minss-1.c (test for excess errors) FAIL: gcc.target/i386/sse-14.c (test for excess errors) FAIL: gcc.target/i386/sse-comiss-4.c (test for excess errors) FAIL: gcc.target/i386/sse-22a.c (test for excess errors) FAIL: gcc.target/i386/sse-unpckhps-1.c (test for excess errors) FAIL: gcc.target/i386/sse-divps-1.c (test for excess errors) FAIL: gcc.target/i386/sse-movss-2.c (test for excess errors) FAIL: gcc.target/i386/sse-rsqrtps-1.c (test for excess errors) FAIL: gcc.target/i386/sse-7.c (test for excess errors) FAIL: gcc.target/i386/sse-10.c (test for excess errors) FAIL: gcc.target/i386/sse2-comisd-1.c (test for excess errors) FAIL: gcc.target/i386/sha256msg2-1.c (test for excess errors) FAIL: gcc.target/i386/sse-movaps-1.c (test for excess errors) FAIL: gcc.target/i386/sse-15.c (test for excess errors) FAIL: gcc.target/i386/rotate-4a.c (test for excess errors) FAIL: gcc.target/i386/sse-comiss-5.c (test for excess errors) FAIL: gcc.target/i386/sse-23.c (test for excess errors) FAIL: gcc.target/i386/sse-unpcklps-1.c (test for excess errors) FAIL: gcc.target/i386/sse-divss-1.c (test for excess errors) FAIL: gcc.target/i386/sse-movss-3.c (test for excess errors) FAIL: gcc.target/i386/sse-set-ps-1.c (test for excess errors) FAIL: gcc.target/i386/sibcall-8.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvtsi2sd-1.c (test for excess errors) FAIL: gcc.target/i386/sse-9.c (test for excess errors) FAIL: gcc.target/i386/sse-11.c (test for excess errors) FAIL: gcc.target/i386/sse2-comisd-2.c (test for excess errors) FAIL: gcc.target/i386/sha1msg1-2.c (test for excess errors) FAIL: gcc.target/i386/sse-movaps-2.c (test for excess errors) FAIL: gcc.target/i386/sha256msg2-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-init-v16qi-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvt-vec.c (test for excess errors) FAIL: gcc.target/i386/sse-comiss-6.c (test for excess errors) FAIL: gcc.target/i386/sse-24.c (test for excess errors) FAIL: gcc.target/i386/sse-vect-types.c (test for errors, line 9) FAIL: gcc.target/i386/sse-movups-1.c (test for excess errors) FAIL: gcc.target/i386/sse-vect-types.c note: expected (test for warnings, line ) FAIL: gcc.target/i386/sse-sqrtps-1.c (test for excess errors) FAIL: gcc.target/i386/sse-vect-types.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvtsi2sd-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-comisd-3.c (test for excess errors) FAIL: gcc.target/i386/sse-addps-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-movq-1.c (test for excess errors) FAIL: gcc.target/i386/sha1msg2-1.c (test for excess errors) FAIL: gcc.target/i386/sse-movhlps-1.c (test for excess errors) FAIL: gcc.target/i386/sha256rnds2-1.c (test for excess errors) FAIL: gcc.target/i386/sse-17.c (test for excess errors) FAIL: gcc.target/i386/sse2-init-v2di-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvtdq2pd-1.c (test for excess errors) FAIL: gcc.target/i386/sse-copysignf-vec.c (test for excess errors) FAIL: gcc.target/i386/sse-25.c (test for excess errors) FAIL: gcc.target/i386/sse2-orpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse-movups-2.c (test for excess errors) FAIL: gcc.target/i386/sse-init-v4hi-1.c (test for excess errors) FAIL: gcc.target/i386/sse-xorps-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-paddusw-1.c (test for excess errors) FAIL: gcc.target/i386/sse-subps-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvtss2sd-1.c (test for excess errors) FAIL: gcc.target/i386/rotate-5a.c (test for excess errors) FAIL: gcc.target/i386/sse2-comisd-4.c (test for excess errors) FAIL: gcc.target/i386/sse-addss-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-movq-2.c (test for excess errors) FAIL: gcc.target/i386/sha1msg2-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-maxpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse-movhps-1.c (test for excess errors) FAIL: gcc.target/i386/sha256rnds2-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-movdqa-2.c (test for excess errors) FAIL: gcc.target/i386/sse-18.c (test for excess errors) FAIL: gcc.target/i386/sse2-pcmpgtd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-init-v2di-2.c (test for excess errors) FAIL: gcc.target/i386/sse-cvtsi2ss-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-packssdw-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvtdq2ps-1.c (test for excess errors) FAIL: gcc.target/i386/sse-26.c (test for excess errors) FAIL: gcc.target/i386/sse-mulps-1.c (test for excess errors) FAIL: gcc.target/i386/sse-init-v4sf-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-addpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-paddw-1.c (test for excess errors) FAIL: gcc.target/i386/sse-subss-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvttpd2dq-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pmulhw-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-comisd-5.c (test for excess errors) FAIL: gcc.target/i386/sse-andnps-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-movq-3.c (test for excess errors) FAIL: gcc.target/i386/sha1nexte-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-maxsd-1.c (test for excess errors) FAIL: gcc.target/i386/sse-movhps-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-movdqu-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pcmpgtw-1.c (test for excess errors) FAIL: gcc.target/i386/sse-19.c (test for excess errors) FAIL: gcc.target/i386/sse2-init-v4si-1.c (test for excess errors) FAIL: gcc.target/i386/sse-cvtsi2ss-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvtpd2dq-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-packsswb-1.c (test for excess errors) FAIL: gcc.target/i386/sse-mulss-1.c (test for excess errors) FAIL: gcc.target/i386/sse-maxps-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pand-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-addsd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvttps2dq-1.c (test for excess errors) FAIL: gcc.target/i386/sse-ucomiss-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pmullw-1.c (test for excess errors) FAIL: gcc.target/i386/sse-andps-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-comisd-6.c (test for excess errors) FAIL: gcc.target/i386/sse2-movsd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-minpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse-movlhps-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-movdqu-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-pinsrw.c (test for excess errors) FAIL: gcc.target/i386/sse-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-init-v8hi-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-psrad-2.c (test for excess errors) FAIL: gcc.target/i386/sse-cvtss2si-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvtpd2ps-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-packuswb-1.c (test for excess errors) FAIL: gcc.target/i386/sse-orps-1.c (test for excess errors) FAIL: gcc.target/i386/sse-maxss-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pandn-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-andnpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse-ucomiss-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-pmuludq-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvttsd2si-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-copysign-vec.c (test for excess errors) FAIL: gcc.target/i386/sse2-movsd-2.c (test for excess errors) FAIL: gcc.target/i386/sse-3.c (test for excess errors) FAIL: gcc.target/i386/sse2-minsd-1.c (test for excess errors) FAIL: gcc.target/i386/sse-movmskps-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-movhpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pmaddwd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-insvhi.c (test for excess errors) FAIL: gcc.target/i386/sse2-psraw-1.c (test for excess errors) FAIL: gcc.target/i386/sse-cvtss2si-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-pshufhw-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-paddb-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvtps2dq-1.c (test for excess errors) FAIL: gcc.target/i386/sse-rcpps-1.c (test for excess errors) FAIL: gcc.target/i386/sse-minps-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pavgb-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-andpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse-ucomiss-3.c (test for excess errors) FAIL: gcc.target/i386/sse2-por-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvttsd2si-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvt-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-movupd-1.c (test for excess errors) FAIL: gcc.target/i386/sse-comiss-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-mmx.c (test for excess errors) FAIL: gcc.target/i386/sse-4.c (test for excess errors) FAIL: gcc.target/i386/sse-movntps-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-movhpd-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-pmaxsw-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-load-multi.c (test for excess errors) FAIL: gcc.target/i386/sse2-psraw-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-psubb-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-punpcklbw-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pshuflw-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-paddd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvtps2pd-1.c (test for excess errors) FAIL: gcc.target/i386/sse-recip-vec.c (test for excess errors) FAIL: gcc.target/i386/sse2-set-v16qi-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-pavgw-1.c (test for excess errors) FAIL: gcc.target/i386/sse-ucomiss-4.c (test for excess errors) FAIL: gcc.target/i386/sse2-pr57233.c (test for excess errors) FAIL: gcc.target/i386/sse2-divpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvt-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-movupd-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-subpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-movapd-1.c (test for excess errors) FAIL: gcc.target/i386/sse-movss-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-movlpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pmaxub-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-psrld-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-lrint-vec.c (test for excess errors) FAIL: gcc.target/i386/sse2-punpckldq-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-psubd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pslld-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-paddq-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvtsd2si-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-set-v16qi-3.c (test for excess errors) FAIL: gcc.target/i386/sse-recip.c (test for excess errors) FAIL: gcc.target/i386/sse2-pcmpeqb-1.c (test for excess errors) FAIL: gcc.target/i386/sse-ucomiss-5.c (test for excess errors) FAIL: gcc.target/i386/sse2-divsd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-mul-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-subsd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-movapd-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-movlpd-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-pminsw-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-psrld-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-lrintf-vec.c (test for excess errors) FAIL: gcc.target/i386/sse2-punpcklqdq-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-psubq-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pslld-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-paddsb-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvtsd2si-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-unpcklpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pcmpeqd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-set-v8hi-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-mulpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-ucomisd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-movd-1.c (test for excess errors) FAIL: gcc.target/i386/sse3-addsubps.c (test for excess errors) FAIL: gcc.target/i386/sse2-movmskpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pminub-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-psrldq-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-maskmovdqu.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-blendps-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-punpcklwd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-psubsb-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pslldq-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-cvtsd2ss-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-paddsw-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-vec-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-dppd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pcmpeqw-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-set-v8hi-1a.c (test for excess errors) FAIL: gcc.target/i386/sse2-mulsd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-ucomisd-2.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-init-v2di-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-movd-2.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-movntdqa.c (test for excess errors) FAIL: gcc.target/i386/sse3-haddpd.c (test for excess errors) FAIL: gcc.target/i386/sse2-pmovmskb-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-movntdq-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-blendps.c (test for excess errors) FAIL: gcc.target/i386/sse2-psrlq-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pxor-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-psllq-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-psubsw-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-paddusb-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-vec-2.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-dppd-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-pr63594-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-set-v8hi-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-pcmpgtb-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-ucomisd-3.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pmovsxwd.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-init-v4sf-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-movdqa-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-mpsadbw.c (test for excess errors) FAIL: gcc.target/i386/sse3-haddps.c (test for excess errors) FAIL: gcc.target/i386/sse2-pmulhuw-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-movntpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-blendvpd.c (test for excess errors) FAIL: gcc.target/i386/sse2-psrlq-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-psubw-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-psllq-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-vec-2a.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-dpps-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-set-v8hi-2a.c (test for excess errors) FAIL: gcc.target/i386/sse2-pr71559.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pextrq.c (test for excess errors) FAIL: gcc.target/i386/sse2-ucomisd-4.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pmovsxwq.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-init-v4si-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-mul-1.c (test for excess errors) FAIL: gcc.target/i386/sse3-hsubpd.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pmaxud.c (test for excess errors) FAIL: gcc.target/i386/sse4_2-crc32w.c (test for excess errors) FAIL: gcc.target/i386/sse2-psrlw-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-blendvps.c (test for excess errors) FAIL: gcc.target/i386/sse2-punpckhbw-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-psllw-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-vec-3.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-dpps-2.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-ptest-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-psadbw-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-shufpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pextrw.c (test for excess errors) FAIL: gcc.target/i386/sse2-ucomisd-5.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pmovzxbd.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-packusdw.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-insertps-1.c (test for excess errors) FAIL: gcc.target/i386/sse3-hsubps.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pmaxuw.c (test for excess errors) FAIL: gcc.target/i386/sse4_2-pcmpestri-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-psrlw-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-psllw-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-punpckhdq-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-vec-4.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-set-v16qi-1a.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-extractps.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-ptest-2.c (test for excess errors) FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors) FAIL: gcc.target/i386/sse2-set-epi32-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-pshufd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-shufps-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-roundf-sfix-vec.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-phminposuw-2.c (test for excess errors) FAIL: gcc.target/i386/sse2-ucomisd-6.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pmovzxbq.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pblendvb.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-insertps-2.c (test for excess errors) FAIL: gcc.target/i386/sse3-lddqu.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pminsb.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-roundsd-3.c (test for excess errors) FAIL: gcc.target/i386/sse4_2-pcmpestri-2.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-ceil-sfix-vec.c (test for excess errors) FAIL: gcc.target/i386/sse2-psrad-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-punpckhqdq-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-vec-5.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-set-v16qi-2.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-floor-sfix-vec.c (test for excess errors) FAIL: gcc.target/i386/sse4_2-popcntq.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-ptest-3.c (test for excess errors) FAIL: gcc.target/i386/sse2-set-epi64x-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-sqrtpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-roundf-vec.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-phminposuw-3.c (test for excess errors) FAIL: gcc.target/i386/sse2-unpack-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pblendw-2.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pmovzxbw.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-insertps-4.c (test for excess errors) FAIL: gcc.target/i386/sse3-movddup.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pminsd.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-roundsd-4.c (test for excess errors) FAIL: gcc.target/i386/sse4_2-pcmpestrm-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-ceil-vec.c (test for excess errors) FAIL: gcc.target/i386/sse2-punpckhwd-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-vec-6.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-set-v16qi-2a.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-floor-vec.c (test for excess errors) FAIL: gcc.target/i386/sse2-set-v16qi-1.c (test for excess errors) FAIL: gcc.target/i386/sse2-store-multi.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-phminposuw.c (test for excess errors) FAIL: gcc.target/i386/ssetype-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-roundpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pblendw.c (test for excess errors) FAIL: gcc.target/i386/sse2-unpckhpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pmovzxdq.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-insvdi.c (test for excess errors) FAIL: gcc.target/i386/sse3-movshdup.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pminud.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-roundss-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_2-pcmpestrm-2.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-ceilf-sfix-vec.c (test for excess errors) FAIL: gcc.target/i386/sse2-xorpd-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-set-v16qi-3.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-floorf-sfix-vec.c (test for excess errors) FAIL: gcc.target/i386/ssse3-palignr.c (test for excess errors) FAIL: gcc.target/i386/tbm-bextri-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pinsrb.c (test for excess errors) FAIL: gcc.target/i386/testimm-9.c (test for errors, line 13) FAIL: gcc.target/i386/sse4_1-pcmpeqq.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-roundpd-2.c (test for excess errors) FAIL: gcc.target/i386/testimm-9.c (test for errors, line 14) FAIL: gcc.target/i386/testimm-9.c (test for errors, line 15) FAIL: gcc.target/i386/testimm-9.c (test for errors, line 16) FAIL: gcc.target/i386/ssetype-2.c (test for excess errors) FAIL: gcc.target/i386/testimm-9.c (test for errors, line 17) FAIL: gcc.target/i386/sse4_1-pmovzxwd.c (test for excess errors) FAIL: gcc.target/i386/testimm-9.c (test for errors, line 18) FAIL: gcc.target/i386/testimm-9.c (test for errors, line 19) FAIL: gcc.target/i386/testimm-9.c (test for errors, line 20) FAIL: gcc.target/i386/sse4a-extract.c (test for excess errors) FAIL: gcc.target/i386/testimm-9.c (test for errors, line 21) FAIL: gcc.target/i386/testimm-9.c (test for errors, line 22) FAIL: gcc.target/i386/testimm-9.c (test for errors, line 23) FAIL: gcc.target/i386/testimm-9.c (test for errors, line 24) FAIL: gcc.target/i386/testimm-9.c (test for errors, line 25) FAIL: gcc.target/i386/sse4_1-insvqi.c (test for excess errors) FAIL: gcc.target/i386/testimm-9.c (test for errors, line 31) FAIL: gcc.target/i386/testimm-9.c (test for errors, line 32) FAIL: gcc.target/i386/testimm-9.c (test for excess errors) FAIL: gcc.target/i386/sse3-movsldup.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pminuw.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-roundss-2.c (test for excess errors) FAIL: gcc.target/i386/sse4_2-pcmpgtq.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-ceilf-vec.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-set-v16qi-3a.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-floorf-vec.c (test for excess errors) FAIL: gcc.target/i386/ssse3-psignb.c (test for excess errors) FAIL: gcc.target/i386/ssse3-phaddd.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-rint-sfix-vec.c (test for excess errors) FAIL: gcc.target/i386/sw-1.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 20) FAIL: gcc.target/i386/sse4_1-pinsrd.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 21) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 22) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 23) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 24) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 25) FAIL: gcc.target/i386/sse4_1-roundpd-3.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 26) FAIL: gcc.target/i386/sse4_1-pextrb.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 27) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 28) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 29) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 30) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 31) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 32) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 33) FAIL: gcc.target/i386/sse4_1-pmovzxwq.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 34) FAIL: gcc.target/i386/ssetype-3.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 35) FAIL: gcc.target/i386/sse4a-insert.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-insvsi.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 36) FAIL: gcc.target/i386/sse4_1-blendpd.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 37) FAIL: gcc.target/i386/sse4_1-pmovsxbd.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 38) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 39) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 40) FAIL: gcc.target/i386/sse4_1-roundss-3.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 41) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 42) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 43) FAIL: gcc.target/i386/sse4_2-pcmpistri-1.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 44) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 45) FAIL: gcc.target/i386/udivmod-6.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 46) FAIL: gcc.target/i386/sse4_1-cond-1.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 47) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 48) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 49) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 50) FAIL: gcc.target/i386/sse4_1-trunc-vec.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 51) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 52) FAIL: gcc.target/i386/sse4_1-init-v16qi-1.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 58) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 59) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 60) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 61) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 62) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 63) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 69) FAIL: gcc.target/i386/ssse3-phaddsw.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 70) FAIL: gcc.target/i386/ssse3-psignd.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 71) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 72) FAIL: gcc.target/i386/sse4_1-rint-vec.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 73) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 74) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 75) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 76) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 82) FAIL: gcc.target/i386/sse4_1-pinsrq.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 88) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 89) FAIL: gcc.target/i386/tbm-1.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 90) FAIL: gcc.target/i386/sse3-addsubpd.c (test for excess errors) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 91) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 92) FAIL: gcc.target/i386/testimm-1.c (test for errors, line 93) FAIL: gcc.target/i386/testimm-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-roundps-1.c (test for excess errors) FAIL: gcc.target/i386/sse4_1-pextrd.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 22) FAIL: gcc.target/i386/testround-1.c (test for errors, line 23) FAIL: gcc.target/i386/testround-1.c (test for errors, line 24) FAIL: gcc.target/i386/testround-1.c (test for errors, line 25) FAIL: gcc.target/i386/testround-1.c (test for errors, line 26) FAIL: gcc.target/i386/sse4_1-pmuldq.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 27) FAIL: gcc.target/i386/testround-1.c (test for errors, line 28) FAIL: gcc.target/i386/sse4a-montsd.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 29) FAIL: gcc.target/i386/testround-1.c (test for errors, line 30) FAIL: gcc.target/i386/testround-1.c (test for errors, line 31) FAIL: gcc.target/i386/testround-1.c (test for errors, line 32) FAIL: gcc.target/i386/testround-1.c (test for errors, line 33) FAIL: gcc.target/i386/ssetype-4.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 35) FAIL: gcc.target/i386/sse4_1-pmovsxbq.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 36) FAIL: gcc.target/i386/testround-1.c (test for errors, line 37) FAIL: gcc.target/i386/testround-1.c (test for errors, line 38) FAIL: gcc.target/i386/testround-1.c (test for errors, line 39) FAIL: gcc.target/i386/sse4_1-roundss-4.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 40) FAIL: gcc.target/i386/testround-1.c (test for errors, line 41) FAIL: gcc.target/i386/testround-1.c (test for errors, line 42) FAIL: gcc.target/i386/testround-1.c (test for errors, line 44) FAIL: gcc.target/i386/testround-1.c (test for errors, line 45) FAIL: gcc.target/i386/testround-1.c (test for errors, line 46) FAIL: gcc.target/i386/testround-1.c (test for errors, line 47) FAIL: gcc.target/i386/sse4_2-pcmpistri-2.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 48) FAIL: gcc.target/i386/testround-1.c (test for errors, line 49) FAIL: gcc.target/i386/testround-1.c (test for errors, line 50) FAIL: gcc.target/i386/testround-1.c (test for errors, line 51) FAIL: gcc.target/i386/testround-1.c (test for errors, line 52) FAIL: gcc.target/i386/sse4_1-truncf-vec.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 53) FAIL: gcc.target/i386/testround-1.c (test for errors, line 54) FAIL: gcc.target/i386/testround-1.c (test for errors, line 55) FAIL: gcc.target/i386/testround-1.c (test for errors, line 57) FAIL: gcc.target/i386/testround-1.c (test for errors, line 58) FAIL: gcc.target/i386/testround-1.c (test for errors, line 59) FAIL: gcc.target/i386/testround-1.c (test for errors, line 60) FAIL: gcc.target/i386/testround-1.c (test for errors, line 61) FAIL: gcc.target/i386/testround-1.c (test for errors, line 62) FAIL: gcc.target/i386/testround-1.c (test for errors, line 63) FAIL: gcc.target/i386/ssse3-phaddw.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 64) FAIL: gcc.target/i386/ssse3-psignw.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 65) FAIL: gcc.target/i386/testround-1.c (test for errors, line 66) FAIL: gcc.target/i386/testround-1.c (test for errors, line 67) FAIL: gcc.target/i386/testround-1.c (test for errors, line 68) FAIL: gcc.target/i386/sse4_1-rintf-sfix-vec.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 69) FAIL: gcc.target/i386/testround-1.c (test for errors, line 70) FAIL: gcc.target/i386/testround-1.c (test for errors, line 71) FAIL: gcc.target/i386/sse4_1-pmaxsb.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 72) FAIL: gcc.target/i386/testround-1.c (test for errors, line 73) FAIL: gcc.target/i386/testround-1.c (test for errors, line 74) FAIL: gcc.target/i386/testround-1.c (test for errors, line 75) FAIL: gcc.target/i386/vect-unpack-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 76) FAIL: gcc.target/i386/testround-1.c (test for errors, line 77) FAIL: gcc.target/i386/testround-1.c (test for errors, line 78) FAIL: gcc.target/i386/testround-1.c (test for errors, line 79) FAIL: gcc.target/i386/testround-1.c (test for errors, line 80) FAIL: gcc.target/i386/sse4_1-roundps-2.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 82) FAIL: gcc.target/i386/testround-1.c (test for errors, line 83) FAIL: gcc.target/i386/tbm-2.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 84) FAIL: gcc.target/i386/testround-1.c (test for errors, line 85) FAIL: gcc.target/i386/testround-1.c (test for errors, line 86) FAIL: gcc.target/i386/testround-1.c (test for errors, line 87) FAIL: gcc.target/i386/testround-1.c (test for errors, line 88) FAIL: gcc.target/i386/testround-1.c (test for errors, line 89) FAIL: gcc.target/i386/testround-1.c (test for errors, line 91) FAIL: gcc.target/i386/testround-1.c (test for errors, line 92) FAIL: gcc.target/i386/sse4_1-pmulld.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 93) FAIL: gcc.target/i386/sse4a-montss.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 94) FAIL: gcc.target/i386/testround-1.c (test for errors, line 95) FAIL: gcc.target/i386/testround-1.c (test for errors, line 96) FAIL: gcc.target/i386/testround-1.c (test for errors, line 97) FAIL: gcc.target/i386/testround-1.c (test for errors, line 98) FAIL: gcc.target/i386/testround-1.c (test for errors, line 99) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 21) FAIL: gcc.target/i386/testround-1.c (test for errors, line 100) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 22) FAIL: gcc.target/i386/testround-1.c (test for errors, line 101) FAIL: gcc.target/i386/sse4_1-pmovsxbw.c (test for excess errors) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 23) FAIL: gcc.target/i386/testround-1.c (test for errors, line 102) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 25) FAIL: gcc.target/i386/testround-1.c (test for errors, line 103) FAIL: gcc.target/i386/sse4_1-set-epi32-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 104) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 26) FAIL: gcc.target/i386/ssetype-5.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 105) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 27) FAIL: gcc.target/i386/testround-1.c (test for errors, line 106) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 28) FAIL: gcc.target/i386/testround-1.c (test for errors, line 107) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 29) FAIL: gcc.target/i386/testround-1.c (test for errors, line 108) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 30) FAIL: gcc.target/i386/testround-1.c (test for errors, line 109) FAIL: gcc.target/i386/sse4_2-pcmpistrm-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 110) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 32) FAIL: gcc.target/i386/testround-1.c (test for errors, line 111) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 33) FAIL: gcc.target/i386/testround-1.c (test for errors, line 112) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 34) FAIL: gcc.target/i386/testround-1.c (test for errors, line 113) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 36) FAIL: gcc.target/i386/testround-1.c (test for errors, line 114) FAIL: gcc.target/i386/testround-1.c (test for errors, line 115) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 37) FAIL: gcc.target/i386/testround-1.c (test for errors, line 116) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 38) FAIL: gcc.target/i386/testround-1.c (test for errors, line 117) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 40) FAIL: gcc.target/i386/testround-1.c (test for errors, line 118) FAIL: gcc.target/i386/testround-1.c (test for errors, line 119) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 41) FAIL: gcc.target/i386/testround-1.c (test for errors, line 120) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 42) FAIL: gcc.target/i386/sse4_2-crc32b.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 121) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 44) FAIL: gcc.target/i386/testround-1.c (test for errors, line 122) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 45) FAIL: gcc.target/i386/testround-1.c (test for errors, line 123) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 46) FAIL: gcc.target/i386/testround-1.c (test for errors, line 124) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 48) FAIL: gcc.target/i386/testround-1.c (test for errors, line 125) FAIL: gcc.target/i386/testround-1.c (test for errors, line 126) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 49) FAIL: gcc.target/i386/testround-1.c (test for errors, line 127) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 50) FAIL: gcc.target/i386/testround-1.c (test for errors, line 128) FAIL: gcc.target/i386/testround-1.c (test for errors, line 129) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 52) FAIL: gcc.target/i386/testround-1.c (test for errors, line 130) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 53) FAIL: gcc.target/i386/ssse3-phsubd.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 131) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 54) FAIL: gcc.target/i386/testround-1.c (test for errors, line 132) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 56) FAIL: gcc.target/i386/testround-1.c (test for errors, line 133) FAIL: gcc.target/i386/testround-1.c (test for errors, line 134) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 57) FAIL: gcc.target/i386/testround-1.c (test for errors, line 135) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 58) FAIL: gcc.target/i386/sse4_1-rintf-vec.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 136) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 60) FAIL: gcc.target/i386/vararg-2.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 137) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 61) FAIL: gcc.target/i386/testround-1.c (test for errors, line 138) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 62) FAIL: gcc.target/i386/testround-1.c (test for errors, line 140) FAIL: gcc.target/i386/sse4_1-pmaxsd.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 141) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 64) FAIL: gcc.target/i386/testround-1.c (test for errors, line 142) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 65) FAIL: gcc.target/i386/testround-1.c (test for errors, line 143) FAIL: gcc.target/i386/vect-unpack-2.c (test for excess errors) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 66) FAIL: gcc.target/i386/testround-1.c (test for errors, line 144) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 68) FAIL: gcc.target/i386/testround-1.c (test for errors, line 145) FAIL: gcc.target/i386/sse4_1-roundps-3.c (test for excess errors) FAIL: gcc.target/i386/vect-double-2a.c (test for excess errors) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 69) FAIL: gcc.target/i386/testround-1.c (test for errors, line 147) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 70) FAIL: gcc.target/i386/testround-1.c (test for errors, line 148) FAIL: gcc.target/i386/testround-1.c (test for errors, line 149) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 72) FAIL: gcc.target/i386/testround-1.c (test for errors, line 150) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 73) FAIL: gcc.target/i386/testround-1.c (test for errors, line 151) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 74) FAIL: gcc.target/i386/testround-1.c (test for errors, line 152) FAIL: gcc.target/i386/testround-1.c (test for errors, line 154) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 76) FAIL: gcc.target/i386/testround-1.c (test for errors, line 155) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 77) FAIL: gcc.target/i386/testround-1.c (test for errors, line 157) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 78) FAIL: gcc.target/i386/testround-1.c (test for errors, line 158) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 80) FAIL: gcc.target/i386/testround-1.c (test for errors, line 159) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 81) FAIL: gcc.target/i386/testround-1.c (test for errors, line 160) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 82) FAIL: gcc.target/i386/testround-1.c (test for errors, line 161) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 84) FAIL: gcc.target/i386/testround-1.c (test for errors, line 162) FAIL: gcc.target/i386/testround-1.c (test for errors, line 164) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 85) FAIL: gcc.target/i386/testround-1.c (test for errors, line 165) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 86) FAIL: gcc.target/i386/testround-1.c (test for errors, line 167) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 88) FAIL: gcc.target/i386/testround-1.c (test for errors, line 168) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 89) FAIL: gcc.target/i386/testround-1.c (test for errors, line 170) FAIL: gcc.target/i386/testround-1.c (test for errors, line 171) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 90) FAIL: gcc.target/i386/sse4_1-set-epi64x-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 172) FAIL: gcc.target/i386/sse4_1-pmovsxdq.c (test for excess errors) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 92) FAIL: gcc.target/i386/testround-1.c (test for errors, line 173) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 93) FAIL: gcc.target/i386/testround-1.c (test for errors, line 175) FAIL: gcc.target/i386/sse4_2-pcmpistrm-2.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 176) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 94) FAIL: gcc.target/i386/sse4_2-crc32l.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 177) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 96) FAIL: gcc.target/i386/testround-1.c (test for errors, line 178) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 97) FAIL: gcc.target/i386/testround-1.c (test for errors, line 179) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 98) FAIL: gcc.target/i386/testround-1.c (test for errors, line 180) FAIL: gcc.target/i386/testround-1.c (test for errors, line 181) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 100) FAIL: gcc.target/i386/testround-1.c (test for errors, line 182) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 101) FAIL: gcc.target/i386/testround-1.c (test for errors, line 184) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 102) FAIL: gcc.target/i386/testround-1.c (test for errors, line 185) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 104) FAIL: gcc.target/i386/testround-1.c (test for errors, line 186) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 105) FAIL: gcc.target/i386/testround-1.c (test for errors, line 187) FAIL: gcc.target/i386/vec-may_alias.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 188) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 106) FAIL: gcc.target/i386/testround-1.c (test for errors, line 189) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 108) FAIL: gcc.target/i386/testround-1.c (test for errors, line 190) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 109) FAIL: gcc.target/i386/testround-1.c (test for errors, line 191) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 110) FAIL: gcc.target/i386/testround-1.c (test for errors, line 192) FAIL: gcc.target/i386/ssse3-phsubsw.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 193) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 112) FAIL: gcc.target/i386/testround-1.c (test for errors, line 194) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 113) FAIL: gcc.target/i386/testround-1.c (test for errors, line 195) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 114) FAIL: gcc.target/i386/testround-1.c (test for errors, line 196) FAIL: gcc.target/i386/sse4_1-round-sfix-vec.c (test for excess errors) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 116) FAIL: gcc.target/i386/testround-1.c (test for errors, line 197) FAIL: gcc.target/i386/vararg-3.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 198) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 117) FAIL: gcc.target/i386/testround-1.c (test for errors, line 199) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 119) FAIL: gcc.target/i386/testround-1.c (test for errors, line 200) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 120) FAIL: gcc.target/i386/testround-1.c (test for errors, line 201) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 121) FAIL: gcc.target/i386/testround-1.c (test for errors, line 202) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 122) FAIL: gcc.target/i386/testround-1.c (test for errors, line 203) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 123) FAIL: gcc.target/i386/testround-1.c (test for errors, line 204) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 124) FAIL: gcc.target/i386/testround-1.c (test for errors, line 205) FAIL: gcc.target/i386/vect-unpack-3.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 206) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 126) FAIL: gcc.target/i386/testround-1.c (test for errors, line 207) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 127) FAIL: gcc.target/i386/testround-1.c (test for errors, line 209) FAIL: gcc.target/i386/wrgsbase-2.c (test for excess errors) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 128) FAIL: gcc.target/i386/testround-1.c (test for errors, line 210) FAIL: gcc.target/i386/sse4_1-roundsd-1.c (test for excess errors) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 129) FAIL: gcc.target/i386/testround-1.c (test for errors, line 211) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 130) FAIL: gcc.target/i386/testround-1.c (test for errors, line 212) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 131) FAIL: gcc.target/i386/testround-1.c (test for errors, line 213) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 132) FAIL: gcc.target/i386/testround-1.c (test for errors, line 214) FAIL: gcc.target/i386/testround-1.c (test for errors, line 216) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 133) FAIL: gcc.target/i386/testround-1.c (test for errors, line 217) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 134) FAIL: gcc.target/i386/testround-1.c (test for errors, line 218) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 135) FAIL: gcc.target/i386/testround-1.c (test for errors, line 219) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 136) FAIL: gcc.target/i386/testround-1.c (test for errors, line 220) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 137) FAIL: gcc.target/i386/testround-1.c (test for errors, line 221) FAIL: gcc.target/i386/sse4_1-set-ps-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 223) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 138) FAIL: gcc.target/i386/testround-1.c (test for errors, line 224) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 139) FAIL: gcc.target/i386/testround-1.c (test for errors, line 225) FAIL: gcc.target/i386/testround-1.c (test for errors, line 226) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 140) FAIL: gcc.target/i386/sse4_2-crc32q.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 227) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 141) FAIL: gcc.target/i386/testround-1.c (test for errors, line 228) FAIL: gcc.target/i386/testround-1.c (test for errors, line 229) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 147) FAIL: gcc.target/i386/testround-1.c (test for errors, line 230) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 148) FAIL: gcc.target/i386/testround-1.c (test for errors, line 231) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 149) FAIL: gcc.target/i386/testround-1.c (test for errors, line 232) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 151) FAIL: gcc.target/i386/testround-1.c (test for errors, line 233) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 152) FAIL: gcc.target/i386/testround-1.c (test for errors, line 234) FAIL: gcc.target/i386/testround-1.c (test for errors, line 236) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 153) FAIL: gcc.target/i386/vperm-v2df.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 237) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 155) FAIL: gcc.target/i386/testround-1.c (test for errors, line 239) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 156) FAIL: gcc.target/i386/testround-1.c (test for errors, line 240) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 157) FAIL: gcc.target/i386/testround-1.c (test for errors, line 242) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 159) FAIL: gcc.target/i386/testround-1.c (test for errors, line 243) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 160) FAIL: gcc.target/i386/testround-1.c (test for errors, line 244) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 161) FAIL: gcc.target/i386/testround-1.c (test for errors, line 245) FAIL: gcc.target/i386/testround-1.c (test for errors, line 246) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 166) FAIL: gcc.target/i386/testround-1.c (test for errors, line 247) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 167) FAIL: gcc.target/i386/ssse3-phsubw.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 249) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 168) FAIL: gcc.target/i386/testround-1.c (test for errors, line 251) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 170) FAIL: gcc.target/i386/testround-1.c (test for errors, line 252) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 171) FAIL: gcc.target/i386/testround-1.c (test for errors, line 253) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 172) FAIL: gcc.target/i386/testround-1.c (test for errors, line 254) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 174) FAIL: gcc.target/i386/testround-1.c (test for errors, line 255) FAIL: gcc.target/i386/testround-1.c (test for errors, line 256) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 175) FAIL: gcc.target/i386/testround-1.c (test for errors, line 257) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 176) FAIL: gcc.target/i386/testround-1.c (test for errors, line 258) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 178) FAIL: gcc.target/i386/testround-1.c (test for errors, line 259) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 179) FAIL: gcc.target/i386/testround-1.c (test for errors, line 260) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 180) FAIL: gcc.target/i386/testround-1.c (test for errors, line 261) FAIL: gcc.target/i386/testround-1.c (test for errors, line 262) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 185) FAIL: gcc.target/i386/testround-1.c (test for errors, line 263) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 186) FAIL: gcc.target/i386/testround-1.c (test for errors, line 264) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 187) FAIL: gcc.target/i386/testround-1.c (test for errors, line 265) FAIL: gcc.target/i386/ssefn-3.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 266) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 189) FAIL: gcc.target/i386/testround-1.c (test for errors, line 267) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 190) FAIL: gcc.target/i386/sse4_1-round-vec.c (test for excess errors) FAIL: gcc.target/i386/vararg-4.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 268) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 191) FAIL: gcc.target/i386/testround-1.c (test for errors, line 269) FAIL: gcc.target/i386/testround-1.c (test for errors, line 270) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 193) FAIL: gcc.target/i386/testround-1.c (test for errors, line 271) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 194) FAIL: gcc.target/i386/testround-1.c (test for errors, line 272) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 195) FAIL: gcc.target/i386/testround-1.c (test for errors, line 273) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 196) FAIL: gcc.target/i386/testround-1.c (test for errors, line 274) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 197) FAIL: gcc.target/i386/testround-1.c (test for errors, line 276) FAIL: gcc.target/i386/testround-1.c (test for errors, line 277) FAIL: gcc.target/i386/testimm-10.c (test for errors, line 198) FAIL: gcc.target/i386/testround-1.c (test for errors, line 278) FAIL: gcc.target/i386/testimm-10.c (test for excess errors) FAIL: gcc.target/i386/writeeflags-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 279) FAIL: gcc.target/i386/testround-1.c (test for errors, line 280) FAIL: gcc.target/i386/sse4_1-roundsd-2.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 281) FAIL: gcc.target/i386/vect-pack-trunc-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 282) FAIL: gcc.target/i386/testround-1.c (test for errors, line 283) FAIL: gcc.target/i386/testround-1.c (test for errors, line 285) FAIL: gcc.target/i386/testround-1.c (test for errors, line 286) FAIL: gcc.target/i386/sse4_1-set-v16qi-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 287) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... FAIL: gcc.target/i386/testround-1.c (test for errors, line 288) FAIL: gcc.target/i386/testround-1.c (test for errors, line 289) FAIL: gcc.target/i386/testround-1.c (test for errors, line 290) FAIL: gcc.target/i386/testround-1.c (test for errors, line 291) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... FAIL: gcc.target/i386/testround-1.c (test for errors, line 292) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... FAIL: gcc.target/i386/testround-1.c (test for errors, line 294) FAIL: gcc.target/i386/testround-1.c (test for errors, line 295) FAIL: gcc.target/i386/testround-1.c (test for errors, line 301) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... FAIL: gcc.target/i386/testround-1.c (test for errors, line 302) FAIL: gcc.target/i386/testround-1.c (test for errors, line 303) FAIL: gcc.target/i386/testround-1.c (test for errors, line 304) FAIL: gcc.target/i386/testround-1.c (test for errors, line 305) FAIL: gcc.target/i386/testround-1.c (test for errors, line 306) FAIL: gcc.target/i386/testround-1.c (test for errors, line 307) FAIL: gcc.target/i386/testround-1.c (test for errors, line 308) FAIL: gcc.target/i386/testround-1.c (test for errors, line 309) FAIL: gcc.target/i386/ssse3-pmaddubsw.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 310) FAIL: gcc.target/i386/testround-1.c (test for errors, line 311) FAIL: gcc.target/i386/testround-1.c (test for errors, line 312) FAIL: gcc.target/i386/testround-1.c (test for errors, line 314) FAIL: gcc.target/i386/testround-1.c (test for errors, line 315) FAIL: gcc.target/i386/testround-1.c (test for errors, line 316) FAIL: gcc.target/i386/testround-1.c (test for errors, line 317) FAIL: gcc.target/i386/testround-1.c (test for errors, line 318) FAIL: gcc.target/i386/testround-1.c (test for errors, line 319) FAIL: gcc.target/i386/testround-1.c (test for errors, line 320) FAIL: gcc.target/i386/testround-1.c (test for errors, line 321) FAIL: gcc.target/i386/ssefn-4.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 323) FAIL: gcc.target/i386/testround-1.c (test for errors, line 324) FAIL: gcc.target/i386/testround-1.c (test for errors, line 325) FAIL: gcc.target/i386/vararg-5.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 326) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... FAIL: gcc.target/i386/testround-1.c (test for errors, line 327) FAIL: gcc.target/i386/testround-1.c (test for errors, line 328) FAIL: gcc.target/i386/testround-1.c (test for errors, line 329) FAIL: gcc.target/i386/testround-1.c (test for errors, line 330) FAIL: gcc.target/i386/testround-1.c (test for errors, line 331) FAIL: gcc.target/i386/testround-1.c (test for errors, line 332) FAIL: gcc.target/i386/testround-1.c (test for errors, line 333) FAIL: gcc.target/i386/testround-1.c (test for errors, line 334) FAIL: gcc.target/i386/testround-1.c (test for errors, line 336) FAIL: gcc.target/i386/testround-1.c (test for errors, line 337) FAIL: gcc.target/i386/testround-1.c (test for errors, line 338) FAIL: gcc.target/i386/testround-1.c (test for errors, line 339) FAIL: gcc.target/i386/testround-1.c (test for errors, line 340) FAIL: gcc.target/i386/xsaveopt64-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 341) FAIL: gcc.target/i386/wrpku-1.c (test for excess errors) FAIL: gcc.target/i386/vect-pack-trunc-2.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 342) FAIL: gcc.target/i386/testround-1.c (test for errors, line 343) FAIL: gcc.target/i386/testround-1.c (test for errors, line 344) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 20) FAIL: gcc.target/i386/testround-1.c (test for errors, line 345) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 21) FAIL: gcc.target/i386/testround-1.c (test for errors, line 346) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 22) FAIL: gcc.target/i386/testround-1.c (test for errors, line 347) FAIL: gcc.target/i386/testround-1.c (test for errors, line 348) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 23) FAIL: gcc.target/i386/testround-1.c (test for errors, line 349) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 24) FAIL: gcc.target/i386/testround-1.c (test for errors, line 350) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 25) FAIL: gcc.target/i386/testround-1.c (test for errors, line 351) FAIL: gcc.target/i386/testround-1.c (test for errors, line 352) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 26) FAIL: gcc.target/i386/testround-1.c (test for errors, line 353) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 27) FAIL: gcc.target/i386/testround-1.c (test for errors, line 354) FAIL: gcc.target/i386/testround-1.c (test for errors, line 355) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 28) FAIL: gcc.target/i386/testround-1.c (test for errors, line 356) FAIL: gcc.target/i386/ssse3-pabsb.c (test for excess errors) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 29) FAIL: gcc.target/i386/testround-1.c (test for errors, line 357) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 30) FAIL: gcc.target/i386/testround-1.c (test for errors, line 358) FAIL: gcc.target/i386/testround-1.c (test for errors, line 359) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 31) FAIL: gcc.target/i386/testround-1.c (test for errors, line 361) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 32) FAIL: gcc.target/i386/testround-1.c (test for errors, line 362) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 33) FAIL: gcc.target/i386/testround-1.c (test for errors, line 363) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 34) FAIL: gcc.target/i386/testround-1.c (test for errors, line 364) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 35) FAIL: gcc.target/i386/testround-1.c (test for errors, line 365) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 36) FAIL: gcc.target/i386/testround-1.c (test for errors, line 366) FAIL: gcc.target/i386/testround-1.c (test for errors, line 367) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 37) FAIL: gcc.target/i386/testround-1.c (test for errors, line 368) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 38) FAIL: gcc.target/i386/testround-1.c (test for errors, line 370) FAIL: gcc.target/i386/testround-1.c (test for errors, line 371) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 39) FAIL: gcc.target/i386/testround-1.c (test for errors, line 372) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 40) FAIL: gcc.target/i386/testround-1.c (test for errors, line 373) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 41) FAIL: gcc.target/i386/testround-1.c (test for errors, line 374) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 42) FAIL: gcc.target/i386/testround-1.c (test for errors, line 375) FAIL: gcc.target/i386/testround-1.c (test for errors, line 376) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 43) FAIL: gcc.target/i386/ssse3-pmulhrsw.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 377) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 44) FAIL: gcc.target/i386/testround-1.c (test for errors, line 378) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 45) FAIL: gcc.target/i386/testround-1.c (test for errors, line 379) FAIL: gcc.target/i386/testround-1.c (test for errors, line 380) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 46) FAIL: gcc.target/i386/testround-1.c (test for errors, line 381) FAIL: gcc.target/i386/wbinvd-1.c (test for excess errors) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 47) FAIL: gcc.target/i386/testround-1.c (test for errors, line 382) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 48) FAIL: gcc.target/i386/testround-1.c (test for errors, line 383) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 49) FAIL: gcc.target/i386/testround-1.c (test for errors, line 384) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 50) FAIL: gcc.target/i386/testround-1.c (test for errors, line 385) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 51) FAIL: gcc.target/i386/vararg-6.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 386) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 52) FAIL: gcc.target/i386/testround-1.c (test for errors, line 387) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 58) FAIL: gcc.target/i386/testround-1.c (test for errors, line 388) FAIL: gcc.target/i386/testround-1.c (test for errors, line 389) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 59) FAIL: gcc.target/i386/testround-1.c (test for errors, line 390) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 60) FAIL: gcc.target/i386/testround-1.c (test for errors, line 391) FAIL: gcc.target/i386/vperm-v2di.c (test for excess errors) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 61) FAIL: gcc.target/i386/testround-1.c (test for errors, line 392) FAIL: gcc.target/i386/testround-1.c (test for errors, line 393) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 62) FAIL: gcc.target/i386/testround-1.c (test for errors, line 394) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 63) FAIL: gcc.target/i386/testround-1.c (test for errors, line 395) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 69) FAIL: gcc.target/i386/testround-1.c (test for errors, line 396) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 70) FAIL: gcc.target/i386/testround-1.c (test for errors, line 397) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 71) FAIL: gcc.target/i386/testround-1.c (test for errors, line 398) FAIL: gcc.target/i386/testround-1.c (test for errors, line 399) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 72) FAIL: gcc.target/i386/testround-1.c (test for errors, line 400) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 73) FAIL: gcc.target/i386/testround-1.c (test for errors, line 401) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 74) FAIL: gcc.target/i386/testround-1.c (test for errors, line 402) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 75) FAIL: gcc.target/i386/testround-1.c (test for errors, line 403) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 76) FAIL: gcc.target/i386/testround-1.c (test for errors, line 404) FAIL: gcc.target/i386/testround-1.c (test for errors, line 405) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 82) FAIL: gcc.target/i386/vect-perm-even-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 406) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 88) FAIL: gcc.target/i386/testround-1.c (test for errors, line 407) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 89) FAIL: gcc.target/i386/testround-1.c (test for errors, line 408) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 90) FAIL: gcc.target/i386/testround-1.c (test for errors, line 409) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 91) FAIL: gcc.target/i386/testround-1.c (test for errors, line 410) FAIL: gcc.target/i386/testround-1.c (test for errors, line 411) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 92) FAIL: gcc.target/i386/testround-1.c (test for errors, line 412) FAIL: gcc.target/i386/testimm-2.c (test for errors, line 93) FAIL: gcc.target/i386/xsaves-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 413) FAIL: gcc.target/i386/testimm-2.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 414) FAIL: gcc.target/i386/testround-1.c (test for errors, line 415) FAIL: gcc.target/i386/testround-1.c (test for errors, line 416) FAIL: gcc.target/i386/testround-1.c (test for errors, line 417) FAIL: gcc.target/i386/testround-1.c (test for errors, line 419) FAIL: gcc.target/i386/testround-1.c (test for errors, line 420) FAIL: gcc.target/i386/ssse3-pabsd.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 421) FAIL: gcc.target/i386/testround-1.c (test for errors, line 422) FAIL: gcc.target/i386/testround-1.c (test for errors, line 423) FAIL: gcc.target/i386/testround-1.c (test for errors, line 424) FAIL: gcc.target/i386/testround-1.c (test for errors, line 426) FAIL: gcc.target/i386/testround-1.c (test for errors, line 427) FAIL: gcc.target/i386/unordcmp-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 428) FAIL: gcc.target/i386/testround-1.c (test for errors, line 429) FAIL: gcc.target/i386/testround-1.c (test for errors, line 430) FAIL: gcc.target/i386/testround-1.c (test for errors, line 431) FAIL: gcc.target/i386/ssse3-pshufb.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 433) FAIL: gcc.target/i386/testround-1.c (test for errors, line 434) FAIL: gcc.target/i386/testround-1.c (test for errors, line 436) FAIL: gcc.target/i386/testround-1.c (test for errors, line 437) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... FAIL: gcc.target/i386/testround-1.c (test for errors, line 438) FAIL: gcc.target/i386/testround-1.c (test for errors, line 439) FAIL: gcc.target/i386/testround-1.c (test for errors, line 440) FAIL: gcc.target/i386/testround-1.c (test for errors, line 441) FAIL: gcc.target/i386/vararg-7.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 443) FAIL: gcc.target/i386/testround-1.c (test for errors, line 444) FAIL: gcc.target/i386/testround-1.c (test for errors, line 446) FAIL: gcc.target/i386/wbnoinvd-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 447) FAIL: gcc.target/i386/testround-1.c (test for errors, line 449) FAIL: gcc.target/i386/testround-1.c (test for errors, line 450) FAIL: gcc.target/i386/testround-1.c (test for errors, line 451) FAIL: gcc.target/i386/testround-1.c (test for errors, line 452) FAIL: gcc.target/i386/testround-1.c (test for errors, line 454) FAIL: gcc.target/i386/testround-1.c (test for errors, line 455) FAIL: gcc.target/i386/testround-1.c (test for errors, line 456) FAIL: gcc.target/i386/testround-1.c (test for errors, line 457) FAIL: gcc.target/i386/testround-1.c (test for errors, line 458) FAIL: gcc.target/i386/testround-1.c (test for errors, line 459) FAIL: gcc.target/i386/testround-1.c (test for errors, line 460) FAIL: gcc.target/i386/testround-1.c (test for errors, line 461) FAIL: gcc.target/i386/testround-1.c (test for errors, line 467) FAIL: gcc.target/i386/testround-1.c (test for errors, line 468) FAIL: gcc.target/i386/vect-perm-odd-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 469) FAIL: gcc.target/i386/testround-1.c (test for errors, line 470) FAIL: gcc.target/i386/testround-1.c (test for errors, line 471) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... FAIL: gcc.target/i386/testround-1.c (test for errors, line 472) FAIL: gcc.target/i386/testround-1.c (test for errors, line 473) FAIL: gcc.target/i386/testround-1.c (test for errors, line 474) FAIL: gcc.target/i386/testround-1.c (test for errors, line 475) FAIL: gcc.target/i386/xop-mul-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 476) FAIL: gcc.target/i386/testround-1.c (test for errors, line 477) FAIL: gcc.target/i386/testround-1.c (test for errors, line 478) FAIL: gcc.target/i386/testround-1.c (test for errors, line 479) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... FAIL: gcc.target/i386/xsaves64-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 480) FAIL: gcc.target/i386/testround-1.c (test for errors, line 481) FAIL: gcc.target/i386/testround-1.c (test for errors, line 482) FAIL: gcc.target/i386/testround-1.c (test for errors, line 483) FAIL: gcc.target/i386/ssse3-pabsw.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 484) FAIL: gcc.target/i386/testround-1.c (test for errors, line 485) FAIL: gcc.target/i386/testround-1.c (test for errors, line 486) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 20) FAIL: gcc.target/i386/testround-1.c (test for errors, line 487) FAIL: gcc.target/i386/testround-1.c (test for errors, line 488) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... FAIL: gcc.target/i386/testimm-3.c (test for errors, line 21) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... FAIL: gcc.target/i386/testround-1.c (test for errors, line 489) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 22) FAIL: gcc.target/i386/testround-1.c (test for errors, line 490) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 23) FAIL: gcc.target/i386/testround-1.c (test for errors, line 492) FAIL: gcc.target/i386/testround-1.c (test for errors, line 493) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 24) FAIL: gcc.target/i386/testround-1.c (test for errors, line 494) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 25) FAIL: gcc.target/i386/testround-1.c (test for errors, line 495) FAIL: gcc.target/i386/testround-1.c (test for errors, line 496) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 26) FAIL: gcc.target/i386/vararg-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 497) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 27) FAIL: gcc.target/i386/testround-1.c (test for errors, line 499) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... FAIL: gcc.target/i386/testround-1.c (test for errors, line 500) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 28) FAIL: gcc.target/i386/testround-1.c (test for errors, line 501) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 29) FAIL: gcc.target/i386/testround-1.c (test for errors, line 502) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 30) FAIL: gcc.target/i386/testround-1.c (test for errors, line 503) FAIL: gcc.target/i386/vararg-8.c (test for excess errors) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 31) FAIL: gcc.target/i386/testround-1.c (test for errors, line 504) FAIL: gcc.target/i386/xrstor-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 506) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 32) FAIL: gcc.target/i386/testround-1.c (test for errors, line 507) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 33) FAIL: gcc.target/i386/testround-1.c (test for errors, line 508) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 34) FAIL: gcc.target/i386/testround-1.c (test for errors, line 509) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 35) FAIL: gcc.target/i386/testround-1.c (test for errors, line 510) FAIL: gcc.target/i386/testround-1.c (test for errors, line 511) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 36) FAIL: gcc.target/i386/testround-1.c (test for errors, line 512) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 37) FAIL: gcc.target/i386/testround-1.c (test for errors, line 513) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 38) FAIL: gcc.target/i386/testround-1.c (test for errors, line 514) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 39) FAIL: gcc.target/i386/wmul-3.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 515) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 40) FAIL: gcc.target/i386/testround-1.c (test for errors, line 516) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 41) FAIL: gcc.target/i386/testround-1.c (test for errors, line 517) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 42) FAIL: gcc.target/i386/testround-1.c (test for errors, line 519) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 43) FAIL: gcc.target/i386/testround-1.c (test for errors, line 520) FAIL: gcc.target/i386/testround-1.c (test for errors, line 522) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 44) FAIL: gcc.target/i386/testround-1.c (test for errors, line 523) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 45) FAIL: gcc.target/i386/testround-1.c (test for errors, line 525) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 46) FAIL: gcc.target/i386/testround-1.c (test for errors, line 526) FAIL: gcc.target/i386/testround-1.c (test for errors, line 527) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 47) FAIL: gcc.target/i386/testround-1.c (test for errors, line 528) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 48) FAIL: gcc.target/i386/testround-1.c (test for errors, line 529) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 49) FAIL: gcc.target/i386/testround-1.c (test for errors, line 530) FAIL: gcc.target/i386/testround-1.c (test for errors, line 532) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 50) FAIL: gcc.target/i386/testround-1.c (test for errors, line 534) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 51) FAIL: gcc.target/i386/testround-1.c (test for errors, line 535) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 52) FAIL: gcc.target/i386/testround-1.c (test for errors, line 536) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 58) FAIL: gcc.target/i386/testround-1.c (test for errors, line 537) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 59) FAIL: gcc.target/i386/testround-1.c (test for errors, line 538) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 60) FAIL: gcc.target/i386/testround-1.c (test for errors, line 539) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 61) FAIL: gcc.target/i386/testround-1.c (test for errors, line 540) FAIL: gcc.target/i386/testround-1.c (test for errors, line 541) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 62) FAIL: gcc.target/i386/testround-1.c (test for errors, line 542) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 63) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... FAIL: gcc.target/i386/testround-1.c (test for errors, line 543) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... FAIL: gcc.target/i386/testimm-3.c (test for errors, line 69) FAIL: gcc.target/i386/testround-1.c (test for errors, line 544) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 70) FAIL: gcc.target/i386/testround-1.c (test for errors, line 545) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 71) FAIL: gcc.target/i386/testround-1.c (test for errors, line 546) FAIL: gcc.target/i386/testround-1.c (test for errors, line 547) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 72) FAIL: gcc.target/i386/testround-1.c (test for errors, line 548) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 73) FAIL: gcc.target/i386/testround-1.c (test for errors, line 549) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 74) FAIL: gcc.target/i386/xgetsetbv.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 550) FAIL: gcc.target/i386/vararg-10.c (test for excess errors) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 75) FAIL: gcc.target/i386/testround-1.c (test for errors, line 551) FAIL: gcc.target/i386/testround-1.c (test for errors, line 552) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 76) FAIL: gcc.target/i386/testround-1.c (test for errors, line 553) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... FAIL: gcc.target/i386/testimm-3.c (test for errors, line 82) FAIL: gcc.target/i386/testround-1.c (test for errors, line 555) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... FAIL: gcc.target/i386/testimm-3.c (test for errors, line 88) FAIL: gcc.target/i386/testround-1.c (test for errors, line 556) FAIL: gcc.target/i386/testround-1.c (test for errors, line 557) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 89) FAIL: gcc.target/i386/testround-1.c (test for errors, line 558) FAIL: gcc.target/i386/vararg-9.c (test for excess errors) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 90) FAIL: gcc.target/i386/testround-1.c (test for errors, line 559) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 91) FAIL: gcc.target/i386/testround-1.c (test for errors, line 560) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 92) FAIL: gcc.target/i386/testround-1.c (test for errors, line 561) FAIL: gcc.target/i386/testimm-3.c (test for errors, line 93) FAIL: gcc.target/i386/testround-1.c (test for errors, line 562) FAIL: gcc.target/i386/testimm-3.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 564) FAIL: gcc.target/i386/testround-1.c (test for errors, line 565) FAIL: gcc.target/i386/testround-1.c (test for errors, line 566) FAIL: gcc.target/i386/testround-1.c (test for errors, line 567) FAIL: gcc.target/i386/xrstor64-1.c (test for excess errors) FAIL: gcc.target/i386/testround-1.c (test for errors, line 568) FAIL: gcc.target/i386/testround-1.c (test for errors, line 569) FAIL: gcc.target/i386/testround-1.c (test for errors, line 570) FAIL: gcc.target/i386/testround-1.c (test for errors, line 571) FAIL: gcc.target/i386/testround-1.c (test for errors, line 573) FAIL: gcc.target/i386/testround-1.c (test for errors, line 574) FAIL: gcc.target/i386/testround-1.c (test for excess errors) FAIL: gcc.target/i386/wrfsbase-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... FAIL: gcc.target/i386/xsave-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... FAIL: gcc.target/i386/wrfsbase-2.c (test for excess errors) FAIL: gcc.target/i386/xop-vpermil2pd-1.c (test for excess errors) FAIL: gcc.target/i386/testround-2.c (test for errors, line 14) FAIL: gcc.target/i386/testround-2.c (test for errors, line 15) FAIL: gcc.target/i386/testround-2.c (test for errors, line 17) FAIL: gcc.target/i386/testround-2.c (test for errors, line 18) FAIL: gcc.target/i386/testround-2.c (test for errors, line 20) FAIL: gcc.target/i386/testround-2.c (test for errors, line 21) FAIL: gcc.target/i386/testround-2.c (test for errors, line 23) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... FAIL: gcc.target/i386/testround-2.c (test for errors, line 24) FAIL: gcc.target/i386/testround-2.c (test for errors, line 26) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... FAIL: gcc.target/i386/testround-2.c (test for errors, line 27) FAIL: gcc.target/i386/testround-2.c (test for errors, line 29) FAIL: gcc.target/i386/testround-2.c (test for errors, line 30) FAIL: gcc.target/i386/testround-2.c (test for errors, line 36) FAIL: gcc.target/i386/testround-2.c (test for errors, line 37) FAIL: gcc.target/i386/testround-2.c (test for errors, line 39) FAIL: gcc.target/i386/testround-2.c (test for errors, line 40) FAIL: gcc.target/i386/testround-2.c (test for errors, line 42) FAIL: gcc.target/i386/testround-2.c (test for errors, line 43) FAIL: gcc.target/i386/testround-2.c (test for errors, line 45) FAIL: gcc.target/i386/testround-2.c (test for errors, line 46) FAIL: gcc.target/i386/testround-2.c (test for errors, line 52) FAIL: gcc.target/i386/testround-2.c (test for errors, line 53) FAIL: gcc.target/i386/testround-2.c (test for errors, line 55) FAIL: gcc.target/i386/testround-2.c (test for errors, line 56) FAIL: gcc.target/i386/testround-2.c (test for excess errors) FAIL: gcc.target/i386/xop-pr57233.c (test for excess errors) FAIL: gcc.target/i386/xsave64-1.c (test for excess errors) FAIL: gcc.target/i386/testimm-6.c (test for errors, line 20) FAIL: gcc.target/i386/testimm-6.c (test for errors, line 21) FAIL: gcc.target/i386/testimm-6.c (test for errors, line 22) FAIL: gcc.target/i386/xop-frczX.c (test for excess errors) FAIL: gcc.target/i386/testimm-6.c (test for errors, line 23) FAIL: gcc.target/i386/testimm-6.c (test for errors, line 24) FAIL: gcc.target/i386/testimm-6.c (test for errors, line 25) FAIL: gcc.target/i386/testimm-6.c (test for errors, line 26) FAIL: gcc.target/i386/testimm-6.c (test for errors, line 27) FAIL: gcc.target/i386/xop-vpermil2pd-256-1.c (test for excess errors) FAIL: gcc.target/i386/testimm-6.c (test for errors, line 33) FAIL: gcc.target/i386/testimm-6.c (test for errors, line 34) FAIL: gcc.target/i386/testimm-6.c (test for errors, line 35) FAIL: gcc.target/i386/wrgsbase-1.c (test for excess errors) FAIL: gcc.target/i386/testimm-6.c (test for errors, line 36) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... FAIL: gcc.target/i386/testimm-6.c (test for errors, line 37) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... FAIL: gcc.target/i386/testimm-6.c (test for errors, line 38) FAIL: gcc.target/i386/testimm-6.c (test for errors, line 39) FAIL: gcc.target/i386/testimm-6.c (test for errors, line 40) FAIL: gcc.target/i386/testimm-6.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... FAIL: gcc.target/i386/xop-rotate1-int.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... FAIL: gcc.target/i386/xsavec-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... FAIL: gcc.target/i386/xop-haddX.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... FAIL: gcc.target/i386/xop-vpermil2ps-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... FAIL: gcc.target/i386/vpclmulqdq.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... FAIL: gcc.target/i386/vperm-v4sf-1.c (test for excess errors) FAIL: gcc.target/i386/xop-hadduX.c (test for excess errors) FAIL: gcc.target/i386/xsavec64-1.c (test for excess errors) FAIL: gcc.target/i386/xop-vpermil2ps-256-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... FAIL: gcc.target/i386/xop-hsubX.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... FAIL: gcc.target/i386/xop-vshift-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... FAIL: gcc.target/i386/xsaveopt-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... FAIL: gcc.target/i386/testimm-7.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... FAIL: gcc.target/i386/xop-rotate2-int.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... FAIL: gcc.target/i386/xop-vshift-2.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... FAIL: gcc.target/i386/testimm-8.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... FAIL: gcc.target/x86_64/abi/test_basic_struct_size_and_align.c compilation, -O0 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... FAIL: gcc.target/i386/udivmod-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... FAIL: gcc.target/x86_64/abi/test_passing_unions.c compilation, -O0 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... FAIL: gcc.target/i386/vect-double-1a.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... FAIL: gcc.target/x86_64/abi/test_basic_struct_size_and_align.c compilation, -O1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... FAIL: gcc.target/x86_64/abi/test_passing_unions.c compilation, -O1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... FAIL: gcc.target/x86_64/abi/test_3_element_struct_and_unions.c compilation, -O0 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... FAIL: gcc.target/x86_64/abi/test_basic_struct_size_and_align.c compilation, -O2 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... FAIL: gcc.target/x86_64/abi/test_passing_unions.c compilation, -O2 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... FAIL: gcc.target/x86_64/abi/test_3_element_struct_and_unions.c compilation, -O1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... FAIL: gcc.target/x86_64/abi/avx512f/test_passing_unions.c compilation, -O0 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... FAIL: gcc.target/x86_64/abi/test_basic_struct_size_and_align.c compilation, -O3 -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... FAIL: gcc.target/x86_64/abi/avx512f/test_passing_unions.c compilation, -O1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... FAIL: gcc.target/x86_64/abi/test_3_element_struct_and_unions.c compilation, -O2 FAIL: gcc.target/x86_64/abi/test_passing_unions.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... FAIL: gcc.target/x86_64/abi/callabi/vaarg-1.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... FAIL: gcc.target/x86_64/abi/avx512f/test_passing_unions.c compilation, -O2 FAIL: gcc.target/x86_64/abi/test_basic_struct_size_and_align.c compilation, -Os Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... FAIL: gcc.target/x86_64/abi/test_passing_unions.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/test_3_element_struct_and_unions.c compilation, -O3 -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 1030 # of unexpected failures 623 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... # of expected failures 2 # of unresolved testcases 869 # of unsupported tests 292 skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 3897 # of unexpected failures 1638 # of expected failures 10 # of unresolved testcases 1716 # of unsupported tests 182 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 1017 # of unexpected failures 518 # of expected failures 4 # of unresolved testcases 632 # of unsupported tests 53 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... FAIL: gcc.target/x86_64/abi/callabi/vaarg-2.c (test for excess errors) FAIL: gcc.target/x86_64/abi/avx512f/test_passing_unions.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.target/x86_64/abi/test_basic_struct_size_and_align.c compilation, -Og -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... FAIL: gcc.target/x86_64/abi/test_passing_unions.c compilation, -Os FAIL: gcc.target/x86_64/abi/test_3_element_struct_and_unions.c compilation, -Os Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 5375 # of unexpected failures 1539 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... # of expected failures 16 # of unresolved testcases 1639 # of unsupported tests 69 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 4179 # of unexpected failures 1459 # of expected failures 13 # of unresolved testcases 1603 # of unsupported tests 144 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 5488 # of unexpected failures 1645 # of expected failures 7 # of unresolved testcases 1704 # of unsupported tests 142 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... FAIL: gcc.target/x86_64/abi/callabi/vaarg-3.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... FAIL: gcc.target/x86_64/abi/test_basic_union_size_and_align.c compilation, -O0 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... FAIL: gcc.target/x86_64/abi/avx512f/test_passing_unions.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/test_passing_unions.c compilation, -Og -g FAIL: gcc.target/x86_64/abi/test_3_element_struct_and_unions.c compilation, -Og -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === === gcc Summary === # of expected passes 798 # of expected passes 852 # of unexpected failures 535 # of unexpected failures 504 # of expected failures 3 # of unresolved testcases 694 # of expected failures 7 # of unsupported tests 41 # of unresolved testcases 604 # of unsupported tests 52 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... === gcc Summary === # of expected passes 1059 # of unexpected failures 566 # of expected failures 3 # of unresolved testcases 690 # of unsupported tests 196 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 842 # of unexpected failures 755 # of expected failures 2 # of unresolved testcases 599 # of unsupported tests 135 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 717 # of unexpected failures 530 # of expected failures 2 # of unresolved testcases 711 # of unsupported tests 21 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 5642 # of unexpected failures 1765 # of expected failures 30 # of unresolved testcases 1880 # of unsupported tests 91 /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) FAIL: gcc.target/x86_64/abi/test_struct_returning.c compilation, -O0 FAIL: gcc.target/x86_64/abi/test_basic_union_size_and_align.c compilation, -O1 FAIL: gcc.target/x86_64/abi/avx512f/test_passing_unions.c compilation, -Os /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) FAIL: gcc.target/x86_64/abi/test_basic_alignment.c compilation, -O0 /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 1081 # of unexpected failures 572 # of expected failures 3 # of unresolved testcases 692 # of unsupported tests 41 FAIL: gcc.target/x86_64/abi/callabi/vaarg-4a.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) FAIL: gcc.target/x86_64/abi/test_struct_returning.c compilation, -O1 FAIL: gcc.target/x86_64/abi/avx512f/test_passing_unions.c compilation, -Og -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... FAIL: gcc.target/x86_64/abi/test_basic_union_size_and_align.c compilation, -O2 FAIL: gcc.target/x86_64/abi/test_basic_alignment.c compilation, -O1 FAIL: gcc.target/x86_64/abi/test_struct_returning.c compilation, -O2 FAIL: gcc.target/x86_64/abi/test_basic_union_size_and_align.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/test_basic_alignment.c compilation, -O2 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... FAIL: gcc.target/x86_64/abi/test_struct_returning.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.target/x86_64/abi/callabi/func-1.c (test for excess errors) FAIL: gcc.target/x86_64/abi/test_basic_union_size_and_align.c compilation, -Os FAIL: gcc.target/x86_64/abi/callabi/vaarg-5a.c (test for excess errors) FAIL: gcc.target/x86_64/abi/test_basic_alignment.c compilation, -O3 -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 4633 # of unexpected failures 2331 # of expected failures 29 # of unresolved testcases 1892 # of unsupported tests 157 /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) FAIL: gcc.target/x86_64/abi/test_struct_returning.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/test_basic_union_size_and_align.c compilation, -Og -g FAIL: gcc.target/x86_64/abi/test_basic_alignment.c compilation, -Os FAIL: gcc.target/x86_64/abi/callabi/func-2a.c (test for excess errors) FAIL: gcc.target/x86_64/abi/test_struct_returning.c compilation, -Os FAIL: gcc.target/x86_64/abi/test_bitfields.c compilation, -O0 FAIL: gcc.target/x86_64/abi/test_basic_alignment.c compilation, -Og -g FAIL: gcc.target/x86_64/abi/callabi/vaarg-6.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... FAIL: gcc.target/x86_64/abi/test_struct_returning.c compilation, -Og -g FAIL: gcc.target/x86_64/abi/test_bitfields.c compilation, -O1 FAIL: gcc.target/x86_64/abi/test_basic_array_size_and_align.c compilation, -O0 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 4777 # of unexpected failures 1780 # of expected failures 12 # of unresolved testcases 1913 # of unsupported tests 110 /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) FAIL: gcc.target/x86_64/abi/test_bitfields.c compilation, -O2 FAIL: gcc.target/x86_64/abi/callabi/func-indirect-2a.c (test for excess errors) FAIL: gcc.target/x86_64/abi/test_varargs.c compilation, -O0 FAIL: gcc.target/x86_64/abi/test_basic_array_size_and_align.c compilation, -O1 FAIL: gcc.target/x86_64/abi/test_bitfields.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/test_varargs.c compilation, -O1 FAIL: gcc.target/x86_64/abi/test_basic_array_size_and_align.c compilation, -O2 FAIL: gcc.target/x86_64/abi/callabi/func-indirect.c (test for excess errors) FAIL: gcc.target/x86_64/abi/test_bitfields.c compilation, -Os FAIL: gcc.target/x86_64/abi/test_varargs.c compilation, -O2 FAIL: gcc.target/x86_64/abi/test_basic_array_size_and_align.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/test_basic_array_size_and_align.c compilation, -Os FAIL: gcc.target/x86_64/abi/test_bitfields.c compilation, -Og -g FAIL: gcc.target/x86_64/abi/test_varargs.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... FAIL: gcc.target/x86_64/abi/test_complex_returning.c compilation, -O0 FAIL: gcc.target/x86_64/abi/test_basic_array_size_and_align.c compilation, -Og -g FAIL: gcc.target/x86_64/abi/test_varargs.c compilation, -O3 -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 907 # of unexpected failures 403 # of expected failures 5 # of unresolved testcases 536 # of unsupported tests 23 /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) FAIL: gcc.target/x86_64/abi/test_complex_returning.c compilation, -O1 FAIL: gcc.target/x86_64/abi/test_basic_returning.c compilation, -O0 FAIL: gcc.target/x86_64/abi/test_varargs.c compilation, -Os FAIL: gcc.target/x86_64/abi/test_basic_returning.c compilation, -O1 FAIL: gcc.target/x86_64/abi/test_complex_returning.c compilation, -O2 FAIL: gcc.target/x86_64/abi/test_varargs.c compilation, -Og -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... FAIL: gcc.target/x86_64/abi/test_basic_returning.c compilation, -O2 FAIL: gcc.target/x86_64/abi/test_complex_returning.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/avx/test_m256_returning.c compilation, -O0 FAIL: gcc.target/x86_64/abi/test_basic_returning.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/test_complex_returning.c compilation, -Os FAIL: gcc.target/x86_64/abi/avx/test_m256_returning.c compilation, -O1 FAIL: gcc.target/x86_64/abi/test_basic_returning.c compilation, -Os FAIL: gcc.target/x86_64/abi/test_complex_returning.c compilation, -Og -g FAIL: gcc.target/x86_64/abi/avx/test_m256_returning.c compilation, -O2 FAIL: gcc.target/x86_64/abi/test_basic_returning.c compilation, -Og -g FAIL: gcc.target/x86_64/abi/test_m64m128_returning.c compilation, -O0 FAIL: gcc.target/x86_64/abi/avx/test_m256_returning.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/test_basic_sizes.c compilation, -O0 FAIL: gcc.target/x86_64/abi/test_m64m128_returning.c compilation, -O1 FAIL: gcc.target/x86_64/abi/avx/test_m256_returning.c compilation, -Os FAIL: gcc.target/x86_64/abi/test_basic_sizes.c compilation, -O1 FAIL: gcc.target/x86_64/abi/test_m64m128_returning.c compilation, -O2 FAIL: gcc.target/x86_64/abi/avx/test_m256_returning.c compilation, -Og -g FAIL: gcc.target/x86_64/abi/test_basic_sizes.c compilation, -O2 FAIL: gcc.target/x86_64/abi/test_m64m128_returning.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/avx/test_passing_m256.c compilation, -O0 FAIL: gcc.target/x86_64/abi/test_basic_sizes.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/test_m64m128_returning.c compilation, -Os FAIL: gcc.target/x86_64/abi/avx/test_passing_m256.c compilation, -O1 FAIL: gcc.target/x86_64/abi/test_basic_sizes.c compilation, -Os FAIL: gcc.target/x86_64/abi/test_m64m128_returning.c compilation, -Og -g FAIL: gcc.target/x86_64/abi/test_basic_sizes.c compilation, -Og -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... FAIL: gcc.target/x86_64/abi/avx/test_passing_m256.c compilation, -O2 FAIL: gcc.target/x86_64/abi/test_passing_floats.c compilation, -O0 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... FAIL: gcc.target/x86_64/abi/avx/test_passing_m256.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.target/x86_64/abi/test_passing_floats.c compilation, -O1 FAIL: gcc.target/x86_64/abi/avx/test_passing_m256.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/test_passing_floats.c compilation, -O2 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... FAIL: gcc.target/x86_64/abi/avx/test_passing_m256.c compilation, -Os FAIL: gcc.target/x86_64/abi/test_passing_floats.c compilation, -O3 -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... FAIL: gcc.target/x86_64/abi/avx/test_passing_m256.c compilation, -Og -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... FAIL: gcc.target/x86_64/abi/test_passing_floats.c compilation, -Os Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 1353 # of unexpected failures 406 # of expected failures 4 # of unresolved testcases 531 # of unsupported tests 98 /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) FAIL: gcc.target/x86_64/abi/avx/test_passing_structs.c compilation, -O0 FAIL: gcc.target/x86_64/abi/test_passing_floats.c compilation, -Og -g FAIL: gcc.target/x86_64/abi/avx/test_passing_structs.c compilation, -O1 FAIL: gcc.target/x86_64/abi/test_passing_integers.c compilation, -O0 FAIL: gcc.target/x86_64/abi/avx/test_passing_structs.c compilation, -O2 FAIL: gcc.target/x86_64/abi/test_passing_integers.c compilation, -O1 FAIL: gcc.target/x86_64/abi/avx/test_passing_structs.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.target/x86_64/abi/test_passing_integers.c compilation, -O2 FAIL: gcc.target/x86_64/abi/avx/test_passing_structs.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/test_passing_integers.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/avx/test_passing_structs.c compilation, -Os FAIL: gcc.target/x86_64/abi/test_passing_integers.c compilation, -Os FAIL: gcc.target/x86_64/abi/avx/test_passing_structs.c compilation, -Og -g FAIL: gcc.target/x86_64/abi/test_passing_integers.c compilation, -Og -g FAIL: gcc.target/x86_64/abi/avx/test_passing_unions.c compilation, -O0 FAIL: gcc.target/x86_64/abi/test_passing_m64m128.c compilation, -O0 FAIL: gcc.target/x86_64/abi/avx/test_passing_unions.c compilation, -O1 FAIL: gcc.target/x86_64/abi/test_passing_m64m128.c compilation, -O1 FAIL: gcc.target/x86_64/abi/avx/test_passing_unions.c compilation, -O2 FAIL: gcc.target/x86_64/abi/test_passing_m64m128.c compilation, -O2 FAIL: gcc.target/x86_64/abi/avx/test_passing_unions.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.target/x86_64/abi/test_passing_m64m128.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.target/x86_64/abi/avx/test_passing_unions.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/test_passing_m64m128.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/avx/test_passing_unions.c compilation, -Os FAIL: gcc.target/x86_64/abi/test_passing_m64m128.c compilation, -Os FAIL: gcc.target/x86_64/abi/avx/test_passing_unions.c compilation, -Og -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... FAIL: gcc.target/x86_64/abi/test_passing_m64m128.c compilation, -Og -g FAIL: gcc.target/x86_64/abi/test_passing_structs.c compilation, -O0 FAIL: gcc.target/x86_64/abi/test_passing_structs.c compilation, -O1 FAIL: gcc.target/x86_64/abi/avx512f/test_m512_returning.c compilation, -O0 FAIL: gcc.target/x86_64/abi/test_passing_structs.c compilation, -O2 FAIL: gcc.target/x86_64/abi/avx512f/test_m512_returning.c compilation, -O1 FAIL: gcc.target/x86_64/abi/test_passing_structs.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.target/x86_64/abi/avx512f/test_m512_returning.c compilation, -O2 FAIL: gcc.target/x86_64/abi/test_passing_structs.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/avx512f/test_m512_returning.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/test_passing_structs.c compilation, -Os FAIL: gcc.target/i386/vperm-v4sf-2.c (test for excess errors) FAIL: gcc.target/x86_64/abi/avx512f/test_m512_returning.c compilation, -Os FAIL: gcc.target/x86_64/abi/test_passing_structs.c compilation, -Og -g FAIL: gcc.target/x86_64/abi/avx512f/test_m512_returning.c compilation, -Og -g FAIL: gcc.target/x86_64/abi/test_passing_structs_and_unions.c compilation, -O0 FAIL: gcc.target/x86_64/abi/avx512f/test_passing_m512.c compilation, -O0 FAIL: gcc.target/x86_64/abi/test_passing_structs_and_unions.c compilation, -O1 FAIL: gcc.target/x86_64/abi/avx512f/test_passing_m512.c compilation, -O1 FAIL: gcc.target/x86_64/abi/test_passing_structs_and_unions.c compilation, -O2 FAIL: gcc.target/x86_64/abi/avx512f/test_passing_m512.c compilation, -O2 FAIL: gcc.target/x86_64/abi/test_passing_structs_and_unions.c compilation, -O3 -g FAIL: gcc.target/i386/vperm-v4si-1.c (test for excess errors) FAIL: gcc.target/x86_64/abi/avx512f/test_passing_m512.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.target/x86_64/abi/test_passing_structs_and_unions.c compilation, -Os FAIL: gcc.target/x86_64/abi/avx512f/test_passing_m512.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/test_passing_structs_and_unions.c compilation, -Og -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... FAIL: gcc.target/x86_64/abi/avx512f/test_passing_m512.c compilation, -Os Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... FAIL: gcc.target/x86_64/abi/avx512f/test_passing_m512.c compilation, -Og -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... FAIL: gcc.target/x86_64/abi/avx512f/test_passing_structs.c compilation, -O0 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... FAIL: gcc.target/x86_64/abi/avx512f/test_passing_structs.c compilation, -O1 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 5218 # of unexpected failures 1796 # of expected failures 32 # of unresolved testcases 1816 # of unsupported tests 260 /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) FAIL: gcc.target/x86_64/abi/avx512f/test_passing_structs.c compilation, -O2 FAIL: gcc.target/x86_64/abi/avx512f/test_passing_structs.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions FAIL: gcc.target/x86_64/abi/avx512f/test_passing_structs.c compilation, -O3 -g FAIL: gcc.target/x86_64/abi/avx512f/test_passing_structs.c compilation, -Os FAIL: gcc.target/x86_64/abi/avx512f/test_passing_structs.c compilation, -Og -g Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 412 # of unexpected failures 763 # of unresolved testcases 879 # of unsupported tests 169 /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 526 # of unexpected failures 488 # of unresolved testcases 478 # of unsupported tests 49 /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) FAIL: gcc.target/i386/vperm-v4si-2-sse4.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 4939 # of unexpected failures 1767 # of expected failures 42 # of unresolved testcases 1876 # of unsupported tests 256 /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) FAIL: gcc.target/i386/vperm-v4si-2.c (test for excess errors) WARNING: program timed out FAIL: g++.dg/pch/pch.C -O2 -I. -Dwith_PCH (test for excess errors) FAIL: g++.dg/pch/pch.C -O2 assembly comparison FAIL: ./system-1.H -g (test for excess errors) FAIL: g++.dg/pch/system-1.C -g FAIL: g++.dg/pch/system-1.C -g assembly comparison FAIL: ./system-1.H -O2 -g (test for excess errors) FAIL: g++.dg/pch/system-1.C -O2 -g FAIL: g++.dg/pch/system-1.C -O2 -g assembly comparison FAIL: ./system-1.H -O2 (test for excess errors) FAIL: g++.dg/pch/system-1.C -O2 FAIL: g++.dg/pch/system-1.C -O2 assembly comparison FAIL: ./system-2.H -g (test for excess errors) FAIL: g++.dg/pch/system-2.C -g FAIL: g++.dg/pch/system-2.C -g assembly comparison FAIL: ./system-2.H -O2 -g (test for excess errors) FAIL: g++.dg/pch/system-2.C -O2 -g FAIL: g++.dg/pch/system-2.C -O2 -g assembly comparison FAIL: ./system-2.H -O2 (test for excess errors) FAIL: g++.dg/pch/system-2.C -O2 FAIL: g++.dg/pch/system-2.C -O2 assembly comparison Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/special/ecos.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tm/tm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/dg-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/tsan/tsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/ubsan/ubsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.dg/vect/vect.exp ... FAIL: gcc.target/i386/vperm-v4si-2x.c (test for excess errors) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.old-deja/old-deja.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/g++.target/arm/arm.exp ... === g++ Summary === # of expected passes 6023 # of unexpected failures 392 # of expected failures 15 # of unresolved testcases 206 # of unsupported tests 387 Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xg++ version 8.2.0 (GCC) Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 5780 # of unexpected failures 1445 # of expected failures 14 # of unresolved testcases 1622 # of unsupported tests 150 /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC) WARNING: program timed out FAIL: gcc.dg/pch/save-temps-1.c -O2 -I. -Dwith_PCH (test for excess errors) FAIL: gcc.dg/pch/save-temps-1.c -O2 assembly comparison FAIL: ./system-1.h -O0 -g (test for excess errors) FAIL: gcc.dg/pch/system-1.c -O0 -g FAIL: gcc.dg/pch/system-1.c -O0 -g assembly comparison FAIL: ./system-1.h -O0 (test for excess errors) FAIL: gcc.dg/pch/system-1.c -O0 FAIL: gcc.dg/pch/system-1.c -O0 assembly comparison FAIL: ./system-1.h -O1 (test for excess errors) FAIL: gcc.dg/pch/system-1.c -O1 FAIL: gcc.dg/pch/system-1.c -O1 assembly comparison FAIL: ./system-1.h -O2 (test for excess errors) FAIL: gcc.dg/pch/system-1.c -O2 FAIL: gcc.dg/pch/system-1.c -O2 assembly comparison FAIL: ./system-1.h -O3 -g (test for excess errors) FAIL: gcc.dg/pch/system-1.c -O3 -g FAIL: gcc.dg/pch/system-1.c -O3 -g assembly comparison FAIL: ./system-1.h -Os (test for excess errors) FAIL: gcc.dg/pch/system-1.c -Os FAIL: gcc.dg/pch/system-1.c -Os assembly comparison Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/rtl/rtl.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sancov/sancov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/special/special.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/sso/sso.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tm/tm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/tsan/tsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/ubsan/ubsan.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vect/vect.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/godump.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/help.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/options.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/output.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/aarch64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arc/arc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/acle/acle.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/arm.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/cmse/cmse.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/lto/lto.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/multilib.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/arm/simd/simd.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/avr.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/cris.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/epiphany/epiphany.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/frv/frv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/h8300/h8300.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/hppa/hppa.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/i386.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/mpx/mpx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/mips/mips.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/msp430/msp430.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nds32/nds32.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nios2/nios2.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/nvptx/nvptx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/riscv/riscv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rl78/rl78.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/rx/rx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/s390/s390.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/sh.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/spu/spu.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/tic6x/tic6x.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/vax/vax.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/visium/visium.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /b/s/w/ir/kitchen-workdir/gcc/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 3601 # of unexpected failures 1224 # of expected failures 5 # of unresolved testcases 1148 # of unsupported tests 45 /b/s/w/ir/kitchen-workdir/recipe_cleanup/gccvBEnGG/gcc_x86_64_build_dir/gcc/xgcc version 8.2.0 (GCC)